Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1127833.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9body {
10 color : #1d42ae;
11 font-size: 8pt;
12 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
13 text-decoration: none;
14 margin: 0px;
15 background-color: #000000;
16 background-position: top center;
17 background-repeat: no-repeat;
18 scrollbar-shadow-color: #1d42ae;
19 scrollbar-highlight-color: #000000;
20 scrollbar-3dlight-color: #1d42ae;
21 scrollbar-base-color: #000000;
22 scrollbar-darkshadow-color: #000000;
23 scrollbar-track-color: #000000;
24 scrollbar-arrow-color: #000000;
25}
26
27.t1 {
28 position: fixed;
29 top: 0px;
30 left: 0px;
31 text-align: center;
32 background-color: transparent;
33 width: 100%;
34 height: 20px;
35}
36
37inframe {
38 width: 90%;
39 height:230px;
40}
41
42textarea.small {
43 width : 90%;
44 height : 42px;
45 border-color: #1d42ae;
46 background-color: transparent;
47 overflow: hidden;
48 font-color: white;
49 color: white;
50}
51
52a {
53 color: white;
54 font-size: 8pt;
55 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
56 text-decoration: none;
57}
58
59a:hover {
60 color: white;
61 font-size: 8pt;
62 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
63 text-decoration: none;
64 border-bottom: 1px solid red;
65}
66
67a.mail {
68 color: red;
69 font-size: 8pt;
70 font-weight: bold;
71 text-align: center;
72 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
73 text-decoration: none;
74}
75
76a.mail:hover {
77 color: white;
78 font-size: 8pt;
79 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
80 text-decoration: none;
81 font-weight: bold;
82 text-align: center;
83}
84
85a.mail:active {
86 border-bottom: 5px solid #333;
87}
88
89.active_user_img a {
90 border-bottom: 1px solid transparent;
91}
92.active_user_img a:hover {
93 border-bottom: 1px solid red;
94}
95
96a img {
97 border-bottom: 1px solid transparent;
98}
99
100img a:hover {
101 border-bottom: 0px solid red;
102}
103
104td {
105 font-size: 8pt;
106 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
107 wordwrap: break-word;
108}
109
110table[width="666"] {
111 background: #111;
112}
113
114.bordered {
115 border: solid 0px #1d42ae;
116 border-bottom: solid 1px #333333;
117 background: #000;
118}
119
120.bordered2 {
121 border-left: solid 1px #1d42ae;
122 border-right: solid 1px #1d42ae;
123 border-bottom: solid 1px #1d42ae;
124}
125
126input {
127 color: white;
128 font-size: 8pt;
129 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
130 background-color: transparent;
131 vertical-align: middle;
132 border: solid 1px #1d42ae; height: 18px
133}
134
135input[type=submit] {
136 color: #1d42ae;
137 background-color: #000;
138 border: 1px solid #1d42ae;
139}
140
141input[type=submit]:focus {
142 background-color: #1d42ae;
143 color: #000000;
144}
145
146input.small {
147 color: white;
148 font-size: 8pt;
149 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
150 background-color: transparent;
151 width: 50px;
152 vertical-align: middle;
153 border: solid 1px #1d42ae;
154 height: 18px
155}
156
157select {
158 color: white;
159 font-size: 8pt;
160 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
161 background-color: #000000;
162 width: 80px;
163 vertical-align: middle;
164 border: solid 1px #1d42ae; height: 18px ;
165}
166
167.header {
168 background: #020202;
169 border-bottom: solid 1px #1d42ae;
170 height: 100%;
171 width: 100%;
172 vertical-align: top;
173 align: left;
174 padding: 0pt; width: 100%;
175}
176
177.important {
178 font-weight: bold;
179 text-align: center;
180}
181
182.most_important {
183 font-weight: bold;
184 font-color: red;
185 color: red;
186}
187
188.active_users .active_user_img {
189 width: 50px;
190 float: left;
191}
192
193.active_users .active_user_name {
194 text-align: center;
195}
196
197td[width="16%"] {
198 border: 0px solid pink;
199}
200
201textarea {
202 width : 666px;
203 height: 123px;
204 background-color: transparent;
205 border: 1px solid #1d42ae;
206 color: white;
207 font-family: monospace;
208 font-size: 8pt;
209}
210
211textarea:focus {
212 border: 1px solid #ffffff;
213 color: #1d42ae;
214}
215
216input[type=text]:focus {
217 border: 1px solid #ffffff;
218 color: #1d42ae;
219}
220
221textarea.node_content {
222 width : 800px;
223 height: 666px;
224 background-color: transparent;
225 border: 1px solid #1d42ae;
226 color: white;
227}
228
229textarea.node_content:focus {
230 border: 1px solid #ffffff;
231 color: #1d42ae;
232}
233
234input[value='delete'] {
235 position: fixed;
236 right: 105px;
237 bottom: auto;
238 bottom: 10px;
239}
240
241input[value='put'] {
242 position: fixed;
243 right: 61px;
244 bottom: auto;
245 bottom: 10px;
246}
247
248input[name='nodeshell_id'] {
249 position: fixed;
250 right: 10px;
251 bottom: auto;
252 bottom: 10px;
253 background-color: #000000;
254}
This page took 0.248414 seconds and 4 git commands to generate.