##// END OF EJS Templates
Fixed css, compiled translation file.
neko259 -
r240:d4c577e8 default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
@@ -1,12 +1,12
1 1 .ui-button {
2 2 display: none;
3 3 }
4 4
5 5 .ui-dialog-content {
6 6 padding: 0;
7 7 min-height: 0;
8 8 }
9 9
10 .mark-btn {
10 .mark_btn {
11 11 cursor: pointer;
12 12 } No newline at end of file
@@ -1,320 +1,323
1 1 html {
2 2 background: #555;
3 3 color: #ffffff;
4 4 }
5 5
6 6 #admin_panel {
7 7 background: #FF0000;
8 8 color: #00FF00
9 9 }
10 10
11 11 .input_field {
12 12
13 13 }
14 14
15 15 .input_field_name {
16 16
17 17 }
18 18
19 19 .input_field_error {
20 20 color: #FF0000;
21 21 }
22 22
23 23
24 24 .title {
25 25 font-weight: bold;
26 26 color: #ffcc00;
27 27 }
28 28
29 29 .link, a {
30 30 color: #afdcec;
31 31 }
32 32
33 33 .block {
34 34 display: inline-block;
35 35 vertical-align: top;
36 36 }
37 37
38 38 .tag {
39 39 color: #b4cfec;
40 40 }
41 41
42 42 .post_id {
43 43 color: #fff380;
44 44 }
45 45
46 46 .post, .dead_post, #posts-table {
47 47 background: #333;
48 48 margin: 5px;
49 49 padding: 10px;
50 50 border: solid 1px #888;
51 51 clear: left;
52 52 word-wrap: break-word;
53 53 }
54 54
55 55 .metadata {
56 56 padding: 5px;
57 57 margin-top: 10px;
58 58 border: solid 1px #666;
59 59 font-size: 0.9em;
60 60 color: #ddd;
61 61 display: table;
62 62 }
63 63
64 64 .navigation_panel, .tag_info {
65 65 background: #444;
66 66 margin: 5px;
67 67 padding: 10px;
68 68 border: solid 1px #888;
69 69 color: #eee;
70 70 }
71 71
72 72 .navigation_panel .link {
73 73 border-right: 1px solid #fff;
74 74 font-weight: bold;
75 75 margin-right: 1ex;
76 76 padding-right: 1ex;
77 77 }
78 78 .navigation_panel .link:last-child {
79 79 border-left: 1px solid #fff;
80 80 border-right: none;
81 81 float: right;
82 82 margin-left: 1ex;
83 83 margin-right: 0;
84 84 padding-left: 1ex;
85 85 padding-right: 0;
86 86 }
87 87
88 88 .navigation_panel::after, .post::after {
89 89 clear: both;
90 90 content: ".";
91 91 display: block;
92 92 height: 0;
93 93 line-height: 0;
94 94 visibility: hidden;
95 95 }
96 96
97 97 p {
98 98 margin-top: .5em;
99 99 margin-bottom: .5em;
100 100 }
101 101
102 102 .post-form-w {
103 103 display: table;
104 104 background: #333344;
105 105 border: solid 1px #888;
106 106 color: #fff;
107 107 padding: 10px;
108 108 margin: 5px
109 109 }
110 110
111 111 .form-row {
112 112 display: table-row;
113 113 }
114 114
115 115 .form-label, .form-input, .form-errors {
116 116 display: table-cell;
117 117 }
118 118
119 119 .form-label {
120 120 padding: .25em 1ex .25em 0;
121 121 vertical-align: top;
122 122 }
123 123
124 124 .form-input {
125 125 padding: .25em 0;
126 126 }
127 127
128 128 .form-errors {
129 129 padding-left: 1ex;
130 130 font-weight: bold;
131 131 vertical-align: middle;
132 132 }
133 133
134 134 .post-form input, .post-form textarea {
135 135 background: #333;
136 136 color: #fff;
137 137 border: solid 1px;
138 138 padding: 0;
139 139 width: 100%;
140 140 }
141 141
142 142 .form-submit {
143 143 border-bottom: 2px solid #ddd;
144 144 margin-bottom: .5em;
145 145 padding-bottom: .5em;
146 146 }
147 147
148 148 .form-title {
149 149 font-weight: bold;
150 150 }
151 151
152 152 input[type="submit"] {
153 153 background: #222;
154 154 border: solid 1px #fff;
155 155 color: #fff;
156 156 }
157 157
158 158 blockquote {
159 159 border-left: solid 2px;
160 160 padding-left: 5px;
161 161 color: #B1FB17;
162 162 margin: 0;
163 163 }
164 164
165 165 .post > .image {
166 166 float: left;
167 167 margin: 0 1ex .5ex 0;
168 168 min-width: 1px;
169 169 text-align: center;
170 170 display: table-row;
171 171
172 172 height: 150px;
173 173 }
174 174
175 175 .post > .metadata {
176 176 clear: left;
177 177 }
178 178
179 179 .get {
180 180 font-weight: bold;
181 181 color: #d55;
182 182 }
183 183
184 184 * {
185 185 text-decoration: none;
186 186 }
187 187
188 188 .dead_post {
189 189 background-color: #442222;
190 190 }
191 191
192 192 .mark_btn {
193 193 padding: 2px 4px;
194 194 border: 1px solid;
195 cursor: pointer;
195 }
196
197 .mark_btn:hover {
198 background: #555;
196 199 }
197 200
198 201 .quote {
199 202 color: #92cf38;
200 203 font-style: italic;
201 204 }
202 205
203 206 .spoiler {
204 207 background: white;
205 208 color: white;
206 209 }
207 210
208 211 .spoiler:hover {
209 212 color: black;
210 213 }
211 214
212 215 .comment {
213 216 color: #eb2;
214 217 font-style: italic;
215 218 }
216 219
217 220 a:hover {
218 221 text-decoration: underline;
219 222 }
220 223
221 224 .last-replies {
222 225 margin-left: 3ex;
223 226 }
224 227
225 228 .thread {
226 229 margin-bottom: 3ex;
227 230 }
228 231
229 232 .post:target {
230 233 border: solid 2px white;
231 234 }
232 235
233 236 pre{
234 237 white-space:pre-wrap
235 238 }
236 239
237 240 li {
238 241 list-style-position: inside;
239 242 }
240 243
241 244 .fancybox-skin {
242 245 position: relative;
243 246 background-color: #fff;
244 247 color: #ddd;
245 248 text-shadow: none;
246 249 }
247 250
248 251 .fancybox-image {
249 252 border: 1px solid black;
250 253 }
251 254
252 255 .image-mode-tab {
253 256 background: #444;
254 257 color: #eee;
255 258 display: table;
256 259 margin: 5px;
257 260 padding: 5px;
258 261 border: 1px solid #888;
259 262 }
260 263
261 264 .image-mode-tab > label {
262 265 margin: 0 1ex;
263 266 }
264 267
265 268 .image-mode-tab > label > input {
266 269 margin-right: .5ex;
267 270 }
268 271
269 272 #posts-table {
270 273 margin: 5px;
271 274 }
272 275
273 276 .tag_info {
274 277 display: table;
275 278 }
276 279
277 280 .tag_info > h2 {
278 281 margin: 0;
279 282 }
280 283
281 284 .post-info {
282 285 color: #ddd;
283 286 }
284 287
285 288 .moderator_info {
286 289 color: #e99d41;
287 290 float: right;
288 291 border: dashed 1px;
289 292 padding: 3px;
290 293 }
291 294
292 295 .refmap {
293 296 font-size: 0.9em;
294 297 color: #ccc;
295 298 margin-top: 1em;
296 299 }
297 300
298 301 input[type="submit"]:hover {
299 302 background: #555;
300 303 }
301 304
302 305 .fav {
303 306 color: yellow;
304 307 }
305 308
306 309 .not_fav {
307 310 color: #ccc;
308 311 }
309 312
310 313 .role {
311 314 text-decoration: underline;
312 315 }
313 316
314 317 .form-email {
315 318 display: none;
316 319 }
317 320
318 321 .footer {
319 322 margin: 5px;
320 323 }
General Comments 0
You need to be logged in to leave comments. Login now