Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / css / hysteria.css
CommitLineData
e586807d
H
1body {
2font-size: 8pt;
3font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
4color : white;
5font-size : 9pt;
6text-decoration : none;
7margin : 0;
8background-color: black;
9background-repeat: no-repeat;
bc13d5d6
H
10}
11
e586807d
H
12
13textarea {
14width : 100%;
15height : 123px;
16border-color: white;
17background-color: transparent;
18overflow: hidden;
19font-color: white;
20color: white;
bc13d5d6
H
21}
22
e586807d
H
23textarea.small {
24width : 90%;
25height : 42px;
26border-color: white;
27background-color: transparent;
28overflow: hidden;
29font-color: white;
30color: white;
31}
32
33
34a {
35color: white;
36font-size: 9pt;
37font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
38text-decoration: none;
39}
40
41a:hover {
42color: red;
43font-size: 9pt;
44font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
45text-decoration: none;
46}
47
48.bordered {
49border: solid 1pt white;
50}
51
52.bordered2 {
53border-left: solid 1pt white;
54border-right: solid 1pt white;
55border-bottom: solid 1pt white;
bc13d5d6
H
56}
57
e586807d
H
58td {
59font-size: 8pt;
60font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
61wordwrap: break-word;
bc13d5d6
H
62}
63
e586807d
H
64
65input {
66color: white;
67font-size: 8pt;
68font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
69background-color: transparent;
70vertical-align: middle;
71border: solid 1px white; height: 18px
72}
73
74select {
75color: white;
76font-size: 8pt;
77font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
78background-color: black;
79vertical-align: middle;
80border: solid 1px #white; height: 18px
bc13d5d6
H
81}
82
e586807d
H
83.header {
84background-color: #white;
85border-bottom: solid 1px white;
86height: 100%;
87width: 100%;
88vertical-align: top;
89align: left;
90padding: 0pt; width: 100%;
bc13d5d6
H
91}
92
e586807d
H
93.important {
94font-weight: bold;
95text-align: center;
96
bc13d5d6 97}
e586807d
H
98
99.most_important {
100font-weight: bold;
101font-color: red;
102color: red;
103}
104
105.active_users .active_user_img {
106 width: 50px;
107 float: left;
108}
109
110.active_users .active_user_name {
111 text-align: center;
112}
113
This page took 0.383254 seconds and 4 git commands to generate.