|
|
Line 1: |
Line 1: |
− | /* Because i'm Uberentitled(TM) */
| + | |
− |
| |
− | #fundraising {visibility: hidden}
| |
− |
| |
− | /* For those secksi rounded borders */
| |
− | #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
| |
− | #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
| |
− | div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }
| |
− |
| |
− |
| |
− | /* Smaller edit links */
| |
− | .editsection { display: block; float: right; font-size: small; font-weight: normal }
| |
− |
| |
− | /* Puts a redirect indicator before redirects in Special:Allpages */
| |
− | .allpagesredirect { font-style: italic; }
| |
− | .allpagesredirect a { background: url(/images/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }
| |
− |
| |
− | /* Class to force links to be underlined */
| |
− | /* To use: <nowiki><span class="underlinelink">[[link]]</span></nowiki> <!-- Ignore the nowiki --> */
| |
− | .underlinelink a{ text-decoration: underline ! important; }
| |
− |
| |
− | /* Class to force links to be not underlined - See .underlinelink for use */
| |
− | .nounderlinelink a{ text-decoration: none ! important; }
| |
− |
| |
− | .hidden-workaround h2 { display: none; }
| |
− |
| |
− | /* This makes vfp headers automatically clear the floating image */
| |
− | #headclear h1 { clear: both; }
| |
− | #headclear h2 { clear: both; }
| |
− | #headclear div.editsection { clear: both; position: relative; top: 2em;}
| |
− |
| |
− | /* wikitable/prettytable class for skinning normal tables */
| |
− | table.wikitable, table.prettytable {
| |
− | margin: 1em 1em 1em 0;
| |
− | background: #f9f9f9;
| |
− | border: 1px #aaaaaa solid;
| |
− | border-collapse: collapse;
| |
− | }
| |
− | table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
| |
− | border: 1px #aaaaaa solid;
| |
− | padding: 0.2em;
| |
− | }
| |
− | table.wikitable th, table.prettytable th {
| |
− | background: #f2f2f2;
| |
− | text-align: center;
| |
− | }
| |
− | table.wikitable caption, table.prettytable caption {
| |
− | margin-left: inherit;
| |
− | margin-right: inherit;
| |
− | }
| |
− |
| |
− | /* stealth external links almost like normal links (remove if abused) */
| |
− | #bodyContent .stealthexternallink a { background: none; padding: 0; color: #002bb8; }
| |
− | #bodyContent .stealthexternallink a.new { color: #CC2200 !important; }
| |
− | #bodyContent .stealthexternallink a:visited { color: #5a3696; }
| |
− | #bodyContent .stealthexternallink a:active { color: #faa700; }
| |
− | #bodyContent .stealthexternallink a:hover { text-decoration: underline; }
| |
− |
| |
− |
| |
− | /* stealth new links */
| |
− | .new a { color:#cc2200; }
| |
− | .new a:visited { color:#a55858; }
| |
− |
| |
− | /* these allow 'hoverable' clickable buttons. All they do is change the ridge from outset to inset -Spl */
| |
− | /* Note: hover on non-links doesn't work in IE. Be sure not to define ridge-style in the span */
| |
− | /* example: <nowiki><span class="nounderlinelink">[[Main_Page|<span class="buttonlink" style="border-width: 2px; border-color: #999999;background-color:#bbbbbb;padding:1px 5px 1px 5px;color:black;font-size:110%">Main Page</span>]]</span></nowiki> */
| |
− | span.buttonlink { border-style: outset; }
| |
− | span.buttonlink:active { border-style: inset; }
| |
− |
| |
− | /* Make sysop nicks bold in recent changes */
| |
− |
| |
− | /* .special li a[title="User:ST47"],
| |
− | .special li a[title="User:seanw"], */
| |
− |
| |
− | /* hide manual edit links class="editlink" in certain implementations class=noeditlink" */
| |
− | .noeditlink .editlink { display: none }
| |
− |
| |
− | /* TOC style to match en.wp */
| |
− | #toc h2, .toc h2 { display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold }
| |
− | #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center }
| |
− | #toc ul, .toc ul { list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0; text-align: left }
| |
− | #toc ul ul, .toc ul ul { margin: 0 0 0 2em }
| |
− | #toc .toctoggle, .toc .toctoggle { font-size: 94% }
| |
− |
| |
− | /* Hides external link icons from local LATEX images and image description pages linked to via upload.wikimedia.org (CSS3)*/
| |
− | a[href *="upload.wikimedia.org/math"] { background: none !important; padding: 0 !important }
| |
− | .fullImageLink a[href *="upload.wikimedia.org/math"] { background: none !important; padding: 0 !important }
| |
− | .special li a[href *="upload.wikimedia.org"] { background: none !important; padding: 0 !important }
| |
− |
| |
− | /* Adds a speaker icon to links to .ogg and .mp3 files, but not to links to their image description pages, and to "link-audio" class (CSS3) */
| |
− | #bodyContent a[href $=".mp3"][href *="upload.wikimedia.org"],
| |
− | #bodyContent a[href $=".MP3"][href *="upload.wikimedia.org"],
| |
− | #bodyContent a[href $=".ogg"][href *="upload.wikimedia.org"],
| |
− | #bodyContent a[href $=".OGG"][href *="upload.wikimedia.org"],
| |
− |
| |
− | /* Image taken from uncyclopedia, yes >_> */
| |
− | .link-audio { background: url(http://images.wikia.com/uncyclopedia/images/5/58/11px-loudspeaker.png) center right no-repeat; padding-right: 13px }
| |
− |
| |
− |
| |
− | /* allows for expanding hidden sig sections (experimental) */
| |
− | .sighidden { display: none }
| |
− | .sigexpand:hover .sighidden { display: inline !important }
| |
− |
| |
− | /*Stolen from Wikipedia */
| |
− | /* Coloured watchlist numbers */
| |
− | .mw-plusminus-pos {
| |
− | color:#006400;
| |
− | }
| |
− |
| |
− | /* .mw-plusminus-null currently at developer default */
| |
− |
| |
− | .mw-plusminus-neg {
| |
− | color:#8B0000;
| |
− | }
| |
− |
| |
− | /* Highlight clicked reference in blue to help navigation */
| |
− | ol.references > li:target {
| |
− | background-color: #DEF;
| |
− | }
| |
− |
| |
− | sup.reference:target {
| |
− | background-color: #DEF;
| |
− | }
| |
− | .limegreen { color: #42e73f; font-weight: bold; }
| |
− |
| |
− | /* Stops embedded flash hack from displaying during page load */
| |
− | #embedFlashDoc { display: none }
| |
− | #replacepagetitle { display: none }
| |
− |
| |
− | /* Censored text style, and clear text on rollover. */
| |
− | .censored { color: black; background-color: black; padding: 1px }
| |
− | .censored a { color: black; text-decoration: underline; padding: 1px }
| |
− | .censored:hover { color: inherit; background-color: inherit !important }
| |