Jump to content

MediaWiki:Common.css: Difference between revisions

From Encyclopedia Arelithica 3.0
No edit summary
No edit summary
Tag: Manual revert
 
(19 intermediate revisions by the same user not shown)
Line 2: Line 2:


/* background-color */
/* background-color */
body { background-color: ##e6ffb4; } /* Hex value for parchment paper */
body {
 
background-color: #F1E9D2 !important;
/* Set background color of area of logo*/
}
#p-logo { background-color: #281C02; }

Latest revision as of 19:19, 21 September 2025

/* CSS placed here will be applied to all skins */

/* background-color */
body {
background-color: #F1E9D2 !important;
}