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:Common.css: Difference between revisions

From NewgonWiki
Jump to navigation Jump to search
No edit summary
m underline links
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
/* Font stuff */
/* Font stuff */


.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 { font-family:'Segoe UI'; }
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:Segoe UI, Verdana, Arial; }


#firstHeading { font-family:'Segoe UI'; }
#firstHeading { font-family:Segoe UI, Verdana, Arial; }


/* Thumb border */
/* Thumb border */


.thumbborder { border:2px solid #000; }
.thumbborder { border:1px solid #000; }
 
a {
  text-decoration:underline;
}

Latest revision as of 20:23, 13 June 2023

/* CSS placed here will be applied to all skins */

/* Font stuff */

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:Segoe UI, Verdana, Arial; }

#firstHeading { font-family:Segoe UI, Verdana, Arial; }

/* Thumb border */

.thumbborder { border:1px solid #000; }

a {
  text-decoration:underline;
}