MediaWiki:Common.css: Difference between revisions

From Ages of Conflict
Content added Content deleted
(Replaced content with "#mw-head-base, #p-logo, #globalWrapper { background-color: #dae7fe; } #p-navigation .pBody, #p-search .pBody{ background-color: #ffffff; border-color:#ad1b06; color:#0645AD; } #mw-panel { border-color:#ad1b06; background-color:#ffffff; } #footer { background-color: #dae7fe; border-color:#ad1b06; } #content { border-color:#ad1b06; } .body { background-color: #f4f1e9; border-color:#ad1b06; }")
Tag: Replaced
No edit summary
Line 1: Line 1:
/* Community background color */
#mw-head-base,
body {
#p-logo,
#globalWrapper { background-color: #dae7fe; }
background-color: #333c47 !important;
#p-navigation .pBody,
#p-search .pBody{
background-color: #ffffff;
border-color:#ad1b06;
color:#0645AD; }
#mw-panel {
border-color:#ad1b06;
background-color:#ffffff;
}
}
#footer {
background-color: #dae7fe;
border-color:#ad1b06; }
#content {
border-color:#ad1b06; }


/* Sticky nav background color */
.body {
#mw-head {
background-color: #f4f1e9;
border-color:#ad1b06; }
background-color: #5e6732 !important;
}

/* Community header color */
#p-logo a {
color: #ffffff !important;
}

/* Accent color */
a {
color: #c7b78b !important;
}

/* Link color */
a:link,
a:visited {
color: #ffffff !important;
}

/* Article background color */
#content {
background-color: #575f46 !important;
}

Revision as of 23:14, 14 February 2024

/* Community background color */
body {
    background-color: #333c47 !important;
}

/* Sticky nav background color */
#mw-head {
    background-color: #5e6732 !important;
}

/* Community header color */
#p-logo a {
    color: #ffffff !important;
}

/* Accent color */
a {
    color: #c7b78b !important;
}

/* Link color */
a:link,
a:visited {
    color: #ffffff !important;
}

/* Article background color */
#content {
    background-color: #575f46 !important;
}