Difference between revisions of "MediaWiki:Spiralknights.css"
From SpiralKnights
Line 1: | Line 1: | ||
− | /* | + | /* CSS placed here will be applied to all skins */ |
body { | body { | ||
− | background-color: #3A3A47; | + | /* old bgcolor: background-color: #3A3A47; */ |
− | + | background-color: transparent; | |
background-image: url('http://www.spiralknights.com/images/bg_tilehoriz.jpg'); | background-image: url('http://www.spiralknights.com/images/bg_tilehoriz.jpg'); | ||
background-position: left top; | background-position: left top; | ||
Line 9: | Line 9: | ||
font-family: Arial, Verdana, sans-serif; | font-family: Arial, Verdana, sans-serif; | ||
color: #FFF6C1; | color: #FFF6C1; | ||
− | |||
} | } | ||
Line 16: | Line 15: | ||
a:visited { font-family: Arial, Verdana, sans-serif; color: #483D8B; text-decoration: underline} | a:visited { font-family: Arial, Verdana, sans-serif; color: #483D8B; text-decoration: underline} | ||
− | h1 { font-family: Arial, Verdana, sans-serif; color: # | + | h1 { font-family: Arial, Verdana, sans-serif; color: #222A51 } |
− | h2 { font-family: Arial, Verdana, sans-serif; color: # | + | h2 { font-family: Arial, Verdana, sans-serif; color: #F97432 } |
− | h3 { font-family: Arial, Verdana, sans-serif; color: # | + | h3 { font-family: Arial, Verdana, sans-serif; color: #831F06 } |
− | + | ||
− | + | ||
− | + | ||
#column-content { background-color: transparent } | #column-content { background-color: transparent } | ||
− | #content, #bodyContent { background-color: # | + | #content, #bodyContent { |
+ | background-color: #d5d5de; | ||
+ | } | ||
− | #firstHeading { | + | #firstHeading { |
+ | } | ||
− | + | #p-cactions li a { text-decoration: none } | |
− | + | ||
− | #p-cactions { 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-logo a,#p-logo a:hover { background-color: transparent; } | ||
− | |||
− | |||
#p-navigation, #p-tb, #p-search, #p-navigation ul, #p-tb ul, #p-search ul { background-color: #3A3A47; } | #p-navigation, #p-tb, #p-search, #p-navigation ul, #p-tb ul, #p-search ul { background-color: #3A3A47; } | ||
Line 67: | Line 48: | ||
#footer a, #footer a:hover, #footer a:visited { color: #ffc235 } | #footer a, #footer a:hover, #footer a:visited { color: #ffc235 } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 07:45, 14 October 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 } #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, #p-tb, #p-search, #p-navigation ul, #p-tb ul, #p-search ul { background-color: #3A3A47; } #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; } .pBody { background-color: #3A3A47; border: none; } #footer { color: #FFF6C1; background-color: #222a51; } #footer a, #footer a:hover, #footer a:visited { color: #ffc235 }