MediaWiki:Modern.css: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
add #toc
No edit summary
Line 8: Line 8:
   opacity: 0.8;
   opacity: 0.8;
   filter: alpha(opacity=50);
   filter: alpha(opacity=50);
  background-color: #6666aa;
}
}

Revision as of 21:43, 14 July 2016

/* CSS placed here will affect users of the Modern skin */

.mw-headline {
  line-height: 1;
}

#toc {
  opacity: 0.8;
  filter: alpha(opacity=50);
  background-color: #6666aa;
}