MediaWiki:Modern.css: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   filter: alpha(opacity=50);
   filter: alpha(opacity=50);
   background-color: #8d97a6;
   background-color: #8d97a6;
}
#toc a {
  color: white;
}
#toc a:visited {
  color: gray;
}
}

Revision as of 21:44, 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: #8d97a6;
}

#toc a {
  color: white;
}

#toc a:visited {
  color: gray;
}