Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / hysteria.css
CommitLineData
e586807d
H
1/* This program is free software. It comes without any warranty, to
2 * the extent permitted by applicable law. You can redistribute it
3 * and/or modify it under the terms of the Do What The Fuck You Want
4 * To Public License, Version 2, as published by Sam Hocevar. See
5 * http://sam.zoy.org/wtfpl/COPYING for more details. */
6
7body {
8font-size: 8pt;
9font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
10color : white;
11font-size : 9pt;
12text-decoration : none;
13margin : 0;
14background-color: black;
15background-repeat: no-repeat;
bc13d5d6
H
16}
17
e586807d
H
18
19textarea {
20width : 100%;
21height : 123px;
22border-color: white;
23background-color: transparent;
24overflow: hidden;
25font-color: white;
26color: white;
bc13d5d6
H
27}
28
e586807d
H
29textarea.small {
30width : 90%;
31height : 42px;
32border-color: white;
33background-color: transparent;
34overflow: hidden;
35font-color: white;
36color: white;
37}
38
39
40a {
41color: white;
42font-size: 9pt;
43font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
44text-decoration: none;
45}
46
47a:hover {
48color: red;
49font-size: 9pt;
50font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
51text-decoration: none;
52}
53
54.bordered {
55border: solid 1pt white;
56}
57
58.bordered2 {
59border-left: solid 1pt white;
60border-right: solid 1pt white;
61border-bottom: solid 1pt white;
bc13d5d6
H
62}
63
e586807d
H
64td {
65font-size: 8pt;
66font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
67wordwrap: break-word;
bc13d5d6
H
68}
69
e586807d
H
70
71input {
72color: white;
73font-size: 8pt;
74font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
75background-color: transparent;
76vertical-align: middle;
77border: solid 1px white; height: 18px
78}
79
80select {
81color: white;
82font-size: 8pt;
83font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
84background-color: black;
85vertical-align: middle;
86border: solid 1px #white; height: 18px
bc13d5d6
H
87}
88
e586807d
H
89.header {
90background-color: #white;
91border-bottom: solid 1px white;
92height: 100%;
93width: 100%;
94vertical-align: top;
95align: left;
96padding: 0pt; width: 100%;
bc13d5d6
H
97}
98
e586807d
H
99.important {
100font-weight: bold;
101text-align: center;
102
bc13d5d6 103}
e586807d
H
104
105.most_important {
106font-weight: bold;
107font-color: red;
108color: red;
109}
110
111.active_users .active_user_img {
112 width: 50px;
113 float: left;
114}
115
116.active_users .active_user_name {
117 text-align: center;
118}
119
This page took 0.354784 seconds and 4 git commands to generate.