Advertisement
kawaiibuu

Prism Theme

Jan 8th, 2014
6,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. * . * . + *
  5. *
  6. * . * . . *
  7. . * PRISM THEME + .
  8. . . * *
  9. . . | .
  10. . * * - - *
  11. + . |
  12. * . *
  13. available at http://jubileethemes.tumblr.com
  14. made by http://meancutie.tumblr.com
  15. . . . * *
  16. . . + .
  17. . * * *
  18. + . . +
  19. * . * + .
  20. -->
  21.  
  22. <head>
  23. <title>{Title}</title>
  24.  
  25. <meta name="color:border" content="#d581eb"/>
  26. <meta name="color:border hover" content="#6ac63f"/>
  27. <meta name="color:backg top" content="#e39f9f"/>
  28. <meta name="color:backg bottom" content="#bbede4"/>
  29. <meta name="color:post backg top" content="#b06dd3"/>
  30. <meta name="color:post backg bottom" content="#6dd9ba"/>
  31. <meta name="color:accent" content="#eab3b3"/>
  32. <meta name="color:outline" content="#8f6d6d"/>
  33. <meta name="color:outline hover" content="#5e814a"/>
  34. <meta name="color:post glow" content="#db42d1"/>
  35. <meta name="color:post hover glow" content="#6cdf21"/>
  36. <meta name="color:text" content="#000000"/>
  37. <meta name="color:links" content="#000000"/>
  38. <meta name="color:links hover" content="#19c1ac"/>
  39. <meta name="color:links click" content="#fd00ff"/>
  40.  
  41. <meta name="if:always show captions" content="0"/>
  42. <meta name="if:always show permalink" content="0"/>
  43. <meta name="if:infinite scroll" content="0"/>
  44. <meta name="if:photo hover" content="0"/>
  45. <meta name="if:search bar" content="0"/>
  46. <meta name="if:show source and reblog" content="0"/>
  47. <meta name="if:show tags" content="0"/>
  48.  
  49. <meta name="image:bottom" content=""/>
  50. <meta name="image:cursor" content="http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"/>
  51. <meta name="image:sidebar" content=""/>
  52.  
  53.  
  54.  
  55. <meta name="text:links title" content="links"/>
  56. <meta name="text:dropbox title" content="more"/>
  57. <meta name="text:title symbol" content="➣"/>
  58. <meta name="text:source symbol" content="☼"/>
  59. <meta name="text:reblog symbol" content="☾"/>
  60.  
  61. <meta name="text:link title 1" content="001"/>
  62. <meta name="text:link title 2" content="002"/>
  63. <meta name="text:link title 3" content="003"/>
  64. <meta name="text:link title 4" content="004"/>
  65. <meta name="text:link title 5" content="005"/>
  66.  
  67. <meta name="text:link url 1" content=""/>
  68. <meta name="text:link url 2" content=""/>
  69. <meta name="text:link url 3" content=""/>
  70. <meta name="text:link url 4" content=""/>
  71. <meta name="text:link url 5" content=""/>
  72.  
  73. <meta name="select:post width" content="600" title="600"/>
  74. <meta name="select:post width" content="500" title="500"/>
  75. <meta name="select:post width" content="350" title="350"/>
  76. <meta name="select:post width" content="250" title="250"/>
  77. <meta name="select:post width" content="200" title="200"/>
  78.  
  79.  
  80. <meta name="select:post gap height" content="50" title="50"/>
  81. <meta name="select:post gap height" content="75" title="75"/>
  82. <meta name="select:post gap height" content="125" title="125"/>
  83. <meta name="select:post gap height" content="200" title="200"/>
  84.  
  85. <meta name="select:sidebar vertical" content="50" title="50"/>
  86. <meta name="select:sidebar vertical" content="150" title="150"/>
  87. <meta name="select:sidebar vertical" content="250" title="250"/>
  88. <meta name="select:sidebar vertical" content="350" title="350"/>
  89.  
  90.  
  91. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  92. <link rel="shortcut icon" href="{Favicon}">
  93. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  94. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  95. <script>
  96. (function($){
  97. $(document).ready(function(){
  98. $("[title]").style_my_tooltips();
  99. });
  100. })(jQuery);
  101. </script>
  102. <script type="text/javascript">
  103. function unhide(divID) {
  104. var item = document.getElementById(divID);
  105. if (item) {
  106. item.className=(item.className=='hidden')?'unhidden':'hidden';
  107. }
  108. }
  109. </script>
  110. <style type="text/css">
  111. body { cursor:url('{image:cursor}'), progress !important; font-size: 10px; font-family: consolas; letter-spacing: 1px; background:fixed;
  112. background-image: -o-linear-gradient(bottom, {color:backg bottom}, {color:backg top});
  113. background-image: -moz-linear-gradient(bottom, {color:backg bottom}, {color:backg top});
  114. background-image: -webkit-linear-gradient(bottom, {color:backg bottom}, {color:backg top});
  115. background-image: -ms-linear-gradient(bottom, {color:backg bottom}, {color:backg top});
  116. background-image: linear-gradient(bottom, {color:backg bottom}, {color:backg top}); } ::-webkit-scrollbar { display:none; } ::selection { background: {color:accent}; } ::-moz-selection { background: {color:accent}; } ::-webkit-selection { background: {color:accent}; } a {cursor:url('{image:cursor}'), progress !important; color: {color:links};-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
  117. a:hover{ cursor:url('{image:cursor}'), progress !important; color: {color:links hover};-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
  118. a:active { cursor:url('{image:cursor}'), progress !important; color: {color:links click};-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
  119. small { font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
  120. blockquote { margin: 1px; padding: 0px 3px; border: 1px solid {color:border}; border-top: 0px;border-bottom: 0px; border-left: 5px solid {color:border};-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry:hover blockquote { border: 1px solid {color:border hover};border-top: 0px;border-bottom: 0px; border-left: 5px solid {color:border hover};-webkit-transition: all 1s ease-in-out;
  121. -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
  122. /** content and post **/
  123. #content { width: 750px; margin: 0px auto; color: {color:text}; } .hidden {display: none;} .unhidden {display: block;} #entry a{ color: {color:links}; text-decoration: none; border-bottom: 1px solid transparent; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #entry a:hover{ border-bottom: 1px solid {color:links hover}; color: {color:links hover}; text-decoration: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #entry a:active { color: {color:links click};-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } #entry { margin-top: 20px; margin-left: 1px; outline: 1px solid {color:outline}; {block:IndexPage} width: {select:post width}px; {/block:IndexPage} {block:PermalinkPage} width:500px; {/block:PermalinkPage} border: 1px solid {color:border}; border-left: 5px solid {color:border}; box-shadow:{color:post glow} 0px 0px 5px 1px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; background:fixed;
  124. background-image: -o-linear-gradient(bottom, {color:post backg bottom}, {color:post backg top});
  125. background-image: -moz-linear-gradient(bottom, {color:post backg bottom}, {color:post backg top});
  126. background-image: -webkit-linear-gradient(bottom, {color:post backg bottom}, {color:post backg top});
  127. background-image: -ms-linear-gradient(bottom, {color:post backg bottom}, {color:post backg top});
  128. background-image: linear-gradient(bottom, {color:post backg bottom}, {color:post backg top}); } #entry:hover { outline: 1px solid {color:outline hover}; border: 1px solid {color:border hover}; border-left: 5px solid {color:border hover}; box-shadow:{color:post hover glow} 0px 0px 5px 1px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }{block:ifalwaysshowcaptions} #entry .captions {padding: 3px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry:hover .captions { opacity: 1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry .captions:hover { border-bottom: 5px solid {color:border hover}; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }{/block:ifalwaysshowcaptions} {block:ifnotalwaysshowcaptions} #entry .captions { margin-left: {select:post width}px; position:absolute; max-height: 55px; overflow: auto; opacity: 0; padding: 3px; width: 125px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry:hover .captions { opacity: 1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } {/block:ifnotalwaysshowcaptions} #entry .perma { {block:ifnotalwaysshowpermalink} margin-top: -21px; opacity: 0; {/block:ifnotalwaysshowpermalink} padding: 3px; text-align:left; background: {color:border};-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry:hover .perma { {block:ifnotalwaysshowpermalink} opacity: 1; margin-top: -3px; {/block:ifnotalwaysshowpermalink} background: {color:border hover};-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry .reblog { text-align: right; float:right; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #entry:hover .reblog { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } .perma a { text-decoration: none; } .padding { padding: 5px; } .tags { -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; {block:ifnotalwaysshowpermalink} opacity: 0.3; {/block:ifnotalwaysshowpermalink} width: {select:post width}px; margin-bottom: {select:post gap height}px; } .tags:hover { opacity:1; } .tags a { text-decoration: none; float: left; }
  129. /** sidebar **/
  130. #sidebar { text-align: center; position:fixed; width: 170px; margin-left: -180px; margin-top: {select:sidebar vertical}px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #sidebar:hover { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #sidebar .links { padding: 3px; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #sidebar .links a {text-decoration: none; color: {color:links}; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #sidebar .links a:hover { color: {color:links hover}; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #sidebar:hover .links { margin-top: 0px; overflow: auto; opacity: 1; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } .title { padding: 3px; text-transform: uppercase; } #search {cursor:url('{image:cursor}'), progress !important; font-family:consolas; border: 0px solid {color:border}; border-bottom: 0px solid {color:border}; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; padding: 5px;
  131. } #search form { margin: 0; } #search form .query {background: transparent; font-size: 12px; text-transform:uppercase; font-family:consolas; border: 0px; line-height: 12px; outline: none; width: 80px; color: {color:text}; } #search form .submit {cursor:url('{image:cursor}'), progress !important; background: {color:border}; font-size:10px; letter-spacing: 1px; border: 0px solid black; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #search form .submit:hover { font-size:10px; background: {color:border hover}; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #sidebar2 { text-align: center; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #sidebar2:hover { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } .sidee { height:0px; margin-top: -8px; padding: 3px; opacity: 0; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #sidebar2 a { color: {color:links}; } #sidebar2 a:hover { color: {color:links hover}; } #sidebar2 a:active { color: {color:links click}; } #sidebar2:hover .sidee { margin-top: 0px; height: 15px; opacity: 1; } #liinks {}
  132. /** tooltip **/
  133. #s-m-t-tooltip { z-index: 99999999999999999999999999999999999999999999; letter-spacing:1.5px; padding: 2px; padding-left: 3px; text-align:center; color: {color:text}; word-break: break-word;
  134. max-width: 140px; font-size: 8px; text-transform:uppercase; display:block; margin:10px 10px 10px 10px; margin-left: 20px; -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1); box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1); border-radius: {select:border radius}; border: 1px outset {color:border}; background: {color:accent}; } .pragnation a{ text-transform: uppercase; text-decoration:none; } #sbbg { padding: 5px; z-index: -9999999999999999999999; position: fixed; height: 100%; width: 100%; top: 0px; left: 0px; background: transparent;background-size:cover; opacity: 0.5; }
  135. .credit { position:fixed; bottom: 5px; left: 5px; z-index: 9999999; } .credit a { text-decoration: none; }
  136. </style>
  137. <script type="text/javascript" src="jquery-1.4.2.min.js"></script>
  138. <script>
  139. $.fn.changebackground = function(msg) {
  140. $("#sbbg").css("background-image", "url("+msg+")");
  141. };
  142. </script>
  143. <script type="text/javascript">
  144. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  145. $(document).ready(function() {
  146. function photosetResize() {
  147. $('iframe.photoset').each(function(){
  148. var newSize = {select:post width};
  149. var newSrc = $(this).attr('src').replace('500',newSize);
  150. $(this).attr('src', newSrc).width(newSize);
  151. var high = $(this).css('height');
  152. var calculate = parseInt(high, 10)* newSize/500;
  153. $(this).css('height', calculate);
  154. });
  155. }
  156. photosetResize();
  157. });
  158. </script>
  159. </head>
  160. <div id="sbbg"></div>
  161. <div id="content">
  162. <div id="sidebar">
  163. <div class="title">{title}</div>
  164. <a href="/"><img src="{image:sidebar}" style="max-width: 100%;"/></a>
  165. <div class="links">
  166. {Description}
  167. </div>
  168. <div id="sidebar2">
  169. <div class="title">{text:links title}
  170. </div>
  171. <div class="sidee">
  172. <a href="/">home</a> -
  173. <a href="/ask">ask</a> -
  174. <a href="/archive">index</a> -
  175. <a href="javascript:unhide('liinks');">{text:dropbox title}</a>
  176. <div id="liinks" class="hidden">
  177. <a href="{text:link url 1}">{text:link title 1}</a> -
  178. <a href="{text:link url 2}">{text:link title 2}</a> -
  179. <a href="{text:link url 3}">{text:link title 3}</a> -
  180. <a href="{text:link url 4}">{text:link title 4}</a> -
  181. <a href="{text:link url 5}">{text:link title 5}</a>
  182. </div>
  183. {block:ifsearchbar}
  184. <div id="search">
  185. <form action="/search" method="get" id="search-form"><input type="hidden" name="t" value="{Name}" />
  186. <input type="text" name="q" class="query" value="{SearchQuery}" />
  187. <input type="submit" value="search" class="submit" /><div class="clear">
  188. </div>
  189. </form>
  190. </div> {/block:ifsearchbar}
  191. </div>
  192. {block:ifnotinfinitescroll}
  193. {block:Pagination}
  194. <div class="pragnation">
  195. <br><br><br>
  196. {block:PreviousPage}
  197. <a href="{PreviousPage}" id="PreviousPage">← back</a> - {/block:PreviousPage}
  198. {block:NextPage}
  199. <a href="{NextPage}" id="nextPage">next →</a>
  200. {/block:NextPage}
  201. </div>
  202. {/block:Pagination}
  203. {/block:ifnotinfinitescroll}
  204. </div>
  205. </div>
  206.  
  207.  
  208. {block:Posts}
  209. {block:ContentSource}
  210. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  211. {/block:ContentSource}
  212. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  213. {block:Photo}
  214. <div id="entry">
  215. <div class="padding">
  216. {block:IndexPage}
  217. {block:ifnotalwaysshowcaptions}
  218. {block:caption}
  219. <div class="captions">
  220. <div class="reblog">
  221. {block:HighRes}
  222. <a href="{PhotoURL-HighRes}">high res</a>
  223. {/block:HighRes}
  224. </div>
  225. {caption}
  226. </div>
  227. {/block:caption}
  228. {/block:ifnotalwaysshowcaptions}
  229. {/block:IndexPage}
  230. {block:ifphotohover}
  231. <img src="{PhotoUrl-HighRes}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')" style="width: 100%;"/>
  232. {/block:ifphotohover}
  233. {block:ifnotphotohover}
  234. <img src="{PhotoUrl-HighRes}" style="width: 100%;"/>
  235. {/block:ifnotphotohover}
  236. </div>
  237. {block:IndexPage}
  238. {block:ifalwaysshowcaptions}{block:caption}<div class="captions">
  239. {caption}
  240. </div>
  241. {/block:caption}
  242. {/block:ifalwaysshowcaptions}
  243. {/block:IndexPage}
  244. {block:IndexPage}
  245. <div class="perma">
  246. <a href="{permalink}">{NoteCountwithLabel}</a> -
  247. {block:Date}{ShortMonth} {DayOfMonthWithZero} {Year}
  248. {/block:Date}
  249. {block:ifshowsourceandreblog}
  250. <div class="reblog">
  251. {block:ContentSource}
  252. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  253. {/block:ContentSource}
  254. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  255. </div>
  256. {/block:ifshowsourceandreblog}
  257. </div>
  258. {/block:IndexPage}
  259. </div>
  260. {/block:Photo}
  261.  
  262. {block:Text}
  263. <div id="entry">
  264. <div class="padding">
  265. {block:Title}
  266. <div class="title">
  267. {Title}
  268. </div>
  269. {/block:Title}
  270. {Body}
  271. </div>
  272. {block:IndexPage}
  273. <div class="perma">
  274. <a href="{permalink}">{NoteCountwithLabel}</a> -
  275. {block:Date}{ShortMonth} {DayOfMonthWithZero} {Year}
  276. {/block:Date}
  277. {block:ifshowsourceandreblog}
  278. <div class="reblog">
  279. {block:ContentSource}
  280. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  281. {/block:ContentSource}
  282. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  283. </div>
  284. {/block:ifshowsourceandreblog}
  285. </div>
  286. {/block:IndexPage}
  287. </div>
  288. {/block:Text}
  289.  
  290. {block:Photoset}
  291. <div id="entry">
  292. {block:IndexPage}
  293. {block:ifnotalwaysshowcaptions}
  294. {block:caption}
  295. <div class="captions">
  296. {caption}
  297. </div>
  298. {/block:caption}
  299. {/block:ifnotalwaysshowcaptions}
  300. {/block:IndexPage}
  301. <div class="photosets">
  302. {Photoset-500}
  303. </div>
  304. {block:IndexPage}
  305. {block:ifalwaysshowcaptions}
  306. {block:caption}
  307. <div class="captions">
  308. {caption}
  309. </div>
  310. {/block:caption}
  311. {/block:ifalwaysshowcaptions}
  312. {/block:IndexPage}
  313. <div class="perma">
  314. {block:IndexPage}
  315. <a href="{permalink}">{NoteCountwithLabel}</a> -
  316. {block:Date}{ShortMonth} {DayOfMonthWithZero} {Year}
  317. {/block:Date}
  318. {block:ifshowsourceandreblog}
  319. <div class="reblog">
  320. {block:ContentSource}
  321. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  322. {/block:ContentSource}
  323. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  324. </div>
  325. {/block:ifshowsourceandreblog}
  326. </div>
  327. {/block:IndexPage}
  328. </div>
  329. {/block:Photoset}
  330.  
  331. {block:Link}
  332. <div id="entry">
  333. <div class="padding">
  334. <div style="font-size:13px;line-height:14px; padding-top: 5px; text-transform: uppercase;" >
  335. <pt>
  336. <a href="{URL}" {Target}>{Name} {text:title symbol}</a>
  337. </div>
  338. </pt>
  339. {description}
  340. </div>
  341. {block:IndexPage}
  342. <div class="perma">
  343. <a href="{permalink}">{NoteCountwithLabel}</a> -
  344. {block:Date}
  345. {ShortMonth} {DayOfMonthWithZero} {Year}
  346. {/block:Date}
  347. {block:ifshowsourceandreblog}
  348. <div class="reblog">
  349. {block:ContentSource}
  350. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  351. {/block:ContentSource}
  352. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  353. </div>
  354. {/block:ifshowsourceandreblog}
  355. </div>
  356. {/block:IndexPage}
  357. </div>
  358. {/block:Link}
  359.  
  360. {block:Chat}
  361. <div id="entry">
  362. <div class="padding">
  363. {block:Title}
  364. {Title}
  365. {/block:Title}
  366. {block:Lines}
  367. <div style="text-align:justify; padding: 5px;">
  368. {block:Label}
  369. <pt>{Label}</pt>
  370. <br>
  371. {/block:Label}
  372. {Line}
  373. <br>
  374. </div>
  375. {/block:Lines}
  376. </div>
  377. {block:IndexPage}
  378. <div class="perma">
  379. <a href="{permalink}">{NoteCountwithLabel}</a> -
  380. {block:Date}
  381. {ShortMonth} {DayOfMonthWithZero} {Year}
  382. {/block:Date}
  383. {block:ifshowsourceandreblog}
  384. <div class="reblog">
  385. {block:ContentSource}
  386. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  387. {/block:ContentSource}
  388. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  389. </div>
  390. {/block:ifshowsourceandreblog}
  391. </div>
  392. {/block:IndexPage}
  393. </div>
  394. {/block:Chat}
  395.  
  396. {block:Answer}
  397. <div id="entry">
  398. <div class="padding">
  399. <div style="padding-top: 3px;">
  400. <font style="text-transform:uppercase;">
  401. {Asker} SENT
  402. </font>:
  403. {Question}
  404. <div style="padding-left: 3px;">
  405. {Answer}
  406. </div>
  407. </div>
  408. </div>
  409. {block:IndexPage}
  410. <div class="perma">
  411. <a href="{permalink}">{NoteCountwithLabel}</a> -
  412. {block:Date}
  413. {ShortMonth} {DayOfMonthWithZero} {Year}
  414. {/block:Date}
  415. {block:ifshowsourceandreblog}
  416. <div class="reblog">
  417. {block:ContentSource}
  418. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> - {/block:ContentSource}
  419. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  420. </div>
  421. {/block:ifshowsourceandreblog}
  422. </div>
  423. {/block:IndexPage}
  424. </div>
  425. {/block:Answer}
  426.  
  427. {block:Audio}
  428. <div id="entry">
  429. <div class="padding">
  430. <div style="height: 55px;">
  431. <div style=" opacity:0.5; overflow:hidden; margin-left: 66px; margin-top: 0px;">
  432. {AudioPlayerWhite}
  433. </div>
  434. {block:AlbumArt}
  435. <div style="text-align:left; width: 50px; height: 50px; margin-top: -30px; padding-bottom: 5px;">
  436. <img src="{AlbumArtURL}" style="width: 50px; height: 50px;border: 1px solid {color:border};">
  437. </a>
  438. </div>
  439. {/block:AlbumArt}
  440. </div>
  441. </div>
  442. {block:IndexPage}
  443. <div class="perma">
  444. <a href="{permalink}">{NoteCountwithLabel}</a> -
  445. {block:Date}
  446. {ShortMonth} {DayOfMonthWithZero} {Year}
  447. {/block:Date}
  448. {block:ifshowsourceandreblog}
  449. <div class="reblog">
  450. {block:ContentSource}
  451. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  452. {/block:ContentSource}
  453. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  454. </div>
  455. {/block:ifshowsourceandreblog}
  456. </div>
  457. {/block:IndexPage}
  458. </div>
  459. {/block:Audio}
  460.  
  461. {block:Video}
  462. <div id="entry">
  463. <div class="padding">
  464. <center>
  465. {block:IndexPage}
  466. <a href="{permalink}">view video {text:title symbol}</a>
  467. {/block:IndexPage}
  468. {block:PermalinkPage}
  469. <div style="margin-left: -5px;">
  470. {VideoEmbed-500}
  471. </div>
  472. {/block:PermalinkPage}
  473. </center>
  474. </div>
  475. {block:IndexPage}
  476. <div class="perma">
  477. <a href="{permalink}">{NoteCountwithLabel}</a> -
  478. {block:Date}
  479. {ShortMonth} {DayOfMonthWithZero} {Year}
  480. {/block:Date}
  481. {block:ifshowsourceandreblog}
  482. <div class="reblog">
  483. {block:ContentSource}
  484. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  485. {/block:ContentSource}
  486. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  487. </div>
  488. {/block:ifshowsourceandreblog}
  489. </div>
  490. {/block:IndexPage}
  491. </div>
  492. {/block:Video}
  493.  
  494. {block:Quote}
  495. <div id="entry">
  496. <div class="padding">
  497. <div style="padding: 5.5px;">
  498. {Quote}
  499. </div>
  500. {Source}
  501. </div>
  502. {block:IndexPage}
  503. <div class="perma">
  504. <a href="{permalink}">{NoteCountwithLabel}</a> -
  505. {block:Date}
  506. {ShortMonth} {DayOfMonthWithZero} {Year}
  507. {/block:Date}
  508. {block:ifshowsourceandreblog}
  509. <div class="reblog">
  510. {block:ContentSource}
  511. <a href="{SourceURL}" title="{SourceTitle}">{text:source symbol}</a> -
  512. {/block:ContentSource}
  513. <a href="{ReblogURL}" target="_blank" class="details" title="reblog">{text:reblog symbol}</a>
  514. </div>
  515. {/block:ifshowsourceandreblog}
  516. </div>
  517. {/block:IndexPage}
  518. </div>
  519. {/block:Quote}
  520.  
  521. {block:IndexPage}
  522. <div class="tags">
  523. {block:ifshowtags}{block:hastags}{block:tags}<a href="{TagUrl}"><small>#{Tag}&nbsp;</small></a>{/block:tags}{/block:hastags}{/block:ifshowtags}
  524. </div>
  525. {/block:IndexPage}
  526. {block:PermalinkPage}
  527. <div style="margin-top:20px;">
  528. {block:caption}
  529. {caption}
  530. {/block:caption}
  531. {block:Date}
  532. Posted on {ShortMonth} {DayOfMonth}, {Year} &bull; {12Hour}:{Minutes} {CapitalAmPm}{/block:Date}{block:NoteCount}<br>With {NoteCountWithLabel}{/block:NoteCount}<br>{block:HasTags}<b>Tagged under</b>{block:Tags} #{Tag}{/block:Tags}{/block:HasTags}{/block:Date}
  533. </div>
  534. {block:PostNotes}
  535. {PostNotes}
  536. {/block:PostNotes}
  537. {/block:PermalinkPage}
  538.  
  539. {/block:Posts}
  540.  
  541. <div style="z-index: -99;bottom: 0px;
  542. {block:IndexPage}
  543. margin-left: {select:post width}px;
  544. {/block:IndexPage}
  545. {block:PermalinkPage} margin-left: 510px;
  546. {/block:PermalinkPage}
  547. position:fixed; padding-left: 5px;">
  548. <img src="{image:bottom}"/>
  549. </div>
  550. </div>
  551. <div class="credit">
  552. <a href="http://jubileethemes.tumblr.com" onmouseover="this.innerHTML='download theme'" onmouseout="this.innerHTML='ϟ'">ϟ</a>
  553. </div>
  554. <!--
  555. * . * . + *
  556. *
  557. * . * . . *
  558. . * PRISM THEME + .
  559. . . * *
  560. . . | .
  561. . * * - - *
  562. + . |
  563. * . *
  564. available at http://jubileethemes.tumblr.com
  565. made by http://meancutie.tumblr.com
  566. . . . * *
  567. . . + .
  568. . * * *
  569. + . . +
  570. * . * + .
  571. -->
  572. </body>
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement