Benutzer:Trublu/monobook.css
aus Wikipedia, der freien Enzyklopädie
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen zu sehen: Mozilla/Firefox: Shift-Strg-R, Internet Explorer: Strg-F5, Opera: F5, Safari: ⌘-R, Konqueror: Strg-R.
/* Personendaten anzeigen */ table.metadata { display:table; } #content{ margin-right: 2em; /*border-right: 1px solid #aaaaaa;*/ border: 1px solid DarkBlue ; } .firstHeading { border-bottom: 1px solid DarkBlue ; } /* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ pre { overflow: auto; } /* 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; } /* Make the personal toolbar have roundness */ #p-personal ul { /* ooooh transparency */ opacity:.6; -moz-border-radius-bottomleft:1em; border-color:DarkBlue; border-width:1px; border-style:solid; background:#F8FCFF; /* 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) */ background-image:url(""); background-repeat:no-repeat; /* overrides 3px p-r that's above */ padding-right:20px; background-position:right center; } #p-personal a:hover { background:#FFF; } #p-personal a { padding:.5em; margin:0; } #p-personal li { margin:0; border-right:1px dotted rgb(170, 170, 170); } #confirmemail { display: none } /* == plusminus == */ .mw-plusminus-pos { color: green; } .mw-plusminus-neg { color: red; }