This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/static/beta5/css/green.css

54 lines
1.6 KiB
CSS
Raw Normal View History

2016-01-10 11:01:49 +01:00
/** GENERAL ELEMENTS **/
body, p, td { color: #C0C0C0; }
h1, h2, h3 { color: #1FCF1F; }
h4, h5, h6, th { color: #3FAF3F; }
a, a:visited { color: white; }
b { color: white; }
table.list a { color: #C0C0C0; }
table.list tr:hover td, table.list tr:hover td > * { color: white; }
/** STATUS AND MENU BARS **/
table.topframe {
background-color: #1F7F1F;
border: 1px solid #3F7F3F;
}
td.topmenu {
background-image: url('__STATICURL__/beta5/pics/ttl/def/green/menubg.png');
background-repeat: repeat-x;
}
ul ul.tmenu li.tmenu { background-color: #1F7F1F; }
ul.tmenu li:hover { background-color: #3F9F4F; }
table.topmenu a.tmenu:hover { background-color: black; }
ul.tmenu li.tmenu:hover ul.tmenu { border: 1px solid #7FCF3F; }
td.player, td.funds { color: #8FFFAF; }
td.player b, td.funds b { color: white; }
td.stime { color: #E0E0E0; }
/** FORMS **/
input[type=text],input[type=password],input[type=submit],input[type=reset],input[type=button],select,textarea {
border: 1px solid #1F7F1F;
color: #3FAF3F;
background-color: black;
}
input[disabled] { color: #3F3F3F; border: 1px solid #3F3F3F; }
/** MAP COLORS **/
table.sys td:hover, table.sys td:hover a { color: white; }
.mcown { color: #33CC33; }
a.mcown:visited { color: #33CC33; }
.mcally { color: #6666FF; }
a.mcally:visited { color: #6666FF; }
.mcprot { color: #AFAFAF; background-color: black; }
a.mcprot:visited { background-color: black; }
.mcpally { color: #6666FF; background-color: black; }
a.mcpally:visited { color: #6666FF; }
.mcpown { color: #33CC33; background-color: black; }
a.mcpown:visited { color: #33CC33; }