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
Tag: Reverted
No edit summary
Tag: Reverted
Line 16: Line 16:
h2 {
h2 {
   font-weight: bold;
   font-weight: bold;
   color: #fff;
   color: #000;
   font-size: 32px;
   font-size: 32px;


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 12:13, 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 */

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

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

h1 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;

h2 {
  font-weight: bold;
  color: #000;
  font-size: 32px;

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