MediaWiki:Common.css: Difference between revisions
From Encyclopedia of Des Plaines
John Lavalie (talk | contribs) No edit summary |
John Lavalie (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.CategoryTreeNotice { display: none; } | .CategoryTreeNotice { display: none; } | ||
.color-middle, .color-left, .color-right { background-color: #973600; } | |||
/* tabs */ | /* tabs */ | ||
Revision as of 11:55, 5 August 2025
/* CSS placed here will be applied to all skins */
.CategoryTreeNotice { display: none; }
.color-middle, .color-left, .color-right { background-color: #973600; }
/* tabs */
#ca-talk { display: none !important; }
#ca-watch { display: none !important; }
/*#ca-move { display: none !important; } */
#ca-protect { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#selected mw-list-item { display: none !important; }
#ca-nstab-main { display: none !important; }
/* categories */
.mw-redirect { font-style: normal; }
#catlinks-sidebar { background-color: #FFFF00; }
#p-normal-catlinks-label { background-color: #009EAD; font-weight: bolder !important; }
.catlinks { font-weight: bold; )
.mw-category-group h3 { display: !important; }
/* sidebar */
#t-info { display: none }
#t-pagelog { display: none }
#t-recentchangeslinked { display: none }
/* images */
.thumbcaption { text-align:center; }
/* main page */
.page-Main_Page h1.firstHeading { display: none; !important }
body.page-Main_Page h1.firstHeading { display: none; }
.color-bar { background: #009EAD; }
/* other */
#mw-allpages-nav { display: none; }
@media print { .NoPrint { display: none; visibility: hidden; } }
/* tables */
.jquery-tablesorter > tfoot,
.mw-sticky-header > tfoot {
position: -webkit-sticky;
position: sticky;
bottom: 0;
}
/* sortable tables and JS enhanced wikitables with thead, works with Safari. This is ideal. */
/* But borders are broken: https://bugs.webkit.org/show_bug.cgi?id=128486 */
.jquery-tablesorter > thead,
.mw-sticky-header > thead {
position: -webkit-sticky;
position: sticky;
top: 0;
}
/* This does not seem to work, possibly due to the absolute/relative hacking mess of timeless */
@media screen and (max-width: 1099px) and (min-width: 851px) {
.skin-timeless .jquery-tablesorter > thead,
.skin-timeless .mw-sticky-header > thead {
top: 3.125em;
}
}
/* colors to match logo */
.color-middle, .color-left, .color-right { background-color: #973600; }
.mw-editsection { display: none; }
.mw-body-content a:link { color: #009EAD; }
body { background-image: none !important; }
