Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / css / kyberia.css
CommitLineData
51ff3226 1/* tie komentare este niesu akoze naozaj [= vlastne aj toto css je taka provizooria; bo by som chcel zmenit system selektorov [aj v kode] */
2
3/* pasteka */
4body {
5 color: #6DAE42;
6 text-decoration: none;
7 margin: 0;
8 background-color: black;
9 background-position: top center;
10 background-repeat: no-repeat;
11 scrollbar-shadow-color: #6DAE42;
12 scrollbar-highlight-color: #6DAE42;
13 scrollbar-3dlight-color: #6DAE42;
14 scrollbar-base-color: black;
15 scrollbar-darkshadow-color: #6DAE42;
16 scrollbar-track-color: black;
17 scrollbar-arrow-color: black;
18 font: 8pt Tahoma,sans-serif;
19}
20
21inframe {
22 width: 90%;
23 height: 230px;
24}
25
26td {
27 wordwrap: break-word;
28 font: 8pt Tahoma,sans-serif;
29}
30
31
32/* header [momentalne vypnute fixnutie] */
33.t1 {
34 position: relative;
35 margin: 0;
36 text-align: center;
37 background-color: #000;
38 top: 0%;
39 width: 100%;
40 height: 20px;
41 right: 0;
42 left: 0;
43}
44
45.t2 {
46 height: 20px;
47}
48
49/* obsah nody */
50
51#topic {
52 width: 662px;
53 padding: 2px;
54 display: table;
55}
56
57
58a {
59 color: white;
60 text-decoration: none;
61 font: 8pt Tahoma,sans-serif;
62}
63
64a:hover {
65 color: red;
66 text-decoration: none;
67 font: 8pt Tahoma,sans-serif;
68}
69
70a.mail {
71 color: red;
72 font-weight: bold;
73 text-align: center;
74 text-decoration: none;
75 font: 8pt Tahoma,sans-serif;
76}
77
78a.mail:hover {
79 color: white;
80 text-decoration: none;
81 font-weight: bold;
82 text-align: center;
83 font: 8pt Tahoma,sans-serif;
84}
85
86
87.bordered {
88 border: solid 1pt #6DAE42;
89}
90
91.bordered2 {
92 border-left: solid 1pt #6DAE42;
93 border-right: solid 1pt #6DAE42;
94 border-bottom: solid 1pt #6DAE42;
95}
96
97
98.header {
99 background-color: #333;
100 border-bottom: solid 1px #6DAE42;
101 height: 100%;
102 width: 100%;
103 vertical-align: top;
104 align: left;
105 padding: 0pt;
106}
107
108.important {
109 font-weight: bold;
110 text-align: center;
111}
112
113.most_important {
114 font-weight: bold;
115 font-color: red;
116 color: red;
117}
118
119
120/* userlisty a podobny sajrajt ----------------------------------------- */
121
122.active_user_img {
123 float: left;
124 width: 50px;
125 margin: 0 3px 3px 0;
126 _margin-bottom:0;
127}
128
129.active_user_img img { margin:0; padding:0; width: 50px; height:50px; border:0; }
130
131.active_users .active_user_name {
132 text-align: center;
133}
134
135.node_userlist {
136 width: 666px;
137 text-align: center;
138 margin-bottom: 10px;
139 position: relative;
140}
141
142.node_userlist img {
143 width: 50px;
144 height: 50px;
145 border: 0;
146 margin: 0 3px 3px 0;
147}
148
149
150
151/* form -------------------------------------------------------------- */
152
153
154input {
155 color: white;
156 background-color: transparent;
157 vertical-align: middle;
158 border: solid 1px #6DAE42;
159 height: 18px;
160 font: 8pt Tahoma,sans-serif;
161}
162
163
164input.small {
165 color: white;
166 background-color: transparent;
167 width: 50px;
168 vertical-align: middle;
169 border: solid 1px #6DAE42;
170 height: 18px;
171 font: 8pt Tahoma,sans-serif;
172}
173
174select {
175 color: white;
176 background-color: black;
177 vertical-align: middle;
178 border: solid 1px #6DAE42;
179 height: 18px;
180 font: 8pt Tahoma,sans-serif;
181}
182
183textarea {
184 width: 666px;
185 height: 123px;
186 background-color: transparent;
187 border-color: #6DAE42;
188 color: white;
189}
190
191textarea.node_content {
192 width: 800px;
193 height: 666px;
194 background-color: transparent;
195 border-color: #6DAE42;
196 color: white;
197}
198
199textarea.small {
200 width: 90%;
201 height: 42px;
202 border-color: #6DAE42;
203 background-color: transparent;
204 overflow: hidden;
205 font-color: white;
206 color: white;
207}
208
209.controls { margin-top:3px; }
210.controls input { margin-left: 2px; }
This page took 0.254227 seconds and 4 git commands to generate.