meshacollins

THEME 2.4 TRAGEDY

Feb 7th, 2015
8,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5.  
  6. ------------------------------------------------------------
  7.  
  8. THEME 2.4 TRAGEDY BY ANGIE @IMAGINEDRAGONS.TUMBLR.COM
  9.  
  10. ------------------------------------------------------------
  11.  
  12. PLEASE DO NOT STEAL OR CLAIM AND REDISTRIBUTE AS YOUR OWN; I WORKED VERY HARD ON THIS THEME.
  13. YOU CAN EDIT THIS AS MUCH AS YOU WANT AS LONG AS YOU KEEP THE CREDIT INTACT.
  14.  
  15. THANK YOU.
  16. ENJOY!
  17.  
  18. -->
  19.  
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
  26. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  29. </script>
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35. <!--DEFAULT VARIABLES-->
  36. <meta name="color:Background" content="#f2f2f2"/>
  37. <meta name="color:Post Background" content="#ffffff"/>
  38. <meta name="color:Post Border" content="#eeeeee"/>
  39. <meta name="color:Tooltip Text" content="#ffffff"/>
  40. <meta name="color:Tooltip Background" content="#ff0099"/>
  41. <meta name="color:Text" content="#777777"/>
  42. <meta name="color:Bold Text" content="#d10820"/>
  43. <meta name="color:Italic Text" content="#00bfff"/>
  44. <meta name="color:Link" content="#a8a8a8"/>
  45. <meta name="color:Link Hover" content="#000000"/>
  46. <meta name="color:Scroller" content="#ff0099"/>
  47. <meta name="color:Scrollbar Background" content="#fdfdfd"/>
  48. <meta name="color:Header Font" content="#b5b5b5"/>
  49. <meta name="color:Custom Links Background" content="#151515"/>
  50. <meta name="color:Title Bar Background" content="#050505"/>
  51. <meta name="color:Question Background" content="#050505"/>
  52. <meta name="color:Sidebar Background" content="#ffffff"/>
  53. <meta name="color:Blog Title" content="#ffffff"/>
  54. <meta name="color:Question Text" content="#ffffff"/>
  55. <meta name="color:Custom Links Hover Background" content="#ff0099"/>
  56. <meta name="color:Main Links Hover Background" content="#33ccff"/>
  57. <meta name="color:Custom Links Text" content="#ffffff"/>
  58. <meta name="color:Main Links Text" content="#ffffff"/>
  59. <meta name="color:Description Text" content="#a8a8a8"/>
  60. <meta name="color:Quote Text" content="#555555"/>
  61. <meta name="color:Quote Border" content="#eeeeee"/>
  62.  
  63.  
  64. <meta name="image:Sidebar Image" content=""/>
  65. <meta name="image:Background" content=""/>
  66.  
  67.  
  68. <meta name="if:Infinite Scroll" content="1"/>
  69. <meta name="if:Music Player" content="1"/>
  70. <meta name="if:400px Posts" content="0"/>
  71. <meta name="if:500px Posts" content="1"/>
  72. <meta name="if:Quote" content="1"/>
  73. <meta name="if:Music Player" content="1"/>
  74. <meta name="if:Blog Title" content="1"/>
  75. <meta name="if:Monochrome Photo Effect" content="0"/>
  76. <meta name="if:Saturation Photo Effect" content="0"/>
  77.  
  78. <meta name="text:Link 1 URL" content="" />
  79. <meta name="text:Link 1 Name" content="" />
  80. <meta name="text:Link 2 URL" content="" />
  81. <meta name="text:Link 2 Name" content="" />
  82. <meta name="text:Link 3 URL" content="" />
  83. <meta name="text:Link 3 Name" content="" />
  84. <meta name="text:Link 4 URL" content="" />
  85. <meta name="text:Link 4 Name" content="" />
  86. <meta name="text:Link 5 URL" content="" />
  87. <meta name="text:Link 5 Name" content="" />
  88. <meta name="text:Quote" content=""/>
  89. <meta name="text:Post Font Size" content="9px"/>
  90.  
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 7px;}
  96. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:7px!important;}
  97. ::-webkit-scrollbar {background-color:{color:Scrollbar Background}; height:7px; width:7px;}
  98.  
  99. @font-face {font-family:brenda;src:url('http://static.tumblr.com/fecg7oi/qlFn7j1sd/blenda_script.otf');font-weight:normal;font-style:normal;}
  100.  
  101. body {
  102. background:{color:Background};
  103. margin:0px;
  104. color:{color:Text};
  105. font-family:trebuchet ms;
  106. font-size:{text:Post Font Size};
  107. line-height:140%;
  108. text-align:justify;
  109. background-image:url('{image:Background}');
  110. background-attachment:fixed;
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. outline:none;font-size:9px;
  116. font-family:trebuchet ms;text-transform:uppercase;
  117. -moz-outline-style:none;
  118. color:{color:Link};letter-spacing:1px;
  119. -webkit-transition: all 0.5s ease-in-out;
  120. -moz-transition: all 0.5s ease-in-out;
  121. -o-transition: all 0.5s ease-in-out;
  122. }
  123.  
  124. a:hover {
  125. color:{color:Link Hover};
  126. -webkit-transition: all 0.5s ease-in-out;
  127. -moz-transition: all 0.5s ease-in-out;
  128. -o-transition: all 0.5s ease-in-out;
  129. }
  130.  
  131. small {font-size:7px;text-transform:lowercase;}
  132.  
  133. big {font-size:12px;font-weight:bold;text-transform:uppercase;}
  134.  
  135. b, strong {color:{color:Bold Text};}
  136.  
  137. i, em {color:{color:Italic Text};}
  138.  
  139. p {margin-top:5px; margin-bottom:5px}
  140.  
  141. img {border:none;}
  142.  
  143. blockquote {
  144. padding:0px 10px;
  145. border-left:1px solid {color:Custom Links Hover Background};
  146. max-width:385px;
  147. }
  148.  
  149. blockquote img{width:250px;height:auto;}
  150.  
  151. /**title**/
  152. h1 {
  153. font-family:trebuchet ms;{block:If400pxPosts}width:440px;{/block:If400pxPOsts}{block:If500pxPosts}width:540px;{/block:If500pxPOsts}text-align:center;
  154. font-size:10px;
  155. text-transform:none;
  156. font-weight:normal;
  157. text-transform:uppercase;color:{color:Header Font};
  158. letter-spacing:2px;margin-bottom:7px;
  159. }
  160. h1:first-letter {color:{color:Custom Links Hover Background};font-weight:bold;font-size:12px;font-family:times;}
  161.  
  162.  
  163. /**chat**/
  164. .chat {
  165. font-family:consolas;
  166. font-size:10px;
  167. text-align:left;
  168. line-height:10px;
  169. list-style:none;
  170. }
  171. .chat ul {
  172. line-height:15px;
  173. list-style:none;
  174. padding:0px;
  175. line-height:20px;
  176. }
  177.  
  178.  
  179. /**tooltips**/
  180. #s-m-t-tooltip {
  181. max-width:300px;
  182. padding:0px 4px;
  183. margin:0px 0px 0px 15px;
  184. border:4px double #fff;
  185. font-family:calibri;
  186. font-style:italic;
  187. letter-spacing:1px;
  188. text-transform:lowercase;
  189. color:{color:Tooltip Text};
  190. background-color:{color:Tooltip Background};
  191. z-index:999999999999999999999999999999999999;
  192. }
  193.  
  194. /**notes**/
  195. ol.notes {
  196. padding: 0px;
  197. margin: 20px 0px;
  198. list-style-type: none;
  199. color: {color:Text};
  200. text-transform: uppercase;
  201. font-size: 7px;}
  202.  
  203. .notes a {letter-spacing: 1px;font-size: 7px;}
  204.  
  205. ol.notes li.note {padding: 10px;width:420px;text-align:left;margin-left:1px;}
  206.  
  207. ol.notes li.note img.avatar {
  208. vertical-align: -4px;
  209. margin-right: 10px;
  210. width: 12px;
  211. height: 12px;
  212. display: inline-block;padding:1px;background:white;border:2px solid {color:Custom Links Hover Background};}
  213.  
  214. ol.notes li.note span.action {font-weight: normal;font-size: 7px;}
  215.  
  216. ol.notes li.note .answer_content {font-weight: normal;font-size: 7px;}
  217.  
  218. ol.notes li.note blockquote {
  219. padding: 4px 10px;
  220. margin: 10px 0px 0px 25px;font-size: 7px;}
  221.  
  222. ol.notes li.note blockquote a {text-decoration: none; color:{color:Text};font-size: 7px;}
  223.  
  224. /**bar**/
  225. #ho{width:350px;}
  226. #ba{width:100px;position:fixed;height:100%;background:{color:Title Bar Background};}
  227. #tit{height:100%;position:absolute;margin-top:210px;font-size:13px;color:{color:Blog Title};width:13px;text-align:center;margin-left:40px;font-family:times;line-height:120%;}
  228. #ho:hover #tit{opacity:0;}
  229. #links{margin-top:200px;}
  230. #links a{width:100px;overflow:hidden;display:block;text-align:center;padding:2px 0px;margin-bottom:5px;background:{color:Custom Links Background};font-family:arial;text-transform:uppercase;font-size:7px;color:{color:Custom Links Text};letter-spacing:2px;margin-left:-110px;clear:left;}
  231. #links a:hover {box-shadow:inset 100px 0px {color:Custom Links Hover Background};}
  232. .yi{-webkit-transition: all 0.2s ease;
  233. -moz-transition: all 0.2s ease;
  234. -o-transition: all 0.2s ease}
  235. #ho:hover .yi{margin-left:0px; -webkit-transition: all 0.2s ease;
  236. -moz-transition: all 0.2s ease;
  237. -o-transition: all 0.2s ease}
  238. .er{-webkit-transition: all 0.4s ease;
  239. -moz-transition: all 0.4s ease;
  240. -o-transition: all 0.4s ease}
  241. #ho:hover .er{margin-left:0px; -webkit-transition: all 0.4s ease;
  242. -moz-transition: all 0.4s ease;
  243. -o-transition: all 0.4s ease}
  244. .san{-webkit-transition: all 0.6s ease;
  245. -moz-transition: all 0.6s ease;
  246. -o-transition: all 0.6s ease}
  247. #ho:hover .san{margin-left:0px; -webkit-transition: all 0.6s ease;
  248. -moz-transition: all 0.6s ease;
  249. -o-transition: all 0.6s ease}
  250. .si{-webkit-transition: all 0.8s ease;
  251. -moz-transition: all 0.8s ease;
  252. -o-transition: all 0.8s ease}
  253. #ho:hover .si{margin-left:0px; -webkit-transition: all 0.80s ease;
  254. -moz-transition: all 0.8s ease;
  255. -o-transition: all 0.8s ease}
  256. .wu{-webkit-transition: all 1s ease;
  257. -moz-transition: all 1s ease;
  258. -o-transition: all 1s ease}
  259. #ho:hover .wu{margin-left:0px; -webkit-transition: all 1s ease;
  260. -moz-transition: all 1s ease;
  261. -o-transition: all 1s ease}
  262.  
  263. /**sidebar**/
  264. #sb{width:200px;height:100%;padding:60px 20px;margin-left:100px;position:fixed;background:{color:Sidebar Background};}
  265. .sb img{width:200px}
  266. .main{margin-top:5px;}
  267. .main a{background:{color:Title Bar Background};padding:4px 5px;width:7px;height:8px;overflow:hidden;display:inline-block;color:{color:Main Links Text};font-family:arial;text-transform:uppercase;font-size:7px;letter-spacing:2px;}
  268. .main img{float:left; -webkit-filter: brightness(3);
  269. filter: brightness(3);}
  270. .main a:hover{width:110px;color:{color:Main Links Text};background:{color:Main Links Hover Background};}
  271. .word{margin-left:15px;margin-top:-2px;}
  272. #desc{text-align:left;padding:5px 0px;color:{color:Description Text};}
  273.  
  274. #quo{font-family:courier new;line-height:140%;padding:5px 0px;font-size:11px;text-align:left;color:{color:Quote Text};border-bottom:1px solid {color:Quote Border};}
  275.  
  276. /**entry**/
  277. #container{margin-left:400px;padding:60px 0px;}
  278.  
  279. /**post**/
  280. #post{margin-bottom:80px;{block:If400pxPosts}width:443px;{/block:If400pxPosts}{block:If500pxPosts}width:543px;{/block:If500pxPosts}}
  281. #set{padding:20px;background:{color:Post Background};border:1px solid {color:Post Border};}
  282. #inf{{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If500pxPosts}width:500px;{/block:If500pxPosts}padding:10px 20px;background:{color:Main Links Hover Background};margin-left:2px;text-align:center;-webkit-transition: all 0.4s ease;color:{color:Main Links Text};font-family:arial;font-size:7px;
  283. -moz-transition: all 0.4s ease;
  284. -o-transition: all 0.4s ease}
  285. #inf a{color:{color:Main Links Text};font-family:arial;font-size:7px;text-transform:uppercase;letter-spacing:2px;}
  286. #post:hover #inf{background:{color:Title Bar Background};-webkit-transition: all 0.4s ease;
  287. -moz-transition: all 0.4s ease;
  288. -o-transition: all 0.4s ease}
  289. #tags{opacity:0;-webkit-transition: all 0.4s ease;
  290. -moz-transition: all 0.4s ease;
  291. -o-transition: all 0.4s ease}
  292. #tags a{float:left;}
  293. #post:hover #tags{opacity:1;-webkit-transition: all 0.4s ease;
  294. -moz-transition: all 0.4s ease;
  295. -o-transition: all 0.4s ease}
  296. {block:IfSaturationPhotoEffect}#post img{ -webkit-filter: saturate(1);
  297. filter: saturate(1);}
  298. .pi img{ -webkit-filter: saturate(1);
  299. filter: saturate(1);}{/block:IfSaturationPhotoEffect}
  300.  
  301. {block:IfMonochromePhotoEffect}#post img{ -webkit-filter: grayscale(1);
  302. filter: grayscale(1);}
  303. .pi img{ -webkit-filter: grayscale(1);
  304. filter: grayscale(1);}{/block:IfMonochromePhotoEffect}
  305.  
  306. /**tooltips**/
  307. #s-m-t-tooltip {
  308. max-width:300px;
  309. font-style:normal;
  310. margin:0px 0px 0px 15px;border:none;
  311. font-family:arial;
  312. font-size:7px;
  313. letter-spacing:2px;
  314. text-transform:uppercase;
  315. color:{color:Tooltip Text};
  316. background-color:{color:Tooltip Background};
  317. z-index:999999999999999999999999999999999999;
  318. }
  319.  
  320. .asks{margin-bottom:80px;}
  321. .inf{float:left;vertical-align:middle;margin-right:10px;margin-top:10px;font-family:trebuchet ms;font-size:9px;text-transform:uppercase;
  322. color:{color:Header Font};letter-spacing:1px;}
  323. .inf:first-letter {color:{color:Custom Links Hover Background};font-weight:bold;font-size:11px;font-family:times;}
  324. .inf img{padding:2px;background:white;border:3px solid {color:Main Links Hover Background};}
  325. .inf a{font-family:trebuchet ms;font-size:9px;text-transform:uppercase;
  326. color:{color:Header Font};letter-spacing:1px;}
  327. .inf a:first-letter {color:{color:Custom Links Hover Background};font-weight:bold;font-size:11px;font-family:times;}
  328. .question {display:block;padding:10px 20px;color:{color:Question Text};text-align:left;background:{color:Question Background};{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If500pxPosts}width:500px;{/block:If500pxPosts}border-radius:3px;}
  329. .arrow{width:0;height:0;border-right:10px solid transparent;border-top: 10px solid {color:Question Background};position:absolute;margin-left:20px;margin-top:10px;}
  330.  
  331. #audiopost {height:90px;}
  332. .albumart {width:70px; height:70px; margin-left:0px; position:absolute;}
  333. .albumart img {float:left; width:70px; height:70px;padding:3px;background:white;border:3px solid {color:Title Bar Background};}
  334. .aplayer {opacity:1;display:block; position:absolute; margin-top:23px; margin-left:20px; width:40px; height:40px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; -ms-transition: all 0.4s; transition:all 0.5s; background:white; z-index:1;border-radius:40px;opacity:0;}
  335. #audiopost:hover .aplayer{opacity:1;}
  336. .audioplayer {margin-top:4px; margin-left:3px; overflow:hidden; width:24px; height:24px; padding:3px;}
  337. .audioinfo {display:block;{block:If400pxPosts}width:310px;{/block:If400pxPosts}{block:If500pxPosts}width:410px;{/block:If500pxPosts}margin-left:90px;height:44px; padding:20px;font-family:trebuchet ms;font-size:9px;text-transform:uppercase;
  338. color:{color:Header Font};letter-spacing:1px;background:{color:Post Background};border:1px solid {color:Post Border};}
  339. .audioinfo:first-letter{color:{color:Custom Links Hover Background};font-weight:bold;font-size:11px;font-family:times;}
  340. .audioinfo1 {margin-top:5px;color:{color:Text};text-transform:lowercase;color:{color:Header Font};}
  341.  
  342. #pagination {position:fixed;font-size:7px;text-align:center;font-family:arial;bottom:12px;width:100px;text-align:center;left:0px;height:15px;}
  343. .jump_page {padding:3px 5px;background-color:transparent;color:{color:Custom Links Text};font-size:8px;height:15px;}
  344. .current_page, .jump_page:hover {padding: 3px 5px;background-color:{color:Custom Links Hover Background};color:{color:Custom Links Text};height:15px;
  345. font-family:arial;font-size:7px;}
  346.  
  347. </style>
  348. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  349. {block:IfInfiniteScroll}<div style="position:fixed;bottom:10px;left:10px"><a href="javascript:;" id="scrollToTop"text="back to top"><img src="http://static.tumblr.com/fecg7oi/qNQn8ied8/images.png"></a></div>{/block:IfInfiniteScroll}
  350.  
  351. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  352. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  353.  
  354. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  355. </script>
  356.  
  357.  
  358. </head>
  359.  
  360. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  361.  
  362. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  363.  
  364.  
  365. <script>
  366. (function($){
  367.  
  368. $(document).ready(function(){
  369.  
  370. $("a[text]").style_my_tooltips({
  371.  
  372. tip_follows_cursor:true,
  373.  
  374. tip_delay_time:90,
  375.  
  376. tip_fade_speed:600,
  377.  
  378. attribute:"text"
  379.  
  380. });
  381.  
  382. });
  383.  
  384. })(jQuery);
  385.  
  386. </script>
  387. <script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
  388. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  389.  
  390. <body>
  391. <div id="ho">
  392. {block:IfBlogTitle}<div id="ba"><div id="tit">{Title}</div>{/block:IfBlogTitle}
  393. <div id="links">
  394. <a class="yi" href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  395. <a class="er" href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  396. <a class="san" href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  397. <a class="si" href="{text:Link 4 URL}">{text:Link 4 Name}</a>
  398. <a class="wu" href="{text:Link 5 URL}">{text:Link 5 Name}</a>
  399. </div>
  400. </div>
  401. <div id="sb"><div class="sb"><img src="{image:Sidebar Image}"></div>
  402. <div class="main">
  403. <a href="/"><img src="http://media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"> <div class="word"> refresh</div></a>
  404. <a href="/ask"><img src="http://media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png"> <div class="word">message</div></a>
  405. <a href="/archive"><img src="http://static.tumblr.com/3yblkz0/VCjn2c2my/tr.png"> <div class="word">archive</div></a>
  406. <a href="http://imaginedragons.tumblr.com"><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"> <div class="word">theme</div></a>
  407. {block:IfMusicPlayer}
  408. <a class="mus"><img src="http://static.tumblr.com/3yblkz0/9mQn46s61/untitled-2.png"><div class="word"style="margin-top:-5px">MUSIC CODE HERE</div></a>{/block:IfMusicPlayer}
  409. </div>
  410. {block:IfQuote}<div id="quo">{text:Quote}</div>{/block:IfQuote}
  411. <div id="desc">{Description}{block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}</div>
  412. </div>
  413. </div>
  414. <div id="container">
  415. <div class ="autopagerize_page_element">{block:Posts}
  416. {block:ContentSource}
  417. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  418. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  419. {/block:SourceLogo}
  420. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  421. {/block:ContentSource}
  422.  
  423. <div id="post">
  424.  
  425. {block:Text}<div id="header"><h1>{block:Title}{Title}{/block:Title}</h1></div><div id="set">{Body}</div>{/block:Text}
  426.  
  427. {block:If400pxPosts}
  428. {block:Photo}<div id="set">{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  429.  
  430. {block:Photoset}<div id="set"><div class="pi">{Photoset-400}</div>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  431.  
  432. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433. {/block:If400pxPosts}
  434.  
  435. {block:If500pxPosts}
  436. {block:Photo}<div id="set">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  437.  
  438. {block:Photoset}<div id="set"><div class="pi">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  439.  
  440. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441. {/block:If500pxPosts}
  442.  
  443. {block:Quote}<div id="header"><h1>{Quote}</h1></div>{Source}{/block:Quote}
  444.  
  445. {block:Link}<a href="{URL}"><div id="header"><h1>{Target}{Name}</h1></div></a><div id="set">{block:Description}{Description}{/block:Description}</div>{/block:Link}
  446.  
  447. {block:Chat}{block:Title}<div id="header"><h1><a href="{Permalink}">{Title}</a></h1></div>{/block:Title}
  448. <div id="set">
  449. <div class="chat"><ul>{block:Lines}
  450. <li class="user_{UserNumber}">{block:Label}
  451. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  452.  
  453. {block:Audio}
  454. <div id="audiopost">
  455. {block:AlbumArt}<div class="albumart" style="margin-top:2px"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  456. <div class="aplayer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  457. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}
  458. <div class="audioinfo1">{block:Artist} by {Artist}{/block:Artist} + {FormattedPlayCount} plays
  459. </div></div></div>
  460. {block:Caption}<div id="set"style="margin-top:5px">{Caption}</div>{/block:Caption}
  461. {/block:Audio}
  462.  
  463. {block:Answer}<div class="asks">
  464. <div class="question">{Question}<div class="arrow"></div></div>
  465. <div class="inf"><img src="{AskerPortraitURL-24}" align="bottom"></div><div class="inf" style="margin-top:20px">{Asker}</div><br/><div id="set"style="margin-top:40px">{Answer}</div>
  466. {/block:Answer}
  467.  
  468. <div id="inf">
  469. <a href="{Permalink}">{Month} {DayOfMonthWithZero} + {NoteCount} notes</a> {block:RebloggedFrom} <a style="margin-left:6px"text="{ReblogParentName}"href="{ReblogParentURL}" >via</a> <a style="margin-left:6px"href="{ReblogRootURL}" text="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div>
  470.  
  471. {block:IndexPage}
  472. {block:Tags}<div id="tags"><div style="width:440px; text-align:center;margin-top:7px"><a style="text-transform:lowercase;color:#bbb" href="{TagURL}">#{Tag}</a></div></div>{/block:Tags}
  473. {/block:IndexPage}
  474.  
  475. {block:PermalinkPage}{block:Tags}<div style="width:440px; text-align:center;margin-top:7px"><a style="text-transform:lowercase;color:#bbb" href="{TagURL}">#{Tag}</a></div>{/block:Tags}{/block:PermalinkPage}
  476. </div>
  477. {block:PostNotes}
  478. {PostNotes}
  479. {/block:PostNotes}{/block:Posts}
  480. </div>
  481. </div>
  482. <!--
  483. THEME MAKER CREDIT PLEASE DO NOT REMOVE
  484. -->
  485. {block:Pagination}<div id="pagination">
  486. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  487. {block:JumpPagination length="3"}
  488. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  489. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  490. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  491. </div>{/block:Pagination}
  492.  
  493. <div style="position:fixed; bottom:3px; right:6px;text-align:center;color:#fff;padding:3px 5px;font-size:9px; letter-spacing:1px; font-family:trebuchet ms;background:{color:Title Bar Background};"><a style="color:{color:Custom Links Text}" href="http://imaginedragons.tumblr.com/" text="theme by imaginedragons">ID</a></center></div>
  494. </body>
  495. </html>
Advertisement
Add Comment
Please, Sign In to add comment