MediaWiki:Common.css: Difference between revisions

From WikiDemocracy
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


#mw-page-base {
#mw-page-base {
background-color: #000066
background-color: #000066;
background-image: linear-gradient(to bottom,#000066 50%,#000066 100%);
}
}

Revision as of 17:33, 1 October 2020

/* CSS placed here will be applied to all skins */
img.main-image { width: 300px; }

.serif-display { font-family: Georgia, serif; }

.serif-display2 { font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif; }

#mw-page-base {
background-color: #000066;
background-image: linear-gradient(to bottom,#000066 50%,#000066 100%);
}