MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 276: Line 276:
-----
-----


/* Style the aptitude table */
/* Style the aptitude table container */
.aptitude-table {
.aptitude-table {
     border-collapse: collapse;
     display: flex;
    align-items: center;
     width: 100%;
     width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
}


/* Style table headers */
/* Style the aptitude box for "Base Aptitude" */
.aptitude-table th {
.aptitude-box {
    border: 2px solid #007BFF;
    border-radius: 8px;
    padding: 15px;
     background-color: #007BFF;
     background-color: #007BFF;
     color: white;
     color: white;
     font-weight: bold;
     font-weight: bold;
     padding: 10px;
     margin-right: 20px;
     text-align: center;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
}


/* Style table cells */
/* Style the fellow icons container */
.aptitude-table td {
.aptitude-fellow-icons {
    padding: 10px;
     font-weight: bold;
    text-align: center;
     font-size: 20px;
    border: 1px solid #ccc;
}
 
/* Style character icons within table cells */
.aptitude-table img {
     width: 50px;
    height: 50px;
    border: 2px solid #007BFF;
    border-radius: 50%;
     transition: transform 0.2s;
}
 
.aptitude-table img:hover {
    transform: scale(1.1);
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu