MediaWiki:Monobook.css
From TrustLet, a free, collaborative project for collecting and analyzing information about trust metrics.
Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin
=== Logo ===
<pre><nowiki>*/
#p-logo {
top:0px;
padding:0;
margin:0;
}
/*</nowiki></pre>
=== Less borders ===
<pre><nowiki>*/
#footer {
border:0;
clear:both;
}
#content,
#p-cactions li {
border: 1px solid #ddf;
}
/*</nowiki></pre>
=== Round borders ===
make a few corners round, only supported by moz/firefox/other gecko browsers for now
<pre><nowiki>*/
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content { -moz-border-radius-bottomleft: 0.6em; -moz-border-radius-topleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
/*</nowiki></pre>
==Other stuff==
<pre> */
body {
background:#fff090;
font-family: Futura, sans-serif;
}
a {
color:#606399;
}
a:visited {
color:#6B5E7F;
}
a.new, #p-personal a.new {
color:#741;
}
#bodyContent a.external
{
color:#5f7f3f;
}
#siteSub {
display: inline;
font-size: 82%;
font-weight: normal;
}
#p-wiki_navigation li,
#p-tb li {
list-style:none;
margin-left:-10px;
}
/* </pre> */

