MediaWiki:Common.css: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
}
}


a.internal {
a.internal:link, a.internal:visited, a.internal:hover, action-view.internal:active {
   color: red;
   color: red !important;
   font-style: bold;
   font-weight: bold !important;
}
}

Revision as of 16:46, 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:link, a.internal:visited, a.internal:hover, action-view.internal:active {
  color: red !important;
  font-weight: bold !important;
}