MediaWiki:Vector.css: Difference between revisions

From Forklift Certified Video Games
Jump to navigation Jump to search
Line 22: Line 22:
#footer { background-color: #e8e1d5; }
#footer { background-color: #e8e1d5; }


#mw-head div.vectorMenu h3 { background-color: #000000; }
#mw-footer li { color: #000000; }


.mw-footer li { color: #000000; }
#mw-footer a { color: #000000; }
 
.mw-footer a { color: #000000; }

Revision as of 02:24, 30 May 2025

/* All CSS here will be loaded for users of the Vector skin */
body { background-color: #e8e1d5; }

#p-navigation { background-color: #e8e1d5; }

#mw-head { background-color: #e8e1d5; }
#mw-panel { background-color: #e8e1d5; }
#p-logo { background-color: #e8e1d5; }

#p-tb { background-color: #e8e1d5; }
#p-tb-label { background-color: #e8e1d5; }

.mw-body { border: 1px solid #000000; }

#content { background-color: #ded5ba; }
#bodyContent { background-color: #ded5ba; }
#firstHeading { background-color: #ded5ba; }

#catlinks { background-color: #e8e1d5; }
#p-tb .body { background-color: #e8e1d5; }

#footer { background-color: #e8e1d5; }

#mw-footer li { color: #000000; }

#mw-footer a { color: #000000; }