User:Rillke/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.
/* remove nasty messages */
#editpage-copywarn-copywarn, #editpage-copywarn, #mw-tos-summary, #siteSub {
    display: none !important;
}

#umSummaryWrapper {
	display:none;
}

.easy-review {
	display:block;
}

.diffchange {
	border: 1px dotted #AAAAAA;
}

#mw-content-text, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
	font-family: 'NOCTILUCENTA';
}

#mw-content-text {
	font-size: 110%;
}

.source-css, .source-js, .source-lua, .source-json {
	font-size: 0.95em;
}

.mw-textarea-protected,
.mw-textarea-protected + .ui-resizable .ace_content,
.ns-8 textarea,
.ns-8 .ace_content {
  background-color: #FFF;
}