Advertisement
celestyl

snooze theme

May 15th, 2016 (edited)
6,940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8">
  4.  
  5. <!--
  6. // SNOOZE THEME © EMI // LAST UPDATED 15.05.16
  7.  
  8. + DO NOT remove or alter credit in any way
  9. + DO NOT repost, redistribute or steal part of the code
  10. + If you have questions please ask google before me; please let me know if there's bugs!!!!
  11.  
  12. -->
  13.  
  14. <head>
  15.  
  16. <title>{title}</title>
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <meta name="image:BgImg" content=""/><meta name="image:SidebarImg" content=""/><meta name="image:CustomCursor" content=""/><meta name="image:CustomCursorHover" content=""/>
  22.  
  23. <meta name="color:Bg" content=""><meta name="color:Text" content=""><meta name="color:Link" content=""><meta name="color:LinkHover" content=""><meta name="color:PostBorder" content="#000000"><meta name="color:Accent" content=""><meta name="color:OuterBorder" content="#000000"><meta name="color:PostBg" content="#ffffff"><meta name="color:SelectionBg" content=""><meta name="color:SelectionText" content=""><meta name="color:TooltipBg" content="#ffffff"><meta name="color:TooltipText" content="#ffffff"><meta name="color:TooltipBorder" content="#000000"><meta name="color:WScrollbarThumb" content="#ffffff"><meta name="color:WScrollbarTrack" content="#ffffff">
  24.  
  25. <meta name="if:InfiniteScroll" content="1"><meta name="if:PostBg" content=""><meta name="if:PostBorder" content="1"><meta name="if:SidebarImgBorder" content="1"><meta name="if:DescriptionBorder" content=""><meta name="if:NavlinkBorder" content=""><meta name="if:HideDescription" content=""><meta name="if:HideCaptions" content=""><meta name="if:CenterSidebarStuff" content=""><meta name="if:Rounded" content=""><meta name="if:BgCover" content=""><meta name="if:UnderlinedLinks" content=""><meta name="if:WhiteAudioPlayer" content=""><meta name="if:BlackAudioPlayer" content=""><meta name="if:CrosshairCursor" content=""><meta name="if:CustomCursor" content=""><meta name="if:WebkitScrollbar" content="1"><meta name="if:Link1" content=""><meta name="if:Link2" content=""><meta name="if:Link3" content=""><meta name="if:Link4" content="">
  26.  
  27. <meta name="text:PostSize" content="250"><meta name="text:PostsLeft" content=""><meta name="text:SidebarLeft" content="-200"><meta name="text:SidebarWidth" content="100"><meta name="text:SidebarImgWidth" content="80"><meta name="text:SidebarMarginTop" content="20"><meta name="text:WebkitScrollbarWidth" content="3"><meta name="text:BodyFontSize" content="12"><meta name="text:FooterFontSize" content="12"><meta name="text:TooltipFontSize" content="12"><meta name="text:HeaderFontSize" content="16"><meta name="text:DescriptionFontSize" content="12"><meta name="text:NavlinkFontSize" content="12"><meta name="text:PaginationFontSize" content="16"><meta name="text:LetterSpacing" content="0"><meta name="text:TagSymbol" content="#"><meta name="text:Link1Name" content=""><meta name="text:Link1URL" content="/"><meta name="text:Link2Name" content=""><meta name="text:Link2URL" content="/"><meta name="text:Link3Name" content=""><meta name="text:Link3URL" content="/"><meta name="text:Link4Name" content=""><meta name="text:Link4URL" content="/">
  28.  
  29. <meta name="select:Font" content="verdana, geneva" title="Verdana"><meta name="select:Font" content="arial, helvetica" title="Arial"><meta name="select:Font" content="tahoma, sans-serif" title="Tahoma"><meta name="select:Font" content="consolas, monospace" title="Consolas"><meta name="select:Font" content="courier new" title="Courier"><meta name="select:Font" content="georgia, serif" title="Georgia"><meta name="select:Font" content="times new roman, times, serif" title="Times"><meta name="select:Font" content="lucida sans unicode, lucida grande" title="Lucida Sans Unicode"><meta name="select:Font" content="dotum" title="Dotum"><meta name="select:Font" content="gulim" title="Gulim"><meta name="select:Font" content="ms pgothic" title="Ms PGothic"><meta name="select:Font" content="ms gothic" title="Ms Gothic"><meta name="select:PostBorder" content="1px solid" title="Solid"><meta name="select:PostBorder" content="1px dashed" title="Dashed"><meta name="select:PostBorder" content="1px dotted" title="Dotted"><meta name="select:AccentBorder" content="1px solid" title="Solid"><meta name="select:AccentBorder" content="1px dashed" title="Dashed"><meta name="select:AccentBorder" content="1px dotted" title="Dotted"><meta name="select:OuterBorderStyle" content="none" title="None"><meta name="select:OuterBorderStyle" content="1px solid" title="1px Solid"><meta name="select:OuterBorderStyle" content="1px dashed" title="Dashed"><meta name="select:OuterBorderStyle" content="1px dotted" title="Dotted"><meta name="select:OuterBorderStyle" content="double" title="Double"><meta name="select:CreditPosition" content="right" title="Right"><meta name="select:CreditPosition" content="left" title="Left">
  30.  
  31. {block:ifInfiniteScroll}
  32. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  33. {/block:ifInfiniteScroll}
  34. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  35.  
  36. <!-- tooltips jquery -->
  37. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:90,
  45. tip_fade_speed:600,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51. <!--- --->
  52.  
  53. <style type="text/css">
  54.  
  55. html {word-wrap: break-word;}
  56.  
  57. tooltip {display: inline;position: relative;}
  58. #s-m-t-tooltip {max-width: 300px;margin: 22px 7px -2px 22px; padding: 4px;background-color: {color:TooltipBg};color: {color:TooltipText};border: {select:PostBorder} {color:TooltipBorder}; text-align: center;text-transform: {select:TooltipStyle};font-size: {text:TooltipFontSize}px;z-index: 999999999999999999999999999999999999;{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  59.  
  60. {block:ifWebkitScrollbar}
  61. ::-webkit-scrollbar {width: {text:WebkitScrollbarWidth}px;}
  62. ::-webkit-scrollbar-thumb {background-color: {color:WScrollbarThumb};
  63. {block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  64. ::-webkit-scrollbar-track {background-color: {color:WScrollbarTrack};}{/block:ifWebkitScrollbar}
  65.  
  66. ::selection {background-color: {color:SelectionBg};color: {color:SelectionText}; } ::-moz-selection{background-color: {color:SelectionBg};color:{color:SelectionText};}
  67.  
  68. /* --- DO NOT EDIT --- */
  69. #c {position: fixed;bottom: 14px;font-family: helvetica, arial;{select:CreditPosition}: 14px;font-size: 11px;z-index: 1;} #c a {text-decoration: none;}
  70. /* ------------------ */
  71.  
  72. body {
  73. background-image: url({image:BgImg});background-attachment: fixed;background-size: repeat;{block:ifBgCover}background-size: cover;{/block:ifBgCover}
  74. background-color: {color:Bg}; color: {color:Text};font-family: {select:Font};font-size: {text:BodyFontSize}px;margin: 0;
  75. {block:ifCustomCursor}cursor: url({image:CustomCursor}), auto;{/block:ifCustomCursor}{block:ifCrosshairCursor}cursor: crosshair;{/block:ifCrosshairCursor}letter-spacing: {text:LetterSpacing}px;}
  76.  
  77. a {
  78. {block:ifNotUnderlinedLinks}text-decoration: none;{/block:ifNotUnderlinedLinks}color: {color:Link};{block:ifCustomCursor}cursor: url({image:CustomCursorHover}), auto;{/block:ifCustomCursor}{block:ifCrosshairCursor}cursor: crosshair;{/block:ifCrosshairCursor}} a:hover {color: {color:LinkHover};
  79. {block:ifCustomCursor}cursor: url({image:CustomCursorHover}), auto;{/block:ifCustomCursor}{block:ifCrosshairCursor}cursor: crosshair;{/block:ifCrosshairCursor}}
  80. p {margin: 0 0 10px 0;} pre {font-family: {select:Font};} li {list-style-type: square; margin-left: -20px;} blockquote {border-left: {select:AccentBorder} {color:Accent};padding-left: 10px;margin-left: 0;}
  81. img {max-width: 100%;border: none;outline: none;}
  82. .stuff {margin-bottom: 10px;}
  83. .t {margin-bottom: 10px;font-size: {text:HeaderFontSize}px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  84. .cap {margin-top: 10px;}
  85.  
  86. .con {width: 500px;margin: 50px auto;margin-top: 60px;}
  87. .posts {{block:ifPostBorder}width: calc({text:PostSize}px + 2px);max-width: calc({text:PostSize}px + 2px);{/block:ifPostBorder}{block:ifNotPostBorder}width: {text:PostSize}px;max-width: {text:PostSize}px;{/block:ifNotPostBorder}{block:ifNotPostBg}background-color: transparent;{/block:ifNotPostBg}{block:ifPostBg}background-color: {color:PostBg};{/block:ifPostBg}margin-bottom: 60px;margin-left: {text:PostsLeft}px;border: {select:OuterBorderStyle} {color:OuterBorder};{block:ifRounded}border-radius: 4px;{/block:ifRounded}padding: 20px;}
  88. .posts img {height: auto;width: auto;}
  89. .footer {margin-top: 10px;font-size: {text:FooterFontSize}px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  90.  
  91. #sidebar {position: fixed;width: {text:SidebarWidth}px;background-color: transparent;margin-left: {text:SidebarLeft}px;margin-top: {text:SidebarMarginTop}px;}
  92. #sidebarimg {{block:ifNotSidebarImgBorder}width: {text:SidebarImgWidth}px;max-width: {text:SidebarImgWidth}px;{/block:ifNotSidebarImgBorder}{block:ifSidebarImgBorder}border:{select:PostBorder} {color:PostBorder};width: calc({text:SidebarImgWidth}px + 2px);max-width: calc({text:SidebarImgWidth}px + 2px);{/block:ifSidebarImgBorder}}
  93. #sidebarimg img {display: block;}
  94. #desc {margin-top: 10px;{block:ifDescriptionBorder}border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;{/block:ifDescriptionBorder}font-size: {text:DescriptionFontSize}px;{block:ifCenterSidebarStuff}text-align: center;{/block:ifCenterSidebarStuff}}
  95. #navlinks {word-spacing: 3px;line-height: 14px;font-size: {text:NavlinkFontSize}px;{block:ifNavlinkBorder}border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;{/block:ifNavlinkBorder}margin-top: 10px;{block:ifCenterSidebarStuff}text-align: center;{/block:ifCenterSidebarStuff}}
  96.  
  97. .notecon {margin-top: -30px;margin-left: {text:PostsLeft}px;{block:ifPostBorder}width: calc({text:PostSize}px + 2px);max-width: calc({text:PostSize}px + 2px);{/block:ifPostBorder}{block:ifNotPostBorder}width: {text:PostSize}px;max-width: {text:PostSize}px;{/block:ifNotPostBorder}height: auto;max-height: 280px;{block:ifNotPostBg}background-color: transparent;{/block:ifNotPostBg}{block:ifPostBg}background-color: {color:PostBg};{/block:ifPostBg}padding: 20px;border: {select:OuterBorderStyle} {color:OuterBorder};{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  98. #opvia {border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  99. .notenotes {overflow: auto;height: auto;margin-top: 10px;max-height: 240px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  100. ol.notes {padding: 0;} ol.notes li.note {padding: 3px;margin-left: -2px;margin-top: -10px;margin-bottom: 10px;} ol.notes li.note img.avatar {display: none;} usernumber:last-child {border: none;}
  101.  
  102. #pagination {margin-top: -20px;word-spacing: 5px;text-align: center;{block:ifPostBorder}width: calc({text:PostSize}px + 2px);max-width: calc({text:PostSize}px + 2px);{/block:ifPostBorder}{block:ifNotPostBorder}width: {text:PostSize}px;max-width: {text:PostSize}px;{/block:ifNotPostBorder}padding-left: 20px;padding-right: 20px;font-size: {text:PaginationFontSize}px;background-color: transparent;margin-left: {text:PostsLeft}px;}
  103.  
  104. .photo, .set, .photo img, .set img, #sidebarimg, #sidebarimg img, .acon {
  105. {block:ifRounded}
  106. border-radius: 4px;
  107. {/block:ifRounded}
  108. }
  109. .photo {{block:ifPostBorder}border: {select:PostBorder} {color:PostBorder};{/block:ifPostBorder}} .photo img {display: block;width: {text:PostSize}px;}
  110. .set {margin-top: -10px;display: block;{block:ifPostBorder}border: {select:PostBorder} {color:PostBorder};{/block:ifPostBorder}{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  111. .set iframe {display: block;{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  112. .quote {margin-top: -10px;margin-bottom: 10px;font-size: {text:HeaderFontSize}px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  113. .qsource {margin-top: 10px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  114. .alink {margin-top: -10px;margin-bottom: 10px;font-size: {text:HeaderFontSize}px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  115. .chat {margin-top: 10px;line-height: 20px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  116. .ask {margin-top: -10px;border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;margin-bottom: 10px;}
  117. .acon {
  118. height: 40px;margin-top: -10px;
  119. {block:ifPostBorder}border: {select:PostBorder} {color:PostBorder};{/block:ifPostBorder}
  120. {block:ifNotWhiteAudioPlayer}background-color: #e4e4e4;{/block:ifNotWhiteAudioPlayer}{block:ifNotBlackAudioPlayer}background-color: #e4e4e4;{/block:ifNotBlackAudioPlayer}{block:ifWhiteAudioPlayer}background-color: #ffffff;{/block:ifWhiteAudioPlayer}{block:ifBlackAudioPlayer}background-color: #000000;{/block:ifBlackAudioPlayer} padding: 5px; border-radius: {text:ImagesBorderRadius}px;}
  121. .ap {position: absolute;{block:ifWhiteAudioPlayer}background-color: #ffffff;{/block:ifWhiteAudioPlayer}{block:ifBlackAudioPlayer}background-color: #000000;{/block:ifBlackAudioPlayer}color: {color:Text};{block:ifBlackAudioPlayer}color: white;{/block:ifBlackAudioPlayer}overflow: hidden;width: 30px;height: 30px;margin-left: 3px;margin-top: 6px;}
  122. .ai {position: absolute;background-color: transparent;{block:ifWhiteAudioPlayer}background-color: #ffffff;{/block:ifWhiteAudioPlayer}{block:ifBlackAudioPlayer}background-color: #000000;{/block:ifBlackAudioPlayer}color: {color:Text};{block:ifBlackAudioPlayer}color: white;{/block:ifBlackAudioPlayer}margin-left: 38px;position: relative;top: 50%;transform: translateY(-50%);overflow: auto;max-height: 40px;}
  123.  
  124. .vid {margin-top: -10px;{block:ifPostBorder}border: {select:PostBorder} {color:PostBorder};{/block:ifPostBorder}{block:ifPostBorder}width: calc({text:PostSize}px + 2px);max-width: calc({text:PostSize}px + 2px);height: calc({text:PostSize}px + 2px);max-height: calc({text:PostSize}px + 2px);{/block:ifPostBorder}{block:ifNotPostBorder}width: {text:PostSize}px;max-width: {text:PostSize}px;height: {text:PostSize}px;{/block:ifNotPostBorder}{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  125. .vidcon {position: center;overflow: hidden;}
  126. .vidcon iframe, .vidcon object, .vidcon embed {position: center;display: block;{block:ifPostBorder}width: calc({text:PostSize}px + 2px);max-width: calc({text:PostSize}px + 2px);height: calc({text:PostSize}px + 2px);max-height: calc({text:PostSize}px + 2px);{/block:ifPostBorder}{block:ifNotPostBorder}width: {text:PostSize}px;max-width: {text:PostSize}px;height: {text:PostSize}px;max-height: {text:PostSize}px;{/block:ifNotPostBorder}{block:ifRounded}border-radius: 4px;{/block:ifRounded}}
  127. .txt {border-left: {select:AccentBorder} {color:Accent};padding-left: 8px;}
  128.  
  129. {CustomCSS}
  130. </style>
  131. </head>
  132.  
  133. <body>
  134.  
  135. <div class="con">
  136.  
  137. <div id="sidebar">
  138. <div id="sidebarimg"><center><a href="/"><img src="{image:SidebarImg}"></a></center></div>
  139.  
  140. {block:ifNotHideDescription}<div id="desc"><p>{Description}</p></div>{/block:ifNotHideDescription}
  141.  
  142. <div id="navlinks">{block:ifLink1}
  143. <a href="{text:Link1URL}">{text:Link1Name}</a>
  144. {/block:ifLink1}
  145. {block:ifLink2}
  146. <a href="{text:Link2URL}">{text:Link2Name}</a>
  147. {/block:ifLink2}
  148. {block:ifLink3}
  149. <a href="{text:Link3URL}">{text:Link3Name}</a>
  150. {/block:ifLink3}
  151. {block:ifLink4}
  152. <a href="{text:Link4URL}">{text:Link4Name}</a>
  153. {/block:ifLink4}
  154. </div>
  155. </div>
  156.  
  157. <div class = "autopagerize_page_element" >
  158. {block:Posts}
  159.  
  160. <!-- {block:NoRebloggedFrom}
  161. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  162. {/block:NoRebloggedFrom} -->
  163. {block:ContentSource}<!-- {SourceURL}
  164. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  165. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  166. {/block:ContentSource}
  167.  
  168. <div class="posts">
  169.  
  170. {block:Text}{block:Title}<div class="t">{Title}</div>{/block:Title}<div class="txt">{Body}</div>{/block:Text}
  171.  
  172. <div class="stuff">
  173. {block:Photo}
  174. <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  175. {block:ifNotHideCaptions}{block:IndexPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:IndexPage}{/block:ifNotHideCaptions}
  176. {block:PermalinkPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:PermalinkPage}
  177. {/block:Photo}
  178. </div>
  179.  
  180. <div class="stuff">
  181. {block:Photoset}
  182. <div class="set">{Photoset}</div>
  183. {block:ifNotHideCaptions}{block:IndexPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:IndexPage}{/block:ifNotHideCaptions}
  184. {block:PermalinkPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  185. </div>
  186.  
  187. {block:Quote}
  188. <div class="quote">
  189. "{Quote}"
  190. </div>
  191. <div align="right">
  192. {block:Source}
  193. <div class="qsource">
  194. - {Source}
  195. </div>
  196. {/block:Source}
  197. </div>
  198. {/block:Quote}
  199.  
  200. <div class="stuff">
  201. {block:Video}<div class="vid"><div class="vidcon">{Video-500}</div></div>
  202. {block:ifNotHideCaptions}{block:IndexPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:IndexPage}{/block:ifNotHideCaptions}
  203. {block:PermalinkPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:PermalinkPage}{/block:Video}
  204. </div>
  205.  
  206. {block:Link}
  207. <div class="alink"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}<div class="txt">{Description}</div>{/block:Description}
  208. {/block:Link}
  209.  
  210. {block:Chat}{block:Title}<div class="t">{Title}</div>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}{Label}{/block:Label}{Line}</div>{/block:Lines}</div>{/block:Chat}
  211.  
  212. <div class="stuff">{block:Audio}<div class="acon"><div class="ap">{block:ifWhiteAudioPlayer}{AudioPlayerWhite}{/block:ifWhiteAudioPlayer}{block:ifBlackAudioPlayer}{AudioPlayerBlack}{/block:ifBlackAudioPlayer}{block:ifNotWhiteAudioPlayer}{AudioPlayerGrey}{/block:ifNotWhiteAudioPlayer}{block:ifNotBlackAudioPlayer}{AudioPlayerGrey}{/block:ifNotBlackAudioPlayer}</div><div class="ai">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}</div></div>
  213. {block:ifNotHideCaptions}{block:IndexPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:IndexPage}{/block:ifNotHideCaptions}
  214. {block:PermalinkPage}{block:Caption}<div class="cap"><blockquote>{Caption}</blockquote></div>{/block:Caption}{/block:PermalinkPage}
  215. {/block:Audio}
  216. </div>
  217.  
  218. {block:Answer}
  219. <div class="ask">{Asker}: {Question}</div>
  220. <div class="txt">{Answer}</div>
  221. {/block:Answer}
  222.  
  223. {block:Date}
  224. <div class="footer">
  225. {block:IndexPage}
  226. <a href="{Permalink}">{Timeago} + {NoteCountWithLabel}</a>
  227. {block:HasTags}<br>
  228. {block:Tags} <a href="{TagURL}">{text:TagSymbol}{Tag}</a>{/block:Tags}{/block:HasTags}
  229. {/block:IndexPage}
  230. {block:PermalinkPage}
  231. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} @ {12Hour}:{Minutes} {CapitalAMPM}
  232. {block:HasTags}<br><div id="tags">{block:Tags} <a href="{TagURL}">{text:TagSymbol}{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  233. {/block:PermalinkPage}
  234. </div>
  235. {/block:Date}
  236.  
  237. </div>
  238.  
  239. {block:PermalinkPage}
  240. {block:PostNotes}
  241. <div class="notecon">
  242. <div id="opvia">{NoteCountWithLabel} {block:RebloggedFrom}/ <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom} </div>
  243. <div class="notenotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  244. </div>
  245. {/block:PostNotes}
  246. {/block:PermalinkPage}
  247.  
  248. {/block:Posts}
  249.  
  250. {block:ifNotInfiniteScroll}
  251. {block:Pagination}
  252. <div id="pagination">
  253. {block:PreviousPage}
  254. <a href="{PreviousPage}">←</a>
  255. {/block:PreviousPage}
  256. {block:JumpPagination length="5"}
  257. {block:CurrentPage}
  258. <span class="current_page">{PageNumber}</span>
  259. {/block:CurrentPage}
  260. {block:JumpPage}
  261. <a class="jump_page" href="{URL}">{PageNumber}</a>
  262. {/block:JumpPage}
  263. {/block:JumpPagination}
  264. {block:NextPage}
  265. <a href="{NextPage}">→</a>
  266. {/block:NextPage}
  267. {/block:Pagination}
  268. {/block:ifNotInfiniteScroll}
  269. </div>
  270.  
  271. </div>
  272. <!-- DO NOT EDIT -->
  273. <div id="c">
  274. <a href="https://pastebin.com/u/celestyl" title="THEME">▬</a>
  275. </div>
  276. <!-- -->
  277. </body>
  278. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement