Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 18:48, 31 May 2020

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

/* generally make links bold */

#bodyContent a {
 font-weight:bold;
}

/* except for these */

.toc a {
  font-weight:normal;
}