Difference between revisions of "MediaWiki:Common.css"

From Global Warming Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
a:not(.toc) {
+
/* link bolding and exclusions */
 +
 
 +
#bodyContent a {
 
  font-weight:bold;
 
  font-weight:bold;
 +
}
 +
 +
#bodyContent .toc a, #bodyContent .mw-editsection a {
 +
  font-weight:normal;
 
}
 
}

Latest revision as of 18:57, 31 May 2020

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

/* link bolding and exclusions */

#bodyContent a {
 font-weight:bold;
}

#bodyContent .toc a, #bodyContent .mw-editsection a {
  font-weight:normal;
}