Difference between revisions of "MediaWiki:Common.css"
From #openttdcoop wiki
(lights for archivemenu) |
(lights for gamearchive) |
||
Line 16: | Line 16: | ||
.unclaimed {background-color: #CC0033;} | .unclaimed {background-color: #CC0033;} | ||
− | + | font-weight: normal | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/*color: #ffa200; orange theme*/ | /*color: #ffa200; orange theme*/ | ||
float: right; | float: right; | ||
Line 140: | Line 58: | ||
margin: 0px; | margin: 0px; | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
+ | color: #659cda; | ||
} | } | ||
− | .gamearchive_menu th { | + | .gamearchive_menu th a { |
− | background-color: # | + | background-color: #213689; |
+ | color: ffffff; | ||
} | } | ||
.gamearchive_menu th:hover { | .gamearchive_menu th:hover { | ||
− | + | background-color:#253d9a; | |
+ | color: 659cda; | ||
+ | } | ||
+ | .gamearchive_menu th a:hover{ | ||
+ | background-color: #253d9a; | ||
+ | color: ffffff; | ||
} | } | ||
Line 156: | Line 81: | ||
/* defines the right header for the gamearchives */ | /* defines the right header for the gamearchives */ | ||
− | .gamearchive_menu_header { | + | .gamearchive_menu_header th { |
− | + | font-weight: normal | |
+ | /*background: #303030; orange theme*/ | ||
+ | background-color: #002564; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | border-bottom: 1px solid black; | ||
+ | color: #659cda; | ||
} | } | ||
− | .gamearchive_menu_header | + | .gamearchive_menu_header th a { |
− | + | background-color: #002564; | |
+ | color: ffffff; | ||
+ | } | ||
+ | |||
+ | .gamearchive_menu_header th:hover { | ||
+ | background-color: #002c73; | ||
+ | color: 659cda; | ||
+ | } | ||
+ | .gamearchive_menu_header th a:hover{ | ||
+ | background-color: #002c73; | ||
+ | color: ffffff; | ||
} | } |
Revision as of 14:01, 15 July 2007
/** CSS placed here will be applied to all skins */ .mainpagetable { margin-top: 10px; margin-bottom: 10px; border-collapse: collapse; font-size: 100%; } .mainpagetable td { border-collapse:collapse; vertical-align: top; background-color: transparent; padding: 5px 5px 2px; border: 1px dashed #3e4243; } .unclaimed {background-color: #CC0033;} font-weight: normal /*color: #ffa200; orange theme*/ float: right; margin-left: 6px; margin-bottom: 10px; width: 18%; min-width: 100px; max-width: 200px; border: 1px solid black; border-collapse: collapse; /*background: #4b4b4b; orange theme*/ background: #b3ff00; color: #b3ff00; padding: 0; } .gamearchive_menu td { border: 1px solid black; padding: 0px 0px; margin: 0px 0px; } .gamearchive_menu td a:hover { /*color: #ffa200; orange theme*/ color: #b3ff00; background-color: #b3ff00; } .gamearchive_menu td a { /*color: #ffa200; orange theme*/ color: #3670BC; background-color: #3670BC; } .gamearchive_menu th { /*background: #303030; orange theme*/ background-color: #213689; padding: 0px; margin: 0px; border-bottom: 1px solid black; color: #659cda; } .gamearchive_menu th a { background-color: #213689; color: ffffff; } .gamearchive_menu th:hover { background-color:#253d9a; color: 659cda; } .gamearchive_menu th a:hover{ background-color: #253d9a; color: ffffff; } .gamearchive_menu tr:hover { color: #4477CB; background-color: #4477CB; } /* defines the right header for the gamearchives */ .gamearchive_menu_header th { font-weight: normal /*background: #303030; orange theme*/ background-color: #002564; padding: 0px; margin: 0px; border-bottom: 1px solid black; color: #659cda; } .gamearchive_menu_header th a { background-color: #002564; color: ffffff; } .gamearchive_menu_header th:hover { background-color: #002c73; color: 659cda; } .gamearchive_menu_header th a:hover{ background-color: #002c73; color: ffffff; }