SHOW:
|
|
- or go back to the newest paste.
1 | <!------------------------------------------------------------------------- | |
2 | ||
3 | Bɪᴛᴄʜ Tʜᴇᴍᴇs ɪs ᴄᴏᴘʏʀɪɢʜᴛᴇᴅ ʙʏ Bʀᴜɴᴏ | |
4 | ╔╗──╔╗───╔╗───╔╗╔╗ | |
5 | ║║─╔╝╚╗──║║──╔╝╚╣║ | |
6 | ║╚═╬╗╔╬══╣╚═╗╚╗╔╣╚═╦══╦╗╔╦══╦══╗ | |
7 | ║╔╗╠╣║║╔═╣╔╗║─║║║╔╗║║═╣╚╝║║═╣══╣ | |
8 | ║╚╝║║╚╣╚═╣║║║─║╚╣║║║║═╣║║║║═╬══║ | |
9 | ╚══╩╩═╩══╩╝╚╝─╚═╩╝╚╩══╩╩╩╩══╩══╝ | |
10 | ||
11 | http://bitchthemes.tumblr.com/ | |
12 | ||
13 | THEME MADE BY BRUNO (VIRGINITY) | |
14 | ||
15 | --------------------------------------------------------------------------> | |
16 | ||
17 | ||
18 | <html lang="en"> | |
19 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
20 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> | |
21 | <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script> | |
22 | ||
23 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
24 | ||
25 | <link rel="shortcut icon" href="{Favicon}"> | |
26 | ||
27 | ||
28 | <head> | |
29 | ||
30 | ||
31 | ||
32 | <!-- APPEARANCE --> | |
33 | ||
34 | <meta name="color:background" content="#fff"/> | |
35 | <meta name="color:text" content="#000"/> | |
36 | <meta name="color:title" content="#000"/> | |
37 | <meta name="color:link" content="#9B9B9B"/> | |
38 | <meta name="color:hover" content="#000"/> | |
39 | <meta name="color:snowflake1" content="#b1c9cf"/> | |
40 | <meta name="color:snowflake2" content="#c5dce2"/> | |
41 | ||
42 | <meta name="image:sidebar" content=""/> | |
43 | <meta name="image:background" content="0"/> | |
44 | ||
45 | <meta name="if:Snowflakes By Naeive" content=""/> | |
46 | ||
47 | <meta name="text:Link One Title" content="link1" /> | |
48 | <meta name="text:Link One" content="" /> | |
49 | <meta name="text:Link Two Title" content="link2" /> | |
50 | <meta name="text:Link Two" content="" /> | |
51 | <meta name="text:Link Three Title" content="link3" /> | |
52 | <meta name="text:Link Three" content="" /> | |
53 | <meta name="text:Link Four Title" content="link4" /> | |
54 | <meta name="text:Link Four" content="" /> | |
55 | <meta name="text:online counter" content="" /> | |
56 | <meta name="text:hit counter" content="" /> | |
57 | ||
58 | <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'> | |
59 | ||
60 | <style type="text/css"> | |
61 | ||
62 | iframe#tumblr_controls {z-index:99999999999999999999999999999999999999; right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter:invert(100%);} | |
63 | ||
64 | iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;} | |
65 | ||
66 | ||
67 | ::-webkit-scrollbar-thumb{ background-color: {color:title}; border: 2px solid #fafafa; height:auto; -moz-border-radius: 10px; border-radius: 10px; } | |
68 | ||
69 | ::-webkit-scrollbar { height:auto; width:9px; background-color: #cecece; border: 4px solid #fafafa; } | |
70 | ||
71 | ||
72 | ::selection { | |
73 | background: {color:title}; | |
74 | color: #fff; | |
75 | } | |
76 | ::-moz-selection { | |
77 | background: {color:title}; | |
78 | color: #fff; | |
79 | } | |
80 | ||
81 | ||
82 | div#qTip { | |
83 | z-index:999999999999999999999999; | |
84 | padding:0px 4px 0px 3px; | |
85 | margin: 1px 0px 0px 10px; | |
86 | box-shadow:1px 1px 3px rgba(0,0,0, .1); | |
87 | border-radius:4px; | |
88 | border:1px solid #ddd; | |
89 | display: none; | |
90 | font: 10px calibri; | |
91 | text-align: center; | |
92 | position: absolute; | |
93 | letter-spacing: px; | |
94 | background: white; | |
95 | color: #c0c0c0; | |
96 | text-transform: lowercase; | |
97 | font-style:italic; | |
98 | } | |
99 | ||
100 | ||
101 | .wrapper{ | |
102 | margin: 0px auto; | |
103 | margin-left: 60px; | |
104 | width: 802px; | |
105 | } | |
106 | .header{ | |
107 | float: left; | |
108 | width: 100%; | |
109 | } | |
110 | ||
111 | .title{ | |
112 | font-family: georgia; | |
113 | font-size: 14px; | |
114 | line-height: 15px; | |
115 | font-style:italic; | |
116 | margin-left:10px; | |
117 | color: {color:Title}; | |
118 | font-weight: normal; | |
119 | } | |
120 | ||
121 | body, a, a:hover { cursor: | |
122 | url('http://i39.tinypic.com/vp89bq.png'), progress;} | |
123 | ||
124 | body { | |
125 | margin:0px; | |
126 | background-color: {color:Background}; | |
127 | background-image:url({image:Background}); | |
128 | background-attachment: fixed; | |
129 | background-size: repeat;} | |
130 | body, div, p, textarea, submit, input{ | |
131 | font-family: calibri; | |
132 | font-size: 10.5px; | |
133 | line-height:12px; | |
134 | color:{color:Text}; | |
135 | } | |
136 | ||
137 | a:link, a:active, a:visited{ | |
138 | text-decoration: none; | |
139 | -webkit-transition: color 0.3s ease-out; | |
140 | -moz-transition: color 0.3s ease-out; | |
141 | transition: color 0.3s ease-out; | |
142 | color: {color:Link};} | |
143 | ||
144 | a:hover { | |
145 | : -webkit-transition-duration: 0.5s; | |
146 | color:{color:Hover}; | |
147 | text-decoration:none; | |
148 | } | |
149 | ||
150 | @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf');} | |
151 | @font-face { font-family: "yaa"; src: url('http://static.tumblr.com/hxu4bui/v98mww6x3/centabel.ttf');} | |
152 | ||
153 | #posts { | |
154 | z-index: 1; | |
155 | width:600px; | |
156 | margin-top: 10px; | |
157 | margin-left:520px; | |
158 | margin-right: auto; | |
159 | position:relative; | |
160 | overflow-y: hidden; | |
161 | } | |
162 | ||
163 | .entry { | |
164 | float:left; | |
165 | display: block; | |
166 | overflow:hidden; | |
167 | margin:14px; | |
168 | padding:5px; | |
169 | padding-bottom:2px; | |
170 | width: 220px; | |
171 | bordr:1px solid #ededed; | |
172 | background: white; | |
173 | -webkit-transition-duration: 1.0s; | |
174 | {block:PermalinkPage} | |
175 | width:464px; | |
176 | margin-left:px; | |
177 | text-align:center; | |
178 | {/block:PermalinkPage}} | |
179 | .entry img{ | |
180 | opacity:.6; | |
181 | max-width:100%; | |
182 | -webkit-transition: all 0.6s ease-in-out; | |
183 | -moz-transition: all 0.6s ease-in-out; | |
184 | transition: all 0.6s ease-in-out; | |
185 | } | |
186 | .entry img:hover{ | |
187 | opacity:.8; | |
188 | -webkit-transition: all 0.6s ease-in-out; | |
189 | -moz-transition: all 0.6s ease-in-out; | |
190 | transition: all 0.6s ease-in-out; | |
191 | } | |
192 | ||
193 | #sidebar { | |
194 | position:fixed !important; | |
195 | z-index:9999999; | |
196 | margin-top: 41px; | |
197 | margin-left: 250px; | |
198 | width: 149px; | |
199 | } | |
200 | #sidebar img{ | |
201 | width:100%; | |
202 | opacity:.6; | |
203 | } | |
204 | ||
205 | #desc{ | |
206 | text-transform:uppercase; | |
207 | font-family:consolas; | |
208 | font-size:8px; | |
209 | letter-spacing:1px; | |
210 | line-height:10px; | |
211 | word-spacing:0px; | |
212 | text-align:center; | |
213 | background:white; | |
214 | margin-top:-5px; | |
215 | padding:2px 0px 2px 0px; | |
216 | border: 1px solid rgba(188, 210, 224, .55); border-left:0px;border-right:0px; | |
217 | } | |
218 | ||
219 | #uno{ | |
220 | position:absolute; | |
221 | margin:3px 0px 0px 0px; | |
222 | width:15px; | |
223 | height:15px; | |
224 | opacity:.55; | |
225 | background:#262626; | |
226 | border:1px solid #262626; | |
227 | } | |
228 | #dos{ | |
229 | position:absolute; | |
230 | margin:3px 0px 0px 20px; | |
231 | width:15px; | |
232 | height:15px; | |
233 | opacity:.55; | |
234 | background:#262626; | |
235 | border:1px solid #262626; | |
236 | } | |
237 | #tres{ | |
238 | position:absolute; | |
239 | margin:3px 0px 0px 40px; | |
240 | width:15px; | |
241 | height:15px; | |
242 | opacity:.55; | |
243 | background:#262626; | |
244 | border:1px solid #262626; | |
245 | } | |
246 | #qua{ | |
247 | position:absolute; | |
248 | margin:3px 0px 0px 60px; | |
249 | width:15px; | |
250 | height:15px; | |
251 | opacity:.55; | |
252 | background:#262626; | |
253 | border:1px solid #262626; | |
254 | } | |
255 | #ciq{ | |
256 | position:absolute; | |
257 | margin:3px 0px 0px 80px; | |
258 | width:15px; | |
259 | height:15px; | |
260 | opacity:.55; | |
261 | background:#262626; | |
262 | border:1px solid #262626; | |
263 | } | |
264 | #stats{ | |
265 | position:absolute; | |
266 | margin:3px 0px 0px 80px; | |
267 | width:67px; | |
268 | height:15px; | |
269 | opacity:.55; | |
270 | background:#262626; | |
271 | border:1px solid #262626; | |
272 | font-size:9px; | |
273 | line-height:15px; | |
274 | text-align:center; | |
275 | color:white; | |
276 | } | |
277 | #stats:hover{color:#262626;} | |
278 | #stats a{color:#d6e4f5;} | |
279 | #stats:hover a{color:#262626;} | |
280 | #stats a:hover{text-decoration:underline;} | |
281 | #uno:hover , #dos:hover , #tres:hover , #qua:hover , #cinq:hover , #stats:hover{ | |
282 | background:#bcd2e0; | |
283 | } | |
284 | ||
285 | ||
286 | #um{ | |
287 | position:fixed; | |
288 | z-index:-99; | |
289 | top:-1px; | |
290 | left:502px; | |
291 | height:101%; | |
292 | width:552px; | |
293 | background:white; | |
294 | opacity:1; | |
295 | border-left:1px solid rgba(188, 210, 224, .3); | |
296 | border-right:1px solid rgba(188, 210, 224, .3); | |
297 | {block:PermalinkPage} | |
298 | width:538px; | |
299 | {/block:PermalinkPage} | |
300 | } | |
301 | ||
302 | #ahah{ | |
303 | position:relative; | |
304 | width:100%; | |
305 | z-index: 9999999999999; | |
306 | bottom: 20px; | |
307 | text-align: center; | |
308 | font-size: 19px; | |
309 | line-height: 5px; | |
310 | font-family: yaa; | |
311 | color:{color:title}; | |
312 | } | |
313 | ||
314 | #xx { | |
315 | z-index: 9; | |
316 | position:fixed; | |
317 | left: -1px; | |
318 | top:0px; | |
319 | width: 110%; | |
320 | text-align:center; | |
321 | letter-spacing:1px; | |
322 | height:18px; | |
323 | line-height: 27px; | |
324 | background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png'); | |
325 | repeat:repeat-x; | |
326 | text-transform: uppercase; | |
327 | } | |
328 | ||
329 | @font-face {font-family:kg the fighter;src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,} | |
330 | ||
331 | #center{ | |
332 | margin:auto; | |
333 | margin-top:0px; | |
334 | position:relative; | |
335 | width:900px; | |
336 | background-color:; | |
337 | overflow:auto; | |
338 | } | |
339 | ||
340 | @font-face{font-family: 'lolol'; src: url('http://static.tumblr.com/hxu4bui/XBSmrubll/websymbols-regular.otf'); } | |
341 | ||
342 | ||
343 | lol{font-family:'lolol'; font-size:9px;} | |
344 | ||
345 | .entry .perma1 a{ | |
346 | color:white; | |
347 | } | |
348 | .entry .perma1 a:hover{ | |
349 | color:{color:title};} | |
350 | .entry .perma1{ | |
351 | position:absolute; | |
352 | z-index:99999999999999; | |
353 | margin-top: 10px; | |
354 | margin-left:10px; | |
355 | line-height:8px; | |
356 | font-size: 8px; | |
357 | text-align:center; | |
358 | background:rgba(38, 38, 38, .55); | |
359 | color:white; | |
360 | padding:7px 10px 6px 10px; | |
361 | overflow:hidden; | |
362 | text-transform: uppercase; | |
363 | letter-spacing: 1px; | |
364 | opacity:0.0; | |
365 | -webkit-transition: all 0.6s ease-in-out; | |
366 | -moz-transition: all 0.6s ease-in-out; | |
367 | transition: all 0.6s ease-in-out; | |
368 | } | |
369 | .entry:hover .perma1{ | |
370 | opacity:1; | |
371 | -webkit-transition: all 0.3s ease-in-out; | |
372 | -moz-transition: all 0.3s ease-in-out; | |
373 | transition: all 0.3s ease-in-out; | |
374 | } | |
375 | ||
376 | .textt{ | |
377 | display: block; | |
378 | border: 1px solid #f0f0f0; | |
379 | padding:4px 10px 3px 0px; | |
380 | border-radius:3px; | |
381 | margin-top:15px; | |
382 | text-transform: uppercase; | |
383 | font-size:8px; | |
384 | line-height:10px; | |
385 | text-align:right; | |
386 | letter-spacing:1px; | |
387 | color:{color:link}; | |
388 | webkit-transition: all 0.2s linear; | |
389 | -webkit-transition: all 0.2s linear; | |
390 | -moz-transition: all 0.2s linear; | |
391 | transition: all 0.2s linear; | |
392 | background-color:{color:permalinks and sidebar}; | |
393 | {block:PermalinkPage} | |
394 | with:500px; | |
395 | pdding:7px 17px 6px 17px; | |
396 | {/block:PermalinkPage} | |
397 | } | |
398 | ||
399 | #infscr-loading{ | |
400 | bottom: -70px; | |
401 | position: absolute; | |
402 | left: 50%; | |
403 | margin-left:-8px; | |
404 | width:16px; | |
405 | height:11px; | |
406 | overflow:hidden; | |
407 | margin-bottom: 50px; | |
408 | } | |
409 | ||
410 | #postnotes{ | |
411 | text-align: justify; | |
412 | } | |
413 | ||
414 | #postnotes blockquote{ | |
415 | border: 0px; | |
416 | } | |
417 | ||
418 | blockquote{ | |
419 | padding-left:7px; | |
420 | margin:8px 0px 10px 5px; | |
421 | border-left:2px solid {color:title}; | |
422 | } | |
423 | ||
424 | blockquote p, ul{ | |
425 | margin:0px; | |
426 | padding:0px; | |
427 | } | |
428 | ||
429 | a img{border: 0px;} | |
430 | ul, ol, li{list-style:none; margin:0px; padding:0px; } | |
431 | li{color:{color:title}; content: '■'; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;} | |
432 | li:hover{margin-left:5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;} | |
433 | .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, | |
434 | .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};} | |
435 | .notes img{width:10px; position:relative; top:3px; | |
436 | } | |
437 | ||
438 | small{font-size: 90%;} | |
439 | ||
440 | .video embed, .post div.video object {width:260px !important; height:180px !important;} | |
441 | .video2 embed, .post div.video object {width:400px !important; height:400px !important;} | |
442 | ||
443 | {CustomCSS} | |
444 | ||
445 | .artcover {position:absolute;} | |
446 | .artcover img {z-index:9999; width:42px;height:42px;float:left;; overflow:hidden;} | |
447 | .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;} | |
448 | .audioinfo {margin-left:55px;padding:3px 0px;margin-top:-5px;} | |
449 | .i{display:block;padding:2px; } | |
450 | .i b, strong{font-family:calibri; letter-spacing:1px; color:{color:Title}} | |
451 | .player { | |
452 | z-index:9; | |
453 | position:absolute; | |
454 | background:white; | |
455 | width:30px; | |
456 | height:30px; | |
457 | opacity:0.0;; | |
458 | padding:7px; | |
459 | margin:-2px; | |
460 | overflow:hidden; | |
461 | -webkit-transition: all 0.4s ease-in-out; | |
462 | -moz-transition: all 0.4s ease-in-out; | |
463 | transition: all 0.4s ease-in-out;} | |
464 | .entry:hover .player{opacity:0.75; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;} | |
465 | ||
466 | ||
467 | .arrow:after, | |
468 | .arrow:before { | |
469 | border-top: 5px solid transparent; | |
470 | border-bottom: 5px solid transparent; | |
471 | border-left: 5px solid #fafafa; | |
472 | margin-top:11px; | |
473 | content: ''; | |
474 | margin-left: 23px; | |
475 | margin-left:171px; | |
476 | position: absolute; | |
477 | {block:PermalinkPage} | |
478 | margin-left:210px; | |
479 | {/block:PermalinkPage} | |
480 | } | |
481 | ||
482 | /* Styling for second triangle (border) */ | |
483 | ||
484 | .arrow:before { | |
485 | border-top: 6px solid transparent; | |
486 | border-bottom: 6px solid transparent; | |
487 | border-left: 6px solid #f0f0f0; | |
488 | margin-top: 10px; | |
489 | margin-left:171px; | |
490 | {block:PermalinkPage} | |
491 | margin-left:210px; | |
492 | {/block:PermalinkPage} | |
493 | } | |
494 | ||
495 | </style> | |
496 | ||
497 | {block:IndexPage} | |
498 | <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script> | |
499 | <script type="text/javascript" src="http://static.tumblr.com/hxu4bui/wyCmtn5o2/infinitescroll.txt"></script> | |
500 | <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script> | |
501 | ||
502 | <script type="text/javascript"> | |
503 | $(window).load(function () { | |
504 | var $content = $('#posts'); | |
505 | $content.masonry({itemSelector: '.entry'}), | |
506 | $content.infinitescroll({ | |
507 | navSelector : 'div#pagination', | |
508 | nextSelector : 'div#pagination a#nextPage', | |
509 | itemSelector : '.entry', | |
510 | loading: { | |
511 | finishedMsg: '', | |
512 | img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif' | |
513 | }, | |
514 | bufferPx : 600, | |
515 | debug : false, | |
516 | }, | |
517 | // call masonry as a callback. | |
518 | function( newElements ) { | |
519 | var $newElems = $( newElements ); | |
520 | $newElems.hide(); | |
521 | // ensure that images load before adding to masonry layout | |
522 | $newElems.imagesLoaded(function(){ | |
523 | $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} ); | |
524 | ||
525 | ||
526 | }); | |
527 | }); | |
528 | }); | |
529 | </script> | |
530 | {/block:IndexPage} | |
531 | ||
532 | ||
533 | <title>{title}</title> | |
534 | ||
535 | <link rel="shortcut icon" href="{Favicon}"> | |
536 | <meta name="viewport" content="width=820" /> | |
537 | </head> | |
538 | ||
539 | <body> | |
540 | ||
541 | ||
542 | {block:ifSnowflakesByNaeive} | |
543 | <script type="text/javascript"> | |
544 | /* SNOWFLAKES BY NAEIVE */ | |
545 | ||
546 | // Set the colors for the snow. Add/remove as many colors as you like // | |
547 | var snowcolor=new Array("#ffffff","{color:snowflake1}","{color:snowflake2}","#cccccc","#9b9b9b") | |
548 | ||
549 | var snowmax=30 | |
550 | var snowtype=new Array("Times") | |
551 | var snowletter="*" | |
552 | var sinkspeed=0.3 | |
553 | var snowmaxsize=40 | |
554 | var snowminsize=8 | |
555 | var snowingzone=1 | |
556 | ||
557 | // Do not edit below this line // | |
558 | var snow=new Array() | |
559 | var marginbottom | |
560 | var marginright | |
561 | var timer | |
562 | var i_snow=0 | |
563 | var x_mv=new Array(); | |
564 | var crds=new Array(); | |
565 | var lftrght=new Array(); | |
566 | var browserinfos=navigator.userAgent | |
567 | var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) | |
568 | var ns6=document.getElementById&&!document.all | |
569 | var opera=browserinfos.match(/Opera/) | |
570 | var browserok=ie5||ns6||opera | |
571 | ||
572 | function randommaker(range) { | |
573 | rand=Math.floor(range*Math.random()) | |
574 | return rand | |
575 | } | |
576 | ||
577 | function initsnow() { | |
578 | if (ie5 || opera) { | |
579 | marginbottom = document.body.scrollHeight | |
580 | marginright = document.body.clientWidth-15 | |
581 | } | |
582 | else if (ns6) { | |
583 | marginbottom = document.body.scrollHeight | |
584 | marginright = window.innerWidth-15 | |
585 | } | |
586 | var snowsizerange=snowmaxsize-snowminsize | |
587 | for (i=0;i<=snowmax;i++) { | |
588 | crds[i] = 0; | |
589 | lftrght[i] = Math.random()*15; | |
590 | x_mv[i] = 0.03 + Math.random()/10; | |
591 | snow[i]=document.getElementById("s"+i) | |
592 | snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] | |
593 | snow[i].size=randommaker(snowsizerange)+snowminsize | |
594 | snow[i].style.fontSize=snow[i].size+'px'; | |
595 | snow[i].style.color=snowcolor[randommaker(snowcolor.length)] | |
596 | snow[i].style.zIndex=1000 | |
597 | snow[i].sink=sinkspeed*snow[i].size/5 | |
598 | if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} | |
599 | if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} | |
600 | if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} | |
601 | if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} | |
602 | snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) | |
603 | snow[i].style.left=snow[i].posx+'px'; | |
604 | snow[i].style.top=snow[i].posy+'px'; | |
605 | } | |
606 | movesnow() | |
607 | } | |
608 | ||
609 | function movesnow() { | |
610 | for (i=0;i<=snowmax;i++) { | |
611 | crds[i] += x_mv[i]; | |
612 | snow[i].posy+=snow[i].sink | |
613 | snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px'; | |
614 | snow[i].style.top=snow[i].posy+'px'; | |
615 | ||
616 | if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ | |
617 | if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} | |
618 | if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} | |
619 | if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} | |
620 | if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} | |
621 | snow[i].posy=0 | |
622 | } | |
623 | } | |
624 | var timer=setTimeout("movesnow()",50) | |
625 | } | |
626 | ||
627 | for (i=0;i<=snowmax;i++) { | |
628 | document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>") | |
629 | } | |
630 | if (browserok) { | |
631 | window.onload=initsnow | |
632 | } | |
633 | ||
634 | </script> | |
635 | {/block:ifSnowflakesByNaeive} | |
636 | ||
637 | <div id="xx"></div> | |
638 | ||
639 | <div class="wrapper"> | |
640 | <div class="header"> | |
641 | </div> | |
642 | ||
643 | <div id="center"> | |
644 | ||
645 | <div id="sidebar" style=""> | |
646 | ||
647 | <a href="/"><img src="{image:sidebar}"></a> | |
648 | ||
649 | <div id="ahah">{Title}</div> | |
650 | ||
651 | <div id="desc">{Description}</div> | |
652 | ||
653 | <a href="{text:Link One}" title="{text:Link One Title}"><div id="uno"></div></a> | |
654 | <a href="{text:Link Two}" title="{text:Link Two Title}"><div id="dos"></div></a> | |
655 | <a href="{text:Link Three}" title="{text:Link Three Title}"><div id="tres"></div></a> | |
656 | <a href="{text:Link Four}" title="{text:Link Four Title}"><div id="qua"></div></a> | |
657 | <a href=""><div id="stats">{text:online counter} · {text:hit counter}</div></a> | |
658 | ||
659 | </div></div></div></div> | |
660 | ||
661 | ||
662 | ||
663 | <br> | |
664 | <div id="um"></div> | |
665 | <div id="lol"></div><div id="lol2"></div> | |
666 | <div class="quote">{text:Quote}</div> | |
667 | <div id="posts"> | |
668 | {block:Posts} | |
669 | <div class="entry"> | |
670 | {block:Answer} | |
671 | ||
672 | <img src="{AskerPortraitURL-40}" width="" align="right" style="margin-top:4px; border-radius: px; box-shadow:0px !important"/> | |
673 | ||
674 | <div class="arrow"></div> | |
675 | <br><div style="margin-top:-8px; min-height:30px; width:160px; padding: 5px; background-color: #fafafa; border:1px solid #f0f0f0; border-radius:5px; {block:PermalinkPage}width:435px{/block:PermalinkPage}"> | |
676 | ||
677 | <div style="text-transform:uppercase; color:{color:links} !important; font-size:10px; display:inline; letter-spacing:1px; border-bottom:1px solid {color:Title}">{Asker}</div>: <div style="display:inline;"> {Question}</div> | |
678 | </div> | |
679 | ||
680 | ||
681 | <div style="font-size:11px;">{Answer}</div><div class="textt"><a href="{Permalink}" title="permalink">{notecountwithlabel}</a> // {Timeago} </div> | |
682 | {/block:Answer} | |
683 | ||
684 | {block:Text} | |
685 | {block:Title}<span class="title">{Title}</span>{/block:Title} | |
686 | <span class="entrytext">{Body}</span></a> | |
687 | {block:IndexPage} | |
688 | <div class="textt"><a href="{permalink}" title="permalink">{notecountwithlabel}</a> // {TimeAgo}</div> | |
689 | {/block:IndexPage} | |
690 | {/block:Text} | |
691 | ||
692 | {block:Link} | |
693 | <a href="{URL}" class="title">{Name}</a> | |
694 | {block:Description}{Description}{/block:Description} | |
695 | {block:IndexPage} | |
696 | <div class="textt"><a href="{permalink}">{notecountwithlabel}</a> // {TimeAgo}</span></div> | |
697 | {/block:IndexPage} | |
698 | {block:Link} | |
699 | ||
700 | {block:Photo}{block:IndexPage} | |
701 | <div class="perma1"><a href="{ReblogURL}" target="_blank" title"reblog this post"> Reblog</a> // {Timeago} // <a href="{Permalink}">{Notecount}</a></div> | |
702 | {/block:IndexPage} | |
703 | {block:IndexPage} | |
704 | <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> | |
705 | {/block:IndexPage} | |
706 | {block:permalinkpage}{LinkOpenTag} | |
707 | <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag} | |
708 | {/block:permalinkpage} | |
709 | {/block:Photo} | |
710 | ||
711 | {block:Quote} | |
712 | <span class="title">{Quote}</span><br /> | |
713 | {block:Source}{Source}{/block:Source} | |
714 | {block:IndexPage} | |
715 | <br /><div class="textt"><a href="{permalink}">{notecountwithlabel}</a> // {TimeAgo}</span></div> | |
716 | {/block:IndexPage} | |
717 | {/block:Quote} | |
718 | ||
719 | ||
720 | {block:Chat} | |
721 | {block:Title}<span class="title">{Title}</span>{/block:Title} | |
722 | <ul class="chat"> | |
723 | {block:Lines} | |
724 | <li class="user_{UserNumber}"> | |
725 | {block:Label} | |
726 | <span class="label">{Label}</span> | |
727 | {/block:Label} | |
728 | ||
729 | {Line} | |
730 | </li> | |
731 | {/block:Lines} | |
732 | </ul> | |
733 | {block:IndexPage} | |
734 | <div class="textt"><a href="{permalink}">{notecountwithlabel}</a> · {TimeAgo}</span></div> | |
735 | {/block:IndexPage} | |
736 | {/block:Chat} | |
737 | ||
738 | {block:Audio} | |
739 | {block:AlbumArt}<div class="artcover"> | |
740 | <img src="{AlbumArtURL}"></div>{/block:AlbumArt} | |
741 | ||
742 | <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div> | |
743 | ||
744 | <div class="audioinfo"> | |
745 | <li><div class="i"><b>TITLE: </b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div></li> | |
746 | <li><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></li> | |
747 | <li><div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div></li> | |
748 | ||
749 | {block:IndexPage} | |
750 | <div class="textt"><a href="{permalink}">{notecountwithlabel}</a> · {TimeAgo}</span></div> | |
751 | {/block:IndexPage} | |
752 | {/block:Audio} | |
753 | ||
754 | {block:Video}<center> | |
755 | <div class="video">{Video-250}</div></center> | |
756 | {block:IndexPage} | |
757 | <div class="textt"><a href="{permalink}">{notecountwithlabel}</a> · {TimeAgo}</span></div> | |
758 | {/block:IndexPage} | |
759 | {block:Video} | |
760 | ||
761 | {block:PostNotes} | |
762 | ||
763 | <div class="textt"><div align="middle">{caption}</div> | |
764 | <center> | |
765 | ||
766 | {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount} | |
767 | ||
768 | {block:HasTags} | |
769 | tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags} | |
770 | {block:RebloggedFrom} | |
771 | reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br> | |
772 | posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> | |
773 | ||
774 | {/block:RebloggedFrom} | |
775 | </center></span></div> | |
776 | <br> | |
777 | <div id="postnotes">{PostNotes}</div><br> | |
778 | ||
779 | <center>{block:ContentSource} | |
780 | <br><a href="{SourceURL}"> | |
781 | {lang:Source}: | |
782 | {block:SourceLogo} | |
783 | <img src="{BlackLogoURL}" width="{LogoWidth}" | |
784 | height="{LogoHeight}" alt="{SourceTitle}" /> | |
785 | {/block:SourceLogo} | |
786 | {block:NoSourceLogo} | |
787 | {SourceLink} | |
788 | {/block:NoSourceLogo} | |
789 | </a> | |
790 | {/block:ContentSource}</center> | |
791 | ||
792 | {/block:PostNotes} | |
793 | </div> | |
794 | {/block:Posts} | |
795 | </div></div> | |
796 | ||
797 | {block:IndexPage} | |
798 | {block:Pagination} | |
799 | <div id="pagination"> | |
800 | {block:NextPage} | |
801 | <a id="nextPage" href="{NextPage}"></a> | |
802 | {/block:NextPage} | |
803 | {block:PreviousPage} | |
804 | <a href="{PreviousPage}"></a> | |
805 | {/block:PreviousPage} | |
806 | </div> | |
807 | {/block:Pagination} | |
808 | {/block:IndexPage} | |
809 | ||
810 | </div> | |
811 | ||
812 | <script type="text/javascript"> | |
813 | <!-- | |
814 | ||
815 | // Disable Right Click Script | |
816 | ||
817 | function IE(e) | |
818 | { | |
819 | if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")) | |
820 | { | |
821 | return false; | |
822 | } | |
823 | } | |
824 | function NS(e) | |
825 | { | |
826 | if (document.layers || (document.getElementById && !document.all)) | |
827 | { | |
828 | if (e.which == "2" || e.which == "3") | |
829 | { | |
830 | return false; | |
831 | } | |
832 | } | |
833 | } | |
834 | document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false"); | |
835 | ||
836 | //--> | |
837 | </script> | |
838 | ||
839 | </body> | |
840 | </div> | |
841 | ||
842 | </html> |