Pengguna:IvanLanin/monobook.css
Dari Wikipedia Indonesia, ensiklopedia bebas berbahasa Indonesia.
Catatan: Setelah menyimpan preferensi, Anda perlu membersihkan cache penjelajah web Anda untuk melihat perubahan. Mozilla / Firefox / Safari: tekan Ctrl-Shift-R (Cmd-Shift-R pada Apple Mac); IE: tekan Ctrl-F5; Konqueror:: tekan F5; Opera bersihkan cache melalui menu Tools→Preferences.
<pre> /** cheat bug? **/ .fake {} /** round borders **/ #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: 10px; -moz-border-radius-bottomleft: 10px; } div.pBody { -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-left: 0px solid white; } /** category **/ #catlinks { -moz-border-radius: 5px !important; border: 1px dashed #aaa !important; background: #fffce6 !important; padding: 2px 10px; } /** input text and button **/ input[type="text"], input[type="submit"], textarea { border: 1px solid #aaa !important; -moz-border-radius: 5px; } /** hide user menu icon **/ li#pt-userpage { background: none } /** footer width same with content **/ #footer { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; border-left: 1px solid #aaa; margin: 0.6em 0em 1em 155px; } /** hide footer li#f-copyright, #editpage-copywarn **/ li#lastmod, li#viewcount, li#copyright { display: none; } /** toc **/ #toc { -moz-border-radius: 10px; } table#toc { background: #efefff; } /** heading **/ #content h3 { border-bottom: 1px dashed #ccc !important; } .ns-14 * #content h3 { border-bottom: 0px none #ccc !important; } h3#siteSub { border-bottom: 0px none #ccc !important; } /** misc **/ .not-patrolled { background-color: transparent; } .allpagesredirect { font-style: italic !important; } /** print **/ @media print { #toc, #footer, #siteSub, #catlinks, .printfooter { display:none !important; } } #p-logo { display: none !important ; } .references-small { font-size: 90%;} </pre>