Difference between revisions of "MediaWiki:Spiralknights.css"
From SpiralKnights
Line 50: | Line 50: | ||
#p-navigation a, #p-tb a { font-size:100%; font-weight: bold; color: #ffc235; text-decoration: none; } | #p-navigation a, #p-tb a { font-size:100%; font-weight: bold; color: #ffc235; text-decoration: none; } | ||
#p-navigation a:hover, #p-tb a:hover { font-size:100%; font-weight: bold; color: #fff6c1; text-decoration: none; } | #p-navigation a:hover, #p-tb a:hover { font-size:100%; font-weight: bold; color: #fff6c1; text-decoration: none; } | ||
+ | |||
+ | #footer { | ||
+ | color: #FFF6C1; | ||
+ | background-color: #222a51; | ||
+ | } | ||
+ | |||
+ | #footer a, #footer a:hover, #footer a:visited { color: #ffc235 } |
Revision as of 05:24, 29 September 2010
/* CSS placed here will be applied to all skins */ body { background-color: #3A3A47; font-family: Arial, Verdana, sans-serif; color: #FFF6C1; } a { font-family: Arial, Verdana, sans-serif; color: #483D8B; text-decoration: underline} a:hover { font-family: Arial, Verdana, sans-serif; color: #A52A2A} h1 { font-family: Arial, Verdana, sans-serif; color: #A52A2A } h2 { font-family: Arial, Verdana, sans-serif; color: #FFC235 } hr{ color:brown; background-color:tan; width:90%; height:2px; } table { background-color: #3a3a47; font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #00008B; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } #column-content { background-color: #3a3a47; } #content { background-color: #d5d5de; } #bodyContent { background-color: #d5d5de; } #firstHeading { } #p-logo a,#p-logo a:hover { } #p-navigation a, #p-tb a { font-size:100%; font-weight: bold; color: #ffc235; text-decoration: none; } #p-navigation a:hover, #p-tb a:hover { font-size:100%; font-weight: bold; color: #fff6c1; text-decoration: none; } #footer { color: #FFF6C1; background-color: #222a51; } #footer a, #footer a:hover, #footer a:visited { color: #ffc235 }