Difference between revisions of "MediaWiki:Common.css"

From Delaware DOT Construction Manual
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.tocnumber { display: none; }
 
.tocnumber { display: none; }
 +
 +
 +
/* --------- Changing TOC design ------- */
 +
 
#mw-toc-heading {
 
#mw-toc-heading {
   font-size: 200%;
+
   font-size: 100%;
 +
  writing-mode: ;
 
}
 
}
 +
 +
 +
/* ------------------------------------- */

Latest revision as of 18:16, 29 January 2021

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

.tocnumber { display: none; }


/* --------- Changing TOC design ------- */

#mw-toc-heading {
  font-size: 100%;
  writing-mode: ;
}


/* ------------------------------------- */