Difference between revisions of "MediaWiki:Spiralknights.css"
From SpiralKnights
(Created page with '→CSS placed here will be applied to all skins: body { background-color: #3a3a47; font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #00008B; } a { font-family…') |
|||
Line 5: | Line 5: | ||
font-family: Arial, Verdana, sans-serif; | font-family: Arial, Verdana, sans-serif; | ||
font-size: 18px; | font-size: 18px; | ||
− | color: # | + | color: #FFF6C1; |
} | } | ||
Line 13: | Line 13: | ||
h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A } | h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A } | ||
− | h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: # | + | h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #FFC235 } |
hr{ color:brown; background-color:tan; width:90%; height:2px; } | hr{ color:brown; background-color:tan; width:90%; height:2px; } |
Revision as of 04:09, 29 September 2010
/* CSS placed here will be applied to all skins */ body { background-color: #3a3a47; font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #FFF6C1; } a { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #483D8B; text-decoration: underline} a:hover { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #A52A2A; background-color: #FAEBD7} h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A } h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #FFC235 } hr{ color:brown; background-color:tan; width:90%; height:2px; } table { 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; } .note { font-family: Arial, Verdana, sans-serif; font-size: 14px; color: purple; font-weight: bold; }