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 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 | <!-- | |
4 | 88b d88 | |
5 | 888b d888 "Lui" | |
6 | 88`8b d8'88 | |
7 | 88 `8b d8' 88 | |
8 | 88 `8b d8' 88 | |
9 | 88 `8b d8' 88 | |
10 | 88 `888' 88 Theme made by Manolescent | |
11 | 88 `8' 88 Themes page: Plainthemes | |
12 | --> | |
13 | <head> | |
14 | <title>{title}</title> | |
15 | <link rel="shortcut icon" href="{Favicon}"> | |
16 | <link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
17 | ||
18 | <meta name="if:Show Icons on Hover" content="1"/> | |
19 | <meta name="if:Hide Navigation" content="1"/> | |
20 | <meta name="if:Multisized Posts" content="1"/> | |
21 | <meta name="if:Fixed Header" content="0"/> | |
22 | <meta name="if:Two Columns" content="0"/> | |
23 | <meta name="if:Three Columns" content="0"/> | |
24 | <meta name="if:Four Columns" content="1"/> | |
25 | <meta name="if:Five Columns" content="0"/> | |
26 | <meta name="if:Ask Link" content="1"/> | |
27 | <meta name="if:Archive Link" content="1"/> | |
28 | <meta name="if:To Top" content="1"/> | |
29 | ||
30 | <meta name="font:Title" content="Arial"/> | |
31 | <meta name="font:Body" content="Arial"/> | |
32 | ||
33 | <meta name="text:Posts Margin Top" content="140"/> | |
34 | <meta name="text:Body font size" content="10"/> | |
35 | <meta name="text:Title font size" content="25"/> | |
36 | <meta name="text:Header Image Width" content="300"/> | |
37 | <meta name="text:Ask Link Text" content="message"/> | |
38 | <meta name="text:Archive Link Text" content="archive"/> | |
39 | <meta name="text:Custom Link One" content="" /> | |
40 | <meta name="text:Custom Link One Title" content="" /> | |
41 | <meta name="text:Custom Link Two" content="" /> | |
42 | <meta name="text:Custom Link Two Title" content="" /> | |
43 | <meta name="text:Custom Link Three" content="" /> | |
44 | <meta name="text:Custom Link Three Title" content="" /> | |
45 | <meta name="text:Custom Link Four" content="" /> | |
46 | <meta name="text:Custom Link Four Title" content="" /> | |
47 | <meta name="text:Custom Link Five" content="" /> | |
48 | <meta name="text:Custom Link Five Title" content="" /> | |
49 | ||
50 | <meta name="image:Background" content=""/> | |
51 | <meta name="image:Header" content=""/> | |
52 | ||
53 | <meta name="color:Background" content="#FFFFFF"/> | |
54 | <meta name="color:Background Two" content="#F2F2F2"/> | |
55 | <meta name="color:Text" content="#000"/> | |
56 | <meta name="color:Title" content="#000"/> | |
57 | <meta name="color:Title Two" content="#f2f2f2"/> | |
58 | <meta name="color:Navigation" content="#000000"/> | |
59 | <meta name="color:Navigation Two" content="#f2f2f2"/> | |
60 | <meta name="color:Scrollbar" content="#000"/> | |
61 | ||
62 | <link type="text/css" rel="stylesheet" media="screen" href="http://static.tumblr.com/fypk3fu/j6wmlwz2u/infinitescroll.css"> | |
63 | ||
64 | ||
65 | <style type="text/css"> | |
66 | #tumblr_controls{top: 1px !important; margin: 0 0 0 0; right: 1px !important; position: fixed !important; opacity:0.6;} | |
67 | ||
68 | ::selection, ::-moz-selection, ::-webkit-selection {color:{color:Selection}; background-color: none;} | |
69 | ::-webkit-scrollbar{width:7px;height:8px;} | |
70 | ::-webkit-scrollbar-button:start:decrement | |
71 | ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;} | |
72 | ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;} | |
73 | ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:Scrollbar};} | |
74 | ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:none;} | |
75 | ||
76 | body{background:{color:background}; font-family:{font:body}; font-size:{text:body font size}px; color:{color:text};} | |
77 | ||
78 | #entry {top:{text:posts margin top}px;margin: auto;position: relative; {block:iftwocolumns}{block:IndexPage}width:530px;{/block:IndexPage}{/block:iftwocolumns}{block:ifthreecolumns}{block:IndexPage}width:795px;{/block:IndexPage}{/block:ifthreecolumns}{block:iffourcolumns}{block:IndexPage}width:1060px;{/block:IndexPage}{/block:iffourcolumns}{block:iffivecolumns}{block:IndexPage}width:1330px;{/block:IndexPage}{/block:iffivecolumns}{block:PermalinkPage}width:500px;{/block:PermalinkPage}} | |
79 | ||
80 | a{color:{color:text}; text-decoration:underline;} | |
81 | ||
82 | .tumblrAutoPager_page_info, | |
83 | .tumblrAutoPager_page_separator {display:none;} | |
84 | ||
85 | .post{float:left; margin:auto;padding:15px;} | |
86 | ||
87 | .perma {position:absolute; padding:10px; opacity:0; -webkit-transition: 0.2s ease-in;} | |
88 | .post:hover .perma {-webkit-transition: 0.2s ease-in; opacity:0.4;} | |
89 | ||
90 | ||
91 | ||
92 | .photo{width:235px;} | |
93 | .photo img{width:235px; padding-bottom:4px; -webkit-transition: 0.2s ease-in;} | |
94 | .photo img:hover{-webkit-transition: 0.2s ease-in;} | |
95 | ||
96 | .photobig{{block:ifmultisizedposts}width:500px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:235px;{/block:ifnotmultisizedposts}} | |
97 | .photobig img{{block:ifmultisizedposts}width:500px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:235px;{/block:ifnotmultisizedposts} -webkit-transition: 0.2s ease-in;} | |
98 | .photobig img:hover{ | |
99 | -webkit-transition: 0.2s ease-in;} | |
100 | ||
101 | #entry .photoset iframe{display:block;{block:IndexPage}width:235px !important;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}} | |
102 | #entry .photosettwo iframe{display:block;{block:IndexPage}{block:IndexPage}{block:ifmultisizedposts}width:500px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:235px;{/block:ifnotmultisizedposts}{/block:IndexPage}{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}} | |
103 | .photosetcap{background-color:{color:Background two};display:block;padding-left:10px;padding-right:10px;padding-top:5px; padding-bottom:-5px;} | |
104 | ||
105 | #entry .video iframe{display:block;{block:IndexPage}width:500px;height:270px;{/block:IndexPage}{block:PermalinkPage}width:500px;height:270px;{/block:PermalinkPage}} | |
106 | .videocap{background-color:{color:Background two};display:block;padding:10px;} | |
107 | ||
108 | .text, | |
109 | .quote{width:233px;background-color: {color:background two};-webkit-transition: 0.2s ease-in;} | |
110 | .text:hover, | |
111 | .quote:hover{-webkit-transition: 0.2s ease-in;} | |
112 | ||
113 | .textbig, | |
114 | .quotebig{{block:ifmultisizedposts}width:498px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:233px;{/block:ifnotmultisizedposts} -webkit-transition: 0.2s ease-in; background-color: {color:background two};} | |
115 | .textbig:hover, | |
116 | .quotebig:hover{-webkit-transition: 0.2s ease-in;} | |
117 | ||
118 | .photocap a {text-decoration:none;} | |
119 | ||
120 | .header {{block:iffixedheader}position:fixed;{/block:iffixedheader}{block:ifnotfixedheader}position:absolute;{/block:ifnotfixedheader} top:70px;width:99%;text-align:center; z-index:1000;} | |
121 | .headertitle {font-family:{font:title}; font-size:{text:Title font size}px;margin-bottom:4px; color:{color:title};} | |
122 | .headertitle:hover {{block:ifhidenavigation}{block:IndexPage}cursor:help{/block:IndexPage}{/block:ifhidenavigation}} | |
123 | .header2 {{block:iffixedheader}position:fixed;{/block:iffixedheader}{block:ifnotfixedheader}position:absolute;{/block:ifnotfixedheader} top:70px;width:99%;text-align:center; z-index:1000;} | |
124 | .headertitle2 a {font-family:{font:title}; font-size:{text:Title font size}px; margin-bottom:4px; text-decoration:none; margin:1px; background:{color:title two}; padding:3px; color:{color:title two};} | |
125 | .headerl {position:relative; margin-top:15px; font-size:{text:body font size}px;} | |
126 | .headerl a {text-decoration:none; margin:1px; background-color:{color:navigation two}; color:{color:navigation}; padding:3px; text-transform:capitalize;} | |
127 | ||
128 | ||
129 | .pag {z-index:1000;position:fixed; padding-left:4px;margin-left:1080px; bottom:40px;}.pag a {text-decoration:none;}.navigation{display:none;} | |
130 | ||
131 | ol.notes {width:500px; list-style-type: none;} | |
132 | ol.notes li.note {margin-left:-40px; margin-bottom:2px;} | |
133 | ol.notes li.note img.avatar { display:none; } | |
134 | ||
135 | .photopermaholder{position:absolute;height:14px;margin:8px 0px 0px 8px;opacity:0;filter: alpha(opacity = 0);-moz-transition: all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;} | |
136 | .photoperma{display:inline-block;margin-right:5px;padding:4px;height:14px;} | |
137 | .photoperma a{color:#000;} | |
138 | .post:hover .photopermaholder{opacity:1.9;filter: alpha(opacity = 70);-moz-transition: all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;border-bottom:0px #000;} | |
139 | .liker{position:absolute;height:14px;margin:8px 0px 0px 35px;opacity:0;filter: alpha(opacity = 0);-moz-transition: all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;} | |
140 | .likerr{display:inline-block;margin-right:5px;padding:4px;height:14px;} | |
141 | .likerr a{color:#000;}.post:hover .liker{opacity:1.9;filter: alpha(opacity = 70);-moz-transition: all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;} | |
142 | ||
143 | .permalink{text-decoration:none;text-transform:uppercase;text-align:right;color:gray;position: relative;margin-top: -10px;font-size: 9px;opacity: 0;filter: alpha(opacity = 100);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;} | |
144 | .permalink a{text-decoration:none;} | |
145 | .post:hover .permalink{margin-top: -5px;opacity: 1;filter: alpha(opacity = 100);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;} | |
146 | ||
147 | .albumart, .albumart img{{block:IndexPage}width:233px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}} | |
148 | .audio{{block:IndexPage}width:229px;{/block:IndexPage}{block:PermalinkPage}width:488px;{/block:PermalinkPage}background-color:#000;padding:2px;} | |
149 | ||
150 | #topDiv{position: fixed;bottom:4px;text-align:center; z-index:1000;display: none;cursor: pointer; right:-1px;} | |
151 | ||
152 | #bg img {z-index:-1;position:fixed;top:0;left:0;width:100%;height:100%;} | |
153 | </style> | |
154 | {block:Ifbackgroundimage}<div id="bg"><img src="{image:Background}"></div>{/block:Ifbackgroundimage} | |
155 | {block:IndexPage}{block:ifhidenavigation}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script> | |
156 | <script src="toggle.js" type="text/javascript"><!--mce:1--></script> | |
157 | <script type="text/javascript"> | |
158 | $(document).ready(function(){ | |
159 | $(".headerl").hide(); | |
160 | $(".headertitle").click(function(){ | |
161 | $('.headerl').slideToggle("slow"); | |
162 | return true; | |
163 | }); | |
164 | }); | |
165 | </script> | |
166 | {/block:ifhidenavigation}{/block:IndexPage} | |
167 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
168 | <script src="http://static.tumblr.com/yflpwuf/SSOm2d3y2/jquery.masonry.min.js"></script> | |
169 | <script src="http://static.tumblr.com/fypk3fu/UcZmlwz5h/infinitescroll.js"></script> | |
170 | ||
171 | <script> | |
172 | $(function(){ | |
173 | var $container = $('#entry'); | |
174 | $container.imagesLoaded(function(){ | |
175 | $container.masonry({ | |
176 | itemSelector: '.post', | |
177 | columnWidth: 265 | |
178 | }); | |
179 | }); | |
180 | $container.infinitescroll({ | |
181 | navSelector : 'div.navigation', // selector for the paged navigation | |
182 | nextSelector : '.navigation a#next', // selector for the NEXT link (to page 2) | |
183 | itemSelector : '.post', // selector for all items you'll retrieve | |
184 | loading: { | |
185 | finishedMsg: ' ', | |
186 | img: ' ' | |
187 | } | |
188 | }, | |
189 | function( newElements ) { | |
190 | var $newElems = $( newElements ).css({ opacity: 0 }); | |
191 | $newElems.imagesLoaded(function(){ | |
192 | $newElems.animate({ opacity: 1 }); | |
193 | $container.masonry( 'appended', $newElems, true ); | |
194 | }); | |
195 | } | |
196 | ); | |
197 | ||
198 | }); | |
199 | </script> | |
200 | ||
201 | </head> | |
202 | <body> | |
203 | <div class="navigation"> | |
204 | {block:Pagination} | |
205 | {block:NextPage} | |
206 | <p id="page_nav"> | |
207 | <a style="float:right" href="{NextPage}" id="next">← previous posts</a> | |
208 | {/block:NextPage} | |
209 | {block:PreviousPage} | |
210 | <a style="float:left" href="{PreviousPage}">next posts →</a> | |
211 | </p> | |
212 | {/block:PreviousPage} | |
213 | {/block:Pagination} | |
214 | </div> | |
215 | <div class="header2"> | |
216 | <div class="headertitle2"> | |
217 | {block:ifnotHeaderImage}<a href="/">{Title}</a>{/block:ifnotHeaderImage} | |
218 | </div></div> | |
219 | <div class="header"> | |
220 | <div class="headertitle"> | |
221 | {block:ifHeaderImage}<img src="{image:header}" width="{text:header image width}"/>{/block:ifHeaderImage} | |
222 | {block:ifnotHeaderImage}{Title}{/block:ifnotHeaderImage} | |
223 | </div> | |
224 | <div class="headerl"><a href="/">Home</a>{block:ifAskLink} <a href="/ask" >{text:Ask Link Text}</a>{/block:ifAskLink}{block:ifCustomLinkOneTitle} <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle} <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle} <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}{block:ifCustomLinkFourTitle} <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}{block:ifCustomLinkFiveTitle} <a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle}{block:ifArchiveLink} <a href="/archive">{text:Archive Link Text}</a>{/block:ifArchiveLink} <a href="http://manolescent.tumblr.com/">©</a></div></div> | |
225 | ||
226 | <div id="entry"> | |
227 | ||
228 | {block:Posts} | |
229 | ||
230 | <div class="post"> | |
231 | ||
232 | {block:Photo}{block:ifShowIconsOnHover} | |
233 | {block:IndexPage}<span class="photopermaholder"><span class="photoperma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png" title="reblog"></a></span></span> | |
234 | <div class="liker"><div class="likerr"> | |
235 | <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/j1tjexd/JDxm4yo9m/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/> | |
236 | </div></div>{/block:IndexPage}{/block:ifShowIconsOnHover}{block:IndexPage} | |
237 | {block:Post1} | |
238 | <div class="photobig">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
239 | {/block:Post1} | |
240 | {block:Post2} | |
241 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
242 | {/block:Post2} | |
243 | {block:Post3} | |
244 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
245 | {/block:Post3} | |
246 | {block:Post4} | |
247 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
248 | {/block:Post4} | |
249 | {block:Post5} | |
250 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
251 | {/block:Post5} | |
252 | {block:Post6} | |
253 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
254 | {/block:Post6} | |
255 | {block:Post7} | |
256 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
257 | {/block:Post7} | |
258 | {block:Post8} | |
259 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
260 | {/block:Post8} | |
261 | {block:Post9} | |
262 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
263 | {/block:Post9} | |
264 | {block:Post10} | |
265 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
266 | {/block:Post10} | |
267 | {block:Post11} | |
268 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
269 | {/block:Post11} | |
270 | {block:Post12} | |
271 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
272 | {/block:Post12} | |
273 | {block:Post13} | |
274 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
275 | {/block:Post13} | |
276 | {block:Post14} | |
277 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
278 | {/block:Post14} | |
279 | {block:Post15} | |
280 | <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div> | |
281 | {/block:Post15}<div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage} | |
282 | {block:PermalinkPage}<center><div style="margin-left:-40px;"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></div></center>{/block:PermalinkPage} | |
283 | {/block:Photo} | |
284 | ||
285 | {block:Photoset}{block:ifShowIconsOnHover} | |
286 | {block:IndexPage}<span class="photopermaholder"><span class="photoperma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png" title="reblog"></a></span></span> | |
287 | <div class="liker"><div class="likerr"> | |
288 | <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/j1tjexd/JDxm4yo9m/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/> | |
289 | </div></div>{/block:IndexPage}{/block:ifShowIconsOnHover}{block:IndexPage} | |
290 | {block:Post1} | |
291 | <div class="photosettwo">{block:ifmultisizedposts}{Photoset-500}{/block:ifmultisizedposts}{block:ifnotmultisizedposts}{Photoset-250}{/block:ifnotmultisizedposts}</div> | |
292 | {/block:Post1} | |
293 | {block:Post2} | |
294 | <div class="photoset">{Photoset-250}</div> | |
295 | {/block:Post2} | |
296 | {block:Post3} | |
297 | <div class="photoset">{Photoset-250}</div> | |
298 | {/block:Post3} | |
299 | {block:Post4} | |
300 | <div class="photoset">{Photoset-250}</div> | |
301 | {/block:Post4} | |
302 | {block:Post5} | |
303 | <div class="photoset">{Photoset-250}</div> | |
304 | {/block:Post5} | |
305 | {block:Post6} | |
306 | <div class="photoset">{Photoset-250}</div> | |
307 | {/block:Post6} | |
308 | {block:Post7} | |
309 | <div class="photoset">{Photoset-250}</div> | |
310 | {/block:Post7} | |
311 | {block:Post8} | |
312 | <div class="photoset">{Photoset-250}</div> | |
313 | {/block:Post8} | |
314 | {block:Post9} | |
315 | <div class="photoset">{Photoset-250}</div> | |
316 | {/block:Post9} | |
317 | {block:Post10} | |
318 | <div class="photoset">{Photoset-250}</div> | |
319 | {/block:Post10} | |
320 | {block:Post11} | |
321 | <div class="photoset">{Photoset-250}</div> | |
322 | {/block:Post11} | |
323 | {block:Post12} | |
324 | <div class="photoset">{Photoset-250}</div> | |
325 | {/block:Post12} | |
326 | {block:Post13} | |
327 | <div class="photoset">{Photoset-250}</div> | |
328 | {/block:Post13} | |
329 | {block:Post14} | |
330 | <div class="photoset">{Photoset-250}</div> | |
331 | {/block:Post14} | |
332 | {block:Post15} | |
333 | <div class="photoset">{Photoset-250}</div> | |
334 | {/block:Post15}{/block:IndexPage} | |
335 | {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage} | |
336 | {block:IndexPage}{block:Caption}<div class="photosetcap"><div style="margin-top:-24px; color:{color:Background Two}; margin-bottom:9px; margin-left:20px; font-size:20px; "> ▲</div><a href="{Permalink}">{Caption}</a> <div class="permalink" style="background:{color:Background Two}; margin-top:-10px;"><a href="{Permalink}">{NoteCount}</a></div><br></div>{/block:Caption}{/block:IndexPage} | |
337 | {/block:Photoset} | |
338 | ||
339 | {block:Text} | |
340 | {block:IndexPage} | |
341 | {block:Post1} | |
342 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
343 | {/block:Post1} | |
344 | {block:Post2} | |
345 | <div class="textbig"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
346 | {/block:Post2} | |
347 | {block:Post3} | |
348 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
349 | {/block:Post3} | |
350 | {block:Post4} | |
351 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
352 | {/block:Post4} | |
353 | {block:Post5} | |
354 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
355 | {/block:Post5} | |
356 | {block:Post6} | |
357 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
358 | {/block:Post6} | |
359 | {block:Post7} | |
360 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
361 | {/block:Post7} | |
362 | {block:Post8} | |
363 | <div class="textbig"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
364 | {/block:Post8} | |
365 | {block:Post9} | |
366 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
367 | {/block:Post9} | |
368 | {block:Post10} | |
369 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
370 | {/block:Post10} | |
371 | {block:Post11} | |
372 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
373 | {/block:Post11} | |
374 | {block:Post12} | |
375 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
376 | {/block:Post12} | |
377 | {block:Post13} | |
378 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
379 | {/block:Post13} | |
380 | {block:Post14} | |
381 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
382 | {/block:Post14} | |
383 | {block:Post15} | |
384 | <div class="text"><div style="padding:10px;">{Title}{Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
385 | {/block:Post15} | |
386 | <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div> | |
387 | {/block:IndexPage} | |
388 | {block:PermalinkPage}<div style="width:500px">{Title}{Body}</div>{/block:PermalinkPage} | |
389 | {/block:Text} | |
390 | ||
391 | {block:Quote} | |
392 | {block:IndexPage} | |
393 | {block:Post1}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
394 | {/block:Post1} | |
395 | {block:Post2}<div class="quotebig"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
396 | {/block:Post2} | |
397 | {block:Post3}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
398 | {/block:Post3} | |
399 | {block:Post4}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
400 | {/block:Post4} | |
401 | {block:Post5}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
402 | {/block:Post5} | |
403 | {block:Post6}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
404 | {/block:Post6} | |
405 | {block:Post7}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
406 | {/block:Post7} | |
407 | {block:Post8}<div class="quotebig"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
408 | {/block:Post8} | |
409 | {block:Post9}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
410 | {/block:Post9} | |
411 | {block:Post10}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
412 | {/block:Post10} | |
413 | {block:Post11}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
414 | {/block:Post11} | |
415 | {block:Post12}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
416 | {/block:Post12} | |
417 | {block:Post13}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
418 | {/block:Post13} | |
419 | {block:Post14}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
420 | {/block:Post14} | |
421 | {block:Post15}<div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div> | |
422 | {/block:Post15} | |
423 | <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div> | |
424 | {/block:IndexPage} | |
425 | {block:PermalinkPage}<div style="width:500px">{Quote} ―<i><b>{Source}</b></i></div>{/block:PermalinkPage} | |
426 | {/block:Quote} | |
427 | ||
428 | {block:Link} | |
429 | {block:IndexPage}<div class="text"><div style="padding:10px;"><a href="{URL}" target="{Target}">{Name}</a> | |
430 | {block:Description}{Description}{/block:Description}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div><div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage} | |
431 | {block:PermalinkPage}<div style="width:500px"><a href="{URL}" target="{Target}">{Name}</a> | |
432 | {block:Description}{Description}{/block:Description}</div>{/block:PermalinkPage} | |
433 | {/block:Link} | |
434 | ||
435 | {block:Answer} | |
436 | {block:IndexPage}<div class="text"><div style="padding:10px;"><b>Q</b>: {Question}<br>{Answer}<br><i>asked by {Asker}</i><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:IndexPage} | |
437 | {block:PermalinkPage}<div style="width:500px"><b>Q</b>: {Question}<br>{Answer}<br><i>asked by {Asker}</i></div>{/block:PermalinkPage} | |
438 | {/block:Answer} | |
439 | ||
440 | {block:Chat} | |
441 | {block:IndexPage}<div class="text"><div style="padding:10px;">{block:Title}<b>{Title}</b>{/block:Title} | |
442 | {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:IndexPage} | |
443 | {block:PermalinkPage}<div style="width:500px">{block:Title}<b>{Title}</b>{/block:Title} | |
444 | {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}</div>{/block:PermalinkPage} | |
445 | {/block:Chat} | |
446 | ||
447 | {block:Video}{block:ifShowIconsOnHover} | |
448 | {block:IndexPage}<span class="photopermaholder"><span class="photoperma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png" title="reblog"></a></span></span> | |
449 | <div class="liker"><div class="likerr"> | |
450 | <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/j1tjexd/JDxm4yo9m/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/> | |
451 | </div></div>{/block:IndexPage}{/block:ifShowIconsOnHover} | |
452 | {block:IndexPage}<div class="video">{Video-500}</div><div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage} | |
453 | {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage} | |
454 | {block:PermalinkPage}<div style="width:500px">{Video-500}</div>{/block:PermalinkPage} | |
455 | {/block:Video} | |
456 | ||
457 | {block:Audio}{block:ifShowIconsOnHover} | |
458 | {block:IndexPage}<span class="photopermaholder"><span class="photoperma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png" title="reblog"></a></span></span> | |
459 | <div class="liker"><div class="likerr"> | |
460 | <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/j1tjexd/JDxm4yo9m/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/> | |
461 | </div></div>{/block:IndexPage}{/block:ifShowIconsOnHover}{block:AlbumArt}<div class="albumart"><a href="{Permalink}"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt} | |
462 | <div class="audio">{AudioPlayerBlack}</div> | |
463 | {block:PermalinkPage}<div style="width:500px">{AudioPlayerBlack}<br>{Caption}</div>{/block:PermalinkPage} | |
464 | {/block:Audio} | |
465 | ||
466 | {block:PostNotes} | |
467 | <br><br>{block:RebloggedFrom}<b>Via</b>: {ReblogParentName}{/block:RebloggedFrom}<br>{block:ContentSource}<b>Source</b>: {SourceURL} {/block:ContentSource}<br><br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {TimeAgo} <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {NoteCountWithLabel}{block:hasTags} <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:Date} | |
468 | <br><br>{PostNotes} | |
469 | {/block:PostNotes} | |
470 | </div> | |
471 | {/block:Posts} | |
472 | ||
473 | </div> | |
474 | {block:ifToTop}<div id="topDiv"><a href="javascript:void(0);" id="topDivA"><img src="http://static.tumblr.com/j1tjexd/uSOm6ujd1/totop-grey.png" width="40" height="40" style="-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.33); | |
475 | -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.33); | |
476 | box-shadow: 0px 0px 0px rgba(0,0,0,0.33);"></a></div> | |
477 | <script type="text/javascript"> | |
478 | $(function() { | |
479 | $("#topDivA").click(function(){ | |
480 | var target = $("html"); | |
481 | $('html, body').animate({ | |
482 | scrollTop: target.offset().top | |
483 | }, 1000); | |
484 | }); | |
485 | ||
486 | var topDiv = $("#topDiv"); | |
487 | var topDivTop = "1000"; | |
488 | var view = $( window ); | |
489 | view.bind("scroll resize", function(){ | |
490 | var viewTop = view.scrollTop(); | |
491 | if (viewTop > topDivTop){ | |
492 | topDiv.fadeIn(300); | |
493 | } | |
494 | else if (viewTop <= topDivTop){ | |
495 | topDiv.fadeOut(200); | |
496 | } | |
497 | }); | |
498 | }); | |
499 | </script>{/block:ifToTop} | |
500 | <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe> | |
501 | </body> | |
502 | </html> |