MediaWiki:Common.css
Revision as of 18:30, 9 October 2017 by imported>Ivanhoe
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: 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 */
p.none {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
p.manual {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
}
p.auto {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
div#content a[href ^="https://"].external
{
background: center right no-repeat; padding-right: 18px;
}
.mw-body p {
max-width: 500px;
margin: auto;
}
.mw-body blockquote {
max-width: 450px;
margin: auto;
}
.mw-body references {
max-width: 500px;
margin: auto;
}
.mw-body-content a:link { color: #505050; }
.mw-body-content a:link:visited { color: #505050; }
.mw-body-content a:link:active { color: #505050; }
.mw-body-content a:link.new { color: #909090; }
.mw-body-content a:link.interwiki { color: #505050; }
.mw-body-content a:link.external { color: #505050; }
.mw-body-content a:link.stub { color: #909090; }
.mw-body-content a:visited {color: #505050; }
.mw-body-content a:hover {color: #000000; text-decoration: underline; }
.mw-body-content a:active {color: #505050; }
.toc, #toc { display: none; }