MediaWiki:Common.css: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   font-style: italic;
   font-style: italic;
   content: " - this page is only visible to Semaeopus members!";
   content: " - this page is only visible to Semaeopus members!";
}
a.internal {
  color: red;
  font-style: bold;
}
}

Revision as of 16:40, 2 November 2017

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

.ns-3002 h1.firstHeading {
  color: red;
}

.ns-3002 h1.firstHeading::after {
  font-size: 0.6em;
  font-style: italic;
  content: " - this page is only visible to Semaeopus members!";
}

a.internal {
  color: red;
  font-style: bold;
}