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