images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2120531.tpl
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: #000;
6 text-decoration: none;
7 margin: 0;
8 background-color: #6DAE42;
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: overline;
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 /*background-color: #333;*/
117 color: red;
118}
119
120
121/* userlisty a podobny sajrajt ----------------------------------------- */
122
123.active_user_img {
124 float: left;
125 width: 50px;
126 margin: 0 3px 3px 0;
127 _margin-bottom:0;
128}
129
130.active_user_img img { margin:0; padding:0; width: 25px; height:25px; border:0; }
131
132.active_users .active_user_name {
133 text-align: center;
134}
135
136.node_userlist {
137 width: 666px;
138 text-align: center;
139 margin-bottom: 10px;
140 position: relative;
141}
142
143.node_userlist img {
144 width: 50px;
145 height: 50px;
146 border: 0;
147 margin: 0 3px 3px 0;
148}
149
150
151
152/* form -------------------------------------------------------------- */
153
154
155input {
156 color: white;
157 background-color: #6DAE42;
158 vertical-align: middle;
159 border: solid 1px #6DAE42;
160 height: 18px;
161 font: 8pt Tahoma,sans-serif;
162}
163
164
165input.small {
166 color: white;
167 background-color: #6DAE42;
168 width: 50px;
169 vertical-align: middle;
170 border: solid 1px #6DAE42;
171 height: 18px;
172 font: 8pt Tahoma,sans-serif;
173}
174
175select {
176 color: white;
177 background-color: black;
178 vertical-align: middle;
179 border: solid 1px #6DAE42;
180 height: 18px;
181 font: 8pt Tahoma,sans-serif;
182}
183
184textarea {
185 width: 666px;
186 height: 123px;
187 background-color: #6DAE42;
188 border-color: #6DAE42;
189 color: #000;
190}
191
192textarea.node_content {
193 width: 800px;
194 height: 666px;
195 background-color: #6DAE42;
196 border-color: #6DAE42;
197 color: #000;
198}
199
200textarea.small {
201 width: 90%;
202 height: 42px;
203 border-color: #6DAE42;
204 background-color: #6DAE42;
205 overflow: hidden;
206 font-color: white;
207 color: white;
208}
209
210.controls { margin-top:3px; }
211.controls input { margin-left: 2px; }
This page took 0.209522 seconds and 4 git commands to generate.