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