Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "→‎CSS placed here will be applied to all skins: .important::before { font-weight: bold; color: navy; content: "==== Important ==== "; }"
 
No edit summary
 
Line 3: Line 3:
   font-weight: bold;
   font-weight: bold;
   color: navy;
   color: navy;
   content: "==== Important ==== ";
   content: "<h3>Important </h3>";
}
}

Latest revision as of 17:14, 19 February 2025

/* CSS placed here will be applied to all skins */
.important::before {
  font-weight: bold;
  color: navy;
  content: "<h3>Important </h3>";
}