User:Axyjo/monobook.css
Appearance
(Redirected from User:AxyJo/monobook.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Axyjo/monobook.js. |
// 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}
// 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;}