SHOW:
|
|
- or go back to the newest paste.
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
4 | ||
5 | <head> | |
6 | ||
7 | <script type="text/javascript" | |
8 | src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> | |
9 | ||
10 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"> | |
11 | ||
12 | </script> | |
13 | ||
14 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"> | |
15 | ||
16 | </script> | |
17 | ||
18 | <title> | |
19 | ||
20 | {title} | |
21 | ||
22 | </title> | |
23 | ||
24 | <link rel="shortcut icon" href="{Favicon}"/> | |
25 | ||
26 | <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss"> | |
27 | ||
28 | {block:Description} | |
29 | ||
30 | <meta name="description" content="{MetaDescription}" /> | |
31 | ||
32 | {/block:Description} | |
33 | ||
34 | <meta name="if:Social" content="0"/> | |
35 | ||
36 | <meta name="color:Link Background" content="#ffffff"/> | |
37 | ||
38 | <meta name="color:Link Background Hover" content="#eeeee"> | |
39 | ||
40 | <meta name="color:Sidebar Background" content="#ffffff"/> | |
41 | ||
42 | <meta name="if:Like Button" content="1"/> | |
43 | ||
44 | <meta name="if:Captions" content="0"/> | |
45 | ||
46 | <meta name="image:Sidebar Background" content=""/> | |
47 | ||
48 | <meta name="if:Invert Follow" content="1"/> | |
49 | ||
50 | <meta name="if:No Repeat Background" content="1"/> | |
51 | ||
52 | <meta name="if:Faded Posts" content="0"/> | |
53 | ||
54 | <meta name="if:Grayscale On Hover" content="0"/> | |
55 | ||
56 | <meta name="if:Color On Hover" content="0"/> | |
57 | ||
58 | <meta name="color:Background" content="#ffffff"/> | |
59 | ||
60 | <meta name="color:Text" content="#000000"/> | |
61 | ||
62 | <meta name="color:Link" content="#000000"/> | |
63 | ||
64 | <meta name="color:Hover" content="#000000"/> | |
65 | ||
66 | <meta name="image:Background" content="0"/> | |
67 | ||
68 | <meta name="image:Sidebar" content="0"/> | |
69 | ||
70 | <meta name="text:Link 1" content="/"/> | |
71 | ||
72 | <meta name="text:Link 1 Title" content="link"/> | |
73 | ||
74 | <meta name="text:Link 2" content="/"/> | |
75 | ||
76 | <meta name="text:Link 2 Title" content="link"/> | |
77 | ||
78 | <meta name="text:Link 3" content="/"/> | |
79 | ||
80 | <meta name="text:Link 3 Title" content="link"/> | |
81 | ||
82 | <meta name="text:Link 4" content="/"/> | |
83 | ||
84 | <meta name="text:Link 4 Title" content="link"/> | |
85 | ||
86 | <meta name="text:Link 5" content="/"/> | |
87 | ||
88 | <meta name="text:Link 5 Title" content="link"/> | |
89 | ||
90 | <meta name="text:Link 6" content="/"/> | |
91 | ||
92 | <meta name="text:Link 6 Title" content="link"/> | |
93 | ||
94 | <meta name="if:Page Links" content="1"/> | |
95 | ||
96 | <meta name="text:Instagram Username" content=""/> | |
97 | ||
98 | <meta name="text:Facebook URL" content=""/> | |
99 | ||
100 | <meta name="text:Google Plus URL" content=""/> | |
101 | ||
102 | <meta name="text:Youtube Username" content=""/> | |
103 | ||
104 | <meta name="text:Twitter Username" content=""/> | |
105 | ||
106 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> | |
107 | ||
108 | <script> | |
109 | window.onload = function () { | |
110 | document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); | |
111 | document.addEventListener( 'click', function ( event ) { | |
112 | var myLike = event.target; | |
113 | if( myLike.className.indexOf( 'my-like' ) > -1 ) { | |
114 | var frame = document.getElementById( 'my-like-frame' ), | |
115 | liked = ( myLike.className == 'my-liked' ), | |
116 | command = liked ? 'unlike' : 'like', | |
117 | reblog = myLike.getAttribute( 'data-reblog' ), | |
118 | id = myLike.getAttribute( 'data-id' ), | |
119 | oauth = reblog.slice( -8 ); | |
120 | frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; | |
121 | liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; | |
122 | }; | |
123 | }, false ); | |
124 | }; | |
125 | </script> | |
126 | ||
127 | <style type="text/css"> | |
128 | ||
129 | @font-face { font-family: "consolas"; src: url('http://static.tumblr.com/npajswt/DF1mlc4l2/consolas.ttf'); } | |
130 | ||
131 | /*--FOLLOW BUTTONS--*/ | |
132 | ||
133 | #tumblr_controls{ | |
134 | opacity: 0.6; | |
135 | position:fixed !important; | |
136 | top: 7px !important; | |
137 | right: 7px !important; | |
138 | z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important; | |
139 | {Block:ifInvertFollow} | |
140 | -webkit-filter: invert(100%); | |
141 | -moz-filter: invert(100%); | |
142 | -o-filter:invert(100%); | |
143 | {/Block:ifInvertFollow} | |
144 | -webkit-transition: all 0.4s ease-in-out; | |
145 | -moz-transition: all 0.4s ease-in-out; | |
146 | transition: all 0.4s ease-in-out; | |
147 | } | |
148 | ||
149 | #tumblr_controls:hover{ | |
150 | opacity: 1; | |
151 | -webkit-transition: all 0.4s ease-in-out; | |
152 | -moz-transition: all 0.4s ease-in-out; | |
153 | transition: all 0.4s ease-in-out; | |
154 | } | |
155 | ||
156 | /*--LINKS--*/ | |
157 | ||
158 | a:link, a:active, a:visited{ | |
159 | color:{color:link}; | |
160 | text-decoration: none; | |
161 | -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out; | |
162 | } | |
163 | ||
164 | a:hover{ | |
165 | text-decoration:none; | |
166 | color:{color:hover}; | |
167 | } | |
168 | ||
169 | .linkss{ | |
170 | text-align:center; | |
171 | font-size:11px; | |
172 | margin-top:-5px; | |
173 | padding-left: 15px; | |
174 | padding-right: 15px; | |
175 | font-family: consolas; | |
176 | } | |
177 | ||
178 | .linkss a{ | |
179 | letter-spacing:1px; | |
180 | height:25px; | |
181 | line-height:18px; | |
182 | padding: 2px; | |
183 | padding-top: 3px; | |
184 | background-color:{color:link background}; | |
185 | text-align: center; | |
186 | color:#000; | |
187 | margin: -2px; | |
188 | -webkit-transition: all 0.3s ease-out; | |
189 | -moz-transition: all 0.3s ease-out; | |
190 | transition: all 0.3s ease-out; | |
191 | } | |
192 | ||
193 | .linkss a:hover{ | |
194 | background-color:{color:link background hover}; | |
195 | -webkit-transition: all 0.3s ease-out; | |
196 | -moz-transition: all 0.3s ease-out; | |
197 | transition: all 0.3s ease-out; | |
198 | } | |
199 | ||
200 | ||
201 | /*--BASICS--*/ | |
202 | ||
203 | body{ | |
204 | color:{color:text}; | |
205 | font-family: consolas; | |
206 | font-size:13px; | |
207 | line-height:100%; | |
208 | background-color:{color:background}; | |
209 | background-image: url({image:background}); | |
210 | background-attachment: fixed; | |
211 | {Block:IfNoRepeatBackground} | |
212 | background-size: 100% auto; | |
213 | {/Block:IfNoRepeatBackground} | |
214 | {Block:IfNotNoRepeatBackground} | |
215 | background-repeat: repeat; | |
216 | {/Block:IfNotNoRepeatBackground} | |
217 | } | |
218 | ||
219 | /*--SIDEBAR--*/ | |
220 | ||
221 | #sidebar #music{ | |
222 | padding-top: 3px; | |
223 | text-align: center; | |
224 | position: fixed; | |
225 | margin-left: 15px; | |
226 | background-color: {color:sidebar background}; | |
227 | border: 1px solid #aaa; | |
228 | border-bottom-color: #fff; | |
229 | height: 21px; | |
230 | width: auto; | |
231 | padding-left: 3px; | |
232 | padding-right: 3px; | |
233 | overflow: hidden; | |
234 | margin-top: -28px; | |
235 | z-index: 999; | |
236 | font-size: 11px; | |
237 | -webkit-transition: all 0.4s ease-in-out; | |
238 | -moz-transition: all 0.4s ease-in-out; | |
239 | transition: all 0.4s ease-in-out; | |
240 | } | |
241 | ||
242 | #sidebarpic{ | |
243 | border: 1px solid #aaa; | |
244 | padding: 3px; | |
245 | background-color: #fff; | |
246 | margin-top: 10px; | |
247 | margin-bottom: 10px; | |
248 | {Block:IfFadedPosts} | |
249 | opacity: 0.7; | |
250 | {/Block:IfFadedPosts} | |
251 | {Block:IfNotFadedPosts} | |
252 | opacity: 1; | |
253 | {/Block:IfNotFadedPosts} | |
254 | -webkit-transition: all 0.4s ease-in-out; | |
255 | -moz-transition: all 0.4s ease-in-out; | |
256 | transition: all 0.4s ease-in-out; | |
257 | } | |
258 | ||
259 | #sidebarpic:hover{ | |
260 | opacity: 1; | |
261 | -webkit-transition: all 0.4s ease-in-out; | |
262 | -moz-transition: all 0.4s ease-in-out; | |
263 | transition: all 0.4s ease-in-out; | |
264 | } | |
265 | ||
266 | #blogtitle{ | |
267 | background-color: #696969; | |
268 | position: fixed; | |
269 | top: 0px; | |
270 | left: 0px; | |
271 | font-size:20px; | |
272 | line-height:100%; | |
273 | text-align:center; | |
274 | font-family:consolas; | |
275 | width: 100%; | |
276 | color; #fff !important; | |
277 | height: 20px; | |
278 | opacity: 1; | |
279 | padding-top: 10px; | |
280 | padding-bottom: 10px; | |
281 | border-bottom: 1px solid #000; | |
282 | z-index: 99999999999999999999999999999999999999999999999999999999999; | |
283 | } | |
284 | ||
285 | #blogtitle a:link, a:active, a:visited{ | |
286 | color:#fff !important; | |
287 | text-decoration: none; | |
288 | -webkit-transition: color 0.4s ease-out; | |
289 | -moz-transition: color 0.4s ease-out; | |
290 | -webkit-transition: all 0.3s ease-out; | |
291 | -moz-transition: all 0.3s ease-out; | |
292 | transition: all 0.3s ease-out; | |
293 | } | |
294 | ||
295 | #blogtitle a:hover{ | |
296 | text-decoration:none; | |
297 | color:#fff; | |
298 | -webkit-transition: all 0.3s ease-out; | |
299 | -moz-transition: all 0.3s ease-out; | |
300 | transition: all 0.3s ease-out; | |
301 | } | |
302 | ||
303 | #wrapper #sidebar{ | |
304 | text-align: center !important; | |
305 | background-color: {color:sidebar background}; | |
306 | background-image: url({image:sidebar background}); | |
307 | {Block:IfNoRepeatBackground} | |
308 | background-size: cover; | |
309 | {/Block:IfNoRepeatBackground} | |
310 | {Block:IfNotNoRepeatBackground} | |
311 | background-repeat: repeat; | |
312 | {/Block:IfNotNoRepeatBackground} | |
313 | z-index:99999; | |
314 | position:fixed !important; | |
315 | font-size: 12px; | |
316 | line-height:12px; | |
317 | font-family:'consolas'; | |
318 | width:180px; | |
319 | margin-top:141px; | |
320 | margin-left: 47px; | |
321 | height:auto; | |
322 | padding:3px; | |
323 | padding-bottom: 15px; | |
324 | z-index:10; | |
325 | overflow:hidden; | |
326 | text-align:center; | |
327 | border: 1px solid #aaa; | |
328 | opacity: 1; | |
329 | } | |
330 | ||
331 | /*--POSTS--*/ | |
332 | ||
333 | .photoset{ | |
334 | width: 100% !important; | |
335 | } | |
336 | ||
337 | .photoset img{ | |
338 | max-width: 100% !important; | |
339 | } | |
340 | ||
341 | .my-like { | |
342 | cursor:pointer; | |
343 | display:inline-block; | |
344 | vertical-align:top; | |
345 | } | |
346 | .my-liked, .my-like:hover { | |
347 | cursor:pointer; | |
348 | display:inline-block; | |
349 | vertical-align:top; | |
350 | } | |
351 | ||
352 | #wrapper #rights3{ | |
353 | text-align: center; | |
354 | position:fixed; | |
355 | margin-left: 745px; | |
356 | margin-top:-1px; | |
357 | height: 102%; | |
358 | width: 100px; | |
359 | padding-top: 100px; | |
360 | border-left: 1px solid #aaa; | |
361 | border-right: 1px solid #aaa; | |
362 | background-color: {color:sidebar background}; | |
363 | z-index: 0; | |
364 | opacity: 1; | |
365 | } | |
366 | ||
367 | ||
368 | .title{ | |
369 | font-size:20px; | |
370 | font-family:consolas; | |
371 | } | |
372 | ||
373 | .title a:link, a:active, a:visited{ | |
374 | color:{color:link}; | |
375 | text-decoration: none; | |
376 | -webkit-transition: color 0.4s ease-out; | |
377 | -moz-transition: color 0.4s ease-out; | |
378 | } | |
379 | ||
380 | #wrapper{position: absolute; left: 50%; margin-left: -450px; width: 735px;} | |
381 | ||
382 | #wrapper #posts{ | |
383 | width:480px; | |
384 | float:right; | |
385 | background-color: transparent; | |
386 | position:absolute; | |
387 | padding:5px; | |
388 | margin-left: 20px; | |
389 | margin-top: 0px; | |
390 | padding-top: 50px; | |
391 | {Block:PermalinkPage}margin-left: 255px;{/Block:PermalinkPage} | |
392 | } | |
393 | ||
394 | #posts{width: 600px;} | |
395 | ||
396 | .entry{ | |
397 | {Block:IfFadedPosts} | |
398 | opacity: 0.7; | |
399 | {/Block:IfFadedPosts} | |
400 | {Block:IfNotFadedPosts} | |
401 | opacity: 1; | |
402 | {/Block:IfNotFadedPosts} | |
403 | margin: 10px; | |
404 | background-color: #fff; | |
405 | width: 214px; | |
406 | padding: 2px; | |
407 | float:left; | |
408 | border: 1px solid #aaa; | |
409 | -webkit-transition: all 0.4s ease-in-out; | |
410 | -moz-transition: all 0.4s ease-in-out; | |
411 | transition: all 0.4s ease-in-out; | |
412 | } | |
413 | ||
414 | .entry:hover{ | |
415 | opacity: 1; | |
416 | -webkit-transition: all 0.4s ease-in-out; | |
417 | -moz-transition: all 0.4s ease-in-out; | |
418 | transition: all 0.4s ease-in-out; | |
419 | } | |
420 | ||
421 | .entry img{ | |
422 | z-index: -1; | |
423 | display: block; | |
424 | max-width: 100%; | |
425 | {Block:IfGrayscaleOnHover} | |
426 | -webkit-filter: grayscale(0%); | |
427 | -moz-filter: grayscale(0%); | |
428 | {/Block:IfGrayscaleOnHover} | |
429 | {Block:IfColorOnHover} | |
430 | -webkit-filter: grayscale(100%); | |
431 | -moz-filter: grayscale(100%); | |
432 | {/Block:IfColorOnHover} | |
433 | -webkit-transition: all 0.4s ease-in-out; | |
434 | -moz-transition: all 0.4s ease-in-out; | |
435 | transition: all 0.4s ease-in-out; | |
436 | } | |
437 | ||
438 | .entry:hover img{ | |
439 | {Block:IfGrayscaleOnHover} | |
440 | -webkit-filter: grayscale(100%); | |
441 | -moz-filter: grayscale(100%); | |
442 | {/Block:IfGrayscaleOnHover} | |
443 | {Block:IfColorOnHover} | |
444 | -webkit-filter: grayscale(0%); | |
445 | -moz-filter: grayscale(0%); | |
446 | {/Block:IfColorOnHover} | |
447 | -webkit-transition: all 0.4s ease-in-out; | |
448 | -moz-transition: all 0.4s ease-in-out; | |
449 | transition: all 0.4s ease-in-out; | |
450 | } | |
451 | ||
452 | {Block:IndexPage} | |
453 | ||
454 | .permas{ | |
455 | z-index: 999999999999999999999999999999999999999999999999999; | |
456 | padding: 4px; | |
457 | background-color: #fff; | |
458 | position: absolute; | |
459 | left: 5px; | |
460 | border-left: 3px solid #ccc; | |
461 | top: 10px; | |
462 | opacity: 0; | |
463 | width: 43px; | |
464 | -webkit-transform: scale(0.5); | |
465 | -moz-transform: scale(0.5); | |
466 | -o-transform: scale(0.5); | |
467 | transform: scale(0.5); | |
468 | -webkit-transition: all 0.3s ease-in-out; | |
469 | -moz-transition: all 0.3s ease-in-out; | |
470 | transition: all 0.3s ease-in-out; | |
471 | } | |
472 | ||
473 | .entry:hover .permas{ | |
474 | z-index: 999999999999999999999999999999999999999999999999999; | |
475 | background-color: #fff; | |
476 | left: 10px; | |
477 | opacity: 1; | |
478 | -webkit-transform: scale(1); | |
479 | -moz-transform: scale(1); | |
480 | -o-transform: scale(1); | |
481 | transform: scale(1); | |
482 | -webkit-transition: all 0.3s ease-in-out; | |
483 | -moz-transition: all 0.3s ease-in-out; | |
484 | transition: all 0.3s ease-in-out; | |
485 | } | |
486 | ||
487 | .perma{ | |
488 | z-index: 999999999999999999999999999999999999999999999999999; | |
489 | padding: 4px; | |
490 | background-color: #fff; | |
491 | position: absolute; | |
492 | left: 113px; | |
493 | top: 10px; | |
494 | border-left: 3px solid #ccc; | |
495 | opacity: 0; | |
496 | -webkit-transform: scale(0.5); | |
497 | -moz-transform: scale(0.5); | |
498 | -o-transform: scale(0.5); | |
499 | transform: scale(0.5); | |
500 | -webkit-transition: all 0.3s ease-in-out; | |
501 | -moz-transition: all 0.3s ease-in-out; | |
502 | transition: all 0.3s ease-in-out; | |
503 | } | |
504 | ||
505 | .entry:hover .perma{ | |
506 | z-index: 999999999999999999999999999999999999999999999999999; | |
507 | background-color: #fff; | |
508 | opacity: 1; | |
509 | border-left: 3px solid #ccc; | |
510 | -webkit-transform: scale(1); | |
511 | -moz-transform: scale(1); | |
512 | -o-transform: scale(1); | |
513 | transform: scale(1); | |
514 | -webkit-transition: all 0.3s ease-in-out; | |
515 | -moz-transition: all 0.3s ease-in-out; | |
516 | transition: all 0.3s ease-in-out; | |
517 | } | |
518 | ||
519 | .like{ | |
520 | z-index: 999999999999999999999999999999999999999999999999999; | |
521 | padding: 4px; | |
522 | background-color: #fff; | |
523 | position: absolute; | |
524 | left: 69px; | |
525 | top: 10px; | |
526 | border-left: 3px solid #ccc; | |
527 | opacity: 0; | |
528 | -webkit-transform: scale(0.5); | |
529 | -moz-transform: scale(0.5); | |
530 | -o-transform: scale(0.5); | |
531 | transform: scale(0.5); | |
532 | -webkit-transition: all 0.3s ease-in-out; | |
533 | -moz-transition: all 0.3s ease-in-out; | |
534 | transition: all 0.3s ease-in-out; | |
535 | } | |
536 | ||
537 | .entry:hover .like{ | |
538 | z-index: 999999999999999999999999999999999999999999999999999; | |
539 | background-color: #fff; | |
540 | opacity: 1; | |
541 | -webkit-transform: scale(1); | |
542 | -moz-transform: scale(1); | |
543 | -o-transform: scale(1); | |
544 | transform: scale(1); | |
545 | border-left: 3px solid #ccc; | |
546 | -webkit-transition: all 0.3s ease-in-out; | |
547 | -moz-transition: all 0.3s ease-in-out; | |
548 | transition: all 0.3s ease-in-out; | |
549 | } | |
550 | ||
551 | .entry:hover .like:hover{ | |
552 | border-left-width: 8px; | |
553 | -webkit-transition: all 0.2s ease-in-out; | |
554 | -moz-transition: all 0.2s ease-in-out; | |
555 | transition: all 0.2s ease-in-out; | |
556 | } | |
557 | ||
558 | .entry:hover .perma:hover{ | |
559 | border-left-width: 8px; | |
560 | -webkit-transition: all 0.2s ease-in-out; | |
561 | -moz-transition: all 0.2s ease-in-out; | |
562 | transition: all 0.2s ease-in-out; | |
563 | } | |
564 | ||
565 | .entry:hover .permas:hover{ | |
566 | border-left-width: 8px; | |
567 | -webkit-transition: all 0.2s ease-in-out; | |
568 | -moz-transition: all 0.2s ease-in-out; | |
569 | transition: all 0.2s ease-in-out; | |
570 | } | |
571 | ||
572 | .permas a{ | |
573 | color: #000!important; | |
574 | } | |
575 | ||
576 | .perma a{ | |
577 | color: #000 !important; | |
578 | } | |
579 | ||
580 | .like a{ | |
581 | color: #000 !important; | |
582 | } | |
583 | ||
584 | {/Block:IndexPage} | |
585 | ||
586 | /*--SCROLLBAR--*/ | |
587 | ||
588 | ::-webkit-scrollbar { | |
589 | width: 5px; | |
590 | height: 4px; | |
591 | background: white; | |
592 | } | |
593 | ||
594 | ::-webkit-scrollbar-thumb { | |
595 | background-color:black; | |
596 | } | |
597 | ||
598 | /*--BUTTONS--*/ | |
599 | ||
600 | #wrapper #social{ | |
601 | position: fixed; | |
602 | margin-top: 106px; | |
603 | margin-left: 830px; | |
604 | z-index: 999; | |
605 | } | |
606 | ||
607 | #ig, #rn, #tw, #plus, #fb, #yt{ | |
608 | margin-left: -5px; | |
609 | z-index: 999999999999999999999; | |
610 | opacity: 0.4; | |
611 | -webkit-transition: all .4s ease; | |
612 | -moz-transition: all .4s ease; | |
613 | -o-transition: all .4s ease; | |
614 | transition: all .4s ease; | |
615 | } | |
616 | ||
617 | #ig:hover, #rn:hover, #tw:hover, #plus:hover, #fb:hover, #yt:hover{ | |
618 | opacity: 1; | |
619 | -webkit-transition: all .4s ease; | |
620 | -moz-transition: all .4s ease; | |
621 | -o-transition: all .4s ease; | |
622 | transition: all .4s ease; | |
623 | } | |
624 | ||
625 | #pagination { | |
626 | display: none; | |
627 | } | |
628 | ||
629 | .linkss a{ | |
630 | color: #000 !important; | |
631 | } | |
632 | ||
633 | .psdd ol, li img{opacity: 0; margin-right: -100px; margin-left: -50px;} | |
634 | ||
635 | #cred a{color: #000 !important; font-size: 9px;} | |
636 | ||
637 | {CustomCSS} | |
638 | ||
639 | </style> | |
640 | ||
641 | </head> | |
642 | ||
643 | <!--INFINITE SCROLL--> | |
644 | ||
645 | {block:IndexPage} | |
646 | ||
647 | <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script> | |
648 | ||
649 | <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script> | |
650 | ||
651 | <script type="text/javascript"> | |
652 | ||
653 | $(window).load(function () { | |
654 | var $content = $('#posts'); | |
655 | $content.masonry({itemSelector: '.entry'}), | |
656 | $content.infinitescroll({ | |
657 | navSelector : 'div#pagination', | |
658 | nextSelector : 'div#pagination a#nextPage', | |
659 | itemSelector : '.entry', | |
660 | loading: { | |
661 | finishedMsg: '', | |
662 | img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif' | |
663 | }, | |
664 | bufferPx : 600, | |
665 | debug : false, | |
666 | }, | |
667 | // call masonry as a callback. | |
668 | function( newElements ) { | |
669 | var $newElems = $( newElements ); | |
670 | $newElems.hide(); | |
671 | // ensure that images load before adding to masonry layout | |
672 | $newElems.imagesLoaded(function(){ | |
673 | $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} ); | |
674 | ||
675 | ||
676 | }); | |
677 | }); | |
678 | }); | |
679 | </script> | |
680 | ||
681 | {/block:IndexPage} | |
682 | ||
683 | <body> | |
684 | <div id="wrapper"> | |
685 | ||
686 | <div id="rights3"> | |
687 | {Block:IfSocial}social{/Block:IfSocial}</p> | |
688 | ||
689 | {Block:IfFacebookURL}<a id="fb" href="{text:Facebook URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/46-facebook-128.png" height="40px"></a></P>{/Block:IfFacebookURL} | |
690 | ||
691 | {Block:IfInstagramUsername}<a id="ig" href="http://instagram.com/{text:Instagram Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/78-instagram-128.png" alt="Instagram" height="40px"/></a></P>{/Block:IfInstagramUsername} | |
692 | ||
693 | {Block:IfTwitterUsername}<a id="tw" href="http://twitter.com/{text:Twitter Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/43-twitter-128.png" height="40px;"></a></P>{/Block:IfTwitterUsername} | |
694 | ||
695 | {Block:IfGooglePlusURL}<a id="plus" href="{text:Google Plus URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/80-google-plus-128.png" height="40px"></a></P>{/Block:IfGooglePlusURL} | |
696 | ||
697 | {Block:IfYoutubeUsername}<a href="http://youtube.com/user/{text:Youtube Username}" id="yt"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/58-youtube-128.png" height="40px"></a>{/Block:IfYoutubeUsername} | |
698 | </div> | |
699 | ||
700 | <!--SIDEBAR--> | |
701 | ||
702 | <div id="blogtitle"> | |
703 | ||
704 | <a href="/"> | |
705 | ||
706 | <div style="opacity: 1;"> | |
707 | ||
708 | {Title} | |
709 | ||
710 | </div> | |
711 | ||
712 | </a> | |
713 | ||
714 | </div> | |
715 | ||
716 | <div id="sidebar"> | |
717 | <a href="/"> | |
718 | ||
719 | <img id="sidebarpic" src="{image:sidebar}" width="150px"> | |
720 | ||
721 | </a> | |
722 | ||
723 | {Description} | |
724 | ||
725 | <br> | |
726 | ||
727 | <div style="border-bottom: 1px solid #aaa; width: 120px; margin-left: 29px; margin-top: 5px;"></div> | |
728 | ||
729 | <br> | |
730 | ||
731 | <center> | |
732 | ||
733 | <div class="linkss"> | |
734 | ||
735 | <a href="/">home</a> | |
736 | ||
737 | <a href="/ask">ask</a> | |
738 | ||
739 | {Block:ifLink1}<a href="{text:Link 1}">{text:link 1 title}</a>{/Block:ifLink1} | |
740 | ||
741 | {Block:ifLink2}<a href="{text:Link 2}">{text:link 2 title}</a>{/Block:ifLink2} | |
742 | ||
743 | {Block:ifLink3}<a href="{text:Link 3}">{text:link 3 title}</a>{/Block:ifLink3} | |
744 | ||
745 | {Block:ifLink4}<a href="{text:Link 4}">{text:link 4 title}</a>{/Block:ifLink4} | |
746 | ||
747 | {Block:ifLink5}<a href="{text:Link 5}">{text:link 5 title}</a>{/Block:ifLink5} | |
748 | ||
749 | {Block:ifLink6}<a href="{text:Link 6}">{text:link 6 title}</a>{/Block:ifLink6} | |
750 | <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script> | |
751 | </div> | |
752 | {Block:IfPageLinks}{Block:HasPages}{Block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/Block:Pages}{/Block:HasPages}{/Block:IfPageLinks} | |
753 | ||
754 | <a href="http://unstrong.tumblr.com">theme</a> | |
755 | ||
756 | <div style="margin-bottom: -10px;"></div> | |
757 | ||
758 | </center> | |
759 | ||
760 | </div> | |
761 | ||
762 | <!--POSTS--> | |
763 | ||
764 | <div id="posts"> | |
765 | ||
766 | {block:Posts} | |
767 | ||
768 | <div class="entry" | |
769 | ||
770 | style="{Block:Text}border-color: transparent !important; background-color: transparent;{/Block:Text}{Block:Quote}border-color: transparent !important; background-color: transparent;{/Block:Quote}{Block:Answer}border-color: transparent !important; background-color: transparent;{/Block:Answer}{Block:Audio}border-color: transparent !important; background-color: transparent;{/Block:Audio}{Block:Chat}border-color: transparent !important; background-color: transparent;{/Block:Chat}{Block:Link}border-color: transparent !important; background-color: transparent;{/Block:Link} | |
771 | ||
772 | {Block:PermalinkPage} | |
773 | ||
774 | width: 440px; | |
775 | ||
776 | {/Block:PermalinkPage}"> | |
777 | ||
778 | {block:Title} | |
779 | ||
780 | <div class="title">{Title}</div> | |
781 | ||
782 | {/block:Title} | |
783 | ||
784 | {block:Text} | |
785 | ||
786 | {Body} | |
787 | ||
788 | {block:IndexPage} | |
789 | ||
790 | <center> | |
791 | ||
792 | <div style="margin-top: 15px;"></div> | |
793 | ||
794 | <a href="{ReblogURL}">REBLOG</a> | |
795 | ||
796 | ||
797 | <a href="{Permalink}">{Notecount}</a> | |
798 | ||
799 | </center> | |
800 | ||
801 | {/block:IndexPage} | |
802 | ||
803 | {/block:Text} | |
804 | ||
805 | {block:Photo} | |
806 | ||
807 | {block:IndexPage} | |
808 | ||
809 | {LinkOpenTag} | |
810 | ||
811 | <div class="permas"> | |
812 | ||
813 | <a href="{ReblogURL}">REBLOG</a> | |
814 | ||
815 | </div> | |
816 | ||
817 | <div class="perma" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}> | |
818 | ||
819 | <a href="{Permalink}">{Notecount}</a> | |
820 | ||
821 | </div> | |
822 | ||
823 | {Block:IfLikeButton} | |
824 | ||
825 | <div class="like"> | |
826 | ||
827 | <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"> | |
828 | ||
829 | LIKE | |
830 | ||
831 | </div> | |
832 | ||
833 | </div> | |
834 | ||
835 | {/Block:IfLikeButton} | |
836 | ||
837 | <div class="piclol"> | |
838 | ||
839 | <div class="photo"> | |
840 | ||
841 | <a href="{permalink}"> | |
842 | ||
843 | <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> | |
844 | ||
845 | </div> | |
846 | ||
847 | </div> | |
848 | ||
849 | {LinkCloseTag} | |
850 | ||
851 | {Block:IfCaptions} | |
852 | ||
853 | {Block:Caption} | |
854 | ||
855 | {Caption} | |
856 | ||
857 | <div style="margin-bottom: -8px;"> | |
858 | ||
859 | </div> | |
860 | ||
861 | {/Block:Caption} | |
862 | ||
863 | {/Block:IfCaptions} | |
864 | ||
865 | {/block:IndexPage} | |
866 | ||
867 | {block:PermalinkPage} | |
868 | ||
869 | {LinkOpenTag} | |
870 | ||
871 | <a href="{permalink}"> | |
872 | ||
873 | <img class="photo" src="{PhotoURL-HighRes}" width="100%"/></a> | |
874 | ||
875 | {LinkCloseTag} | |
876 | ||
877 | {/block:PermalinkPage} | |
878 | ||
879 | {/block:Photo} | |
880 | ||
881 | {block:Photoset} | |
882 | ||
883 | <div style="width: 250px; overflow: hidden;">{Photoset-250}</div> | |
884 | ||
885 | {block:IndexPage} | |
886 | ||
887 | <center> | |
888 | ||
889 | {block:IndexPage} | |
890 | ||
891 | <div class="permas"> | |
892 | ||
893 | <a href="{ReblogURL}">REBLOG</a> | |
894 | ||
895 | </div> | |
896 | ||
897 | <div class="perma"> | |
898 | ||
899 | <a href="{Permalink}" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}>{Notecount}</a> | |
900 | ||
901 | </div> | |
902 | ||
903 | {Block:IfLikeButton} | |
904 | ||
905 | <div class="like"> | |
906 | ||
907 | <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"> | |
908 | ||
909 | LIKE | |
910 | ||
911 | </div> | |
912 | ||
913 | </div> | |
914 | ||
915 | {/Block:IfLikeButton} | |
916 | ||
917 | {/block:IndexPage} | |
918 | ||
919 | {/block:Photoset} | |
920 | ||
921 | {block:Quote} | |
922 | ||
923 | {Quote} | |
924 | ||
925 | <div align="right"> | |
926 | ||
927 | {block:Source} | |
928 | ||
929 | <div class="title"> | |
930 | ||
931 | {Source} | |
932 | ||
933 | </div> | |
934 | ||
935 | {/block:Source} | |
936 | ||
937 | </div> | |
938 | ||
939 | {block:IndexPage} | |
940 | ||
941 | <center> | |
942 | ||
943 | <div style="margin-top: 15px;"></div> | |
944 | ||
945 | <a href="{ReblogURL}">REBLOG</a> | |
946 | ||
947 | // | |
948 | ||
949 | <a href="{Permalink}">{Notecount}</a> | |
950 | ||
951 | </center> | |
952 | ||
953 | {/block:IndexPage} | |
954 | ||
955 | {/block:Quote} | |
956 | ||
957 | {block:Video} | |
958 | ||
959 | {Video-250} | |
960 | ||
961 | <br> | |
962 | ||
963 | {PlayCountWithLabel} | |
964 | ||
965 | {block:IndexPage} | |
966 | ||
967 | <center> | |
968 | ||
969 | <div style="margin-top: 15px;"></div> | |
970 | ||
971 | <a href="{ReblogURL}">REBLOG</a> | |
972 | ||
973 | // | |
974 | ||
975 | <a href="{Permalink}">{Notecount}</a> | |
976 | ||
977 | </center> | |
978 | ||
979 | {/block:IndexPage} | |
980 | ||
981 | {/block:Video} | |
982 | ||
983 | {block:Link} | |
984 | ||
985 | <div class="title"> | |
986 | ||
987 | <a title="{name}" href="{URL}" class="link" {Target}> | |
988 | ||
989 | {Name} | |
990 | ||
991 | </a> | |
992 | ||
993 | </div> | |
994 | ||
995 | <br> | |
996 | ||
997 | {block:Description} | |
998 | ||
999 | {Description} | |
1000 | ||
1001 | {/block:Description} | |
1002 | ||
1003 | {block:IndexPage} | |
1004 | ||
1005 | <center> | |
1006 | ||
1007 | <div style="margin-top: 15px;"></div> | |
1008 | ||
1009 | <a href="{ReblogURL}">REBLOG</a> | |
1010 | ||
1011 | // | |
1012 | ||
1013 | <a href="{Permalink}">{Notecount}</a> | |
1014 | ||
1015 | </center> | |
1016 | ||
1017 | {/block:IndexPage} | |
1018 | ||
1019 | {/block:Link} | |
1020 | ||
1021 | {block:Chat} | |
1022 | ||
1023 | {block:Lines} | |
1024 | ||
1025 | {block:Label} | |
1026 | ||
1027 | <br> | |
1028 | ||
1029 | {Label} | |
1030 | ||
1031 | {/block:Label} | |
1032 | ||
1033 | | |
1034 | ||
1035 | {Line} | |
1036 | ||
1037 | {/block:Lines} | |
1038 | ||
1039 | {block:IndexPage} | |
1040 | ||
1041 | <center> | |
1042 | ||
1043 | <div style="margin-top: 15px;"></div> | |
1044 | ||
1045 | <a href="{ReblogURL}">REBLOG</a> | |
1046 | ||
1047 | // | |
1048 | ||
1049 | <a href="{Permalink}">{Notecount}</a> | |
1050 | ||
1051 | </center> | |
1052 | ||
1053 | {/block:IndexPage} | |
1054 | ||
1055 | {/block:Chat} | |
1056 | ||
1057 | {block:Audio} | |
1058 | ||
1059 | {AudioPlayerWhite} | |
1060 | ||
1061 | <br> | |
1062 | ||
1063 | <div align="right"> | |
1064 | ||
1065 | {block:Artist} | |
1066 | ||
1067 | Artist: {Artist} | |
1068 | ||
1069 | </div> | |
1070 | ||
1071 | {/block:Artist} | |
1072 | ||
1073 | <br> | |
1074 | ||
1075 | {block:Caption} | |
1076 | ||
1077 | {Caption} | |
1078 | ||
1079 | {/block:Caption} | |
1080 | ||
1081 | {block:IndexPage} | |
1082 | ||
1083 | <center> | |
1084 | ||
1085 | <div style="margin-top: 15px;"></div> | |
1086 | ||
1087 | <a href="{ReblogURL}">REBLOG</a> | |
1088 | ||
1089 | // | |
1090 | ||
1091 | <a href="{Permalink}">{Notecount}</a> | |
1092 | ||
1093 | </center> | |
1094 | ||
1095 | {/block:IndexPage} | |
1096 | ||
1097 | {/block:Audio} | |
1098 | ||
1099 | {block:Answer} | |
1100 | ||
1101 | {Asker}: | |
1102 | ||
1103 | <b> | |
1104 | ||
1105 | {Question} | |
1106 | ||
1107 | </b> | |
1108 | ||
1109 | <br> | |
1110 | ||
1111 | {Answer} | |
1112 | ||
1113 | {block:IndexPage} | |
1114 | ||
1115 | <center> | |
1116 | ||
1117 | <div style="margin-top: 15px;"></div> | |
1118 | ||
1119 | <a href="{ReblogURL}">REBLOG</a> | |
1120 | ||
1121 | // | |
1122 | ||
1123 | <a href="{Permalink}">{Notecount}</a> | |
1124 | ||
1125 | </center> | |
1126 | ||
1127 | {/block:IndexPage} | |
1128 | ||
1129 | {/block:Answer} | |
1130 | ||
1131 | {block:PermalinkPage} | |
1132 | ||
1133 | <center> | |
1134 | ||
1135 | {Block:HasTags} | |
1136 | ||
1137 | {Block:Tags} | |
1138 | ||
1139 | #{Tag} | |
1140 | ||
1141 | {/Block:Tags} | |
1142 | ||
1143 | {/Block:HasTags} | |
1144 | ||
1145 | {block:Caption} | |
1146 | ||
1147 | {Caption} | |
1148 | ||
1149 | {/block:Caption} | |
1150 | ||
1151 | <br> | |
1152 | ||
1153 | <b>Posted</b> {TimeAgo} with {NoteCount} <b>notes</b> | |
1154 | ||
1155 | </center> | |
1156 | ||
1157 | <div align="left"> | |
1158 | ||
1159 | {block:PostNotes} | |
1160 | ||
1161 | <div class-"posdd"> | |
1162 | ||
1163 | {PostNotes} | |
1164 | ||
1165 | </div> | |
1166 | ||
1167 | {/block:PostNotes} | |
1168 | ||
1169 | </div> | |
1170 | ||
1171 | </div> | |
1172 | ||
1173 | {/block:PermalinkPage} | |
1174 | ||
1175 | </div> | |
1176 | ||
1177 | {/block:Posts} | |
1178 | <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript"> | |
1179 | var ref = (''+document.referrer+''); | |
1180 | document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>'); | |
1181 | </script></div> | |
1182 | {block:IndexPage} | |
1183 | ||
1184 | {block:Pagination} | |
1185 | ||
1186 | <div id="pagination"> | |
1187 | ||
1188 | {block:NextPage} | |
1189 | ||
1190 | <a style="display:none;" id="nextPage" href="{NextPage}"> | |
1191 | ||
1192 | → | |
1193 | ||
1194 | </a> | |
1195 | ||
1196 | {/block:NextPage} | |
1197 | ||
1198 | {block:PreviousPage} | |
1199 | ||
1200 | <a style="display:none;" href="{PreviousPage}"> | |
1201 | ||
1202 | ← | |
1203 | ||
1204 | </a> | |
1205 | ||
1206 | {/block:PreviousPage} | |
1207 | ||
1208 | </div> | |
1209 | ||
1210 | {/block:Pagination} | |
1211 | ||
1212 | {/block:IndexPage} | |
1213 | </div> | |
1214 | </body> | |
1215 | <div id="cred" style="position: fixed; bottom: 3px; right: 3px; color: #000 !important; background-color: #fff;"><a href="http://unstrong.tumblr.com">theme</a></div> | |
1216 | </html> |