Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / zabke.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 textarea.small {
8 width : 90%;
9 height : 42px;
10 border-color: #6dae42;
11 background-color: transparent;
12 overflow: hidden;
13 font-color: white;
14 color: white;
15 }
16
17 #banner {
18 position: relative;
19 }
20
21 a {
22 color: white;
23 font-size: 8pt;
24 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
25 text-decoration: none;
26 }
27
28 a:hover {
29 color: red;
30 font-size: 8pt;
31 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
32 text-decoration: none;
33 }
34
35 a.mail {
36 color: red;
37 font-size: 8pt;
38 font-weight: bold;
39 text-align: center;
40 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
41 text-decoration: none;
42 }
43
44 a.mail:hover {
45 color: white;
46 font-size: 8pt;
47 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
48 text-decoration: none;
49 font-weight: bold;
50 text-align: center;
51 }
52
53 td {
54 font-size: 8pt;
55 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
56 wordwrap: break-word;
57 }
58
59 .bordered {
60 border: solid 1pt #6dae42;
61 }
62
63 .bordered2 {
64 border-left: solid 1pt #6dae42;
65 border-right: solid 1pt #6dae42;
66 border-bottom: solid 1pt #6dae42;
67 }
68
69
70 input {
71 color: white;
72 font-size: 8pt;
73 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
74 background-color: transparent;
75 vertical-align: middle;
76 border: solid 1px #6dae42; height: 18px
77 }
78
79 input.small {
80 color: white;
81 font-size: 8pt;
82 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
83 background-color: transparent;
84 width: 50px;
85 vertical-align: middle;
86 border: solid 1px #6dae42; height: 18px
87 }
88
89 select {
90 color: white;
91 font-size: 8pt;
92 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
93 background-color: black;
94 vertical-align: middle;
95 border: solid 1px #6dae42; height: 18px
96 }
97
98 .header {
99 background-color: #333333;
100 border-bottom: solid 1px #6dae42;
101 height: 100%;
102 width: 100%;
103 vertical-align: top;
104 align: left;
105 padding: 0pt; width: 100%;
106 }
107
108 .important {
109 font-weight: bold;
110 text-align: center;
111
112 }
113
114 .most_important {
115 font-weight: bold;
116 font-color: red;
117 color: red;
118 }
119
120 .active_users .active_user_img {
121 width: 50px;
122 float: left;
123 }
124
125 .active_users .active_user_name {
126 text-align: center;
127 }
128
129 textarea {
130 width : 666px;
131 height: 123px;
132 background-color: transparent;
133 border-color: #6dae42;
134 color: white;
135 }
This page took 0.314244 seconds and 4 git commands to generate.