Advertisement
Ditasaur

Kitasu Theme

Sep 22nd, 2012
24,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 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. <!-- KITASU THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. ---------------------RULES--------------------------------
  8.  
  9. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  10. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  11. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  12. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  13. *DO NOT TAKE MY CREDITS OUT
  14.  
  15. ----------------------FAQ---------------------------------
  16. 1. I will not help with customizing my themes or other themes.
  17. 2. Check ALL of the appearance options before asking a question.
  18. 3. I do not compile or give any codes for anyone, im not a coding machine.
  19. 4. I do not take theme requests no matter how much you beg.
  20. 5. My themes are not means to be used as base codes for anything.
  21. 6. If you do not want infinite scrolling, just uncheck it.
  22. 7. If your infinite scrolling is not working, thats because you have a SCM music player.
  23. 8. To find the install link, go to the first post of the live previews.
  24. 9. For more questions, please go to http://ramyeons.tumblr.com and visit the FAQ links.
  25.  
  26.  
  27. -->
  28.  
  29. <head>
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}" />
  32.  
  33. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}"/>
  37. {/block:Description}
  38.  
  39.  
  40. {block:ifinfinitescrolling}
  41. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  42.  
  43.  
  44.  
  45. <!--BASIC FLUFF-->
  46.  
  47. <meta name="if:500px posts" content="1"/>
  48. <meta name="if:400px posts" content="0"/>
  49. <meta name="if:250px posts" content="0"/>
  50. <meta name="if:Image Opacity" content="1"/>
  51. <meta name="if:Cute Cursor" content="1"/>
  52. <meta name="if:Infinite Scrolling" content="1"/>
  53. <meta name="if:Show Permalink" content="1"/>
  54.  
  55.  
  56. <meta name="text:Links Height" content="0px"/>
  57. <meta name="text:Links Height Hover" content="20px"/>
  58. <meta name="text:Music Player Code" content=""/>
  59. <meta name="text:Corner Image Location" content=""/>
  60. <meta name="text:Link 1" content=""/>
  61. <meta name="text:Link 1 URL" content=""/>
  62. <meta name="text:Link 2" content=""/>
  63. <meta name="text:Link 2 URL" content=""/>
  64. <meta name="text:Link 3" content=""/>
  65. <meta name="text:Link 3 URL" content=""/>
  66. <meta name="text:Link 4" content=""/>
  67. <meta name="text:Link 4 URL" content=""/>
  68.  
  69.  
  70. <meta name="image:Background" content="http://static.tumblr.com/iuggpng/khtmai9vq/lightgraystripes.png"/>
  71. <meta name="image:Sidebar IMG" content="http://static.tumblr.com/iuggpng/ETJmai9vd/kitasusidebarpic.png"/>
  72. <meta name="image:Top Bar IMG" content="http://static.tumblr.com/iuggpng/4Jmmai9w6/darkcircles.png"/>
  73. <meta name="image:Corner Image" content=""/>
  74.  
  75.  
  76. <meta name="color:Scrollbar" content="#ccc"/>
  77. <meta name="color:Background" content="#fff"/>
  78. <meta name="color:Link" content="#eee"/>
  79. <meta name="color:Link Hover" content="#000"/>
  80. <meta name="color:Posts BG" content="#fff"/>
  81. <meta name="color:Text" content="#222"/>
  82. <meta name="color:Text Shadow" content="#eee"/>
  83. <meta name="color:Post Titles" content="#aaa"/>
  84. <meta name="color:Chat Post Underline" content="#eee"/>
  85. <meta name="color:Blockquote Side Border" content="#eee"/>
  86. <meta name="color:Permalink" content="#aaa"/>
  87. <meta name="color:Title Text" content="#000"/>
  88. <meta name="color:Title Border Bottom" content="#aaa"/>
  89. <meta name="color:Pic Border 1" content="#fff"/>
  90. <meta name="color:Pic Border 2" content="#f7f7f7"/>
  91. <meta name="color:Pic Border 3" content="#fcfcfc"/>
  92. <meta name="color:Pic Border 4" content="#eee"/>
  93. <meta name="color:Desc Bracket" content="#fff"/>
  94. <meta name="color:Desc Text" content="#aaa"/>
  95. <meta name="color:Links BG" content="#ddd"/>
  96. <meta name="color:Links Color" content="#aaa"/>
  97. <meta name="color:Links Text Shadow" content="#ccc"/>
  98. <meta name="color:Pag BG" content="#f9f9f9"/>
  99. <meta name="color:Pag Color" content="#bbb"/>
  100. <meta name="color:Pag Current Text" content="#aaa"/>
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  111.  
  112.  
  113. <style type="text/css">
  114. {CustomCSS}
  115.  
  116. ::-moz-selection{
  117. background:#000;color:#fff;
  118. }
  119.  
  120. ::selection{
  121. background:#000;color:#fff;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:40px;}
  125.  
  126. ::-webkit-scrollbar {height:0px;width:4px;background-color:white;}
  127.  
  128.  
  129. iframe#tumblr_controls {
  130. right:3px !important;
  131. top:80px !important;
  132. position: fixed !important;
  133. -webkit-transition: opacity 0.7s linear;
  134. opacity: 0.6;
  135. -webkit-transition: all 0.8s ease-out;
  136. -moz-transition: all 0.8s ease-out;
  137. transition: all 0.8s ease-out;
  138. }
  139.  
  140. iframe#tumblr_controls:hover {
  141. -webkit-transition: opacity 0.7s linear;
  142. opacity: 1;
  143. -webkit-transition: all 0.4s ease-out;
  144. -moz-transition: all 0.4s ease-out;
  145. transition: all 0.4s ease-out;
  146. }
  147.  
  148. body{
  149. background-image:url("{image:Background}");
  150. background-color:{color:Background};
  151. background-repeat:repeat;
  152. background-attachment:fixed;
  153. color:{color:Text};
  154. font-family:calibri;
  155. font-size:11px;
  156. {block:ifcutecursor}cursor: url(http://i932.photobucket.com/albums/ad167/DottyDita/1338348137_cursor-small.png), progress !important;{/block:ifcutecursor}
  157. }
  158.  
  159. a, a:link, a:visited, a:active{
  160. color:black;
  161. z-index:999;
  162. text-decoration:none;
  163. letter-spacing:1px;
  164. -webkit-transition: all 0.4s ease-out;
  165. -moz-transition: all 0.4s ease-out;
  166. transition: all 0.4s ease-out;
  167. }
  168.  
  169. a:hover {
  170. color:#eee;
  171. text-decoration:none;
  172. {block:ifcutecursor} cursor: url(http://i932.photobucket.com/albums/ad167/DottyDita/1338348137_cursor-small.png), progress !important;{/block:ifcutecursor}
  173. -webkit-transition: all 0.4s ease-out;
  174. -moz-transition: all 0.4s ease-out;
  175. transition: all 0.4s ease-out;
  176. }
  177.  
  178.  
  179. #posts {
  180. position:absolute;
  181. top:100px;
  182. right:500px;
  183.  
  184. }
  185.  
  186. .posteu {
  187. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  188. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  189. {block:if400pxposts}width:400px;{/block:if400pxposts}
  190. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  191. margin-bottom:35px;
  192. font-family:calibri;
  193. font-size:10px;
  194. height:auto;
  195. overflow:hidden;
  196. color:{color:Text};
  197. background-color:{color:Posts BG};
  198. padding:10px;
  199. opacity:1;
  200. -moz-text-shadow: 1px 1px 1px {color:Text Shadow};
  201. -webkit-text-shadow: 1px 1px 1px {color:Text Shadow};
  202. text-shadow: 1px 1px 1px {color:Text Shadow};
  203. -webkit-transition: all 0.4s ease-out;
  204. -moz-transition: all 0.4s ease-out;
  205. transition: all 0.4s ease-out;
  206. }
  207.  
  208.  
  209. .title, .linktitle {
  210. font-family:print;
  211. letter-spacing:5px;
  212. font-size:19px;
  213. line-height:20px;
  214. text-align:center;
  215. color:{color:Post Titles};
  216. text-transform:uppercase;
  217. }
  218.  
  219. .title a, .linktitle a{
  220. color:#aaa;
  221. letter-spacing:4px;
  222. }
  223.  
  224. .texts, .chat, .link, .quote, .audio{
  225. font-family:calibri;
  226. font-size:10px;
  227. line-height:15px;
  228. margin-bottom:5px;
  229. margin-top:5px;
  230. color:{color:Text};
  231. padding:5px;
  232. letter-spacing:0px;
  233.  
  234. }
  235.  
  236. {block:IndexPage}{block:ifimageopacity}
  237.  
  238. .posteu img, .posteu a img {
  239. margin-bottom:-3px;
  240. opacity:.9;
  241. -webkit-transition: all 0.4s ease-out;
  242. -moz-transition: all 0.4s ease-out;
  243. transition: all 0.4s ease-out;
  244. }
  245.  
  246. .posteu img:hover, .posteu a img:hover {
  247. opacity:1;
  248. -webkit-transition: all 0.4s ease-out;
  249. -moz-transition: all 0.4s ease-out;
  250. transition: all 0.4s ease-out;
  251. }
  252. {/block:ifimageopacity}{/block:IndexPage}
  253.  
  254. {block:Ifshowpermalink}{block:IndexPage}
  255. #perm {
  256. {block:IndexPage}width:auto;{/block:IndexPage}
  257. position:absolute;
  258. color:{color:Permalink};
  259. z-index:999;
  260. padding:4px;
  261. margin-top:-5px;
  262. margin-left:-30px;
  263. opacity:0;
  264. }
  265. {/block:IndexPage}
  266.  
  267. #perm a {
  268. color:{color:Permalink};
  269. }
  270.  
  271. .posteu:hover #perm {
  272. opacity:1;
  273. }
  274.  
  275. #reblog {
  276. overflow:hidden;
  277. width:7px;
  278. padding:10px;
  279. margin-left:-10px;
  280. height:1px;
  281. font-family:consolas;
  282. font-size:9px;
  283. margin-top:-5px;
  284. text-transform:uppercase;
  285. }
  286.  
  287. #reblog:hover {
  288. height:70px;
  289.  
  290. }
  291.  
  292. {/block:Ifshowpermalink}
  293.  
  294. #permalink {
  295. width:500px;
  296. padding:5px;
  297. height:auto;
  298. background-color:{color:Posts BG};
  299. color:{color:Text};
  300. font-family:consolas;
  301. font-size:8px;
  302. text-transform:uppercase;
  303. letter-spacing:1px;
  304. }
  305.  
  306. #taemin {
  307. display:block;
  308. background-color:{color:Posts BG};
  309. width:500px;
  310. padding:0px;
  311.  
  312. }
  313.  
  314. #askpic {
  315. margin-right:5px;
  316. float:left;
  317. -moz-border-radius:100px;
  318. border-radius:100px;
  319. }
  320.  
  321. blockquote {
  322. padding:5px;
  323. border-left:3px solid {color:Blockquote Side Border};
  324. }
  325.  
  326. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 15px 24px 13px 16px;}
  327.  
  328.  
  329. .playbox {background-color: #fff; opacity:.9; position: absolute; z-index: 1000; margin-top:70px; margin-left:70px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
  330.  
  331. .playbox:hover { opacity:1;
  332. }
  333.  
  334.  
  335. @font-face {font-family: "onuava";src: url('http://static.tumblr.com/iuggpng/OCkm4x5h8/onuava__.ttf');}
  336.  
  337. @font-face {font-family: "sunrise";src: url('http://static.tumblr.com/iuggpng/Hb7m72lin/blackout_sunrise.ttf');}
  338.  
  339. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  340.  
  341. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  342.  
  343. @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
  344.  
  345. @font-face {font-family: "neou bold";src: url('http://static.tumblr.com/iuggpng/0eTm6pndc/neou-bold.ttf');}
  346.  
  347. @font-face {font-family: "neou thin";src: url('http://static.tumblr.com/iuggpng/c0Jm6pnei/neou-thin.ttf');}
  348.  
  349. @font-face {font-family: "directory";src: url('http://static.tumblr.com/iuggpng/pTym6pnf7/directory.ttf');}
  350.  
  351.  
  352. #trans, .trans {
  353. -webkit-transition: all 0.8s ease-out;
  354. -moz-transition: all 0.8s ease-out;
  355. transition: all 0.8s ease-out;
  356. }
  357.  
  358.  
  359. #trans2, .trans2 {
  360. -webkit-transition: all 0.3s ease-out;
  361. -moz-transition: all 0.3s ease-out;
  362. transition: all 0.3s ease-out;
  363. }
  364.  
  365. {block:ifcornerimagelocation}.corner {
  366. position:fixed;
  367. bottom:0px;
  368. {text:Corner Image Location}:0px;
  369. opacity:1;
  370. z-index:999;
  371. }
  372. {/block:ifcornerimagelocation}
  373.  
  374. {block:ifmusicplayercode}
  375. .music {
  376. overflow:hidden;
  377. width:70px;
  378. height:100px;
  379. position:fixed;
  380. bottom:0px;
  381. left:0px;
  382. }
  383.  
  384. .music:hover {
  385. width:400px;
  386. }
  387. {/block:ifmusicplayercode}
  388.  
  389.  
  390. .joon {
  391. position:fixed;
  392. right:310px;
  393. top:85px;
  394. z-index:9999;
  395.  
  396. }
  397.  
  398. .hyukjae {
  399. right:310px;
  400. top:95px;
  401. position:fixed;
  402. z-index:10;
  403. width:100px;
  404. padding:6px;
  405. font-size:10px;
  406. color:{color:Desc Text};
  407. height:90px;
  408. text-align:center;
  409. overflow:hidden;
  410. }
  411.  
  412. .eunhyuk {
  413. position:fixed;
  414. top:70px;
  415. width:130px;
  416. right:290px;
  417. }
  418.  
  419. .tehbotol {
  420. padding:3px;
  421. font-size:8px;
  422. padding-top:150px;
  423. background-color:{color:Links BG};
  424. color:{color:Links Color};
  425. float:left;
  426. display:block;
  427. margin-right:10px;
  428. padding-bottom:10px;
  429. -moz-border-radius:0px 0px 100px 100px;
  430. border-radius:0px 0px 100px 100px;
  431. -moz-text-shadow: 1px 1px 1px {color:Links Text Shadow};
  432. -webkit-text-shadow: 1px 1px 1px {color:Links Text Shadow};
  433. text-shadow: 1px 1px 1px {color:Links Text Shadow};
  434. border-top:{text:Links Height} solid {color:Links BG};
  435. }
  436.  
  437. .tehbotol:hover {
  438. border-top:{text:Links Height Hover} solid {color:Links BG};
  439. }
  440.  
  441. .eunhyuk a {
  442. color:{color:Links Color};
  443. }
  444.  
  445. #one {
  446. padding-top:170px;
  447. }
  448.  
  449. #two {
  450. padding-top:200px;
  451. }
  452.  
  453. #sree {
  454. padding-top:150px;
  455. }
  456.  
  457. #eunhyuk {
  458. width:100%;
  459. left:0px;
  460. height:70px;
  461. top:0px;
  462. z-index:9999;
  463. position:fixed;
  464. background-image:url({image:Top Bar IMG});
  465. }
  466.  
  467.  
  468. #pic {
  469. background-color:{color:Pic Border 1};
  470. padding:5px;
  471. border:5px solid {color:Pic Border 2};
  472. width:100px;
  473. margin-bottom:-3px;
  474. }
  475.  
  476. .pic {
  477. width:120px;
  478. z-index:9999;
  479. padding:5px;
  480. background-color:{color:Pic Border 3};
  481. border:5px solid {color:Pic Border 4};
  482. }
  483.  
  484. .oppar:hover .hyukjae {
  485. width:150px;
  486. right:140px;
  487. }
  488.  
  489. .oppar:hover #buing {
  490. right:100px;
  491. }
  492.  
  493.  
  494. #buing {
  495. font-size:120px;
  496. color:{color:Desc Bracket};
  497. top:64px;
  498. z-index:99999;
  499. position:fixed;
  500. right:260px;
  501. }
  502.  
  503. .nav {
  504. position:absolute;
  505. width:10px;
  506. margin-top:7px;
  507. margin-left:-20px;
  508. line-height:28px;
  509. }
  510.  
  511. .nav a {
  512. opacity:.3;
  513. padding:3px;
  514. }
  515.  
  516. .nav a:hover {
  517. opacity:.8;
  518. }
  519.  
  520. #normal {
  521. font-size:8px;
  522. text-transform:uppercase;
  523. padding:2px;
  524. background-color:{color:Pag BG};
  525. color:{color:Pag Color};
  526. }
  527.  
  528. #current {
  529. background-color:transparent;
  530. color:{color:Pag Current Text};
  531. padding:2px;
  532. font-size:8px;
  533. text-transform:uppercase;
  534. }
  535.  
  536. .pag {
  537. width:200px;
  538. margin-top:35px;
  539. position:absolute;
  540. margin-left:110px;
  541. }
  542.  
  543. </style>
  544.  
  545. </head>
  546. <body>
  547.  
  548.  
  549. {block:ifmusicplayercode}<div class="music" id="trans">
  550. <img src="http://media.tumblr.com/tumblr_m1zdnpfn881r3we0y.gif" style="padding:10px; background-color:transparent;">
  551. <div style="margin-top:-40px; margin-left:80px;">{text:Music Player Code}
  552. </div></div>
  553. {/block:ifmusicplayercode}
  554.  
  555.  
  556. {block:ifcornerimagelocation}<img src="{image:Corner Image}" class="corner">{/block:ifcornerimagelocation}
  557.  
  558. <div id="eunhyuk"></div>
  559.  
  560. <div class="eunhyuk">
  561. {block:iflink1}<a title="{text:Link 1}" href="{text:Link 1 URL}" class="tehbotol">1</a>{/block:iflink1}
  562. {block:iflink2}<a title="{text:Link 2}" href="{text:Link 2 URL}" class="tehbotol" id="one">2</a>{/block:iflink2}
  563. {block:iflink3}<a title="{text:Link 3}" href="{text:Link 3 URL}" class="tehbotol" id="two">3</a>{/block:iflink3}
  564. {block:iflink4}<a title="{text:Link 4}" href="{text:Link 4 URL}" class="tehbotol" id="sree">4</a>{/block:iflink4}
  565.  
  566. </div>
  567.  
  568.  
  569. <div class="oppar">
  570. <div class="joon">
  571.  
  572. <div class="nav">
  573. <a title="home" href="/"><img src="http://static.tumblr.com/iuggpng/KDEm834n8/1335651555_home.gif"></a>
  574. <a title="message" href="/ask"><img src="http://static.tumblr.com/iuggpng/xvrm834ns/1335651574_mail.gif"></a>
  575. <a title="past" href="/archive"><img src="http://static.tumblr.com/iuggpng/sQfm834o6/1335651585_calendar.gif"></a>
  576. <a title="theme" href="http://hobakjeon.tumblr.com" target="new"><img src="http://static.tumblr.com/iuggpng/qX2m834op/1335651580_heart.gif"></a>
  577.  
  578. </div>
  579.  
  580.  
  581.  
  582. <div class="pic">
  583.  
  584. <img src="{image:Sidebar IMG}" id="pic">
  585. <div style="margin-top:20px; position:absolute; font-size:8px; text-transform:uppercase; margin-left:110px; letter-spacing:5px; color:{color:Title Text}; border-bottom:1px solid {color:Title Border Bottom}; padding-left:10px; padding-right:10px;">{Title}</div>
  586. {block:ifnotinfinitescrolling}
  587. <div class="pag">
  588. {block:Pagination}
  589. {block:PreviousPage}<a href="{PreviousPage}" id="normal">←</a> {/block:PreviousPage}
  590.  
  591. {block:JumpPagination length="3"}
  592.  
  593. {block:CurrentPage}<span class="current_page" id="current">{PageNumber}</span> {/block:CurrentPage}
  594. {block:JumpPage}<a class="jump_page" href="{URL}" id="normal">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination}
  595.  
  596. {block:NextPage} <a href="{NextPage}" id="normal">→</a> {/block:NextPage}
  597.  
  598. {/block:Pagination}
  599. </div>
  600. {/block:ifnotinfinitescrolling}
  601. </div>
  602. </div>
  603.  
  604.  
  605. <div class="hyukjae" id="trans">
  606. <div id="buing" class="trans"> } </div>
  607. {Description}
  608. </div>
  609. </div>
  610.  
  611. <div id="posts">
  612. <div id="inpiniteu">
  613.  
  614. {block:Posts}
  615.  
  616. {block:ifinfinitescrolling}<div class="autopagerize_page_element">{/block:ifinfinitescrolling}
  617.  
  618.  
  619.  
  620. <div class="posteu">
  621.  
  622.  
  623. {block:Ifshowpermalink}
  624. {block:IndexPage}
  625. <div id="perm" class="trans">
  626. <a title="{NoteCountWithLabel} {block:HasTags} and tagged:{block:Tags}
  627. &#160# {Tag} {/block:Tags}{/block:HasTags}" href="{Permalink}">✖</a>
  628. <div id="reblog" class="trans"><a href="{ReblogURL}" target="new">r e b l o g</a></div>
  629. </div>
  630. {/block:IndexPage}
  631. {/block:Ifshowpermalink}
  632.  
  633.  
  634.  
  635. {block:Text}
  636. <div class="texts">
  637. {block:Title}
  638. <div class="title"><a href="{Permalink}">{Title}</a></div>
  639. {/block:Title}
  640. {Body}</div>
  641.  
  642. {/block:Text}
  643.  
  644.  
  645. {block:Photo}
  646. <a href="{Permalink}"><img class="photo"
  647. {block:IndexPage}
  648. {block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  649. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  650. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  651. {/block:IndexPage}
  652. {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage} alt="{PhotoAlt}"/></a>
  653. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  654. {/block:Photo}
  655.  
  656.  
  657. {block:Photoset}
  658. <div class="photoset">
  659. <a href="{Permalink}">
  660. {block:IndexPage}
  661. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  662. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  663. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  664. {/block:IndexPage}
  665. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  666. </a>
  667. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  668.  
  669. {/block:Photoset}
  670.  
  671.  
  672. {block:Quote}
  673. <div class="quote">
  674. " {Quote} "
  675. {block:Source}
  676. <div class="source">- {Source}</div>
  677. {/block:Source}
  678. </div>
  679. {/block:Quote}
  680.  
  681.  
  682. {block:Link}
  683. <div class="link">
  684. <div class="linktitle"><a href="{URL}" {Target}>{Name}</a></div>
  685. {block:Description}
  686. <div class="description">{Description}</div>
  687. {/block:Description}
  688. </div>
  689. {/block:Link}
  690.  
  691.  
  692. {block:Chat}
  693. <div class="post chat">
  694. {block:Title}
  695. <h3><a href="{Permalink}">{Title}</a></h3>
  696. {/block:Title}
  697. <div class="chat">
  698. {block:Lines}
  699. <div style=""><div class="{Alt} user_{UserNumber}"></div>
  700. {block:Label}
  701. <span class="label">{Label}</span>
  702. {/block:Label}
  703. {Line}</div>
  704. {/block:Lines}
  705. </div>
  706. </div>
  707. {/block:Chat}
  708.  
  709.  
  710. {block:Video}
  711. <div class="video">
  712. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  713. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  714. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  715. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  716. {block:PermalinkPage}{block:Caption}
  717. <div class="caption">{Caption}</div>
  718. {/block:Caption}{/block:PermalinkPage}
  719. </div>
  720. {/block:Video}
  721.  
  722.  
  723. {block:Audio}
  724. <div class="audio">
  725.  
  726. {block:IndexPage}<div class="playbox" id="trans"><div class="playbutton">{AudioPlayerWhite}</div></div>{/block:IndexPage}
  727.  
  728.  
  729. {block:AlbumArt}<div style="float:left; margin-top:-10px; margin-right:10px;">
  730. {block:PermalinkPage}<img src="{AlbumArtURL}" width="100" style="align:left;">{/block:PermalinkPage}
  731. {block:IndexPage}<img src="{AlbumArtURL}" width="200">{/block:IndexPage}
  732. </div>
  733.  
  734. {/block:AlbumArt}
  735.  
  736. {block:PermalinkPage}
  737. {AudioPlayerWhite}{/block:PermalinkPage}
  738.  
  739. {block:Artist}
  740. <p><b>ARTIST</b>: {Artist}
  741. {/block:Artist}
  742.  
  743. {block:Album}
  744. <br><b>ALBUM</b>: {Album}
  745. {/block:Album}
  746.  
  747. {block:TrackName}
  748. <br><b>TRACK</b>: {TrackName}
  749. {/block:TrackName}
  750.  
  751. {block:PlayCount}
  752. <br><b>PLAYS</b>: {FormattedPlayCount}
  753. {/block:PlayCount}
  754.  
  755. {block:PermalinkPage}{block:Caption}
  756. {Caption}
  757. {/block:Caption}{/block:PermalinkPage}
  758. </div>
  759. {/block:Audio}
  760.  
  761. {block:Answer}
  762. <div class="askeu">
  763. <div id="asku"><img src="{AskerPortraitURL-48}" id="askpic">
  764. <div style="border-bottom:1px dashed #eee; align:right;">→ {Asker} whispered : {Question}</div></div>
  765. {Answer}
  766. </div>
  767. {/block:Answer}
  768.  
  769.  
  770. {block:PermalinkPage}
  771. <div id="permalink">
  772. {block:Date}<div style="padding-bottom:2px; border-bottom:1px dashed #eee; font-family:open sans; text-transform:none; letter-spacing:0px; margin-left:-15px; font-size:15px; padding:3px; text-align:center; width:auto;">{DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}</div>
  773. {/block:Date}
  774. <div style="margin-top:5px;">
  775. Original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">
  776. {ReblogRootName}</a>
  777.  
  778. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  779. {/block:RebloggedFrom}
  780. <br>{NoteCountWithLabel}
  781. {block:HasTags}<br>tagged:{block:Tags}
  782. &#160<img src="http://static.tumblr.com/rltvkjt/krwlnxii3/mini.png"> <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  783.  
  784. <div style="margin-top:5px; border-bottom:1px solid #f8f8f8; padding-top:3px; padding-bottom:3px;">navigation: &nbsp;<a href="/">home</a> &nbsp; <a href="/ask">message</a> &nbsp; <a href="/archive">history</a> &nbsp; <a href="/random">random</a></div>
  785.  
  786. </div>
  787.  
  788. <div id="taemin">{PostNotes}</div>{/block:PermalinkPage}
  789. </div>
  790.  
  791. {/block:Posts}
  792.  
  793. </div>
  794. </div>
  795. {block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  796.  
  797. </body>
  798. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement