Advertisement
junkos

theme - cloudy

Sep 11th, 2013
2,201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.71 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--------------------
  6.  
  7. theme by lavvie@bluenaegi.tumblr.com
  8. thank you for using!
  9. please do not steal; message me if you have any questions
  10.  
  11. ------------------->
  12.  
  13. <head>
  14.  
  15. <meta name="image:Background" content="" />
  16. <meta name="image:Side Icon" content="" />
  17.  
  18. <meta name="if:InfiniteScroll" content="0" />
  19. <meta name="if:ShowTags" content="1" />
  20. <meta name="if:400px" content="1" />
  21. <meta name="if:500px" content="0" />
  22. <meta name="if:ShowAvatar" content="1" />
  23. <meta name="if:HideCaptions" content="0" />
  24.  
  25. <meta name="text:link 01 url" content="/">
  26. <meta name="text:link 01" content="home">
  27. <meta name="text:link 02 url" content="/ask">
  28. <meta name="text:link 02" content="ask">
  29. <meta name="text:link 03 url" content="/archive">
  30. <meta name="text:link 03" content="archive">
  31. <meta name="text:link 04 url" content="/about">
  32. <meta name="text:link 04" content="about">
  33. <meta name="text:link 05 url" content="/tags">
  34. <meta name="text:link 05" content="tags">
  35.  
  36. <meta name="color:Background" content= "#ffffff" />
  37. <meta name="color:Text" content= "#5a5959" />
  38. <meta name="color:Bold" content= "#26ADE4" />
  39. <meta name="color:Italic" content= "#8FBE00" />
  40. <meta name="color:Blockquote" content= "#F0F2EB" />
  41. <meta name="color:PostBackground" content= "#FEFEFE" />
  42. <meta name="color:DescriptionBackground" content= "#FEFEFE" />
  43. <meta name="color:DescriptionLinkBorderHover" content= "#AEE239" />
  44. <meta name="color:Borders" content= "#F0F2EB" />
  45. <meta name="color:Hyperlink" content= "#D1E751" />
  46. <meta name="color:HyperlinkHover" content= "#00A8C6" />
  47. <meta name="color:NavigationLink1" content= "#F0F2EB" />
  48. <meta name="color:NavigationLink2" content= "#F0F2EB" />
  49. <meta name="color:NavigationLink3" content= "#F0F2EB" />
  50. <meta name="color:NavigationLink4" content= "#F0F2EB" />
  51. <meta name="color:NavigationLink5" content= "#F0F2EB" />
  52. <meta name="color:NavigationLink1Hover" content= "#4DBCE9" />
  53. <meta name="color:NavigationLink2Hover" content= "#71C9ED" />
  54. <meta name="color:NavigationLink3Hover" content= "#94D7F2" />
  55. <meta name="color:NavigationLink4Hover" content= "#B8E4F6" />
  56. <meta name="color:NavigationLink5Hover" content= "#DBF2FB" />
  57. <meta name="color:PermalinkText" content= "#000000" />
  58. <meta name="color:PermalinkBackground" content= "#ffffff" />
  59. <meta name="color:PermalinkTextHover" content= "#ffffff" />
  60. <meta name="color:PermalinkBackgroundHover" content= "#4DBCE9" />
  61.  
  62. <link href="http://static.tumblr.com/xkion9m/Ybpmm6rx4/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <script src="http://static.tumblr.com/xkion9m/YLomm6s09/jquery.style-my-tooltips.js"></script>
  67.  
  68. <script>
  69. (function($){
  70. $(document).ready(function(){
  71. $("[title]").style_my_tooltips({
  72. tip_follows_cursor:true,
  73. tip_delay_time:300,
  74. tip_fade_speed:400,
  75. attribute:"title"
  76. });
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81. <title>{Title}</title>
  82.  
  83. <link rel="shortcut icon" href="http://static.tumblr.com/d6c69553cc390def0e453a0a6b6a580b/x3hf8ra/JyUmomfmj/tumblr_static_strawberry_redd.gif">
  84.  
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86.  
  87. {block:Description}
  88. <meta name="description" content="{MetaDescription}" />
  89. {/block:Description}
  90.  
  91. <style type="text/css">
  92.  
  93. #s-m-t-tooltip {
  94. max-width:400px;
  95. color:{color:text};
  96. margin:7px 0px 0px 10px;
  97. background-color: {color:background};
  98. font: 10px consolas;
  99. z-index: 900;
  100. letter-spacing:2px;
  101. text-transform: lowercase;
  102. padding:3px 25px;
  103. }
  104.  
  105. body {
  106. background-image: url('{image:background}');
  107. background-attachment: fixed;
  108. background-color: {color:background};
  109. font-size: 10px;
  110. font-family: trebuchet ms;
  111. line-height: 16px;
  112. color: {color:text};
  113. text-align: left;
  114. }
  115.  
  116. #mari {
  117. position: fixed;
  118. bottom: 0px;
  119. left: 200px;
  120. background-color:{color:borders};
  121. height: 90%;
  122. width: 1px;
  123. }
  124.  
  125. #asuka {
  126. position: fixed;
  127. left: 29px;
  128. top: 242px;
  129. text-align: right;
  130. width: 155px;
  131. color: {color:text};
  132. padding: 5px;
  133. padding-left: 10px;
  134. background-color: {color:DescriptionBackground};
  135. border-top: 1px solid {color:borders};
  136. border-bottom: 1px solid {color:borders};
  137. border-left: 1px solid {color:borders};
  138. }
  139.  
  140. #asuka a {
  141. opacity: 0.8;
  142. color: {color:text};
  143. text-decoration: none;
  144. border-bottom: 1px solid {color:DescriptionBackground};
  145. -webkit-transition: all 0.7s ease-in-out;
  146. -moz-transition: all 0.7s ease-in-out;
  147. -o-transition: all 0.7s ease-in-out;
  148. -ms-transition: all 0.7s ease-in-out;
  149. transition: all 0.7s ease-in-out;
  150. }
  151.  
  152. #asuka a:hover {
  153. opacity: 10;
  154. border-bottom: 1px solid {color:DescriptionLinkBorderHover};
  155. }
  156.  
  157. #ayanami {
  158. position: fixed;
  159. top: 129px;
  160. left: 94px;
  161. }
  162.  
  163. #ayanami img {
  164. height: 95px;
  165. width: 95px;
  166. padding: 5px;
  167. background-color:{color:DescriptionBackground};
  168. border-top: 1px solid {color:borders};
  169. border-bottom: 1px solid {color:borders};
  170. border-left: 1px solid {color:borders};
  171. }
  172.  
  173. #soryu {
  174. position: fixed;
  175. top: 125px;
  176. left: 58px;
  177. text-align: right;
  178. font-size: 18px;
  179. line-height: 23px;
  180. letter-spacing: 2px;
  181. font-family: trebuchet ms;
  182. -webkit-transition: all 0.3s ease-in-out;
  183. -moz-transition: all 0.3s ease-in-out;
  184. -o-transition: all 0.3s ease-in-out;
  185. -ms-transition: all 0.3s ease-in-out;
  186. transition: all 0.3s ease-in-out;
  187. }
  188.  
  189. #mari:hover #soryu {
  190. left: 35px;
  191. }
  192.  
  193. .zero a {
  194. text-decoration: none;
  195. color: {color:NavigationLink1};
  196. -webkit-transition: all 0.7s ease-in-out;
  197. -moz-transition: all 0.7s ease-in-out;
  198. -o-transition: all 0.7s ease-in-out;
  199. -ms-transition: all 0.7s ease-in-out;
  200. transition: all 0.7s ease-in-out;
  201. }
  202.  
  203. .zero a:hover {
  204. color: {color:NavigationLink1Hover};
  205. }
  206.  
  207. .one a {
  208. text-decoration: none;
  209. color: {color:NavigationLink2};
  210. -webkit-transition: all 0.7s ease-in-out;
  211. -moz-transition: all 0.7s ease-in-out;
  212. -o-transition: all 0.7s ease-in-out;
  213. -ms-transition: all 0.7s ease-in-out;
  214. transition: all 0.7s ease-in-out;
  215. }
  216.  
  217. .one a:hover {
  218. color: {color:NavigationLink2Hover};
  219. }
  220.  
  221. .two a {
  222. text-decoration: none;
  223. color: {color:NavigationLink3};
  224. -webkit-transition: all 0.7s ease-in-out;
  225. -moz-transition: all 0.7s ease-in-out;
  226. -o-transition: all 0.7s ease-in-out;
  227. -ms-transition: all 0.7s ease-in-out;
  228. transition: all 0.7s ease-in-out;
  229. }
  230.  
  231. .two a:hover {
  232. color: {color:NavigationLink3Hover};
  233. }
  234.  
  235. .three a {
  236. text-decoration: none;
  237. color: {color:NavigationLink4};
  238. -webkit-transition: all 0.7s ease-in-out;
  239. -moz-transition: all 0.7s ease-in-out;
  240. -o-transition: all 0.7s ease-in-out;
  241. -ms-transition: all 0.7s ease-in-out;
  242. transition: all 0.7s ease-in-out;
  243. }
  244.  
  245. .three a:hover {
  246. color: {color:NavigationLink4Hover};
  247. }
  248.  
  249. .four a {
  250. text-decoration: none;
  251. color: {color:NavigationLink5};
  252. -webkit-transition: all 0.7s ease-in-out;
  253. -moz-transition: all 0.7s ease-in-out;
  254. -o-transition: all 0.7s ease-in-out;
  255. -ms-transition: all 0.7s ease-in-out;
  256. transition: all 0.7s ease-in-out;
  257. }
  258.  
  259. .four a:hover {
  260. color: {color:NavigationLink5Hover};
  261. }
  262.  
  263. img {
  264. max-width: 100%;
  265. }
  266.  
  267. b, strong {
  268. font-weight: bold;
  269. color: {color:bold};
  270. }
  271.  
  272. i, em {
  273. font-style: italic;
  274. color: {color:italic};
  275. }
  276.  
  277. blockquote {
  278. padding-left: 5px;
  279. border-left: 2px solid {color:blockquote};
  280. }
  281.  
  282. #rei {
  283. position: absolute;
  284. padding: 10px;
  285. top: -10px;
  286. left: 240px;
  287. }
  288.  
  289. #kaworu {
  290. background-color: {color:PostBackground};
  291. width: {block:If400px}400px{/block:If400px}{block:If500px}500px{/block:If500px};
  292. color:{color:text};
  293. padding: 10px;
  294. margin-top:20px;
  295. margin-bottom: 20px;
  296. border: 1px solid {color:borders};
  297. padding-bottom: 5px;
  298. padding-top: 8px;
  299. }
  300.  
  301. #kaworu:hover #ikari {
  302. opacity: 10;
  303. margin-left: {block:If400px}416px{/block:If400px}{block:If500px}516px{/block:If500px};
  304. }
  305.  
  306. #kaworu a {
  307. text-decoration: none;
  308. color: {color:Hyperlink};
  309. -webkit-transition: all 0.2s ease-in-out;
  310. -moz-transition: all 0.2s ease-in-out;
  311. -o-transition: all 0.2s ease-in-out;
  312. -ms-transition: all 0.2s ease-in-out;
  313. transition: all 0.2s ease-in-out;
  314. }
  315.  
  316. #kaworu a:hover {
  317. color: {color:HyperlinkHover};
  318. }
  319.  
  320. .audio {
  321. padding-bottom:1px;
  322. }
  323.  
  324. .albumart {
  325. float:left;
  326. padding:2px 10px 10px 0px;
  327. }
  328.  
  329. .albumart img {
  330. width:100px;
  331. height:100px;
  332. }
  333.  
  334. .playercontainer {
  335. text-align:left;
  336. padding:2px;
  337. }
  338.  
  339. .audioinfo {
  340. padding:2px;
  341. color:{color:text};
  342. text-transform: uppercase;
  343. letter-spacing: 1px;
  344. font-family: consolas;
  345. font-size: 8px;
  346. margin-top: 2px;
  347. }
  348.  
  349. .note {
  350. text-transform:lowercase;
  351. font-style:normal;
  352. letter-spacing:1px;
  353. font-size: 10px;
  354. width: {block:If400px}380px{/block:If400px}{block:If500px}480px{/block:If500px};
  355. text-align:left;
  356. text-decoration: none;
  357. line-height:90%;
  358. margin-left: -40px;
  359. }
  360.  
  361. .note a {
  362. color: {color:text};
  363. text-decoration: none;
  364. -webkit-transition: all 0.2s ease-in-out;
  365. -moz-transition: all 0.2s ease-in-out;
  366. -o-transition: all 0.2s ease-in-out;
  367. -ms-transition: all 0.2s ease-in-out;
  368. transition: all 0.2s ease-in-out;
  369. }
  370.  
  371. .note a:hover {
  372. color: {color:bold};
  373. }
  374.  
  375. .note li {
  376. list-style-type:none;
  377. padding:10px 25px 10px 25px;
  378. text-align:left;
  379. border-top: 1px solid {color:borders};
  380. margin:0px;
  381. width: {block:If400px}380px{/block:If400px}{block:If500px}480px{/block:If500px};
  382. text-decoration: none;
  383. -webkit-transition: all 0.7s ease-in-out;
  384. -moz-transition: all 0.7s ease-in-out;
  385. -o-transition: all 0.7s ease-in-out;
  386. -ms-transition: all 0.7s ease-in-out;
  387. transition: all 0.7s ease-in-out;
  388. }
  389.  
  390. .note img {
  391. vertical-align: -4px;
  392. margin-right:10px;
  393. width:14px;
  394. height:14px;
  395. }
  396.  
  397. #nagisa {
  398. text-transform: uppercase;
  399. font-size: 8px;
  400. width: {block:If400px}422px{/block:If400px}{block:If500px}522px{/block:If500px};
  401. font-family: monopsace;
  402. margin-top: -20px;
  403. }
  404.  
  405. #nagisa a {
  406. color: {color:PermalinkText};
  407. background-color: {color:PermalinkBackground};
  408. padding: 3px 10px;
  409. letter-spacing: 1px;
  410. text-decoration: none;
  411. border-left: 1px solid {color:borders};
  412. border-right: 1px solid {color:borders};
  413. border-bottom: 1px solid {color:borders};
  414. -webkit-transition: all 0.2s ease-in-out;
  415. -moz-transition: all 0.2s ease-in-out;
  416. -o-transition: all 0.2s ease-in-out;
  417. -ms-transition: all 0.2s ease-in-out;
  418. transition: all 0.2s ease-in-out;
  419. }
  420.  
  421. #nagisa a:hover {
  422. color: {color:PermalinkTextHover};
  423. padding: 3px 20px;
  424. background-color: {color:PermalinkBackgroundHover};
  425. border-left: 1px solid {color:PermalinkBackgroundHover};
  426. border-right: 1px solid {color:PermalinkBackgroundHover};
  427. border-bottom: 1px solid {color:PermalinkBackgroundHover};
  428. }
  429.  
  430. #shinji {
  431. color: {color:text};
  432. width: 420px;
  433. }
  434.  
  435. #shinji a {
  436. color: {color:text};
  437. padding: 0px 6px;
  438. text-decoration: none;
  439. -webkit-transition: all 0.2s ease-in-out;
  440. -moz-transition: all 0.2s ease-in-out;
  441. -o-transition: all 0.2s ease-in-out;
  442. -ms-transition: all 0.2s ease-in-out;
  443. transition: all 0.2s ease-in-out;
  444. }
  445.  
  446. #shinji a:hover {
  447. color: {color:Hyperlink};
  448. }
  449.  
  450. #ikari {
  451. position: absolute;
  452. margin-left: {block:If400px}430px{/block:If400px}{block:If500px}530px{/block:If500px};
  453. margin-top: -6px;
  454. width: {block:If400px}300px{/block:If400px}{block:If500px}400px{/block:If500px};
  455. opacity: 0;
  456. color: {color:DescriptionLinkBorderHover};
  457. font-family: monospace;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. -ms-transition: all 0.5s ease-in-out;
  462. transition: all 0.5s ease-in-out;
  463. }
  464.  
  465. #ikari a {
  466. color: {color:text};
  467. text-transform: uppercase;
  468. letter-spacing: 1px;
  469. padding: 0px 4px;
  470. -webkit-transition: all 0.2s ease-in-out;
  471. -moz-transition: all 0.2s ease-in-out;
  472. -o-transition: all 0.2s ease-in-out;
  473. -ms-transition: all 0.2s ease-in-out;
  474. transition: all 0.2s ease-in-out;
  475. }
  476.  
  477. #ikari a:hover {
  478. color: {color:PermalinkBackground};
  479. background-color: {color:PermalinkText};
  480. }
  481.  
  482. ::-webkit-scrollbar-thumb:vertical {
  483. background-color: {color:text};
  484. border: 1px solid {color:background};
  485. height: 50px;
  486. }
  487.  
  488. ::-webkit-scrollbar {
  489. height: 10px;
  490. width: 5px;
  491. background-color: {color:background};
  492. }
  493.  
  494. #scrollToTop:link,
  495. #scrollToTop:visited {
  496. display: none;
  497. position: fixed;
  498. text-decoration: none;
  499. color: {color:text};
  500. padding: 0px 3px;
  501. font-family: monospace;
  502. text-transform: uppercase;
  503. letter-spacing: 1px;
  504. bottom: 5px;
  505. right: 5px;
  506. z-index: 9999999999999;
  507. }
  508.  
  509. h3 {
  510. font-family: monospace;
  511. letter-spacing: 2px;
  512. text-transform: uppercase;
  513. }
  514.  
  515. #shinkami {
  516. position: fixed;
  517. z-index: 9;
  518. bottom: 0px;
  519. left: 5px;
  520. text-decoration: none;
  521. font-family: consolas;
  522. }
  523.  
  524. #shinkami a {
  525. color: {color:text};
  526. text-decoration: none;
  527. }
  528.  
  529. </style>
  530.  
  531. {block:Ifinfinitescroll}
  532.  
  533. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  534.  
  535. {/block:Ifinfinitescroll}
  536.  
  537. </head>
  538. <body>
  539.  
  540. <div id="shinkami"><a href="http://bluenaegi.tumblr.com" title="theme by bluenaegi">©</a></div>
  541.  
  542. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  543. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  544. <a href="javascript:;" id="scrollToTop" rel="nofollow">back to top</a>
  545.  
  546. <div id="mari">
  547.  
  548. <div id="soryu">
  549.  
  550. <div class="zero">
  551. <a href="{text:link 01 url}" title="{text:link 01}">IIII</a>
  552. </div>
  553.  
  554. <div class="one">
  555. <a href="{text:link 02 url}" title="{text:link 02}">IIIII</a>
  556. </div>
  557.  
  558. <div class="two">
  559. <a href="{text:link 03 url}" title="{text:link 03}">IIIIII</a>
  560. </div>
  561.  
  562. <div class="three">
  563. <a href="{text:link 04 url}" title="{text:link 04}">IIIIIII</a>
  564. </div>
  565.  
  566. <div class="four">
  567. <a href="{text:link 05 url}" title="{text:link 05}">IIIIIIII</a>
  568. </div>
  569.  
  570. </div>
  571.  
  572. <div id="ayanami">
  573. {block:IfNotShowAvatar}<a href="/" title="{Title}"><img src="{image:side icon}"></a>{/block:IfNotShowAvatar}
  574. {block:IfShowAvatar}<a href="/" title="{Title}"><img src="{PortraitURL-128}"></a>{/block:IfShowAvatar}
  575. </div>
  576.  
  577. <div id="asuka">
  578.  
  579. {Description}
  580.  
  581. {block:IfNotinfinitescroll}
  582.  
  583. <div style="font-family: consolas; letter-spacing: 1px;">
  584. {block:Pagination}
  585. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  586. {block:JumpPagination length="5"}
  587. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  588. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  589. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  590. {/block:Pagination}
  591. </div>
  592.  
  593. {/block:IfNotinfinitescroll}
  594.  
  595. </div>
  596.  
  597. </div>
  598.  
  599. <div id="rei">
  600.  
  601. {block:Posts}
  602.  
  603. <div id="kaworu">
  604.  
  605. {block:Ifshowtags}
  606.  
  607. {block:HasTags}
  608.  
  609. {Block:IndexPage}
  610.  
  611. <div id="ikari">
  612. {block:Tags}<small>#</small> <a href="{TagURL}">{Tag}<br /></a>
  613. {/block:Tags}</div>
  614.  
  615. {/Block:IndexPage}
  616.  
  617. {/block:HasTags}
  618.  
  619. {/block:Ifshowtags}
  620.  
  621. {block:Text}
  622. {block:Title}<h2>{Title}</h2>{/block:Title}
  623. {Body}
  624. {/block:Text}
  625.  
  626. {block:Quote}
  627. <h3>"{Quote}"</h3>
  628. <div style="float: right;"> - {Source}</div><br />
  629. {/block:Quote}
  630.  
  631. {block:Link}
  632. <h2><a href="{URL}">{Name} →</a></h2>
  633. {block:Description}{Description}{/block:Description}
  634. {/block:Link}
  635.  
  636. {block:Photo}
  637. <center><img src="{block:If400px}{PhotoURL-400}{/block:If400px}{block:If500px}{PhotoURL-500}{/block:If500px}"/></center>
  638. {block:IfHideCaptions}{block:Caption}{Block:PermalinkPage}{Caption}{/Block:PermalinkPage}{/block:Caption}{/block:IfHideCaptions}
  639. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  640. {/block:Photo}
  641.  
  642. {block:Photoset}
  643. <center>{block:If400px}{Photoset-400}{/block:If400px}{block:If500px}{Photoset-500}{/block:If500px}</center>
  644. {block:IfHideCaptions}{block:Caption}{Block:PermalinkPage}{Caption}{/Block:PermalinkPage}{/block:Caption}{/block:IfHideCaptions}
  645. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  646. {/block:Photoset}
  647.  
  648. {block:Chat}
  649. {block:Title}<h2>{Title}</h2>{/block:Title}
  650. {block:Lines}
  651. {block:Label}<b>{Label}</b>{/block:Label}
  652. {Line}<br />
  653. {/block:Lines}
  654. {/block:Chat}
  655.  
  656. {block:Video}
  657. {block:If400px}{Video-400}{/block:If400px}{block:If500px}{Video-500}{/block:If500px}
  658. {block:IfHideCaptions}{block:Caption}{Block:PermalinkPage}{Caption}{/Block:PermalinkPage}{/block:Caption}{/block:IfHideCaptions}
  659. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  660. {/block:Video}
  661.  
  662. {block:Answer}
  663. <left><img src="{AskerPortraitURL-48}" align="left" style="margin-right:10px;background-color:#fff;opacity:0.9;padding:3px;border:1px solid {color:Borders}; margin-top: -3px;" ></left>
  664. {Asker} asked: {Question}
  665. <div style="border-bottom: 1px solid {color:Borders};"></div>
  666. {Answer}
  667. {/block:Answer}
  668.  
  669. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}{block:ifNotAlbumArt}<div class="albumart"><img src="http://31.media.tumblr.com/58f9ed2573d6cc71d1e805ff744d01df/tumblr_mjcin8WReA1rb8evoo2_r1_250.png"/></div>{/block:ifNotAlbumArt}<div class="playercontainer">{AudioPlayerWhite}</div>
  670. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  671. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></div><br />
  672. {block:IfHideCaptions}{block:Caption}{Block:PermalinkPage}{Caption}{/Block:PermalinkPage}{/block:Caption}{/block:IfHideCaptions}
  673. {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}{/block:Audio}
  674.  
  675. {block:ContentSource}
  676. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  677. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  678. {/block:SourceLogo}
  679. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  680. {/block:ContentSource}
  681.  
  682. </div>
  683.  
  684. {block:Date}
  685.  
  686. {Block:IndexPage}
  687.  
  688. <div id="nagisa">
  689. <a href="{Permalink}">{TimeAgo}</a>
  690. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  691. <a href="{ReblogURL}" target="blank">reblog</a>
  692. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">VIA</a> <a title="{ReblogRootName}" href="{ReblogRootURL}">SOURCE</a>{/block:RebloggedFrom}</div>
  693.  
  694. {/Block:IndexPage}
  695.  
  696. {Block:PermalinkPage}
  697.  
  698. <div id="shinji">
  699. Posted: {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} ({TimeAgo})
  700. </div>
  701.  
  702. {/Block:PermalinkPage}
  703.  
  704. {/block:Date}
  705.  
  706. {block:HasTags}
  707.  
  708. {Block:PermalinkPage}
  709.  
  710. <div id="shinji">
  711. Tagged: {block:Tags}<small>#</small><a href="{TagURL}">{Tag}</a>
  712. {/block:Tags}</div>
  713.  
  714. {/Block:PermalinkPage}
  715.  
  716. {/block:HasTags}
  717.  
  718. <div class="note">
  719. {block:PostNotes}
  720. {PostNotes}
  721. {/block:PostNotes}
  722. </div>
  723.  
  724. {/block:Posts}
  725.  
  726. </div>
  727.  
  728. </body>
  729. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement