MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/** JSBreadCrumbs
* Remove bread crumbs from Main Page
*/
.page-Main_Page .jsbc-breadcrumbs {
display: none;
}
/** JSBreadCrumbs
* Make bread crumbs less distinct
*/
.jsbc-breadcrumbs {
background: none;
border: none;
left: -15px;
}
/** Semantic Cite
* Unconfuse link to the subobject holding reference data.
*/
.scite-citation-resourcelink a:before {
content: "↘";
}
/** Semantic MediaWiki
* Increase dominance of special property names on "Special:Browse".
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #ff8000;
}
/** Semantic MediaWiki
* Change the position of the section tab on property pages.
*/
.smw-tabs label.nav-label.smw-tab-right {
float: left;
}