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.

 /* 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 {
 	z-index: 4;
 	margin-right: 10.6em;
 	border-right: 1px solid #aaa;
 	-moz-border-radius-topright: 10px !important;
 	-moz-border-radius-bottomright: 10px !important;
 }
 
 /* right side, the interwiki */
 div#p-lang{
 	position: absolute;
 	top: 2.8em;
 	left: 20%;
 	width: 80%;
 	text-align: right;
 }
 #p-lang h5 {
 	padding-right: .5em !important;
 }
 #p-lang .pBody {
 	width: 9em !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;
 }
 
 /* clear footer */
 div#footer {
 	clear: both;
 }