Advertisement
kawaiibuu

Galan

Oct 2nd, 2014
8,753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.33 KB | None | 0 0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  2. <title>{title}</title>
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  4. <link rel="shortcut icon" href="{Favicon}"/>
  5. <!--
  6.  
  7. Galan
  8. by softwaring.tumblr.com
  9. Download at jubileethemes.tumblr.com
  10.  
  11. To ease customization, i've left a few tags
  12. in the css coding.
  13.  
  14. Standard rules apply, do not steal,
  15. do not take bits of coding.
  16. All JQuery besides infinite scrolling
  17. © jubilee/softwaring.tumblr.com 2014
  18. Infinite scroll code © Cody Sherman
  19.  
  20. -->
  21. <meta name="color:background" content="#FFF"/>
  22. <meta name="color:blog frame top" content="#000"/>
  23. <meta name="color:blog frame bottom" content="#000"/>
  24. <meta name="color:blog frame text" content="#FFF"/>
  25. <meta name="color:text" content="#545454"/>
  26. <meta name="color:links" content="#A0A0A0"/>
  27. <meta name="color:links hover" content="#7c0000"/>
  28. <meta name="color:photo hover" content="#000"/>
  29. <meta name="color:photo hover text" content="#FFF"/>
  30.  
  31. <meta name="image:background" content=""/>
  32.  
  33. <meta name="if:infinite scroll" content=""/>
  34. <meta name="if:500px" content=""/>
  35. <meta name="if:fullsized background image" content=""/>
  36. <meta name="if:icon navigation" content="1"/>
  37.  
  38. <meta name="text:profile open title" content="profile"/>
  39. <meta name="text:profile close title" content="close"/>
  40. <meta name="text:askbox title" content="contact"/>
  41. <meta name="text:linkbox title" content="navigate"/>
  42. <meta name="text:archive title" content="index"/>
  43. <meta name="text:links title" content="navigation"/>
  44. <meta name="text:tags title" content="tags"/>
  45. <meta name="text:link 1 title" content="example" />
  46. <meta name="text:link 1 url" content="" />
  47. <meta name="text:link 2 title" content="" />
  48. <meta name="text:link 2 url" content="" />
  49. <meta name="text:link 3 title" content="" />
  50. <meta name="text:link 3 url" content="" />
  51. <meta name="text:link 4 title" content="" />
  52. <meta name="text:link 4 url" content="" />
  53. <meta name="text:link 5 title" content="" />
  54. <meta name="text:link 5 url" content="" />
  55. <meta name="text:link 6 title" content="" />
  56. <meta name="text:link 6 url" content="" />
  57. <meta name="text:Tag 1 title" content="example tag" />
  58. <meta name="text:Tag 1 url" content="" />
  59. <meta name="text:Tag 2 title" content="" />
  60. <meta name="text:Tag 2 url" content="" />
  61. <meta name="text:Tag 3 title" content="" />
  62. <meta name="text:Tag 3 url" content="" />
  63. <meta name="text:Tag 4 title" content="" />
  64. <meta name="text:Tag 4 url" content="" />
  65. <meta name="text:Tag 5 title" content="" />
  66. <meta name="text:Tag 5 url" content="" />
  67. <meta name="text:Tag 6 title" content="" />
  68. <meta name="text:Tag 6 url" content="" />
  69. <meta name="text:Tag 7 title" content="" />
  70. <meta name="text:Tag 7 url" content="" />
  71. <meta name="text:Tag 8 title" content="" />
  72. <meta name="text:Tag 8 url" content="" />
  73. <meta name="text:Tag 9 title" content="" />
  74. <meta name="text:Tag 9 url" content="" />
  75. <meta name="text:Tag 10 title" content="" />
  76. <meta name="text:Tag 10 url" content="" />
  77. <meta name="text:Tag 11 title" content="" />
  78. <meta name="text:Tag 11 url" content="" />
  79. <meta name="text:Tag 12 title" content="" />
  80. <meta name="text:Tag 12 url" content="" />
  81.  
  82. <meta name="select:space between posts" title="0" content="margin-bottom: 50px;"/>
  83. <meta name="select:space between posts" title="+50" content="margin-bottom: 100px;"/>
  84. <meta name="select:space between posts" title="+100" content="margin-bottom: 150px;"/>
  85. <meta name="select:space between posts" title="+150" content="margin-bottom: 200px;"/>
  86.  
  87. <!-- font and font icon support - do not remove -->
  88. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"><link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'><a href="http://jubileethemes.tumblr.com" class="credit">theme</a>
  89. <style>
  90. /* font and background stylings */
  91. body { background: {color:background} url({image:background})top left fixed repeat; {block:iffullsizedbackgroundimage} background-size: cover; {/block:iffullsizedbackgroundimage} font: 12px consolas; letter-spacing: 1px; color: {color:text}; }
  92. /* link stylings */
  93. a { color: {color:links}; text-decoration: none; }
  94. a:hover { color: {color:links hover}; }
  95. /*wrapper styling */
  96. #wrapper {
  97. {block:if500px} width:500px; {/block:if500px}
  98. {block:ifnot500px} width:400px; {/block:ifnot500px}
  99. margin: auto; }
  100. /* post stylings */
  101. #post {
  102. {block:if500px} width:500px; {/block:if500px}
  103. {block:ifnot500px} width:400px; {/block:ifnot500px}
  104. overflow: hidden; margin: 115px 0; {select:space between posts} }
  105. /* post image styling */
  106. #post img {
  107. {block:if500px} width:500px; {/block:if500px}
  108. {block:ifnot500px} width:400px; {/block:ifnot500px}
  109. -webkit-transition: all .6s ease-in-out; margin-bottom: -4px; }
  110. #post:hover img { {block:IndexPage}-webkit-transform: scale(1.5);{/block:IndexPage} -webkit-transition: all .6s ease-in-out; }
  111. .photoset { -webkit-transition: all .6s ease-in-out; }
  112. #post:hover .photoset { {block:IndexPage}-webkit-transform: scale(1.1);{/block:IndexPage} -webkit-transition: all .6s ease-in-out; }
  113. /* caption stylings */
  114. .caption {
  115. {block:if500px} width:500px; {/block:if500px}
  116. {block:ifnot500px} width:400px; {/block:ifnot500px}
  117. height: 100%; opacity: 0; color: {color:photo hover text};
  118. top: 0%; z-index: 999; background: rgba({RGBcolor:photo hover}, 0.7);
  119. display: inline-flex; display: -webkit-flex;
  120. position: absolute; -webkit-transition: all .6s ease-in-out; }
  121. /* actual caption text styling */
  122. .text {
  123. {block:if500px} width:500px; max-height: 80%;{/block:if500px}
  124. {block:ifnot500px} width:400px; max-height: 70%;{/block:ifnot500px}
  125. margin: auto; overflow:auto; text-align: center; }
  126. /* text scrollbar */
  127. .text::-webkit-scrollbar-thumb { background: {color:photo hover text}; }
  128. .text::-webkit-scrollbar { background: transparent; width: 5px; }
  129. .text::-webkit-scrollbar:horizontal { display: none; }
  130. /* permalink styling */
  131. .lower { width: 100%; height: 20%; opacity: 0; top: 80%; z-index: 999; display: inline-flex; display: -webkit-flex; position: absolute; color: {color:photo hover text}; -webkit-transition: all .6s ease-in-out; background: rgba({RGBcolor:photo hover}, 0.5); }
  132. .lower a, .text a { color: {color:photo hover text}; }
  133. /* actual permalink text styling */
  134. .text2 { margin: auto; text-transform: uppercase; text-align: center; }
  135. #post:hover .caption, #post:hover .lower { opacity: 1; -webkit-transition: all .6s ease-in-out; }
  136. /* all post titles including asks,
  137. chat labels, and quotes */
  138. .ft { font: 18px Open Sans; font-weight: 300; text-align: right; font-style: italic; padding: 0px; margin: 0px; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  139. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  140. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  141. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  142. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size:cover; background-attachment: fixed; }
  143. /* text post body styling */
  144. .body { padding: 5px; }
  145. /* permalinks stylings */
  146. .permalink { font: 11px consolas; text-transform: uppercase; padding: 10px; }
  147. /* scroll bar */
  148. ::-webkit-scrollbar-thumb { background: {color:photo hover text}; border: 3px solid {color:blog frame top}; border-top: 10px solid {color:blog frame top}; }
  149. ::-webkit-scrollbar { background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  150. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  151. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  152. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  153. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; width: 10px; }
  154. ::-webkit-scrollbar:horizontal { display: none; }
  155. /* pop up menu stylings */
  156. .pop { display: none; background: rgba({RGBcolor:photo hover}, 0.6); position: fixed; left: 0; bottom: 0px; top: 0; right: 0px; opacity: 1; width: 100%; height: 100%; z-index: 99999; }
  157. /* blog frame */
  158. .l, .r { z-index: 99999; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  159. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  160. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  161. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  162. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; background-attachment: fixed; position: fixed; }
  163. .t { top: 0px; left: 0px; width: 100%; height: 10px; z-index: 99999; position: fixed; background: {color:blog frame top}; }
  164. .r { top: 0px; right: 0px; height: 100%; width: 0px; }
  165. .l { top: 0px; left: 0px; height: 100%; width: 10px; }
  166. .b { bottom: 0px; left: 0px; width: 100%; height: 10px; z-index: 99999; position: fixed; background: {color:blog frame bottom}; }
  167. /* pop up sidebar */
  168. .sidebar2 { color: {color:blog frame text}; position: fixed; top: 0px; left: 0px; height: 100%; display: inline-flex; display: -webkit-flex; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  169. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  170. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  171. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  172. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; background-attachment: fixed; width: 200px; padding: 0 50px; }
  173. .sidebar2 a { color: {color:blog frame text}; }
  174. /* pop up text alignment, only change text align if u wanna! */
  175. .sidetext { margin: auto; text-align: center; }
  176. /* description stylings */
  177. .sidetext span { font: 10px consolas; text-transform: uppercase; }
  178. /* pop up links bar */
  179. .right { color: {color:blog frame text}; position: fixed; top: 0px; right: 0px; height: 100%; display: inline-flex; display: -webkit-flex; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  180. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  181. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  182. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  183. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; background-attachment: fixed; width: 200px; padding: 0 50px; }
  184. .right a { color: {color:blog frame text}; }
  185. /* main sidebar */
  186. .sidebar { position: fixed; top: 0px; left: 0px; height: 100%; display: inline-flex; display: -webkit-flex; width: 200px; padding: 0 50px; color: {color:blog frame text}; }
  187. .sidebar a { color: {color:blog frame text}; }
  188. /* links stylings */
  189. .nav { width: 100px; color: {color:blog frame text}; }
  190. .nav li { list-style: none; text-transform: uppercase; padding: 5px 15px; }
  191. /* sidebar titles */
  192. h1 { text-transform: uppercase; font: 24px Open Sans; font-weight: 300; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  193. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  194. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  195. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  196. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-attachment: fixed; }
  197. /* pop up askbox and link box */
  198. .cont, .navii { position: fixed; display:none; top: 115px; left: 50%; margin-left: -200px; padding: 10px; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  199. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  200. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  201. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  202. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; background-attachment: fixed; {block:if500px} width:480px; {/block:if500px} {block:ifnot500px} width:380px; {/block:ifnot500px} }
  203. .align { width: 100%; }
  204. .align li { display:inline-block; }
  205. .portrait img { border-radius: 100%; width: 100px; height: 100px; }
  206. /* pop up ask/link titles */
  207. .pops { font: 24px Open Sans; font-weight: 300; text-transform: uppercase; font-style: italic; background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  208. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  209. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  210. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  211. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-attachment: fixed; }
  212. /* list styles */
  213. li { list-style: none; padding: 5px; margin: 5px; }
  214. /* blockquote stylings */
  215. blockquote { padding: 5px; margin: 5px; }
  216. /* current page styling */
  217. .current_page { -webkit-filter: brightness(0.3); }
  218. /* permalink page stylings */
  219. .permapage { padding: 10px; text-transform: uppercase; }
  220. .permalign { margin-top: 5px; border-top: 1px solid {color:text}; padding-top: 5px; display:inline-block; width: 100%; }
  221. /* page note image - leave this alone */
  222. .pagenotes img { display: none; }
  223. .pagenotes li { list-style: decimal; }
  224. /* text selection */
  225. ::selection { background: transparent; color: {color:links hover}; }
  226. ::-moz-selection { background: transparent; color: {color:links hover}; }
  227. ::-webkit-selection { background: transparent; color: {color:links hover}; }
  228. /* Do not edit this area */
  229. iframe#tumblr_controls { top: 0px !important; margin: 0 0 0 0; -webkit-filter: invert(100%); right: 0px !important; position: fixed !important; padding: 10px!important; }
  230. .credit { position: fixed; bottom: 15px; left: 15px; text-transform: uppercase; font-size: 8px; }
  231. .top { height: 2px; background: {color:blog frame bottom}; width: 0px; position:fixed; top: 0px; z-index: 999999999999999999999999; left: 0px;}
  232. #tumblr_lightbox { background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top})!important;
  233. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top})!important;
  234. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top})!important;
  235. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top})!important;
  236. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top})!important; background-size:cover!important; background-attachment: fixed!important; z-index:99999999999999999999999999999999999999999!important; -webkit-transition: all 0.35s ease-in-out; border: none; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;}
  237. #tumblr_lightbox img { opacity:0; }
  238. #tumblr_lightbox_caption { color:{color:text};!important;font-family: 'Roboto', sans-serif!important;font-size:10px!important;font-weight:normal!important;text-shadow:none!important;}
  239. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image { margin-top: -30px; padding:25px!important; background: {color:post background}!important; -moz-box-shadow:none!important; -webkit-box-shadow:none!important; border: 1px solid {color:post border}!important; box-shadow:none!important;-moz-border-radius:0px!important; -webkit-border-radius:0px!important; border-radius:0px!important; opacity:1!important; -webkit-transition: all 0.35s ease-in-out; border: none;
  240. -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }#tumblr_lightbox_left_image, #tumblr_lightbox_right_image {-webkit-filter: brightness(0.35);-moz-filter:brightness(.35); -o-filter:brightness(.35); }
  241. /* Custom CSS */
  242. {CustomCSS}
  243. </style>
  244. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  245. <script type="text/javascript" src="http://static.tumblr.com/mqkrxog/1GOn9k01b/loader.js"></script>
  246. <script>
  247. // created by softwaring.tumblr.com
  248. // you do not have permission to use take this code
  249. $(document).ready(function() {
  250. $("a.pops").click(function(){
  251. $(".pop").animate({opacity:"toggle"}, 600);
  252. }); // softwaring
  253. $("a.navi").click(function(){
  254. $(".navii").animate({opacity:"toggle", height:"toggle"}, 200);
  255. $(".cont").hide(200);
  256. }); // softwaring
  257. $("a.askk").click(function(){
  258. $(".cont").animate({opacity:"toggle", height:"toggle"}, 200);
  259. $(".navii").hide(200);
  260. }); });
  261. </script>
  262. <script type="text/javascript" src="http://static.tumblr.com/mqkrxog/R05n9k05f/masonry.js"></script>
  263. </head>
  264. <body> <div class="t"></div><div class="b"></div><div class="l"></div>
  265. <div class="r"></div><div class="top"></div>
  266. <div class="sidebar"><div class="sidetext">
  267. <h1><a href="/">{title}</a></h1>
  268. <a href="#" class="pops">
  269. {block:ifnoticonnavigation}{text:profile open title}{/block:ifnoticonnavigation}
  270. {block:ificonnavigation}<i class="fa fa-toggle-off" style="-webkit-text-fill-color: {color:blog frame bottom};"></i>{/block:ificonnavigation}
  271. </a> </div></div>
  272. <div class="pop"><div class="t"></div><div class="b"></div><div class="l"></div><div class="r"></div>
  273. <div class="sidebar2"><div class="sidetext">
  274. <div class="portrait">
  275. <img src="{PortraitURL-96}"/></div>
  276. <h1 style="-webkit-text-fill-color: {color:blog frame text};">{title}</h1>
  277. <span>{description}</span><br><br>
  278. <a href="#" class="pops" style="-webkit-text-fill-color: {color:blog frame text}; font-weight: 200; maegin-top: 15px; font-size: 16px;">
  279. {block:ifnoticonnavigation}{text:profile close title}{/block:ifnoticonnavigation}
  280. {block:ificonnavigation}<i class="fa fa-toggle-on" style="-webkit-text-fill-color: {color:blog frame text};"></i>{/block:ificonnavigation}
  281. </a> </div></div>
  282. <div class="right"> <div class="sidetext">
  283. <div class="nav">
  284. <a href="#" class="askk"><li>{text:askbox title}</li></a>
  285. <div class="cont">
  286. <h1 style="-webkit-text-fill-color: {color:blog frame text};">{AskLabel}</h1>
  287. <iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  288. </div>
  289. <a href="#" class="navi"><li>{text:linkbox title}</li></a>
  290. <div class="navii">
  291. <h1 style="-webkit-text-fill-color: {color:blog frame text};">{text:links title}</h1><div class="align">
  292. {block:iflink1title}<a href="{text:link 1 url}" title="{text:link 1 title}"><li>{text:link 1 title}</li></a>{/block:iflink1title}
  293. {block:iflink2title}<a href="{text:link 2 url}" title="{text:link 2 title}"><li>{text:link 2 title}</li></a>{/block:iflink2title}
  294. {block:iflink3title}<a href="{text:link 3 title}" title="{text:link 3 title}"><li>{text:link 3 title}</li>{/block:iflink3title}
  295. {block:iflink4title}<a href="{text:link 4 url}" title="{text:link 4 title}"><li>{text:link 4 title}</li></a>{/block:iflink4title}
  296. {block:iflink5title}<a href="{text:link 5 url}" title="{text:link 5 title}"><li>{text:link 5 title}</li></a>{/block:iflink5title}
  297. {block:iflink6title}<a href="{text:link 6 title}" title="{text:link 6 title}"><li>{text:link 6 title}</li>{/block:iflink6title}
  298. </div>
  299. <h1 style="-webkit-text-fill-color: {color:blog frame text};">{text:tags title}</h1><div class="align">
  300. {block:iftag1title}<a href="{text:tag 1 url}"><li>{text:tag 1 title}</li></a>{/block:iftag1title}{block:iftag2title}<a href="{text:tag 2 url}"><li>{text:tag 2 title}</li></a>{/block:iftag2title}{block:iftag3title}<a href="{text:tag 3 url}"><li>{text:tag 3 title}</li></a>{/block:iftag3title}{block:iftag4title}<a href="{text:tag 4 url}"><li>{text:tag 4 title}</li></a>{/block:iftag4title}{block:iftag5title}<a href="{text:tag 5 url}"><li>{text:tag 5 title}</li></a>{/block:iftag5title}{block:iftag6title}<a href="{text:tag 6 url}"><li>{text:tag 6 title}</li></a>{/block:iftag6title}{block:iftag7title}<a href="{text:tag 7 url}"><li>{text:tag 7 title}</li></a>{/block:iftag7title}{block:iftag8title}<a href="{text:tag 8 url}"><li>{text:tag 8 title}</li></a>{/block:iftag8title}{block:iftag9title}<a href="{text:tag 9 url}"><li>{text:tag 9 title}</li></a>{/block:iftag9title}{block:iftag10title}<a href="{text:tag 10 url}"><li>{text:tag 10 title}</li></a>{/block:iftag10title}{block:iftag11title}<a href="{text:tag 11 url}"><li>{text:tag 11 title}</li></a>{/block:iftag11title}{block:iftag12title}<a href="{text:tag 12 url}"><li>{text:tag 12 title}</li></a>{/block:iftag12title}
  301. </div></div>
  302. <!-- if you remove all credits completely you will be reported -->
  303. <a href="http://jubileethemes.tumblr.com"><li>credit</li></a>
  304. <!-- you may add them to a page or the pop up ask if you want tho! -->
  305. <a href="/archive"><li style="border:none;">{text:archive title}</li></a>
  306. </div></div></div></div>
  307. <div id="wrapper">
  308. {block:Posts}
  309. {block:ContentSource}
  310. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  311. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  312. {/block:SourceLogo}
  313. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  314. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  315. <div id="post">
  316.  
  317. {block:Text}
  318. {block:Title}<div class="ft">{title}</div>{/block:Title}
  319. <div class="body">{body}</div>
  320.  
  321. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  322. {/block:Text}
  323.  
  324. {block:Link}
  325. <div class="ft"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  326. {block:Description}
  327. <div class="body">{Description}</div>
  328. {/block:Description}
  329.  
  330. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  331. {/block:Link}
  332.  
  333. {block:Quote}
  334. <div class="ft">{Quote}</div>
  335. {block:Source}
  336. <div class="body">&mdash; {Source}</div>
  337. {/block:Source}
  338.  
  339. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  340. {/block:Quote}
  341.  
  342. {block:Photo}
  343. {block:IndexPage}<div class="caption">
  344. {block:caption}<div class="text">{Caption}</div>{/block:caption}</div>
  345. <div class="lower">
  346. <div class="text2">
  347. <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a>
  348. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  349. </div></div>{/block:IndexPage}
  350. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  351. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  352. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  353. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  354. {block:IndexPage}</a>{/block:IndexPage}
  355. {/block:Photo}
  356.  
  357. {block:Chat}
  358. <div class="body">
  359. {block:Title}
  360. {Title}
  361. {/block:Title}
  362. {block:Lines}
  363. {block:Label}
  364. <div class="ft">{Label}</div>
  365. {/block:Label}
  366. <li>{Line}</li>
  367. {/block:Lines}
  368. </div>
  369.  
  370. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  371. {/block:Chat}
  372.  
  373. {block:Video}
  374. {block:if500px} {Video-500} {/block:if500px}
  375. {block:ifnot500px} {Video-400} {/block:ifnot500px}
  376.  
  377. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  378. {/block:Video}
  379.  
  380. {block:Photoset}
  381. {block:IndexPage}<div class="caption">
  382. {block:caption}<div class="text">{Caption}</div>{/block:caption}</div>
  383. <div class="lower">
  384. <div class="text2">
  385. <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a>
  386. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  387. </div></div>{/block:IndexPage}
  388. <div class="photoset">
  389. {block:if500px} {Photoset-500} {/block:if500px}
  390. {block:ifnot500px} {Photoset-400} {/block:ifnot500px}</div>
  391. {/block:Photoset}
  392.  
  393. {block:Audio}
  394. <div style="padding: 10px; background: white; color: black;"><center>
  395. {AudioPlayerWhite}
  396. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</center>
  397. </div>
  398.  
  399. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  400. {/block:Audio}
  401.  
  402. {block:Answer}
  403. <div class="ft"> {Question}<p align="right" style="margin: 0px;padding:2px;">&mdash; {Asker}</p></div>{Answer}
  404.  
  405. {block:IndexPage} <div class="permalink"> <a href="{Permalink}">{Month} {DayofMonth} {12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details" style="float: right;" title="reblog">r</a></div>{/block:IndexPage}
  406. {/block:Answer}
  407.  
  408. {block:PermalinkPage}{block:date}
  409. <div style="padding: 25px;"> {Caption} </div>
  410. <div class="permapage"> Posted {Month} {DayofMonth} {12Hour}:{Minutes} {AmPm} / {TimeAgo}<br> {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}<br>{/block:HasTags}
  411. {block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally posted by <a href="{ReblogRootURL}" style="padding-bottom: 5px;">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  412. {block:PermalinkPagination} <div class="permalign"> {block:NextPost}<a href="{NextPost}" style="float:right;">Next Post →</a>{/block:NextPost} {block:PreviousPost}<a href="{PreviousPost}">← Previous Post</a>{/block:PreviousPost} <div class="clear"></div></div> {/block:PermalinkPagination}
  413. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  414. </div>{/block:date}{/block:PermalinkPage}</div>
  415.  
  416. {/block:Posts}
  417. {block:ifnotinfinitescroll}
  418. {block:Pagination}<div id="post" style="padding-bottom: 10px; text-align: center; text-transform: uppercase;"> {block:PreviousPage} <a href="{PreviousPage}">past</a> {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage}{block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage} <a href="{NextPage}">forward</a> {/block:NextPage}</div>{/block:Pagination}{/block:ifnotinfinitescroll}{block:ifinfinitescroll}{block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>{/block:ifinfinitescroll}
  419. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement