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