One of our staff members is contributing considerably to a News Archiving service at Mu. Any well educated (Masters, PhD or above) users who wish to make comments on news sites, please contact Jim Burton directly rather than using this list, and we can work on maximising view count.
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) No edit summary |
The Admins (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */ | #mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */ | ||
.vectorTabs .selected { background: #160b11; background-image: linear-gradient(180deg, rgb(110,55,85,1) 0%, rgb(255,255,255,1) 50%); } /* Change VectorTabs to trad Newgon Scheme */ | |||
#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */ | #mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */ | ||
#mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */ | #mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */ | ||
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 19:10, 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; } /* Coloring the rest of the surround */
.vectorTabs .selected { background: #160b11; background-image: linear-gradient(180deg, rgb(110,55,85,1) 0%, rgb(255,255,255,1) 50%); } /* Change VectorTabs to trad Newgon Scheme */
#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */
#mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */
a.new { color: #1fcd00; } /* Change internal dead links back to green */