Difference between revisions of "User:Tim/monobook.css"
From Wiki2
< User:Tim
(No difference)
|
Latest revision as of 22:20, 17 July 2007
// This is a stylesheet that you can use to change // the way Wikipedia looks when you're logged in. // It adds subtle interactive cues to the interface. // Instructions: Go to // http://en.wikipedia.org/wiki/User:YOURNAME/monobook.css // (replace YOURNAME with your username), // edit or start the page, // and copy all this text there. // If you like, you can also use any // of these chunks of code individually. // Tested in Firefox 1.5 only. // 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: black; border-bottom: 1px solid #aaaaff;} #bodyContent a:visited {color: #555555; border-bottom: 1px dotted #dddddd;} #bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {color: black; border-bottom: 1px solid blue; text-decoration:none;} #bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {color: blue; text-decoration:none;} #bodyContent a.new, #bodyContent a:visited.new {color: black; border-bottom: 1px solid red;} #bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {color: black; border-bottom: 1px solid red; 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;} // The following chunks are off by default. // You won't want to use more than one at once. // To turn one on, remove the slashes // from the beginning of the line of code // (but don't remove the slashes in front // of the English sentances). // This chunk is an alternate link scheme. // Turn off the first link scheme before you // use it by putting slashes in front of it. //#bodyContent a {color: black; border-bottom: 1px solid #eeeeff;} //#bodyContent a:visited {color: #555555; border-bottom: 1px dotted #dddddd;} //#bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {border-bottom: 1px solid #aaaaff;} //#bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {color: black; border-bottom: 1px solid blue; text-decoration:none;} a:active {position: relative; top:1px; left:1px;} //#bodyContent p:hover a.new, #bodyContent p:hover a:visited.new {color: black; border-bottom: 1px solid red;} // This chunk makes the text double-spaced. #bodyContent p, #bodyContent ul, #bodyContent ol {line-height: 1.8em; margin-bottom: 1em} // This chunk makes the lines of text narrower. #bodyContent p {width: 75%} // HIGHLY EXPERIMENTAL!!! Firefox 1.5 only. // This chunk puts the text in a two-column layout. #bodyContent {-moz-column-count: 2; -moz-column-gap: 50px;} #body { background: white; }