Корисник:Саша.Стефановић/monobook.css
Из пројекта Википедија
Запамтите: Након снимања, морате очистити кеш вашег веб читача да бисте видели промене: Mozilla/Safari/Konqueror: држите SHIFT док кликћете Reload (или притисните Shift+Ctrl+R), IE: притисните Ctrl-F5, Оpera притисните F5.
/* ################################### */ /* Start of requirements for menu tabs */ .tabmenu ul { display: none; z-index: 2; position: relative; top: -2px; border-top: 1px solid #aaaaaa; padding: 0px; margin: 0px; background: #F8FCFF; background-color: #F8FCFF; } /* Menu tab IDs. If you add a new menu, you need to add its ID here too */ #afda ul li, #talkm ul li, #dbm ul li { float: none; border: 1px solid #aaaaaa; border-top: none; text-align: center; background: #F8FCFF; background-color: #F8FCFF; } .tabmenu:hover ul { display: block; } .tabmenu a { padding: 0pt 0.8em !important; background: #F8FCFF; background-color: #F8FCFF; } .tabmenu ul a:hover { font-weight: bold; } /* End of requirements for menu tabs */ /* ################################# */ /* Dotted borders on pre look ugly, replace with a solid one */ #bodyContent pre { border: 1px solid #aaa; } /* Dont need this copyright notice on every page */ /*li#f-copyright, li#f-lastmod, #editpage-copywarn { display: none; }*/ /* The 'Edit summary' box is way to crammed in the textarea box by default */ textarea { margin-bottom: 4px; } /* suppress the person icon by your username */ li#pt-userpage { background: none; } /* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; } #content, #footer { -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; } div.pBody { -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }