User:Gianfranco/monobook.css
From Wikipedia
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
.firstHeading { font-family: Arial; color: blue; }
#catlinks { font-family: Verdana; }
#column-one { font-family: Arial; color: blue; }
body { font-family: Verdana; }
/* <pre> <nowiki> */
/* From [[:en:User:Wayward/monobook.css]]*/
/* ################################### */
/* Start of requirements for menu tabs */
#p-cactions #ca-edit-0 a {
padding-left: 0.4em;
padding-right: 0.4em;
}
#p-cactions a {
filter: alpha(opacity=75);
}
#p-cactions a:hover, #p-cactions .selected a {
filter: none;
}
#p-cactions li
{
position: relative;
float: left;
}
.tabmenu ul
{
display: none;
z-index: 2;
position: relative;
top: -2px;
border-top: 1px solid #aaaaaa;
padding: 0px;
margin: 0px;
background: #FFFFF0;
background-color: #FFFFF0;
clear:both;
}
/* Menu tab IDs. If you add a new menu, you need to add its ID here too */
#afda ul li, #dbm ul li, #mystatus ul li, #talkm ul li, #protect ul li, #tools ul li, #avvisi ul li
{
float: none;
border: 1px solid #aaaaaa;
border-top: none;
text-align: center;
background: #F8FCFF;
background-color: #FFFFF0;
clear:both;
display: block;
-moz-border-radius-topleft: 0em;
-moz-border-radius-topright: 0em;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #FFFFF0;
}
.tabmenu ul a:hover
{
font-weight: bold;
}
/* End of requirements for menu tabs */
/* ################################# */
/* Diff rendering */
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background: #f5f5f5;
color: #000084;
font-size: 100%;
}
td.diff-deletedline {
background: #f5f5f5;
color: #a01f1f;
font-size: 100%;
}
td.diff-context {
background:#e6e6fa;
color: #708090;
font-size: 100%;
}
span.diffchange { color: #000084; font-weight: bold;}
/* </nowiki> </pre>*/

