User:Random832/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.

 /* Why doesn't this show up as a css/js page? */
@import url(/w/index.php?title=User:Random832/common.css&action=raw&ctype=text/css);
@import url(http://localhost/~random/monobook.css);

#content,
#mytabs li.selected a,
#p-cactions li.selected a {
        background-color: #F3F3FF;
}

.ns--1 #content, .ns--1 #mytabs li.selected a, .ns--1 #p-cactions li.selected a, /* Special */
.ns-8 #content, .ns-8 #mytabs li.selected a, .ns-8 #p-cactions li.selected a /* Mediawiki */
.ns-9 #content, .ns-9 #mytabs li.selected a, .ns-9 #p-cactions li.selected a /* Talk */
{ background-color: #FFFFF3; }

.ns-0 #content, .ns-0 #mytabs li.selected a, .ns-0 #p-cactions li.selected a /* Article */
{ background-color: white; }


.ns-2 #content, .ns-2 #mytabs li.selected a, .ns-2 #p-cactions li.selected a, /* User */
.ns-3 #content, .ns-3 #mytabs li.selected a, .ns-3 #p-cactions li.selected a {
        background-color: #F3FFF3; padding: 2px;
}

.ns-4 #content,.ns-4 #mytabs li.selected a,.ns-4 #p-cactions li.selected a, /* Project */
.ns-5 #content,.ns-5 #mytabs li.selected a,.ns-5 #p-cactions li.selected a,
.ns-12 #content,.ns-12 #mytabs li.selected a,.ns-12 #p-cactions li.selected a, /* Help */
.ns-13 #content,.ns-13 #mytabs li.selected a,.ns-13 #p-cactions li.selected a
{
        background-color: #F3FFFF;
}

/* Talk (encyclopedic topics) */
.ns-1 #content,.ns-1 #mytabs li.selected a,.ns-1 #p-cactions li.selected a, /* Article */
.ns-7 #content,.ns-7 #mytabs li.selected a,.ns-7 #p-cactions li.selected a, /* Image */
.ns-11 #content,.ns-11 #mytabs li.selected a,.ns-11 #p-cactions li.selected a, /* Template */
.ns-15 #content,.ns-15 #mytabs li.selected a,.ns-15 #p-cactions li.selected a /* Category */
{
        background-color: #FFF7F3; /* Orange */
}

#utcdate { position: fixed; bottom: 0; left: 0; z-index: 1000; background: ButtonFace; color: ButtonText; border: 1px inset ButtonFace; padding: 2px .33em; margin: 2px}

/* Trim down the main link list */
#n-Main-page,  #n-Featured-content, #n-currentevents, #n-About-Wikipedia, #n-help { display: none }

#bodyContent a.external {
background: none !important;
padding-right: 0 !important;
}

#bodyContent a.external:after {
content: "◊";
}

#bodyContent a.external[href^="http://en.wikipedia.org/"]:after {
content: "" !important;
}

/*#bodyContent a.external[href^="http://en.wikipedia.org/"][href*="action=edit"]:after {
content: "✍" !important;
}

#bodyContent a.external[href^="http://en.wikipedia.org/"][href*="oldid="]:after {
content: "⚆" !important;
}

#bodyContent a.external[href^="http://en.wikipedia.org/"][href*="oldid="][href*="diff="]:after {
content: "⚇" !important;
}

#bodyContent a.external[href^="http://en.wikipedia.org/"][href*="Special:Log"]:after {
content: "◴" !important;
}*/


.plainlinks a.external:after {
content: "" !important;
}

.page-Special_Watchlist #article, .page-Special_Watchlist #bodyContent { text-align: left; }

#bodyContent pre { 
    white-space: -moz-pre-wrap;
    overflow-x: auto;
}