User:Gentgeen/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* reduce the space between lines, use a serif font */ #content { line-height: 1.05em; font-family: x-small "Book Antiqua", Times, serif; } h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } /* suppress the little person icon by the username */ li#pt-userpage { background: none } /* bottom tab styling (not for IE currently) */ #mytabs { margin: -0.6em 0 0 11.5em; white-space:nowrap; line-height: 1.1em; overflow: visible; border-collapse: collapse; padding: 0 0 0 1em; list-style: none; font-size: 95%; } #mytabs .hiddenStructure { display: none; } #mytabs li { display: inline; border: 1px solid #aaaaaa; border-top: none; padding: 0 0 0 0; margin: 0 0.3em 0 0; overflow: visible; background-color: White; background-image: none; } #mytabs li.selected { border-color: #fabd23; padding: 0.2em 0 0 0; } #mytabs li a { background-color: White; background-image: none; color: #005189; border: none; padding: 0.3em 0.8em 0 0.8em; text-decoration: none; text-transform: lowercase; position: relative; margin: 0; } #mytabs li.selected a { z-index: 3; } #mytabs .new a { color:#ba0000; } #mytabs li a:hover { z-index: 3; text-decoration: none; } #mytabs h5 { display: none; } #mytabs li.istalk { margin-right: 0; } #mytabs li.istalk a { padding-right: 0.5em; } #mytabs-ca-addsection a { padding-left: 0.4em; padding-right: 0.4em; } /* offsets to distinguish the tab groups */ li#mytabs-ca-talk, li#ca-history, li#mytabs-ca-history { margin-right: 1.6em; } li#mytabs-ca-watch { margin-left: 1.6em; } /* change the links colors and underline them */ a { color: #0000EE; text-decoration: underline; } a:visited { color: #551A8B; } a:active { color: Orange; } a:hover { text-decoration: underline; } a.external { color: #005189; } a.external:visited { color: #004000; } a.new { color:#ba0000; } a.new:visited { color:#ba0000; } /* No external link icon */ #bodyContent a[href ^="http://"] { background-color: none; background-image: none; padding-right: 0px; } /* the auto-generated edit comments */ .autocomment { color: #005189; } /* Round the corners of everything. */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 8.1px; /* 0.59em; */ -moz-border-radius-topright: 8px; /* 0.57em; */ } #mytabs ul li, #mytabs ul li a { -moz-border-radius-bottomleft: 8.1px; /* 0.59em; */ -moz-border-radius-bottomright: 8px; /* 0.57em; */ } #content { -moz-border-radius-topleft: 8.1px; -moz-border-radius-bottomleft: 8.5px; } div.pBody { -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8.4px; } pre, table#toc, div.thumb div { -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomleft: 8.5px; -moz-border-radius-bottomright: 8.4px; } #catlinks { -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8.1px; -moz-border-radius-bottomleft: 8.4px; -moz-border-radius-bottomright: 8.4px; } /* Change the background color (and selected tab border color) for non-article pages */ #content, #p-cactions ul li.selected a, #mytabs ul li.selected a { background-color: #f5f5ff; background-image: none; } #p-cactions ul li.selected { border-color: #1080fa; } #mytabs ul li.selected { border-color: #1080fa; } .ns-0 #content, .ns-0 #p-cactions ul li.selected a, .ns-0 #mytabs ul li.selected a { background-color: white; background-image: none; } .ns-0 #p-cactions ul li.selected { border-color: #fabd23; } .ns-0 #mytabs ul li.selected { border-color: #fabd23; } /* Make TOCs float */ #toc { float: left; clear: left; margin: 0 2em 0 0; padding: .5em; width: 18em; } /* image tweaks */ div.floatright, table.floatright, div.floatleft, table.floatleft { margin-top:1em; } /* redirect text size */ .redirectText {font-size:100%}