User:Vardion/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

/* link colours */

a { color: #0000DD; }
a:visited { color: #0000DD; }
a.interwiki { color: #008080; }
a.interwiki:visited { color: #008080; }
a.external { color: #008080; }
a.external:visited { color: #008080; }
a.new { color: #DD0000; }
a.new:visited { color: #DD0000; }
a.stub { color:#0000DD }
a.stub:visited { color:#0000DD }

/* external link colour change, I hope */
#bodyContent a[href ^="http://"] {color:#008080; background: none; padding-right: 0px;}


/* page background colours */

#content {
    background: #F8F8F8;
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #F8F8F8;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #F8F8F8;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li {
    background: #F8F8F8;
}

.ns-0 * #p-cactions li {
    background: white;
}

#p-cactions li a {
    background-color: #F8F8F8;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

/* removing some icons */

#bodyContent a[href ^="http://"] {
    background:inherit !important;
    padding-right:inherit !important;
}


li#pt-userpage { background: none; }