MediaWiki:Gadget-Site.css
Appearance
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* MediaWiki:Gadget-Site.css */
/*
* Global styles for enWS, applied on every page view
*/
/* Hide firstHeading etc. & timestamp on edit-protected Main Page */
.page-Main_Page.action-view #siteSub,
.page-Main_Page.action-view #contentSub,
.page-Main_Page #footer-info-lastmod {
display: none !important;
}
/* show deleted text hidden by CopyVio template */
.page-Special_Undelete div#copyvio {
display: block !important;
}
/* #### Category formatting #### */
/* displays hidden categories with a smaller font, and separates below normal categories */
#mw-hidden-catlinks {
font-size: 90%;
}
/*
* enWS-specific tweaks to upstream extensions etc.
*/
/***********
* Score extension
***********/
.mw-ext-score {
display: table;
margin: auto;
}
/* Prevent scores spilling over [[phab:T67252]] */
.mw-ext-score img {
max-width: 100%;
height: auto;
}
/***********
* Poem extension
***********/
/* Avoid extra margins between transcluded pages */
.poem {
line-height: inherit;
margin-top: 0;
margin-bottom: 0;
text-indent: inherit;
}
.poem p {
margin-top: 0 !important;
margin-bottom: 0 !important;
text-indent: inherit !important;
/* white-space: nowrap !important; */
}
.poem .mw-poem-indented {
margin-top: 0 !important;
margin-bottom: 0 !important;
text-indent: inherit !important;
white-space: nowrap !important;
}
/* Inhibit div with defined-list wiki mark-up for indentation */
.poem dl {
margin-top: 0 !important;
margin-bottom: 0 !important;
text-indent: inherit !important;
}
.poem dd {
margin-top: 0 !important;
margin-bottom: 0 !important;
text-indent: inherit !important;
}
/* @end */