MediaWiki:Common.css: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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


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

Revision as of 15:23, 31 October 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!";
}