Pengguna:Irwangatot/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>
#articlecount {display: block !important}
/** cheat bug? **/

.fake {}
li#t-upload, /* The upload file link. Please upload to the commons instead */
li#n-portal, /* The link to the community portal */
li#t-recentchangeslinked, /* The link to "Related Changes". Never use it anyways */
li#n-currentevents, /* The link to the current events */
li#n-contact, /* The link to contact wikipedia */
li#n-sitesupport, /* The donations link */
li#n-Featured-articles, /* The link to the featured articles */
li#n-randompage, /* The link to Special:Random */
li#n-help /* The link to help */

{display:none}
/** 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;
}
#siteSub {
    display: none;

}
/** 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;
}
#ca-move a { 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;
	}
}
</pre>