MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 274: Line 274:




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


/* Style the aptitude text */
/* Style the aptitude header */
.aptitude-text {
.aptitude-header {
     font-weight: bold;
     font-weight: bold;
     font-size: 20px;
     text-align: center;
}
}


/* Style the aptitude icons container */
/* Style the aptitude values container */
.aptitude-icons {
.aptitude-values {
     display: flex;
     display: flex;
    flex-direction: row;
     align-items: center;
     align-items: center;
    flex-direction: row; /* Ensure icons are displayed horizontally */
}
}


/* Style the aptitude icons (file links) */
/* Style the aptitude value */
.aptitude-icons a {
.aptitude-value {
    display: inline-block;
     text-align: center;
     text-align: center;
     text-decoration: none;
     margin: 10px;
     margin: 0 10px;
}
 
/* Style the aptitude icons container */
.aptitude-icons {
    display: flex;
    flex-direction: row;
     justify-content: center;
}
}


/* Style the character icons */
/* Style the aptitude icons */
.aptitude-icons img {
.aptitude-icons 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%;
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu