User:Emhoo/monobook.css
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* Rounding */ /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1.5em; -moz-border-radius-bottomleft: 1.5em; } body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; } div.pBody { font-size:90%; -moz-border-radius-topright: 1.5em; -moz-border-radius-bottomright: 1.5em; } input { -moz-border-radius: 1em; border-radius: 1em; } /* Gets rid of the border on the left of the nav boxes in rounders. Doesn't look so good in non-roundness. */ div.pBody { border-left:none; } /* -------------------------------- */ /* Hide some not so important things */ #footer, #p-logo, #editpage-copywarn, #siteSub { display:none; height: 0px; width: 0px; } /* keep the underlining away */ a { text-decoration: none; } #column-one { padding-top: 22px; } /* Make the heading less intrusive */ .firstHeading { font-size:130%; border-bottom-width: 1px; text-decoration:none; } h2 { font-size: 160% border-bottom-width: 1px; } h4 { font-size: 140% border-bottom-width: 1px; text-decoration:underline; } h5 { font-size: 110% border-bottom-width: 1px; font-variant: small-caps; } /* --------------------------------- */ /* Color theme */ #p-cactions ul li, #p-cactions ul li a, #content, div.pBody { background: white; } div.thumb { border-color: #e5e5e5; } body { background: silver; } /* Change the color of the headings on the left */ .portlet h5 { color: white } /* --------------------------- */ /* Make the personal toolbar have roundness */ #p-personal ul { /* ooooh transparency */ opacity:.9; -moz-border-radius-bottomleft:1em; border-color:rgb(250, 189, 35); border-width:0px; border-style:solid; background:#FFFFFF; /* if it weren't for this, that tool bar would stretch itself across the entire screen. */ float:right; padding:0; padding-bottom:.3em; padding-right:3px; border-top:none; border-right:none; margin:0; /* my background code - use your own if you want (16*16px) */ /* overrides 3px p-r that's above */ padding-right:20px; background-position:right center; } #p-personal a { padding:.5em; margin:0; } #p-personal li { margin:0; border-right:1px dotted rgb(170, 170, 170); } /* -------------------- */ /* fiwiki */ #fiwiki-special-character-comment,#fiwiki-special-character-delline { display: inline !important; }

