MediaWiki:Common.css: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
(warning text on internal pages)
 
mNo edit summary
Line 8: Line 8:
   font-size: 0.6em;
   font-size: 0.6em;
   font-style: italic;
   font-style: italic;
   content: " - this page is not visible for normal users!";
   content: " - this page is only visible to Semaeopus members!";
}
}

Revision as of 14:39, 31 October 2017

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

.ns-3002 h1 {
  color: red;
}

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