MediaWiki:Skin/Lc.css

From YTMND
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* This skin is used for pages whose titles should be all-lowercase. Examples: [[lol, internet]], [[violin]] etc. Pages like [[iPod]] should not use this skin since the P is supposed to be uppercase. */

h1 {
text-transform: Lowercase;
background-color: #ff5720; height: 26px; color: white; padding-left: 15px;
margin-left: -13px; margin-right: -13px;
font-size: 10pt;
font-weight: bold;
font-family: "Arial", "Helvectica" sans-serif;
text-align: center;
border-top: 3px solid #ff9900;
border-bottom: 3px solid #ff9900;
}