Advertisement
kawaiibuu

Neon Theme

Mar 6th, 2014
17,693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.11 KB | None | 0 0
  1. <!--
  2.  
  3. _____________________
  4. | _________________ |
  5. | | / | |
  6. | | /\ / | |
  7. | | /\ / \ / | |
  8. | | / \/ \/ | |
  9. | |/ NEON THEME | |
  10. | |_________________| |
  11. | ___ ___ ___ ___ |
  12. | | 7 | 8 | 9 | | + | |
  13. | |___|___|___| |___| |
  14. | | 4 | 5 | 6 | | - | |
  15. | |___|___|___| |___| |
  16. | | 1 | 2 | 3 | | x | |
  17. | |___|___|___| |___| |
  18. | | . | 0 | = | | / | |
  19. | |___|___|___| |___| |
  20. |_____________________|
  21. created by tumblr user softwaring
  22. http://jubileethemes.tumblr.com
  23. protected under copyright
  24. DO NOT REMOVE CREDIT
  25. DO NOT USE AS AN UNCREDITED BASE
  26.  
  27. -->
  28. <html>
  29. <head>
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  31. <link rel="shortcut icon" href="{image:favicon}" />
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33. <title>{Title}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <!-- DEFAULTS -->
  36. <meta name="if:400px" content="0" />
  37. <meta name="if:fullsized background" content="1" />
  38. <meta name="if:hover permalinks" content="0" />
  39. <meta name="if:navigation dropbox" content="1" />
  40. <meta name="if:sidebar image" content="0" />
  41. <meta name="if:show captions" content="0" />
  42. <meta name="if:show tags" content="0" />
  43. <meta name="if:transparent post boxshadow" content="0" />
  44. <meta name="if:transparent boxshadow" content="0" />
  45. <meta name="if:transparent post" content="0" />
  46. <meta name="if:transparent sidebar" content="0" />
  47.  
  48. <meta name="color:text" content="#000" />
  49. <meta name="color:link" content="#1f545b" />
  50. <meta name="color:link hover" content="#fff" />
  51. <meta name="color:accent color" content="#85bdc5">
  52. <meta name="color:border" content="#1f545b" />
  53. <meta name="color:background" content="#fff">
  54. <meta name="color:post background" content="#fff" />
  55. <meta name="color:permalink background" content="#fff" />
  56.  
  57. <meta name="image:background" content="" />
  58. <meta name="image:post background" content="" />
  59. <meta name="image:sidebar" content="" />
  60. <meta name="image:favicon" content="http://static.tumblr.com/mqkrxog/xrSmv7bfw/tumblr_static_rose_rose.gif" />
  61. <meta name="image:bottom image" content="" />
  62. <meta name="image:scrolltotop" content="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-up-b-16.png" />
  63.  
  64. <meta name="text:border curve" content="" />
  65. <meta name="text:bottom post margin" content="50" />
  66. <meta name="text:dropbox title" content="links" />
  67. <meta name="text:link 1 title" content="" />
  68. <meta name="text:link 2 title" content="" />
  69. <meta name="text:link 3 title" content="" />
  70. <meta name="text:link 4 title" content="" />
  71. <meta name="text:link 5 title" content="" />
  72. <meta name="text:link 1 url" content="" />
  73. <meta name="text:link 2 url" content="" />
  74. <meta name="text:link 3 url" content="" />
  75. <meta name="text:link 4 url" content="" />
  76. <meta name="text:link 5 url" content="" />
  77. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  78. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  79. <script>
  80. (function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);
  81. </script>
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  83. <a href="javascript:;" id="scrollToTop" title="scroll to top">
  84. <img src="{image:scrolltotop}">
  85. </a>
  86. </head>
  87. <style type="text/css">
  88. ::-webkit-scrollbar-thumb:vertical {
  89. background-color: {color:accent color};
  90. height: 50px;
  91. }
  92. ::-webkit-scrollbar {
  93. height: 10px;
  94. width: 5px;
  95. background-color: {color:background};
  96. }
  97. body {
  98. font-family: consolas;
  99. font-size: 10px;
  100. letter-spacing: 1px;
  101. word-break: keep-all;
  102. color:{color:text};
  103. text-align: center;
  104. background: {color:Background} url('{image:Background}') top left fixed repeat;
  105. {block:iffullsizedbackground}background-size:cover;{/block:iffullsizedbackground} }
  106. small {
  107. font-size: 8px; text-transform: uppercase;
  108. }
  109. ul {
  110. list-style-type: none;
  111. }
  112. a:link, a:visited{
  113. color: {color:link};
  114. -webkit-transition: all .1s ease-in-out;
  115. -moz-transition: all .1s ease-in-out;
  116. -o-transition: all .1s ease-in-out;
  117. text-decoration:none;
  118. }
  119. a:active {
  120. color: {color:accent color} !important;
  121. }
  122. a:hover {
  123. -webkit-transition: all .1s ease-in-out;
  124. -moz-transition: all .1s ease-in-out;
  125. -o-transition: all .1s ease-in-out;
  126. color: {color:link hover};
  127. cursor:help;
  128. text-transform: uppercase;
  129. }
  130. blockquote {
  131. text-align: center;
  132. padding: 15px;
  133. background: rgba(153, 104, 146, 0.1);
  134. margin: 1px;
  135. }
  136. img {
  137. margin-bottom: -3px;
  138. max-width:100%}
  139. iframe#tumblr_controls {
  140. right:3px !important;
  141. position: fixed !important;
  142. -webkit-transition: opacity 0.7s linear;
  143. opacity: 0.2;
  144. -webkit-transition: all 0.8s ease-out;
  145. -moz-transition: all 0.8s ease-out;
  146. transition: all 0.8s ease-out;
  147. }
  148. iframe#tumblr_controls:hover {
  149. -webkit-transition: opacity 0.7s linear;
  150. opacity: 1;
  151. -webkit-transition: all 0.4s ease-out;
  152. -moz-transition: all 0.4s ease-out;
  153. transition: all 0.4s ease-out;
  154. }
  155. #container {
  156. margin: 50px auto;
  157. {block:indexpage}
  158. {block:ifnot400px}width: 250px;{/block:ifnot400px}
  159. {block:if400px}width: 400px;{block:if400px}
  160. {/block:indexpage}
  161. {block:PermalinkPage}
  162. width: 400px;
  163. {/block:PermalinkPage}}
  164. #posts {
  165. margin-bottom: {text:bottom post margin}px;
  166. -webkit-border-radius:{text:border curve}px;
  167. -moz-border-radius:{text:border curve}px;
  168. border-radius:{text:border curve}px;
  169. text-align: left;
  170. {block:ifnottransparentpost}
  171. border:1px solid {color:border};
  172. border-top: 1px solid {color:border};
  173. background: {color:post background} url({image:post background})top left repeat; {/block:ifnottransparentpost}
  174. color:{color:post text};
  175. {block:ifnottransparentpostboxshadow}
  176. -webkit-box-shadow: 5px 5px 0px 1px {color:border};
  177. -moz-box-shadow: 5px 5px 0px 1px {color:border};
  178. box-shadow: 5px 5px 0px 1px {color:border};{/block:ifnottransparentpostboxshadow}
  179. padding: 3px;
  180. {block:PermalinkPage}
  181. width: 400px;
  182. {/block:PermalinkPage}
  183. {block:indexpage}
  184. {block:ifnot400px}width: 250px;{/block:ifnot400px}
  185. {block:if400px}width: 400px;{block:if400px}{/block:indexpage}}
  186. #posts img {
  187. -webkit-border-radius:{text:border curve}px;
  188. -moz-border-radius:{text:border curve}px;
  189. border-radius:{text:border curve}px;}
  190. #head {
  191. height: 20px;
  192. }
  193. h1{
  194. color:{color:text};
  195. line-height:12px;
  196. margin:0px;
  197. text-align:center;
  198. text-transform: uppercase;
  199. letter-spacing:2px;
  200. font-size:14px;
  201. padding:2px;
  202. border-left:1px solid {color:border};
  203. border-right:1px solid {color:border};}
  204. h2{
  205. color:{color:text};
  206. text-transform: uppercase;
  207. font-size:10px;
  208. line-height:10px;
  209. letter-spacing:2px;
  210. margin:0px;
  211. padding:5px;
  212. text-align:center;
  213. font-weight:normal;}
  214. #s-m-t-tooltip {
  215. -webkit-border-radius:{text:border curve}px;
  216. -moz-border-radius:{text:border curve}px;
  217. border-radius:{text:border curve}px;
  218. padding: 4px;
  219. background-color: {color:accent color};
  220. font-family:consolas;
  221. max-width:100px;
  222. font-size: 8px;
  223. letter-spacing:2px;
  224. text-transform:uppercase;
  225. color:{color:text};
  226. z-index:999999999999999999999999999999999999;
  227. margin-left: 17px;
  228. margin-top:15px;
  229. border:1px solid {color:border};}
  230. #scrollToTop:link,#scrollToTop:visited {
  231. color: transparent;
  232. background-color: transparent;
  233. display: none;
  234. position: fixed;
  235. bottom: 5px;
  236. right: 5px;}
  237. ::selection {
  238. background: {color:accent color};}
  239. ::-moz-selection {
  240. background: {color:accent color};}
  241. ::-webkit-selection {
  242. background: {color:accent color};}
  243. #perma {
  244. border: 1px outset {color:permalink background};
  245. outline: 1px solid {color:border};
  246. width: 40px; text-align: center; font-size: 8px;
  247. font-family: consolas;
  248. margin-top: 5px; padding: 2px;
  249. -webkit-transition: all 0.1s ease-in-out;
  250. -moz-transition: all 0.1s ease-in-out;
  251. -ms-transition: all 0.1s ease-in-out;
  252. -o-transition: all 0.1s ease-in-out;
  253. transition: all 0.1s ease-in-out;
  254. overflow: hidden;
  255. color: {color:links};
  256. background: {color:permalink background};}
  257. #perma a {
  258. text-transform: uppercase;}
  259. #perma:active {
  260. border: 1px inset {color:permalink background};}
  261. #entry:hover #perma {
  262. color: {color:text};}
  263. .txttags {
  264. margin-top: -17px;
  265. text-align:right;
  266. font-size: 8px; text-transform: uppercase;
  267. padding: 5px;
  268. {block:ifnot400px}width: 100%;{/block:ifnot400px}
  269. {block:if400px}width: 100%;{block:if400px}}
  270. .txttags a {
  271. background: {color:permalink background}; padding: 2px;
  272. border: 1px outset {color:permalink background};
  273. outline: 1px solid {color:border}; margin-top: 2px;}
  274. .tags {
  275. text-align: center; text-transform: lowercase;
  276. position: absolute;
  277. {block:ifnot400px}margin-left: 260px;{/block:ifnot400px}
  278. {block:if400px}margin-left: 410px;{block:if400px}
  279. width: 100px;
  280. -webkit-transition: all 0.1s ease-in-out;
  281. -moz-transition: all 0.1s ease-in-out;
  282. -ms-transition: all 0.1s ease-in-out;
  283. -o-transition: all 0.1s ease-in-out;
  284. transition: all 0.1s ease-in-out;
  285. opacity: 0;}
  286. #entry:hover .tags {
  287. opacity: 1;
  288. -webkit-transition: all 0.1s ease-in-out;
  289. -moz-transition: all 0.1s ease-in-out;
  290. -ms-transition: all 0.1s ease-in-out;
  291. -o-transition: all 0.1s ease-in-out;
  292. transition: all 0.1s ease-in-out;}
  293. #photoperma {
  294. height: 0px; opacity: 0;
  295. -webkit-transition: all 0.3s ease-in-out;
  296. -moz-transition: all 0.3s ease-in-out;
  297. -ms-transition: all 0.3s ease-in-out;
  298. -o-transition: all 0.3s ease-in-out;
  299. transition: all 0.3s ease-in-out;}
  300. #entry:hover #photoperma {
  301. height: 16px; opacity: 1;
  302. -webkit-transition: all 0.3s ease-in-out;
  303. -moz-transition: all 0.3s ease-in-out;
  304. -ms-transition: all 0.3s ease-in-out;
  305. -o-transition: all 0.3s ease-in-out;
  306. transition: all 0.3s ease-in-out;
  307. }
  308. li {
  309. list-style-image:url('http://static.tumblr.com/mqkrxog/MzHn15vf9/liist-star.gif'); text-align: right; padding: 1px;} ul { padding: 10px; padding-left: 13px;}
  310. #sidebar {
  311. margin-left: -160px;
  312. position: fixed;
  313. margin-top:5%;
  314. text-align:center;
  315. width: 81px;
  316. padding: 10px;
  317. -webkit-border-radius:{text:border curve}px;
  318. -moz-border-radius:{text:border curve}px;
  319. border-radius:{text:border curve}px;
  320. {block:ifnottransparentsidebar}
  321. background: {color:post background} url('{image:post Background}') top left repeat; border:1px solid {color:border};
  322. border-top: 1px solid {color:border}; {/block:ifnottransparentsidebar}
  323. color:{color:post text};
  324. {block:ifnottransparentboxshadow}
  325. -webkit-box-shadow: 6px 6px 0px 1px {color:border};
  326. -moz-box-shadow: 6px 6px 0px 1px {color:border};
  327. box-shadow: 6px 6px 0px 1px {color:border};
  328. {/block:ifnottransparentboxshadow}
  329. -webkit-transition: all 0.3s ease-in-out;
  330. -moz-transition: all 0.3s ease-in-out;
  331. -ms-transition: all 0.3s ease-in-out;
  332. -o-transition: all 0.3s ease-in-out;
  333. transition: all 0.3s ease-in-out;
  334. }
  335. #sidebar a {
  336. text-transform: uppercase;
  337. }
  338. .title {
  339. text-transform: uppercase;
  340. padding: 5px;
  341. }
  342. .tumblr_audio_player {
  343. height:60px; width:100%;}
  344. #music {
  345. {block:ifnot400px}width: 100%;{/block:ifnot400px}
  346. {block:if400px}width: 100%;{block:if400px}overflow:hidden;}
  347. #hider {
  348. position:relative; z-index:999;
  349. opacity:0;
  350. -webkit-transition:all 0.6s ease-in-out;
  351. -moz-transition:all 0.6s ease-in-out;
  352. -o-transition:all 0.6s ease-in-out;
  353. transition:all 0.6s ease-in-out;}
  354. #music:hover #hider {
  355. opacity:1;}
  356. #away {
  357. position:absolute;
  358. {block:ifnot400px}width: 230px;{/block:ifnot400px}
  359. {block:if400px}width: 390px;{block:if400px}
  360. z-index:888; text-align:left;
  361. line-height:12px;
  362. opacity:1;
  363. margin:-25px 0px 0px 4px;
  364. -webkit-transition:all 0.6s ease-in-out;
  365. -moz-transition:all 0.6s ease-in-out;
  366. -o-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;}
  367. #music:hover #away {
  368. opacity:0;}
  369. #away img {
  370. padding:0px 0px 0px 0px;
  371. float:right;}
  372. {CustomCSS}
  373. </style>
  374. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  375. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  376. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  377. </head>
  378. <body>
  379. <div id="container">
  380. <div id="sidebar">
  381. <center>
  382. {block:ifsidebarimage}<img src="{image:sidebar}" style="max-width: 100%;"></center> {/block:ifsidebarimage}
  383. <div class="title">{title}</div>
  384. {description}<br>
  385.  
  386.  
  387. {block:ifnotnavigationdropbox}
  388. <a href="/">home</a> <a href="/ask">mail</a> <a href="/submit">submit</a> <a href="/archive">index</a> {block:iflink1title}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1title}
  389. {block:iflink2title}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2title}
  390. {block:iflink3title}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3title}
  391. {block:iflink4title}<a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iflink4title}
  392. {block:iflink5title}<a href="{text:link 5 url}">{text:link 5 title}</a>{/block:iflink5title}
  393. {/block:ifnotnavigationdropbox}
  394. {block:ifnavigationdropbox}
  395. <center><select style="
  396. background: {color:permalink background};
  397. color: {color:link};
  398. border:1px outset {color:permalink background};
  399. outline: 1px solid {color:border};
  400. -webkit-appearance:none;
  401. padding:0px;
  402. letter-spacing: 1px; text-align: center;
  403. margin: 5px; text-transform:uppercase;
  404. font-size: 8px;
  405. line-height: 15px;
  406. font-family: consolas;" onChange="location.href=this.options[this.selectedIndex].value;">
  407. <option value="/">{text:dropbox title}</option>
  408. <option value="/ask">ask</option>
  409. <option value="/submit">submit</option>
  410. <option value="/archive">index</option>
  411. {block:iflink1title}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:iflink1title}
  412. {block:iflink2title}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:iflink2title}
  413. {block:iflink3title}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:iflink3title}
  414. {block:iflink4title}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:iflink4title}
  415. {block:iflink5title}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:iflink5title}
  416. </select></center>
  417. {/block:ifnavigationdropbox}
  418. </div>
  419.  
  420. {block:posts}
  421. <div class="autopagerize_page_element">
  422. {block:ContentSource}
  423. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  424. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  425. {/block:SourceLogo}
  426. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  427. {/block:ContentSource}
  428. <div id="posts">
  429. {block:Text}
  430. <div id="entry" style="padding: 10px; text-align: justify;">
  431. {block:Title}
  432. <h2>{Title}</h2>
  433. {/block:Title}
  434. {Body}
  435. <div id="perma">
  436. <a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div>
  437. {block:ifshowtags}{block:hastags}<div class="txttags">
  438. {block:tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}</div>{/block:Text}
  439.  
  440. {block:Quote}<div id="entry" style="padding: 10px; padding-bottom: 0px;">
  441. <center><div style="padding: 6px;">{Quote}</div></center><h2>— {Source}</h2><div id="perma"><a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div>{block:ifshowtags}{block:hastags}<div class="txttags">{block:tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}</div>{/block:Quote}
  442.  
  443. {block:Link}<div id="entry"><a href="{URL}"><h1>{Name}</h1></a>
  444. {block:ifshowcaptions}<div style="padding: 10px;">{block:Description}{Description}{/block:Description}{/block:ifshowcaptions}<div id="perma"><a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div>{block:ifshowtags}{block:hastags}<div class="txttags">
  445. {block:tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}</div></div></div>{/block:Link}
  446.  
  447. {block:Photo}<div id="entry"><center>{block:ifshowtags}{block:hastags}<div class="tags">{block:tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:tags}
  448. </div>{/block:hastags}{/block:ifshowtags}{block:indexpage}<img src="{PhotoURL-HighRes}"/>{/block:indexpage}{block:PermalinkPage} <img src="{PhotoURL-HighRes}"/> {/block:PermalinkPage}</center>{block:ifshowcaptions}<div class="cap" style="padding:2px;">{caption}</div>{/block:ifshowcaptions}{block:ifhoverpermalinks} <div id="photoperma">{/block:ifhoverpermalinks}<div id="perma"><a href="{ReblogURL}" target="_blank">reblog</a></div><div style="float:right; margin-top: -13px; font-family: consolas; padding-right: 3px; font-size: 10px; text-transform: uppercase "><a href="{Permalink}" title="{NoteCountWithLabel}">{block:Date}{Month} {DayOfMonthWithZero} {Year}{/block:Date}</a>{block:ifhoverpermalinks} </div>{/block:ifhoverpermalinks}</div></div>{/block:Photo}
  449.  
  450. {block:Photoset}<div id="entry"><center><div style="margin-bottom: -4px;overflow:hidden; {block:ifnot400px}width: 248px; {/block:ifnot400px}
  451. {block:if400px} width: 398px; {/block:if400px}">
  452. {block:indexpage}{block:ifnot400px} {photoset-250}{/block:ifnot400px}
  453. {block:if400px} {photoset-400}{/block:if400px}{/block:indexpage}{block:PermalinkPage}{photoset-400}{/block:PermalinkPage}
  454. </div></center>{block:ifshowcaptions}<div class="cap" style="padding:2px;">{caption}</div>{/block:ifshowcaptions}{block:ifhoverpermalinks} <div id="photoperma">{/block:ifhoverpermalinks}<div id="perma"><a href="{ReblogURL}" target="_blank">reblog</a></div> <div style="float:right; margin-top: -13px; font-family: consolas; padding-right: 3px; font-size: 10px; text-transform: uppercase ">{block:Date}{Month} {DayOfMonthWithZero} {Year}{/block:Date}</div>{block:ifhoverpermalinks} </div>{/block:ifhoverpermalinks} </div>{/block:Photoset}
  455.  
  456. {block:Chat}<div id="entry" style="padding: 10px; padding-bottom: 5px;">
  457. {block:Lines}{block:Label}{Label}{/block:Label}&nbsp;<p style="padding: 2px; text-align: right;">{Line}</p><br>{/block:Lines} <div id="perma"><a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div> {block:ifshowtags}{block:hastags}<div class="txttags" style="margin-left: -13px;">{block:tags}<a href="{TagUrl}">#{Tag}&nbsp;</a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}</div>{/block:Chat}
  458.  
  459. {block:Video}<div id="entry">{block:ifnot400px} {Video-250}{/block:ifnot400px}{block:if400px} {Video-400}{/block:if400px}{block:ifshowcaptions}<div style="padding:2px;">{caption}</div>{/block:ifshowcaptions}<div id="perma"> <a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div></div>{/block:Video}
  460.  
  461. {block:Answer}<div id="entry"><div class="ask"><span></span><i><b><font style="text-transform:uppercase;">{Asker} SENT</i></b></font>: {Question}</div><div style="padding-left: 3px;">{Answer}</div><div id="perma"><a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div></div>{/block:Answer}
  462.  
  463. {block:Audio}<div id="entry"> <div id="music"><div id="hider">{AudioPlayerWhite}</div><div id="away" style="margin-top:-35px;">{block:albumart}<img align="left" style="margin-top:-20px; width: 50px;" src="{AlbumArtURL}">{/block:albumart}{block:TrackName}{TrackName}{/block:TrackName}</div>
  464. {block:ifhoverpermalinks} <div id="photoperma">{/block:ifhoverpermalinks} <div style="padding: 5px;"><div id="perma"><a href="{Permalink}" >{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</a></div>{block:ifhoverpermalinks} </div>{/block:ifhoverpermalinks}</div></div></div>{/block:Audio}
  465. </div>
  466. {/block:Posts}
  467. </div>
  468. {block:PostNotes}<div style="margin-left:-1%;margin-top:-1%; width:400px; height:300px; overflow:auto; background:transparent;">{PostNotes}</div>{/block:PostNotes}<br />
  469. </div>
  470. <img src="{image:bottom image}" style="position:fixed; bottom: 0px; left: 0px;">
  471. <a href="http://jubileethemes.tumblr.com" style="position:fixed; top: 5px; left: 5px;">☾</a>
  472. </div>
  473. </body>
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement