Advertisement
Korra

Theme: Oerba

May 24th, 2012
11,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.09 KB | None | 0 0
  1. <html>
  2.  
  3. <!---
  4.  
  5.  
  6. THEME: OERBA BY HEARTENS (HEARTENS.TUMBLR.COM)
  7.  
  8. - DO NOT REMOVE THE CREDITS OR MOVE IT TO A SECONDARY PAGE
  9. - DO NOT REUPLOAD OR REDISTRIBUTE
  10. - DO NOT USE AS A BASE CODE
  11.  
  12.  
  13. - BACKGROUND CREDIT: SUBTLEPATTERNS.COM
  14. ____________________________________
  15.  
  16.  
  17. --->
  18.  
  19.  
  20.  
  21. <head>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29.  
  30. <meta name="color:background" content="#FFFCF5" />
  31. <meta name="color:scroll" content="#ffcc88" />
  32. <meta name="color:entry" content="#FFFFFF" />
  33. <meta name="color:text" content="#7A7474" />
  34. <meta name="color:header" content="#F79D7D" />
  35. <meta name="color:bold" content="#ffcc88" />
  36. <meta name="color:italic" content="#93bf58" />
  37.  
  38. <meta name="color:title bg" content="#faf3e0" />
  39. <meta name="color:sidebar" content="#ffffff" />
  40.  
  41. <meta name="color:link" content="#EBB671" />
  42. <meta name="color:border" content="#ffcc88" />
  43. <meta name="color:hover" content="#edefbc" />
  44.  
  45. <meta name="color:navigation border" content="#ffcc88" />
  46. <meta name="color:navigation hover" content="#edefbc" />
  47. <meta name="color:navigation text" content="#c0c28e" />
  48.  
  49.  
  50. <meta name="color:custom link" content="#faf3e0" />
  51. <meta name="color:custom text" content="#D3AF96" />
  52. <meta name="color:sidebar title" content="#726B6D" />
  53.  
  54. <meta name="color:tab 1" content="#ffee99" />
  55. <meta name="color:tab 2" content="#edefbc" />
  56. <meta name="color:tab 3" content="#fe8051" />
  57.  
  58. <meta name="font:body" content="arial" />
  59.  
  60. <meta name="if:Infinite Scrolling" content="0" />
  61. <meta name="if:Show Dates" content="0" />
  62. <meta name="if:Bigger Posts" content="0" />
  63. <meta name="if:Fading Images" content="1" />
  64. <meta name="if:Show Caption" content="0" />
  65. <meta name="if:Show Music Player" content="1" />
  66.  
  67. <meta name="text:Background Repeat" content="repeat"/>
  68. <meta name="text:Player URL" content=""/>
  69.  
  70. <meta name="image:Sidebar 1" content="http://static.tumblr.com/pkk9drj/jZQm4j2bg/de1.png"/>
  71. <meta name="image:Sidebar 2" content="http://static.tumblr.com/pkk9drj/AYdm4j2al/de2.png"/>
  72. <meta name="image:Background" content="http://static.tumblr.com/4hejznv/aJ2m3wvt7/square_bg.png"/>
  73.  
  74. <meta name="text:Link1" content="link title #1" />
  75. <meta name="text:Link1 URL" content="/"/>
  76. <meta name="text:Link2" content="link title #2" />
  77. <meta name="text:Link2 URL" content="/"/>
  78. <meta name="text:Link3" content="link title #3" />
  79. <meta name="text:Link3 URL" content="/"/>
  80. <meta name="text:Link4" content="link title #4" />
  81. <meta name="text:Link4 URL" content="/"/>
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86. body {
  87. background-image: url('{image:background}');
  88. background-color: {color:background};
  89. background-attachment: fixed;
  90. background-position: right bottom;
  91. background-repeat: {text:Background Repeat};
  92. color: {color:text};
  93. font-family: {font:body};
  94. font-size: 10px;
  95. }
  96.  
  97. @font-face {
  98. font-family: "Times";
  99. src: url(http://static.tumblr.com/4hejznv/nH6m3fpw8/opensans-condlight.ttf) format("truetype");
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height: 5px;
  104. width: 5px;
  105. background-color: {color:background};
  106. }
  107. ::-webkit-scrollbar-thumb:vertical {
  108. background-color: {color:scroll};
  109. height: 5px;
  110. }
  111. ::-webkit-scrollbar-thumb:vertical:hover{
  112. background-color: {color:scroll};
  113. }
  114. ::-webkit-scrollbar-thumb:horizontal:hover{
  115. background-color: {color:scroll};
  116. }
  117.  
  118. a {
  119. color: {color:link};
  120. text-decoration: none;
  121. -webkit-transition: all 0.5s linear;
  122. -moz-transition: all 0.5s linear;
  123. -o-transition: all 0.5s linear;
  124. }
  125.  
  126. a:hover {
  127. color: {color:hover};
  128. }
  129.  
  130. #date {
  131. font-family: calibri;
  132. display:block;
  133. font-size: 8px;
  134. text-transform: uppercase;
  135. letter-spacing: 1px;
  136. font-style: none;
  137. height: auto;
  138. margin-top: -8px;
  139. margin: -2px 0px 1px 2px;
  140. padding: 5px;
  141. {block:IfBiggerPosts}margin-left: 510px;{/block:IfBiggerPosts}
  142. {block:IfNotBiggerPosts}margin-left: 415px;{/block:IfNotBiggerPosts}
  143. margin-top: -5px;
  144. {block:IfNotShowDates}
  145. opacity: 0;
  146. filter:alpha(opacity=0);{/block:IfNotShowDates}
  147. -webkit-transition: all 0.5s linear;
  148. -moz-transition: all 0.5s linear;
  149. -o-transition: all 0.5s linear;
  150. position:absolute;
  151. z-index: 999;
  152. }
  153.  
  154. {block:IfFadingImages}{block:IndexPage}
  155. .faded {
  156. opacity: 0.5;
  157. filter:alpha(opacity=50);
  158. -moz-opacity: 0.5;
  159. -webkit-transition: all 0.5s linear;
  160. -moz-transition: all 0.5s linear;
  161. -o-transition: all 0.5s linear;
  162. }{/block:IndexPage}{/block:IfFadingImages}
  163.  
  164.  
  165. {block:IfFadingImages}{block:IndexPage}.faded:hover {
  166. opacity: 0.9;
  167. filter:alpha(opacity=90);
  168. -moz-opacity: 0.9;
  169. }{/block:IndexPage}{/block:IfFadingImages}
  170.  
  171.  
  172. .entry:hover #date {
  173. height: auto;
  174. margin-top: -8px;
  175. {block:IfBiggerPosts}margin-left: 510px;{/block:IfBiggerPosts}
  176. {block:IfNotBiggerPosts}margin-left: 415px;{/block:IfNotBiggerPosts}
  177. {block:IfNotShowDates}
  178. opacity: 0.9;
  179. filter:alpha(opacity=90);
  180. -moz-opacity: 0.9; {/block:IfNotShowDates}
  181. -webkit-transition: all 0.5s linear;
  182. -moz-transition: all 0.5s linear;
  183. -o-transition: all 0.5s linear;
  184. position: absolute;
  185. }
  186.  
  187. #tdate {
  188. font-size: 10px;
  189. font-family: arial;
  190. border-left: 5px {color:tab 1} solid;
  191. padding-left: 5px;
  192. }
  193.  
  194. #origin {
  195. border-left: 5px {color:tab 2} solid;
  196. padding-left: 5px;
  197. }
  198.  
  199. #via {
  200. border-left: 5px {color:tab 3} solid;
  201. padding-left: 5px;
  202. }
  203.  
  204. .entry {
  205. {block:IfBiggerPosts}width: 500px;{/block:IfBiggerPosts}
  206. {block:IfNotBiggerPosts}width: 400px;{/block:IfNotBiggerPosts}
  207. background-color: {color:entry};
  208. padding: 10px;
  209. margin: 4px;
  210. overflow: hidden;
  211. -moz-box-shadow: 0px 1px 3px #e2e2e2;
  212. -webkit-box-shadow: 0px 1px 3px #e2e2e2;
  213. box-shadow: 0px 1px 3px #e2e2e2;
  214. }
  215.  
  216. .entry img {
  217. {block:IfBiggerPosts}max-width: 500px;{/block:IfBiggerPosts}
  218. {block:IfNotBiggerPosts}max-width: 400px;{/block:IfNotBiggerPosts}
  219. }
  220.  
  221. .entry b, #desc b, #navigation b, #source b, strong {
  222. color: {color:bold};
  223. }
  224.  
  225. .entry i, #desc i, #navigation i, #source i, em {
  226. color: {color:italic};
  227. }
  228.  
  229. .blockquote, .entry blockquote {
  230. font-size: 10px;
  231. border-left: 2px {color:border} solid;
  232. padding-left: 5px;
  233. }
  234.  
  235. #main {
  236. {block:IfBiggerPosts}width: 530px;{/block:IfBiggerPosts}
  237. {block:IfNotBiggerPosts}width: 430px;{/block:IfNotBiggerPosts}
  238. margin-left: 520px;
  239. padding: 4px;
  240. background-attachment: fixed;
  241. background-repeat: repeat;
  242. }
  243.  
  244. #title {
  245. background-color: {color:title bg};
  246. color: {color:sidebar title};
  247. font-family: "Times";
  248. font-size: 12pt;
  249. text-align: center;
  250. text-transform: uppercase;
  251. padding: 4px;
  252. width: 250px;
  253. margin-bottom: 5px;
  254. }
  255.  
  256. #title a:hover {
  257. color: {color:hover};
  258. }
  259.  
  260. .header {
  261. color: {color:header};
  262. font-family: "Times";
  263. font-size: 14pt;
  264. text-align: left;
  265. line-height: 17px;
  266. padding-left: 10px;
  267. letter-spacing: -1px;
  268. text-transform: uppercase;
  269. border-left: solid {color:header} 20px;
  270. }
  271.  
  272. .quote {
  273. color: {color:header};
  274. font-family: "Times";
  275. font-size: 14pt;
  276. text-align: left;
  277. line-height: 17px;
  278. padding-left: 10px;
  279. letter-spacing: -1px;
  280. text-transform: uppercase;
  281. }
  282.  
  283. #source {
  284. font-family: {font:body};
  285. font-size: 6pt;
  286. text-align: right;
  287. margin-top: 5px;
  288. text-transform: uppercase;
  289. }
  290.  
  291. .ask img {
  292. float: left;
  293. max-height: 48px;
  294. margin-right: 5px;
  295. vertical-align:top;
  296. -webkit-border-radius: 48px;
  297. -moz-border-radius: 48px;
  298. border-radius: 48px;
  299. }
  300.  
  301. .ask {
  302. position: relative;
  303. background-color: {color:title bg};
  304. padding: 10px;
  305. {block:IfBiggerPosts}width: 490px;{/block:IfBiggerPosts}
  306. {block:IfNotBiggerPosts}width: 390px;{/block:IfNotBiggerPosts}
  307. display: block;
  308. margin-top: -5px;
  309. margin-left: -5px;
  310. }
  311.  
  312. .asktitle:first-letter {
  313. font-size: 22px;
  314. text-transform: uppercase;
  315. }
  316.  
  317. .asktitle {
  318. font-family: "Times";
  319. font-size: 12pt;
  320. color: {color:header};
  321. text-align: left;
  322. line-height: 60%
  323. margin-bottom: 10px;
  324. text-transform: uppercase;
  325. }
  326.  
  327. .end {
  328. width: 500px;
  329. color: {color:text};
  330. }
  331.  
  332. #tags {
  333. {block:IfBiggerPosts}width: 512px;{/block:IfBiggerPosts}
  334. {block:IfNotBiggerPosts}width: 412px;{/block:IfNotBiggerPosts}
  335. margin-left: -10px;
  336. margin-top: 10px;
  337. margin-bottom: 10px;
  338. text-transform: uppercase;
  339. padding: 2px;
  340. font-size: 9px;
  341. padding-left: 6px;
  342. letter-spacing: 1px;
  343. text-align: center;
  344. line-height: 10px;
  345. }
  346.  
  347. .qarrow {
  348. font-size: 30px;
  349. color: {color:title bg};
  350. {block:IfBiggerPosts}margin-left: 240px;{/block:IfBiggerPosts}
  351. {block:IfNotBiggerPosts}margin-left: 210px;{/block:IfNotBiggerPosts}
  352. z-index: 999;
  353. margin-top: -15px;
  354. margin-bottom: -10px;
  355. }
  356.  
  357. ol.notes, .notes li {
  358. padding: 0px;
  359. margin-left: 25px;
  360. }
  361.  
  362. .notes img {
  363. -webkit-border-radius: 16px;
  364. -moz-border-radius: 16px;
  365. border-radius: 16px;
  366. }
  367.  
  368. #melody{
  369. position: fixed;
  370. width: 130px;
  371. z-index: 0;
  372. padding: 5px;
  373. height: 35px;
  374. -webkit-transition: all 0.5s linear;
  375. -moz-transition: all 0.5s linear;
  376. -o-transition: all 0.5s linear;
  377. margin-top: 22px;
  378. margin-left: 358px;
  379. text-align: center;
  380. overflow: hidden;
  381. }
  382.  
  383. #melody:hover {
  384. height: 30px;
  385. padding: 5px;
  386. margin-top: 0px;
  387. text-align: center;
  388. }
  389.  
  390. #player {
  391. opacity: 0;
  392. width: 120px;
  393. filter:alpha(opacity=0);
  394. -webkit-transition: all 0.7s linear;
  395. -moz-transition: all 0.7s linear;
  396. -o-transition: all 0.7s linear;
  397. }
  398.  
  399. #melody:hover #player {
  400. opacity: 100;
  401. filter:alpha(opacity=1);
  402. }
  403.  
  404. .move {
  405. margin-left: -35px;
  406. }
  407.  
  408. .music {
  409. background-color: #e4e4e4;
  410. margin-bottom:0px;
  411. }
  412.  
  413. #sidebar {
  414. padding: 10px;
  415. margin-left: 140px;
  416. margin-top: 40px;
  417. position: fixed;
  418. width: 300px;
  419. -moz-box-shadow: 0px 0px 3px #e2e2e2;
  420. -webkit-box-shadow: 0px 0px 3px #e2e2e2;
  421. box-shadow: 0px 0px 3px #e2e2e2;
  422. background-color: {color:sidebar};
  423. z-index: 999;
  424. }
  425.  
  426. #sideimage {
  427. position:relative;
  428. height: 260px;
  429. width: 300px;
  430. margin:0 auto;
  431. z-index: 999;
  432. }
  433.  
  434. #sideimage img {
  435. position:absolute;
  436. left:0;
  437. height: 260px;
  438. width: 300px;
  439. -webkit-transition: opacity 1s ease-in-out;
  440. -moz-transition: opacity 1s ease-in-out;
  441. -o-transition: opacity 1s ease-in-out;
  442. -ms-transition: opacity 1s ease-in-out;
  443. transition: opacity 1s ease-in-out;
  444. }
  445.  
  446. #sideimage img.top:hover {
  447. opacity:0;
  448. }
  449.  
  450. #navigation {
  451. height: 260px;
  452. width: 0px;
  453. margin-left: -30px;
  454. top: 67px;
  455. position: fixed;
  456. overflow: hidden;
  457. padding: 10px;
  458. z-index: -1;
  459. -webkit-transition: all 0.5s linear;
  460. -moz-transition: all 0.5s linear;
  461. -o-transition: all 0.5s linear;
  462. border-left: 15px {color:custom link} solid;
  463. -webkit-border-top-left-radius: 10px;
  464. -webkit-border-bottom-left-radius: 10px;
  465. -moz-border-radius-topleft: 10px;
  466. -moz-border-radius-bottomleft: 10px;
  467. border-top-left-radius: 10px;
  468. border-bottom-left-radius: 10px;
  469. }
  470.  
  471. #ntext {
  472. width: 10px;
  473. font-family: "Times";
  474. text-transform: uppercase;
  475. font-size: 14px;
  476. margin-left: -23px;
  477. margin-top: 40px;
  478. position: fixed;
  479. z-index: 999;
  480. -webkit-transition: all 0.5s linear;
  481. -moz-transition: all 0.5s linear;
  482. -o-transition: all 0.5s linear;
  483. text-align: center;
  484. color: {color:custom text};
  485. }
  486.  
  487. #sidebar:hover #navigation {
  488. margin-left: -140px;
  489. width: 100px;
  490. -webkit-border-radius: 0px;
  491. -moz-border-radius: 0px;
  492. border-radius: 0px;
  493. border-left: 0px {color:custom link} solid;
  494. }
  495.  
  496. #sidebar:hover #ntext {
  497. opacity: 0;
  498. filter:alpha(opacity=0);
  499. -moz-opacity: 0;
  500. }
  501.  
  502. #desc {
  503. margin-top: 5px;
  504. font-family: tahoma;
  505. text-align: justify;
  506. font-size: 11px;
  507. }
  508.  
  509. #title2 {
  510. background-color: {color:title bg};
  511. color: {color:sidebar title};
  512. font-family: "Times";
  513. font-size: 12pt;
  514. text-align: center;
  515. text-transform: uppercase;
  516. border-left: 20px {color:tab 2} solid;
  517. border-right: 20px {color:tab 2} solid;
  518. width: 252px;
  519. margin-top: 8px;
  520. padding: 4px;
  521. line-height: 14px;
  522. height: auto;
  523. }
  524.  
  525. #misc {
  526. width: 100px;
  527. float: left;
  528. margin-top: 5px;
  529. }
  530.  
  531. .sidelinks {
  532. width: 60px;
  533. padding: 10px;
  534. margin-left: 11px;
  535. font-size: 9px;
  536. letter-spacing: 1px;
  537. margin-top: 2px;
  538. display: block;
  539. text-align: center;
  540. font-family: tahoma;
  541. background-color: {color:custom link};
  542. border-bottom: 1px {color:custom text} dotted;
  543. text-transform: uppercase;
  544. float: left;
  545. margin-bottom: 3px;
  546. color: {color:custom text};
  547. -webkit-transition: all 0.5s ease-in-out;
  548. -moz-transition: all 0.5s ease-in-out;
  549. -o-transition: all 0.5s ease-in-out;
  550. -moz-box-shadow: 0px 0px 4px #e2e2e2;
  551. -webkit-box-shadow: 0px 0px 4px #e2e2e2;
  552. box-shadow: 0px 0px 4px #e2e2e2;
  553. }
  554.  
  555. .sidelinks:hover {
  556. background-color: {color:navigation hover};
  557. color: {color:navigation text};
  558. border-bottom: 1px {color:navigation text} dotted;
  559. }
  560.  
  561. #perma {
  562. font-family: calibri;
  563. font-size: 10px;
  564. text-transform: lowercase;
  565. letter-spacing: 1px;
  566. text-align: left;
  567. padding-left: 5px;
  568. border-left: 20px {color:tab 2} solid;
  569. bottom: 10px;
  570. margin-bottom: 1px;
  571. margin-top: 10px;
  572. }
  573.  
  574. #permatags {
  575. font-family: calibri;
  576. font-size: 10px;
  577. text-transform: lowercase;
  578. letter-spacing: 1px;
  579. text-align: left;
  580. padding-left: 5px;
  581. border-left: 20px {color:tab 1} solid;
  582. bottom: 10px;
  583. }
  584.  
  585. #page {
  586. font-family: calibri;
  587. text-transform: uppercase;
  588. width: 280px;
  589. margin-top: 10px;
  590. text-align: center;
  591. line-height: 10px;
  592. font-size: 14px;
  593. }
  594.  
  595. #page span.pagenumber {
  596. padding: 4px;
  597. font-size: 14px;
  598. }
  599.  
  600. #quotation {
  601. float: left;
  602. margin-right: -5px;
  603. margin-top: 10px;
  604. font-size: 60px;
  605. z-index: -1;
  606. opacity: 0.1;
  607. filter:alpha(opacity=0.1);
  608. }
  609.  
  610. {CustomCSS}
  611. </style>
  612. </head>
  613.  
  614. {block:IfInfiniteScrolling}
  615. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  616. <body>
  617.  
  618. {IndexPage}{block:IfShowMusicPlayer}
  619. <div id="melody"><center><img src="http://media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"><br>
  620. {Block:IndexPage}<div id="player"> <div class="move">{text:Player URL}</div></div>{/Block:IndexPage}</center></div>{/block:IfShowMusicPlayer}
  621.  
  622. <div id="sidebar">
  623. <div id="sideimage">
  624. <img class="bottom" src="{image:sidebar 2}" />
  625. <img class="top" src="{image:sidebar 1}" />
  626. </div>
  627. <div id="title2">{Title}</div>
  628. <div id="desc">{Description}
  629. {block:IfNotInfiniteScrolling}<div id="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="5"} {block:CurrentPage}<span class="pagenumber">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination} </div>{/block:IfNotInfiniteScrolling}
  630. </div>
  631.  
  632.  
  633. <div id="navigation"><div id="ntext">N A V I G A T I O N</div>
  634. {block:ifLink1}<a href="{text:Link1 URL}" class="sidelinks">{text:Link1}</a>{/block:ifLink1}
  635. {block:ifLink2}<a href="{text:Link2 URL}" class="sidelinks">{text:Link2}</a>{/block:ifLink2}
  636. {block:ifLink3}<a href="{text:Link3 URL}" class="sidelinks">{text:Link3}</a>{/block:ifLink3}
  637. {block:ifLink4}<a href="{text:Link4 URL}" class="sidelinks">{text:Link4}</a>{/block:ifLink4}
  638. <center>
  639.  
  640. <center>
  641. <div id="misc">
  642. <a href="/" title="home"><img src="http://static.tumblr.com/4hejznv/G81m3efkm/home.png"></a>
  643. <a href="/archive" title="archive"><img src="http://static.tumblr.com/4hejznv/grym3efhz/ac.png"></a><br>
  644. <a href="/ask" title="ask"><img src="http://static.tumblr.com/4hejznv/z8Dm3efj3/msg.png"></a>
  645. <a href="http://heartens.tumblr.com" title="theme"><img src="http://static.tumblr.com/4hejznv/Rpcm3efjy/crd.png"></a></div></center>
  646. </div></center>
  647. </div>
  648. </div>
  649.  
  650.  
  651. <div class="autopagerize_page_element">
  652. {block:Posts}<div id="main">
  653. <div class="entry">
  654.  
  655. {block:IndexPage}
  656. {block:Date}<div id="date">
  657. <div id="tdate"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  658. {block:NoteCount}{block:RebloggedFrom}
  659. <div id="origin">origin: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  660. <div id="via">via: <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  661. {/block:RebloggedFrom}{/block:NoteCount}
  662. </div>
  663. {/block:Date}{/block:IndexPage}
  664.  
  665. {block:Text}
  666. {block:Title}<div class="header">{Title}</div>{/block:Title}{Body}
  667. {/block:Text}
  668.  
  669. {block:Photo}{LinkOpenTag}<div class="faded"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>{LinkCloseTag}
  670. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  671. {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
  672. {/block:Photo}
  673.  
  674. {block:Photoset}
  675. {block:IfBiggerPosts}<div class="faded">{Photoset-500}</div>{/block:IfBiggerPosts}
  676. {block:IfNotBiggerPosts}<div class="faded">{Photoset-400}</div>{/block:IfNotBiggerPosts}
  677. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  678. {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
  679. {/block:Photoset}
  680.  
  681. {block:Quote}<div class="quote">
  682. <div id="quotation">❝</div>
  683. {Quote}</div>
  684. {block:Source}<div id="source"> —{Source}</div>{/block:Source}
  685. {/block:Quote}
  686.  
  687. {block:Link}
  688. <div class="header"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  689. {/block:Link}
  690.  
  691. {block:Chat}{block:Title}
  692. <div class="header">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  693. {/block:Chat}
  694.  
  695. {block:Audio}<center><div class="music">{AudioPlayerGrey}</div>
  696. <b>{block:Artist}{Artist}{/block:Artist}</b> - {block:TrackName}{TrackName}{/block:TrackName} ({PlayCountWithLabel})</center>
  697. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  698. {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
  699. {/block:Audio}
  700.  
  701. {block:Video}
  702. {block:IfBiggerPosts}{Video-500}{/block:IfBiggerPosts}
  703. {block:IfNotBiggerPosts}{Video-400}{/block:IfNotBiggerPosts}
  704. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  705. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  706. {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
  707. {/block:Video}
  708.  
  709. {block:Answer}
  710. <div class="ask"><img src="{AskerPortraitURL-48}" align="left"><div class="asktitle">{Asker} asked:</div> {Question}</div> <div class="qarrow">◤</div>{Answer}
  711. {/block:Answer}
  712.  
  713. {block:IndexPage}
  714. {block:Date}<div id="perma">posted at <a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  715. {/block:NoteCount}
  716. </div>
  717. <div id="permatags">{block:HasTags}Tags: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:Date}
  718. {/block:IndexPage}
  719. </div>
  720.  
  721. {block:PermalinkPage}
  722. <div class="end"><div id="tags">
  723. {block:Date}Posted: <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} | <a href="{Permalink}"> {NoteCountWithLabel}</a> (<a href="{ReblogURL}">Reblog</a>){/block:NoteCount}
  724. {block:RebloggedFrom}<br> origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a>, via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  725. {block:HasTags}<br>Tags: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  726.  
  727. {block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  728. {/block:PermalinkPage}
  729. </div>
  730. {/block:Posts}
  731.  
  732.  
  733. </div>
  734. </body>
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement