Pengguna:IvanBot/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.
/* hide logo */
#p-logo {
display:none !important ;
}
/* move left side up */
#column-one {
padding-top: 2.8em;
}
/* resize main content, give room for right side */
div#content {
margin-right: 10.8em;
border-right: 1px solid #aaa;
-moz-border-radius-topright: 10px !important;
-moz-border-radius-bottomright: 10px !important;
}
/* change z-index */
#p-tb,
.pBody {
z-index: 3 !important;
}
#p-lang {
z-index: 0 !important;
}
/* right side, the toolbox */
div#p-lang{
position: absolute;
left: 0;
top: 2.8em;
z-index: 0;
width: 100%;
text-align: right;
}
#p-lang h5 {
padding-right: .5em !important;
}
#p-lang .pBody {
width: 10em !important;
float: right;
text-align: left;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 0px !important;
-moz-border-radius-bottomright: 0px !important;
border-right: 0px solid white;
border-left: 1px solid #aaa !important;
}

