Difference between revisions of "MediaWiki:Common.css"
From #openttdcoop wiki
(lights for gamearchive) |
(Undo revision 5798 by Special:Contributions/Thgergo (User talk:Thgergo)) |
||
Line 16: | Line 16: | ||
.unclaimed {background-color: #CC0033;} | .unclaimed {background-color: #CC0033;} | ||
− | + | .claimed {background-color: #FF6633;} | |
+ | .wip {background-color: #FFCC33;} | ||
+ | .converted {background-color: #FFFF99; color: #000;} | ||
+ | .checked {background-color: #339900;} | ||
+ | .checked2 {background-color: #66FF99; color: #000;} | ||
+ | .done {background-color: #F2F2F2; color: #000;} | ||
+ | |||
+ | .rdtable, .rdtable td, .rdtable tr, .rdtable th { border: 1px solid #3e4243; border-collapse: collapse; padding: 2px; padding-left: 5px;} | ||
+ | |||
+ | |||
+ | .junctionary_menu { | ||
+ | float: right; | ||
+ | margin-left: 6px; | ||
+ | margin-bottom: 10px; | ||
+ | |||
+ | width: 23%; | ||
+ | min-width: 200px; | ||
+ | max-width: 300px; | ||
+ | |||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | background: #4B4B4B; | ||
+ | color: #b1e100; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .junctionary_menu th { | ||
+ | background: #303030; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | border-bottom: 1px solid black; | ||
+ | } | ||
+ | .junctionary_menu td { | ||
+ | border: 1px solid black; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | margin-right: 3px; | ||
+ | } | ||
+ | |||
+ | .junctionary_menu tr:hover { | ||
+ | background-color: #003366; | ||
+ | } | ||
+ | |||
+ | .junctionary_table { | ||
+ | border: 1px solid black; | ||
+ | border-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | .junctionary_menu td a, .junctionary_menu th a { | ||
+ | color: #ffa200; | ||
+ | } | ||
+ | |||
+ | .grftable { | ||
+ | border: 1px solid black; | ||
+ | border-bottom: 0px; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | .grftable th { | ||
+ | border: 1px solid black; | ||
+ | /*background: #993300; orange theme*/ | ||
+ | background:#4477CB; | ||
+ | padding: 1px 2px; | ||
+ | /*background:#364B50;*/ | ||
+ | } | ||
+ | .grftable td { | ||
+ | border: 1px solid black; | ||
+ | padding: 1px 2px; | ||
+ | } | ||
+ | |||
+ | .junctionary_table td { | ||
+ | padding: 1px 2px; | ||
+ | } | ||
+ | |||
+ | .junctionary_table td img { | ||
+ | border: 1px solid #790E11; | ||
+ | margin: 2px 0px; | ||
+ | } | ||
+ | |||
+ | .junctionary_table td img:hover { | ||
+ | border: 1px solid #36b; | ||
+ | } | ||
+ | |||
+ | /* '''Styles for the Game Archives''' */ | ||
+ | .gamearchive_menu { | ||
/*color: #ffa200; orange theme*/ | /*color: #ffa200; orange theme*/ | ||
float: right; | float: right; | ||
Line 58: | Line 140: | ||
margin: 0px; | margin: 0px; | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
− | |||
} | } | ||
− | .gamearchive_menu th | + | .gamearchive_menu th { |
− | background-color: # | + | background-color: #002564; |
− | + | ||
} | } | ||
.gamearchive_menu th:hover { | .gamearchive_menu th:hover { | ||
− | + | background-color:#002c73; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 81: | Line 156: | ||
/* defines the right header for the gamearchives */ | /* defines the right header for the gamearchives */ | ||
− | .gamearchive_menu_header | + | .gamearchive_menu_header { |
− | + | background: #002564; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | .gamearchive_menu_header | + | .gamearchive_menu_header tr:hover { |
− | + | background-color: #002c73; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } |
Revision as of 14:04, 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;} .claimed {background-color: #FF6633;} .wip {background-color: #FFCC33;} .converted {background-color: #FFFF99; color: #000;} .checked {background-color: #339900;} .checked2 {background-color: #66FF99; color: #000;} .done {background-color: #F2F2F2; color: #000;} .rdtable, .rdtable td, .rdtable tr, .rdtable th { border: 1px solid #3e4243; border-collapse: collapse; padding: 2px; padding-left: 5px;} .junctionary_menu { float: right; margin-left: 6px; margin-bottom: 10px; width: 23%; min-width: 200px; max-width: 300px; border: 1px solid black; border-collapse: collapse; background: #4B4B4B; color: #b1e100; padding: 0; } .junctionary_menu th { background: #303030; padding: 0px; margin: 0px; border-bottom: 1px solid black; } .junctionary_menu td { border: 1px solid black; margin: 0px; padding: 0px; margin-right: 3px; } .junctionary_menu tr:hover { background-color: #003366; } .junctionary_table { border: 1px solid black; border-bottom: 0px; } .junctionary_menu td a, .junctionary_menu th a { color: #ffa200; } .grftable { border: 1px solid black; border-bottom: 0px; border-collapse: collapse; } .grftable th { border: 1px solid black; /*background: #993300; orange theme*/ background:#4477CB; padding: 1px 2px; /*background:#364B50;*/ } .grftable td { border: 1px solid black; padding: 1px 2px; } .junctionary_table td { padding: 1px 2px; } .junctionary_table td img { border: 1px solid #790E11; margin: 2px 0px; } .junctionary_table td img:hover { border: 1px solid #36b; } /* '''Styles for the Game Archives''' */ .gamearchive_menu { /*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; } .gamearchive_menu th { background-color: #002564; } .gamearchive_menu th:hover { background-color:#002c73; } .gamearchive_menu tr:hover { color: #4477CB; background-color: #4477CB; } /* defines the right header for the gamearchives */ .gamearchive_menu_header { background: #002564; } .gamearchive_menu_header tr:hover { background-color: #002c73; }