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