User:TMg/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Do not lowercase the menu items, this looks ugly in the German language. */
#p-personal ul, #p-cactions li a, .portlet h5, .portlet h6 {
	text-transform:none;
}

/* My own signature */
#bodyContent a[href$="/wiki/User:TM"],
#bodyContent a[href$="/wiki/User_talk:TM"],
#bodyContent a[href*="/wiki/User:TMg"],
#bodyContent a[href*="/wiki/User_talk:TMg"] {
	background:#F8F080;
	color:#000;
	font-weight:bold;
}
#bodyContent a[href$="/wiki/User:TM"],
#bodyContent a[href$="/wiki/User_talk:TM"] {
	color:#F00;
}

/* Do not show the copyright warning, I know that. */
#editpage-copywarn, #wp_talkpagetext, .mw-history-legend, .mw-tos-summary {
	display:none;
}

/* Den seit August 2013 größeren Kasten unter dem Bearbeitungsfenster schmaler machen */
.editOptions {
	margin:0;
	padding:.8em 1em;
}
#wpSummaryLabel {
	display:none;
}
input#wpSummary {
	margin:0;
}
.editCheckboxes {
	margin:.4em 0;
}
.editCheckboxes label {
	cursor:pointer;
	margin-left:-1ex;
	padding:.2em 0 .2em 1ex;
}

/* Hide spam */
.mw-gu-onwiki-vo_wikipedia_org, a[href^="//vo."] {
	display:none;
}