Difference between revisions of "MediaWiki:Common.css"

From Global Warming Wiki
Jump to navigation Jump to search
 
(3 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 */
  
/* generally make links bold */
+
/* link bolding and exclusions */
  
 
#bodyContent a {
 
#bodyContent a {
Line 7: Line 7:
 
}
 
}
  
/* except for these */
+
#bodyContent .toc a, #bodyContent .mw-editsection a {
 
 
.toc a {
 
 
   font-weight:normal;
 
   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;
}