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