Difference between revisions of "MediaWiki:Spiralknights.css"
From SpiralKnights
m |
m |
||
Line 21: | Line 21: | ||
table { | table { | ||
− | background-color: | + | background-color: transparent |
font-family: Arial, Verdana, sans-serif; | font-family: Arial, Verdana, sans-serif; | ||
font-size: 18px; | font-size: 18px; | ||
Line 36: | Line 36: | ||
#column-content { | #column-content { | ||
− | background-color: | + | background-color: transparent |
} | } | ||
− | #content | + | #content, #bodyContent { |
− | + | ||
− | + | ||
− | + | ||
− | #bodyContent { | + | |
background-color: #d5d5de; | background-color: #d5d5de; | ||
} | } |
Revision as of 06:45, 29 September 2010
/* CSS placed here will be applied to all skins */ body { /* old bgcolor: background-color: #3A3A47; */ background-color: transparent; background-image: url('http://www.spiralknights.com/images/bg_tilehoriz.jpg'); background-position: left top; background-repeat:repeat-x; 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; text-decoration: underline} a:visited { font-family: Arial, Verdana, sans-serif; color: #483D8B; text-decoration: underline} h1 { font-family: Arial, Verdana, sans-serif; color: #222A51 } h2 { font-family: Arial, Verdana, sans-serif; color: #F97432 } h3 { font-family: Arial, Verdana, sans-serif; color: #831F06 } table { background-color: transparent 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: transparent } #content, #bodyContent { background-color: #d5d5de; } #firstHeading { } #p-cactions li a { text-decoration: none } #p-personal :link { color: #ffc235; } #p-personal :link:hover { color: #fff6c1; background-color: transparent; } #p-logo a,#p-logo a:hover { background-color: transparent; } #p-navigation h5, #p-tb h5, #p-search h5 { font-size:100%; color: #f97432 } #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 }