Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / css / main.css
CommitLineData
51ff3226 1body {
2color : #6dae42;
3font-size: 8pt;
4font-family: Tahoma,sans-serif;
5text-decoration: none;
6margin : 0;
7background-color: black;
8background-position: top center;
9background-repeat: no-repeat;
10scrollbar-shadow-color: #6dae42;
11scrollbar-highlight-color: #6dae42;
12scrollbar-3dlight-color: #6dae42;
13scrollbar-base-color: black;
14scrollbar-darkshadow-color: #6dae42;
15scrollbar-track-color: black;
16scrollbar-arrow-color: black;}
17}
18
19textarea.small {
20width : 90%;
21height : 42px;
22border-color: #6dae42;
23background-color: transparent;
24overflow: hidden;
25font-color: white;
26color: white;
27}
28
29#banner {
30position: relative;
31}
32
33a {
34color: white;
35font-size: 8pt;
36font-family: Tahoma,sans-serif;
37text-decoration: none;
38}
39
40a:hover {
41color: red;
42font-size: 8pt;
43font-family: Tahoma,sans-serif;
44text-decoration: none;
45}
46
47a.mail {
48color: red;
49font-size: 8pt;
50font-weight: bold;
51text-align: center;
52font-family: Tahoma,sans-serif;
53text-decoration: none;
54}
55
56a.mail:hover {
57color: white;
58font-size: 8pt;
59font-family: Tahoma,sans-serif;
60text-decoration: none;
61font-weight: bold;
62text-align: center;
63}
64
65td {
66font-size: 8pt;
67font-family: Tahoma,sans-serif;
68wordwrap: break-word;
69}
70
71.bordered {
72border: solid 1pt #6dae42;
73}
74
75.bordered2 {
76border-left: solid 1pt #6dae42;
77border-right: solid 1pt #6dae42;
78border-bottom: solid 1pt #6dae42;
79}
80
81
82input {
83color: white;
84font-size: 8pt;
85font-family: Tahoma,sans-serif;
86background-color: transparent;
87vertical-align: middle;
88border: solid 1px #6dae42; height: 18px
89}
90
91input.small {
92color: white;
93font-size: 8pt;
94font-family: Tahoma,sans-serif;
95background-color: transparent;
96width: 50px;
97vertical-align: middle;
98border: solid 1px #6dae42; height: 18px
99}
100
101select {
102color: white;
103font-size: 8pt;
104font-family: Tahoma,sans-serif;
105background-color: black;
106vertical-align: middle;
107border: solid 1px #6dae42; height: 18px
108}
109
110.header {
111background-color: #333333;
112border-bottom: solid 1px #6dae42;
113height: 100%;
114width: 100%;
115vertical-align: top;
116align: left;
117padding: 0pt; width: 100%;
118}
119
120.important {
121font-weight: bold;
122text-align: center;
123
124}
125
126.most_important {
127font-weight: bold;
128font-color: red;
129color: red;
130}
131
132.active_users .active_user_img {
133 width: 50px;
134 float: left;
135}
136
137.active_users .active_user_name {
138 text-align: center;
139}
140
141textarea {
142width : 666px;
143height: 123px;
144background-color: transparent;
145border-color: #6dae42;
146color: white;
147}
This page took 0.201133 seconds and 4 git commands to generate.