MediaWiki:Vector.css: Difference between revisions

From NewgonWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
body { background-color: #f9e189; } /* Coloring the surround */
body { background-color: #f9e189; } /* Coloring the surround */


#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */
#mw-head { background-color: #f9e189; border-bottom-width: 1px; } /* Coloring the rest of the surround */


#mw-head-base { background-color: #f9e189; border-bottom-width: 1px; } /* Coloring the rest of the surround */
#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */


#mw-panel { background-color: #f9e189; }
#mw-panel { background-color: #f9e189; }


a.new { color: #1fcd00; }  /* Change internal dead links back to green */
a.new { color: #1fcd00; }  /* Change internal dead links back to green */

Revision as of 10:01, 3 June 2022

/* All CSS here will be loaded for users of the Vector skin */

body { background-color: #f9e189; } /* Coloring the surround */

#mw-head { background-color: #f9e189; border-bottom-width: 1px; } /* Coloring the rest of the surround */

#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */

#mw-panel { background-color: #f9e189; }

a.new { color: #1fcd00; }  /* Change internal dead links back to green */