Difference between revisions of "MediaWiki:Skin/Lc.css"

From YTMND
Jump to: navigation, search
 
(No difference)

Latest revision as of 13:21, February 8, 2007

/* 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;
}