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