farflunghopes

rain

Oct 4th, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 KB | None | 0 0
  1. <!--- Theme 2 'Rain' by Brianna @ farflunghopes.tumblr.com
  2.  
  3. Rules:
  4. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  5. 2. Do not redistribute this theme.
  6. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  7. 4. Do not use this theme as a base code.
  8. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The sidebar image is automatically altered to fit the length of your screen. A small image will be stretched.
  15. - There are SIX extra links available. Add them under the appearance options. Keep the link names SHORT or the link will not be centered.
  16. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  17. - The posts can either be 400px wide or 500px wide. The default is 500px. For 400px posts select '400pxPosts' under the appearance options.
  18. - Hovering over the sidebar reveals the description. To have the description always visible, DESELECT 'DiscriptionHidden' under the appearance options.
  19. - Hovering over the posts reveals the post info (time stamp, note count, and reblog button). To have the info visible at all times, DESELECT 'HoverForInfo' under the appearance options.
  20. - Select/deselect 'ShowPageCount' to reveal/hide the Current Page of Total Pages.
  21. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  22.  
  23. Enjoy!
  24.  
  25. --->
  26.  
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29. <head><title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Arapey:400italic,400' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  39.  
  40. <meta name="color:background" content="#FFFFFF" />
  41. <meta name="color:entry" content="#CCCCCC" />
  42. <meta name="color:text" content="#555555" />
  43. <meta name="color:sidetext" content="#555555" />
  44. <meta name="color:description" content="#EEEEEE" />
  45. <meta name="color:infolink" content="#111111">
  46. <meta name="color:infolinkhover" content="#999999">
  47. <meta name="color:link" content="#333333" />
  48. <meta name="color:linkhover" content="#777777" />
  49. <meta name="color:sidelink" content="#333333" />
  50. <meta name="color:sidelinkhover" content="#999999" />
  51. <meta name="color:sidelinktext" content="#555555">
  52. <meta name="color:sidebar" content="#888888" />
  53. <meta name="color:sidebarborder" content="#555555">
  54. <meta name="color:pagination" content="#555555" />
  55. <meta name="color:paginationhover" content="#999999" />
  56. <meta name="color:scrollbar" content="#000000" />
  57. <meta name="color:scrollbarbg" content="#999999" />
  58. <meta name="color:highlight" content="#000000" />
  59. <meta name="color:hightlightext" content="#555555" />
  60.  
  61. <meta name="font:body" content="" />
  62. <meta name="font:sidebar" content="" />
  63.  
  64. <meta name="text:title2" content="Secondary Title">
  65. <meta name="text:bodyfontsize" content="11" />
  66. <meta name="text:bgimgposition" content="bottom right" />
  67. <meta name="text:link1" content="/" />
  68. <meta name="text:link1name" content="link 1" />
  69. <meta name="text:link2" content="/" />
  70. <meta name="text:link2name" content="link 2" />
  71. <meta name="text:link3" content="/" />
  72. <meta name="text:link3name" content="link 3" />
  73. <meta name="text:link4" content="/" />
  74. <meta name="text:link4name" content="link 4" />
  75. <meta name="text:link5" content="/" />
  76. <meta name="text:link5name" content="link 5" />
  77. <meta name="text:link6" content="/" />
  78. <meta name="text:link6name" content="link 6" />
  79.  
  80. <meta name="image:background" content="" />
  81. <meta name="image:sidebar" content="" />
  82.  
  83. <meta name="if:BackgroundImageRepeat" content="" />
  84. <meta name="if:400pxPosts" content="" />
  85. <meta name="if:HoverforInfo" content="1">
  86. <meta name="if:DescriptionHidden" content="1">
  87. <meta name="if:ShowPageCount" content="">
  88.  
  89. <style type="text/css">
  90.  
  91. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  92. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  93.  
  94. ::-webkit-scrollbar {
  95. width: 7px;
  96. background-color:{color:scrollbarbg};
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. width:7px;
  101. background-color:{color:scrollbar};
  102. }
  103.  
  104. ::selection {
  105. background: {color:highlight};
  106. color: {color:highlighttext};
  107. }
  108.  
  109. body {
  110. background:{color:background};
  111. font-family:{font:body};
  112. font-size:{text:bodyfontsize}px;
  113. line-height:95%;
  114. margin:0px;
  115. background-image:url('{image:background}');
  116. background-attachment:fixed;
  117. background-position:{text:bgimgposition};
  118. {block:IfBackgroundImageRepeat}
  119. background-repeat:repeat;
  120. {/block:IfBackgroundImageRepeat}
  121. {block:IfNotBackgroundImageRepeat}
  122. background-repeat:no-repeat;
  123. {/block:IfNotBackgroundImageRepeat}
  124. }
  125.  
  126. a {
  127. color:{color:link};
  128. text-decoration:none;
  129. outline:none;
  130. -webkit-transition: all 0.6s ease-out;
  131. -o-transition: all 0.6s ease-out;
  132. -webkit-transition: all 0.6s ease-out;
  133. -moz-transition: all 0.6s ease-out;
  134. }
  135.  
  136. a:hover {
  137. color:{color:linkhover};
  138. -webkit-transition: all 0.6s ease-out;
  139. -o-transition: all 0.6s ease-out;
  140. -webkit-transition: all 0.6s ease-out;
  141. -moz-transition: all 0.6s ease-out;
  142. }
  143.  
  144. img {
  145. border:none;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:1px solid {color:text};
  151. }
  152.  
  153. blockquote blockquote {
  154. padding-left:5px;
  155. border-left:1px solid {color:text};
  156. }
  157.  
  158. h1 {
  159. font-family: 'Arapey', serif;
  160. font-size:15px;
  161. font-style:italic;
  162. }
  163.  
  164. #entries {
  165. {block:If400pxPosts}
  166. width:400px;
  167. margin-left:36%;
  168. {/block:If400pxPosts}
  169. {block:IfNot400pxPosts}
  170. width:500px;
  171. margin-left:34%;
  172. {/block:IfNot400pxPosts}
  173. margin-top:20px;
  174. }
  175.  
  176. #post {
  177. background-color:{color:entry};
  178. color:{color:entry};
  179. {block:If400pxPosts}
  180. width:400px;
  181. {/block:If400pxPosts}
  182. {block:IfNot400pxPosts}
  183. width:500px;
  184. {/block:IfNot400pxPosts}
  185. padding:10px;
  186. overflow:hidden;
  187. color:{color:text};
  188. }
  189.  
  190. #post:hover #info {
  191. opacity:1;
  192. -webkit-transition: all 0.6s ease-out;
  193. -o-transition: all 0.6s ease-out;
  194. -webkit-transition: all 0.6s ease-out;
  195. -moz-transition: all 0.6s ease-out;
  196. }
  197.  
  198. #sidebar {
  199. position:fixed;
  200. width:300px;
  201. background-color:{color:sidebar};
  202. border-right: 10px solid {color:sidebarborder};
  203. height:100%;
  204. left:0px;
  205. top:0px
  206. }
  207.  
  208. #sidebar:hover #description{
  209. opacity:1;
  210. -webkit-transition: all 0.8s ease-out;
  211. -o-transition: all 0.8s ease-out;
  212. -webkit-transition: all 0.8s ease-out;
  213. -moz-transition: all 0.8s ease-out;
  214. }
  215.  
  216. #sidebar:hover #title {
  217. top:71%;
  218. -webkit-transition: all 0.8s ease-out;
  219. -o-transition: all 0.8s ease-out;
  220. -webkit-transition: all 0.8s ease-out;
  221. -moz-transition: all 0.8s ease-out;
  222. }
  223.  
  224. #sidebar:hover #title2 {
  225. margin-top:-10px;
  226. -webkit-transition: all 0.8s ease-out;
  227. -o-transition: all 0.8s ease-out;
  228. -webkit-transition: all 0.8s ease-out;
  229. -moz-transition: all 0.8s ease-out;
  230. padding-bottom:10px;
  231. }
  232.  
  233. #linksbar {
  234. position:fixed;
  235. width:150px;
  236. height:100%;
  237. {block:IfNot400pxPosts}
  238. right:0%;
  239. {/block:IfNot400pxPosts}
  240. {block:If400pxPosts}
  241. right:5%;
  242. {/block:If400pxPosts}
  243. top:0px;
  244. border-left:1px solid {color:sidebarborder};
  245. }
  246.  
  247. #links {
  248. left:0px;
  249. width:50px;
  250. {block:IfShowPageCount}
  251. margin-top:-370px;
  252. {/block:IfShowPageCount}
  253. {block:IfNotShowPageCount}
  254. margin-top:100px;
  255. {/block:IfNotShowPageCount};
  256.  
  257. }
  258.  
  259. #links a{
  260. text-align:center;
  261. width:1px;
  262. height:44px;
  263. display:block;
  264. margin-bottom:2px;
  265. color:transparent;
  266. background-color:{color:sidelink};
  267. line-height:10px;
  268. font-size:10px;
  269. border:3px double {color:sidelink};
  270. }
  271.  
  272. #links a:hover{
  273. width:45px;
  274. height:27px;
  275. padding-top:17px;
  276. background-color:{color:sidelinkhover};
  277. color:{color:sidelinktext};
  278. border:3px double {color:sidelinktext};
  279. }
  280.  
  281. #sidebarimage {
  282. height:100%;
  283. }
  284.  
  285.  
  286. #sidebarimage img {
  287. width:300px;
  288. height:100%;
  289. }
  290.  
  291. #title {
  292. position:absolute;
  293. width:220px;
  294. padding:10px 5px 10px 5px;
  295. background-color:{color:description};
  296. font-family: 'Arapey', serif;
  297. font-size:20px;
  298. left:35px;
  299. font-style:italic;
  300. text-align:center;
  301. border: 3px solid {color:sidebarborder};
  302. -webkit-transition: all 0.8s ease-out;
  303. -o-transition: all 0.8s ease-out;
  304. -webkit-transition: all 0.8s ease-out;
  305. -moz-transition: all 0.8s ease-out;
  306. {block:IfNotDescriptionHidden}
  307. top:71%;
  308. {/block:IfNotDescriptionHidden}
  309. {block:IfDescriptionHidden}
  310. top:85%;
  311. {/block:IfDescriptionHidden}
  312. }
  313.  
  314. #title2 {
  315. font-family:georgia;
  316. text-transform:uppercase;
  317. letter-spacing:3px;
  318. word-spacing:3px;
  319. font-size:7px;
  320. text-align:center;
  321. {block:IfDescriptionHidden}
  322. margin-top:0px;
  323. -webkit-transition: all 0.8s ease-out;
  324. -o-transition: all 0.8s ease-out;
  325. -webkit-transition: all 0.8s ease-out;
  326. -moz-transition: all 0.8s ease-out;
  327. {/block:IfDescriptionHidden}
  328. {block:IfNotDescriptionHidden}
  329. margin-top:-10px;
  330. padding-bottom:10px;
  331. {/block:IfNotDescriptionHidden}
  332. }
  333.  
  334.  
  335. #description {
  336. position:absolute;
  337. padding:7px;
  338. padding-bottom:1px;
  339. margin-left:35px;
  340. top:75%;
  341. text-align:left;
  342. font-size:10px;
  343. z-index:9999;
  344. width:216px;
  345. height:auto;
  346. font-family:{font:sidebar};
  347. line-height:95%;
  348. color:{color:sidetext};
  349. border-left:3px solid {color:sidebarborder};
  350. border-right:3px solid {color:sidebarborder};
  351. border-bottom:3px solid {color:sidebarborder};
  352. background-color:{color:description};
  353. {block:IfDescriptionHidden}
  354. opacity:0;
  355. -webkit-transition: all 0.8s ease-out;
  356. -o-transition: all 0.8s ease-out;
  357. -webkit-transition: all 0.8s ease-out;
  358. -moz-transition: all 0.8s ease-out;
  359. {/block:IfDescriptionHidden}
  360. }
  361.  
  362. #pagination1 {
  363. position:absolute;
  364. font-size:11px;
  365. font-family:{font:sidebar}
  366. color:{color:pagination};
  367. margin-left:20px;
  368. top:70px;
  369. }
  370.  
  371. #pagination1 a{
  372. color:{color:pagination};
  373. font-size:25px;
  374. }
  375.  
  376. #pagination1 a:hover{
  377. color:{color:paginationhover};
  378. }
  379.  
  380. #pagination2 {
  381. position:absolute;
  382. font-size:11px;
  383. font-family:{font:sidebar}
  384. color:{color:pagination};
  385. margin-left:20px;
  386. top:580px;
  387. }
  388.  
  389. #pagination2 a{
  390. color:{color:pagination};
  391. font-size:25px;
  392. }
  393.  
  394. #pagination2 a:hover{
  395. color:{color:paginationhover};
  396. }
  397.  
  398. #number {
  399. font-size:50px;
  400. line-height:100px;
  401. font-family: 'Arapey', serif;
  402. margin-top:170px;
  403. margin-left:65px;
  404. color:{color:pagination};
  405.  
  406. }
  407.  
  408. #info {
  409. position:absolute;
  410. margin-top:15px;
  411. border-left:1px solid {color:sidebarborder};
  412. width:80px;
  413. font-size:8px;
  414. padding-top:3px;
  415. padding-bottom:3px;
  416. font-family:georgia;
  417. text-transform:lowercase;
  418. padding-left:4px;
  419. {block:IfNot400pxPosts}
  420. margin-left:515px;
  421. {/block:IfNot400pxPosts}
  422. {block:If400pxPosts}
  423. margin-left:415px;
  424. {/block:If400pxPosts}
  425. {block:IfHoverforInfo}
  426. opacity:0;
  427. -webkit-transition: all 0.6s ease-out;
  428. -o-transition: all 0.6s ease-out;
  429. -webkit-transition: all 0.6s ease-out;
  430. -moz-transition: all 0.6s ease-out;
  431. {/block:IfHoverforInfo}
  432. {block:IfNotHoverforInfo}
  433. opacity:1;
  434. {/block:IfNotHoverforInfo}
  435. }
  436.  
  437. #info a {
  438. color:{color:infolink};
  439. }
  440.  
  441. #info a:hover {
  442. color:{color:infolinkhover};
  443. }
  444.  
  445. #source {
  446. text-align:center;
  447. margin-top:5px;
  448. padding-top:5px;
  449. margin-left:15px;
  450. font-style:italic;
  451. text-transform:uppercase;
  452. font-family:georgia;
  453. font-size:8px;
  454. {block:IfNot400pxPosts}
  455. width:470px;
  456. {/block:IfNot400pxPosts}
  457. {block:If400pxPosts}
  458. width:370px;
  459. {/block:If400pxPosts}
  460. border-top:1px solid {color:sidebar2};
  461. font-family:{font:body};
  462. }
  463.  
  464. #tags{
  465. text-align:center;
  466. top:-10px;
  467. font-family:{font:body};
  468. font-size:8px;
  469. font-family:georgia;
  470. }
  471.  
  472. #tags a{
  473. color:{color:link};
  474. -webkit-transition: all 0.6s ease-out;
  475. -o-transition: all 0.6s ease-out;
  476. -webkit-transition: all 0.6s ease-out;
  477. -moz-transition: all 0.6s ease-out;
  478. }
  479.  
  480. #tags a:hover{
  481. color:{color:linkhover};
  482. -webkit-transition: all 0.6s ease-out;
  483. -o-transition: all 0.6s ease-out;
  484. -webkit-transition: all 0.6s ease-out;
  485. -moz-transition: all 0.6s ease-out;
  486. }
  487.  
  488. #asker {
  489. margin-left:10px;
  490. margin-top:10px;
  491. }
  492.  
  493. .audio {
  494. margin-right:5px;
  495. width:70px;
  496. float:left;
  497. }
  498.  
  499. .hidden {
  500. width:70px;
  501. height:73px;
  502. }
  503.  
  504. .pull {
  505. margin-left:4px;
  506. margin-top:-6px;
  507. }
  508.  
  509. .tumblr_audio_player {
  510. margin:0px;
  511. padding:0px;
  512. width:500px;
  513. height:50px;
  514. }
  515.  
  516. .player {
  517. width:35px;
  518. height:37px;
  519. margin-left:10px;
  520. margin-top:10px;
  521. background-color:#999;
  522. overflow:hidden;
  523. position:absolute;
  524. opacity:0.7;
  525. background-color:#fff;
  526. border:7px solid #ECECEC;
  527. -webkit-transition: all 0.3s ease-out;
  528. -o-transition: all 0.3s ease-out;
  529. -webkit-transition: all 0.3s ease-out;
  530. -moz-transition: all 0.3s ease-out;
  531. }
  532.  
  533. .player:hover {
  534. opacity:1;
  535. -webkit-transition: all 0.3s ease-out;
  536. -o-transition: all 0.3s ease-out;
  537. -webkit-transition: all 0.3s ease-out;
  538. -moz-transition: all 0.3s ease-out;
  539. }
  540.  
  541. .caption {
  542. margin-top:20px;
  543. }
  544.  
  545. .audio img{
  546. max-width: 70px;
  547. height: auto;
  548. }
  549.  
  550. .song {
  551. margin-left:80px;
  552. margin-top:-58px;
  553. font-family:geneva;
  554. line-height:15px;
  555. text-transform:uppercase;
  556. font-size:12px;
  557. padding-bottom:15px;
  558. }
  559.  
  560. .quotation {
  561. font-family: 'Love Ya Like A Sister', cursive;
  562. font-size:38px;
  563. margin-top:10px;
  564. }
  565.  
  566. .quote {
  567. margin-top:-15px;
  568. }
  569.  
  570. #credit {
  571. position:fixed;
  572. right:-1px;
  573. bottom:-1px;
  574. font-family: 'Allura', cursive;
  575. font-size:15px;
  576. background-color:#FFFFFF;
  577. padding:5px;
  578. border: 1px solid #CCCCCC;
  579. border-radius:10px 0px 0px 0px;
  580. }
  581.  
  582. {CustomCSS}</style></head>
  583. <body>
  584.  
  585. <div id="sidebar">
  586.  
  587. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  588.  
  589. <div id="description">
  590.  
  591. {block:IfTitle2}<div id="title2">{text:title2}</div>{/block:IfTitle2}
  592.  
  593. {Description}<p></div>
  594.  
  595. <div id="title">{Title}</div>
  596.  
  597. </div>
  598.  
  599. <div id="linksbar">
  600.  
  601. {block:IfShowPageCount}<div id="number"><em>{CurrentPage} <br>of<br> {TotalPages}</em></div>{/block:IfShowPageCount}
  602.  
  603. <div id="links">
  604. <center>
  605. <a href="/">home</a>
  606. <a href="/ask">ask</a>
  607. <a href="/archive">index</a>
  608. {block:IfLink1Name}
  609. <a href="{text:link1}">{text:link1name}</a>
  610. {/block:IfLink1Name}
  611. {block:IfLink2Name}
  612. <a href="{text:link2}">{text:link2name}</a>
  613. {/block:IfLink2Name}
  614. {block:IfLink3Name}
  615. <a href="{text:link3}">{text:link3name}</a>
  616. {/block:IfLink3Name}
  617. {block:IfLink4Name}
  618. <a href="{text:link4}">{text:link4name}</a>
  619. {/block:IfLink4Name}
  620. {block:IfLink5Name}
  621. <a href="{text:link5}">{text:link5name}</a>
  622. {/block:IfLink5Name}
  623. {block:IfLink6Name}
  624. <a href="{text:link6}">{text:link6name}</a>
  625. {/block:IfLink6Name}
  626. </center>
  627. </div>
  628.  
  629. {block:Pagination}
  630.  
  631. <div id="pagination1">
  632. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  633.  
  634. <div id="pagination2">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  635.  
  636. {/block:Pagination}
  637.  
  638. </div>
  639.  
  640. <div id="credit"><a href="http://farflunghopes.tumblr.com">theme</a></div>
  641.  
  642. <div id="entries">{block:Posts}<div id="post">
  643.  
  644. <div id="info">
  645. {block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}<br>{NoteCountWithLabel}</a><br>
  646. <a href="{ReblogURL}">reblog</a></div>
  647.  
  648. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  649.  
  650. {block:Photo}{LinkOpenTag}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  651.  
  652. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  653.  
  654. {block:Quote}<div class="quotation">"</div><div class="quote">&nbsp&nbsp&nbsp&nbsp&nbsp{Quote}"</div>{block:Source}<br>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp—{Source}{/block:Source}{/block:Quote}
  655.  
  656. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  657.  
  658. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  659.  
  660. {block:Audio}
  661. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  662. <div class="hidden"><div class="player"><div class="pull">{AudioPlayerWhite}</div></div></div>
  663. <div class="song">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>
  664. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  665. {/block:Audio}
  666.  
  667. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  668.  
  669. {block:Answer}<img src="{AskerPortraitURL-24}"><div id="asker">{Asker}:<br>{Question}</div><br>{Answer}{/block:Answer}
  670.  
  671. {block:RebloggedFrom}<div id="source">via <a href="{ReblogParentURL}">{ReblogParentName}</a>, {block:ContentSource}© <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:RebloggedFrom}
  672.  
  673. {block:HasTags}<div id="tags">{block:Tags}&nbsp;#&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  674.  
  675. </div>
  676.  
  677. <br><br>
  678.  
  679. {block:PostNotes}{PostNotes}{/block:PostNotes}
  680. {/block:Posts}</div>
  681.  
  682. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment