User:Guy M/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Adds favicon to external links
@import "http://en.wikipedia.org/w/index.php?title=User:Bob/externals.css&action=raw&ctype=text/css";


// If you use these modifications, be aware that I have vision difficulties (blind in one eye) so this text maybe a bit large for you.
// My monitors resolution is 1440 x 900 (no wonder why I have vision difficulties!).  Oh, and I use Firefox : These settings do not
// work well in IE (6 or 7).

body {
    background: #f9f9f9 url(http://en.wikipedia.org/skins/monobook/headbg.jpg) no-repeat 0px 0px fixed; 
    color: Black;  margin: 0;  padding: 0;   font-style: normal;   font-variant: normal;  font-weight: normal;
    font-size: small;   font-family: Arial,sans-serif;
    }

// // a { text-decoration: none; font-variant: small-caps; color: #0000ff; background: none; }

// a:visited { color: #0000ff; }
// a:active { color: #ffa500; }

// // a:hover {
// //    font-variant: small-caps; color: #000000; text-decoration: none;  border-top: 1px solid #888888;
// //    border-bottom: 1px solid #111100; background-color : #ffff00;
// //    }

// a.stub { color: #009900; }

// a.stub:hover {
//     font-variant: small-caps; color: #00AA00; txt-decoration: none;  border-top: 1px solid #888888;
//     border-bottom: 1px solid #111100; background-color : #ffff00;
//    }

// // a.new, #p-personal a.new { color: #ff0000; }

// // a.new:hover {
// //    font-variant: small-caps; color: #ff0000; text-decoration: none; border-top: 1px solid #888888;
// //    border-bottom: 1px solid #111100; background-color : #ffff00;
// //    }

// // a.new:visited, #p-personal a.new:visited { color: #ff0000; }

#p-cactions #ca-edit-0 a { padding-left: 0.4em; padding-right: 0.4em; }

#p-cactions a { filter: alpha(opacity=50); -moz-opacity: .50; opacity: .50; }

#p-cactions a:hover, #p-cactions .selected a { filter: none; -moz-opacity: 1; opacity: 1; }

#globalWrapper { font-size: 120%; width: 98%; margin: 0; padding: 0; }

#content {
    margin: 2.8em 0 0 12.2em; padding: 0em 1em 1.5em 1em; border: 1px solid #000000;
    line-height: 1.5em; position: relative; z-index: 2; font-style: normal;  font-variant: normal;
    font-weight: normal; font-size: small; font-family: Verdana,Arial,sans-serif;
//    background: url(http://wiki.gmnow.com/skins/monobook/Back.gif) repeat;
//    border-right: 1px;
    }

textarea {
    background: #000000;  // url (http://wiki.gmnow.com/skins/monobook/Back.gif) repeat;
    color: #f9f9f9; margin: 5px; padding: 5px; font-style: normal; font-variant: normal;
    font-weight: normal; font-size: small; font-family: Verdana,Arial,sans-serif;
    }

.Unicode, .unicode { font-family: inherit, Arial Unicode MS, Code2000, Gentium, Lucida Sans Unicode, TITUS Cyberbit Basic, Lucida Grande, sans-serif }

.ns-1 * #content,
.ns-3 * #content,
.ns-5 * #content,
.ns-7 * #content,
.ns-9 * #content,
.ns-11 * #content,
.ns-13 * #content,
.ns-15 * #content,
.ns-1 * #mytabs li,
.ns-3 * #mytabs li,
.ns-5 * #mytabs li,
.ns-7 * #mytabs li,
.ns-9 * #mytabs li,
.ns-11 * #mytabs li,
.ns-13 * #mytabs li,
.ns-15 * #mytabs li {
    background: #FFFFF0;
}

.ns-1 * #mytabs li a,
.ns-3 * #mytabs li a,
.ns-5 * #mytabs li a,
.ns-7 * #mytabs li a,
.ns-9 * #mytabs li a,
.ns-11 * #mytabs li a,
.ns-13 * #mytabs li a,
.ns-15 * #mytabs li a,
.ns-1 * #p-cactions li a,
.ns-3 * #p-cactions li a,
.ns-5 * #p-cactions li a,
.ns-7 * #p-cactions li a,
.ns-9 * #p-cactions li a,
.ns-11 * #p-cactions li a,
.ns-13 * #p-cactions li a,
.ns-15 * #p-cactions li a {
    background-color: #FFFFF0;
}

.ns-1 * #content div.thumb,
.ns-3 * #content div.thumb,
.ns-5 * #content div.thumb,
.ns-7 * #content div.thumb,
.ns-9 * #content div.thumb,
.ns-11 * #content div.thumb,
.ns-13 * #content div.thumb,
.ns-15 * #content div.thumb {
    border-color: #000000;
}

// #bodyContent .plainlinks a {padding: 0 !important}

#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: .5em; -moz-border-radius-topright: .5em; }

#content { -moz-border-radius-topleft: .5em; -moz-border-radius-bottomleft: .5em; }

#div.pBody {-moz-border-radius-topright: .5em; -moz-border-radius-bottomright: .5em; }

#div.portlet { filter: alpha(opacity=50); -moz-opacity: .85; opacity: .85; }

#div.portlet a { filter: none; -moz-opacity: 1; opacity: 1; }

.diff-deletedline .diffchange { text-decoration: line-through; font-size: small; }

.diff-addedline .diffchange { font-variant: small-caps; font-size: small; }











// This chunk makes the menus draw your attention slightly

// #column-one ul {opacity: 0.8;}
// #column-one ul:hover {opacity: 1}

// This chunk makes the links in the body text
// less intrusive (and adds interactivity)

#bodyContent a                 {color: #0000ff; border-bottom: 2px dotted #0000ff; text-decoration: none;}
// #bodyContent a.stub           {color: #00cc00; border-bottom: 2px dotted #00ff00; text-decoration: none;}
#bodyContent a.stub           {color: #ff0000; border-bottom: 2px dotted #00ff00; text-decoration: none;}
// #bodyContent a.new            {color: #ff0000; border-bottom: 2px dotted #ff0000; text-decoration: none;}
#bodyContent a.new            {color: #0000ff; border-bottom: 2px dotted #0000ff; text-decoration: none;}
#bodyContent a.visited         {color: #0000ff; border-bottom: 0px dotted #0000ff; text-decoration: none;}
// #bodyContent a.stub.visited   {color: #00cc00; border-bottom: 0px dotted #00ff00; text-decoration: none;}
#bodyContent a.stub.visited   {color: #ff0000; border-bottom: 0px dotted #00ff00; text-decoration: none;}

#bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {color: #0000ff; border-bottom: 2px dotted #0000ff; text-decoration: none;}
// #bodyContent p:hover a.stub, #bodyContent li:hover a.stub, #bodyContent blockquote:hover a.stub {color: #0000ff; border-bottom: 2px dotted #00ff00; text-decoration: none;}
#bodyContent p:hover a.stub, #bodyContent li:hover a.stub, #bodyContent blockquote:hover a.stub {color: #ff0000; border-bottom: 2px dotted #00ff00; text-decoration: none;}
// #bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {color: #0000ff; border-bottom: 2px dotted #ff0000; text-decoration: none;}
#bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {color: #0000ff; border-bottom: 2px dotted #0000ff; text-decoration: none;}
#bodyContent p:hover a.visited, #bodyContent li:hover a.visited, #bodyContent blockquote:hover a.visited {color: #0000ff; border-bottom: 0px dotted #0000ff; text-decoration: none;}
// #bodyContent p:hover a.stub.visited, #bodyContent li:hover a.stub.visited, #bodyContent blockquote:hover a.stub.visited {color: #00cc00; border-bottom: 0px dotted #00cc00; text-decoration: none;}
#bodyContent p:hover a.stub.visited, #bodyContent li:hover a.stub.visited, #bodyContent blockquote:hover a.stub.visited {color: #ff0000; border-bottom: 0px dotted #00cc00; text-decoration: none;}


// #bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {color: #0000ff; border-bottom: 2px solid #0000ff; text-decoration: none;}
// #bodyContent p:hover a.stub:hover, #bodyContent li:hover a.stub:hover, #bodyContent blockquote:hover a.stub:hover {color: #00ff00; border-bottom: 2px solid #00ff00; text-decoration: none;}
// #bodyContent p:hover a.new:hover, #bodyContent li:hover a.new:hover, #bodyContent blockquote:hover a.new:hover {color: #ff0000; border-bottom: 2px solid #ff0000; text-decoration: none;}
// #bodyContent p:hover a.visited:hover, #bodyContent li:hover a.visited:hover, #bodyContent blockquote:hover a.visited:hover {color: #0000aa; border-bottom: 2px dotted #0000aa; text-decoration: none;}
// #bodyContent p:hover a.stub.visited:hover, #bodyContent li:hover a.stub.visited:hover, #bodyContent blockquote:hover a.stub.visited:hover {color: #00aa00; border-bottom: 2px dotted #00aa00; text-decoration: none;}






// // #bodyContent p:hover a:hover.new, #bodyContent li:hover a:hover.new, #bodyContent blockquote:hover a:hover.new {color: red; text-decoration:none;}

// #bodyContent a.stub { color: #009900; border-bottom: 1px solid #aaaaff;}
// #bodyContent a.stub:hover {
//    font-variant: small-caps; color: #00AA00; txt-decoration: none;  border-top: 1px solid #888888;
//    border-bottom: 1px solid #111100; background-color : #ffff00;
//    }

// a:visited {color: #555555; border-bottom: 1px dotted #dddddd;}