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:
<!--- Aptitude testing area --->
<!--- Aptitude testing area --->


/* Custom CSS for the table */
.aptitude-table {
.aptitude-table {
     width: 100%;
     width: 100%;
     background-color: #f0f0f0;
     border-collapse: collapse;
    /* Add borders to the entire table to separate elements */
     border: 1px solid #ccc;
     border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
}


/* Style the box for "Base Aptitude" */
.aptitude-box {
.aptitude-box {
     border: 2px solid #007BFF;
     border: 2px solid #007BFF;
Line 291: Line 291:
     color: white;
     color: white;
     font-weight: bold;
     font-weight: bold;
    margin-right: 20px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
}


.aptitude-fellow-icons {
/* Style the box for "Fellow Icons" */
.fellow-icons-box {
    border: 2px solid #FFA500; /* Orange border for Fellow Icons */
    border-radius: 8px;
    padding: 15px;
    background-color: #FFA500; /* Orange background for Fellow Icons */
    color: white;
     font-weight: bold;
     font-weight: bold;
     font-size: 20px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu