Anonymous

MediaWiki:Basic.css: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
 
(21 intermediate revisions by one other user not shown)
Line 198: Line 198:
.related-skills th {
.related-skills th {
     border-color: var(--border-color);
     border-color: var(--border-color);
}
.season-pass-reward td {
    border-color: var(--border-color)!important;
}
}


Line 213: Line 209:
}
}


table[cellpadding="5"][border="1"][style] tr[style]:not(.wikitable tr, .updates-section-table tr, .alt-langs tr),
table[cellpadding="5"][border="1"][style] tr[style*='background']:not(.wikitable tr, .updates-section-table tr, .alt-langs tr),
table[cellpadding="5"][border="1"][style] tr[style] th:not(.wikitable th),
table[cellpadding="5"][border="1"][style] tr[style] th:not(.wikitable th),
table[cellpadding="5"][border="1"][class*="colortable-"] th {
table[cellpadding="5"][border="1"][class*="colortable-"] th {
Line 274: Line 270:
#personal h2 {
#personal h2 {
     color: var(--text-color);
     color: var(--text-color);
}
#p-personal-label {
    display: none!important;
}
#personal .dropdown .mw-portlet > div, #personal .dropdown .mw-portlet-body, #mw-site-navigation .sidebar-chunk .mw-portlet > div, #mw-related-navigation .sidebar-chunk .mw-portlet > div, #mw-site-navigation .sidebar-chunk .mw-portlet-body, #mw-related-navigation .sidebar-chunk .mw-portlet-body {
    margin-bottom: 0;
}
}


Line 510: Line 514:
}
}


/* main container */
.colortable td {
#mw-content-container {
    background-color: transparent!important;
     border-bottom: none;
    font-weight: 500;
     min-height: 200vh;
    color: black!important;
}
 
.dark-mode .dark-mode-only,
:not(.dark-mode) .light-mode-only {
     display: block;
}
 
:not(.dark-mode) .dark-mode-only,
.dark-mode .light-mode-only {
     display: none;
}
}


#mw-content {
.mobileonly {
     border-bottom: none;
     /* display: none; */
    background-color: var(--theme-tone-6);
}
}
25,204

edits