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

From NewgonWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
.mw-body-content a:link { color: #2c2cf9; } /* normal unvisited links */
.mw-body-content a:link { color: #2c2cf9; } /* normal unvisited links */


.mw-body-content a:link:visited { color: #0B0080; } /* visited links */
.mw-body-content a:link:visited { color: #3b99f7; } /* visited links */


.mw-body-content a:link:active { color: #0B0080; } /* active links */
.mw-body-content a:link:active { color: #3b99f7; } /* active links */


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

Revision as of 14:17, 4 June 2022

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

body { background-color: #f9e189; } /* Coloring 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 */

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

.mw-body-content a:link { color: #2c2cf9; } /* normal unvisited links */

.mw-body-content a:link:visited { color: #3b99f7; } /* visited links */

.mw-body-content a:link:active { color: #3b99f7; } /* active links */

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

.vector-menu-tabs li { background-image: linear-gradient(to top, rgb(119, 193, 246) 0px, #e9d179 1px, #f9e189 100%); } /* inactive tabs */

.vector-menu-tabs .selected { background-image: linear-gradient(to bottom, #f9e189 1px, rgb(255, 255, 255) 100%); } /* active tab */

#mw-page-base { background-image: none; background-color: #f9e189; } /* to remove the strange white pixels */