MediaWiki:Common.css: Difference between revisions

From Notebook
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎color was a dark green: #5a7425: →‎#004377 is a dark blue: body { color: #004377; font-size: 20px; font-family: "times new roman"; } .mw-editsection { position: absolute; right: 0px; } .mw-content-text { line-height: 1.2; } .mw-notification-success { display: none; }")
 
(No difference)

Latest revision as of 23:40, 27 August 2023

/* CSS placed here will be applied to all skins */
/* color was a dark green: #5a7425 */
/* #004377 is a dark blue */
body { color: #004377; font-size: 20px; font-family: "times new roman"; }

.mw-editsection {
  position: absolute;
  right: 0px;
}

.mw-content-text {
	line-height: 1.2;
}

.mw-notification-success {
    display: none;
}