MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 275: Line 275:


-----
-----


/* Style the aptitude table */
/* Style the aptitude table */
.aptitude-table {
.aptitude-table {
     display: flex;
     border-collapse: collapse;
    flex-direction: column;
     width: 100%;
}
 
/* Style the aptitude row */
.aptitude-row {
    display: flex;
    flex-direction: row;
     justify-content: space-between;
}
}


/* Style the aptitude header */
/* Style table headers */
.aptitude-header {
.aptitude-table th {
    background-color: #007BFF;
    color: white;
     font-weight: bold;
     font-weight: bold;
    padding: 10px;
     text-align: center;
     text-align: center;
    margin: 10px;
}
}


/* Style the aptitude values container */
/* Style table cells */
.aptitude-values {
.aptitude-table td {
     display: flex;
     padding: 10px;
    flex-direction: row;
}
 
/* Style the aptitude value */
.aptitude-value {
     text-align: center;
     text-align: center;
     margin: 10px;
     border: 1px solid #ccc;
}
 
/* Style the aptitude icons container */
.aptitude-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
}


/* Style the aptitude icons */
/* Style character icons within table cells */
.aptitude-icons img {
.aptitude-table img {
     width: 50px;
     width: 50px;
     height: 50px;
     height: 50px;
    margin: 0 10px;
     border: 2px solid #007BFF;
     border: 2px solid #007BFF;
     border-radius: 50%;
     border-radius: 50%;
Line 326: Line 307:
}
}


.aptitude-icons img:hover {
.aptitude-table img:hover {
     transform: scale(1.1);
     transform: scale(1.1);
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu