wheretimeisendless

Theme #7

Jul 17th, 2012
1,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.08 KB | None | 0 0
  1. <!--
  2. theme originally by obeykidwauhl. highly edited by youroliviachachi.
  3. don't remove the credit ~
  4. -->
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  9.  
  10. <html lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
  14. <script type="text/javascript">
  15. WebFontConfig = {
  16. google: { families: [ 'Questrial::latin' ] }
  17. };
  18. (function() {
  19. var wf = document.createElement('script');
  20. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  21. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  22. wf.type = 'text/javascript';
  23. wf.async = 'true';
  24. var s = document.getElementsByTagName('script')[0];
  25. s.parentNode.insertBefore(wf, s);
  26. })(); </script>
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  32. <meta name="color:background" content="#ffffff"/>
  33. <meta name="color:text" content="#000"/>
  34. <meta name="color:title" content="#000"/>
  35. <meta name="color:link" content="#777"/>
  36. <meta name="color:hover" content="#000"/>
  37. <meta name="color:Link One" content="#E0AF8D"/>
  38. <meta name="color:Link Two" content="#D1B592"/>
  39. <meta name="color:Link Three" content="#D6CB9C"/>
  40. <meta name="color:Link Four" content="#D68B81"/>
  41. <meta name="color:ask background" content="#eeeeee"/>
  42. <meta name="color:quote" content="#727272"/>
  43. <meta name="color:quote credit" content="#000000"/>
  44. <meta name="image:sidebar" content="1"/>
  45. <meta name="if:show photo" content="0"/>
  46. <meta name="if:infinite scrolling" content="0"/>
  47. <meta name="if:show blog title" content="1"/>
  48. <meta name="if:tiny cursor with heart" content="1"/>
  49. <meta name="if:tiny scrollbar" content="1"/>
  50. <meta name="if:bottom links" content="1"/>
  51. <meta name="if:top links" content="1"/>
  52. <meta name="image:Background" content=""/>
  53. <meta name="text:sbartitle" content="" />
  54. <meta name="text:sbartext" content="" />
  55. <meta name="text:HomeTitle" content="canada"/>
  56. <meta name="text:AskTitle" content="mailbox"/>
  57. <meta name="text:BottomLinkTitle" content="linkies"/>
  58. <meta name="text:BottomLink" content="/links" />
  59. <meta name="text: link one" content=""/>
  60. <meta name="text: link one title" content=""/>
  61. <meta name="text: link two" content=""/>
  62. <meta name="text: link two title" content=""/>
  63. <meta name="text: link three" content=""/>
  64. <meta name="text: link three title" content=""/>
  65. <meta name="text: link four" content=""/>
  66. <meta name="text: link four title" content=""/>
  67. <meta name="text:sidebanner" content="i like this quote"/>
  68. <meta name="text:sidebanner2" content="donut judge me pls"/>
  69.  
  70. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71.  
  72. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  73.  
  74. <style type="text/css">
  75.  
  76. {block:iftinycursorwithheart}body, a, a:hover, a:visited {cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), progress;}{/block:iftinycursorwithheart}
  77.  
  78. body {
  79. margin:0px;
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;}
  84. body, div, p, textarea, submit, input{
  85. font-family: questrial;
  86. font-size: 13px;
  87. line-height:13px;
  88. letter-spacing:0px;
  89. color:{color:Text};
  90. }
  91.  
  92. @font-face {font-family: "short stack;";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  93. p {margin:0px; margin-top:0px;}
  94.  
  95. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  96.  
  97. @font-face {
  98. font-family: "dawning";
  99. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  100. }
  101.  
  102. {block:iftinyscrollbar}
  103. ::-webkit-scrollbar {width: 8px; height: 4px; background: {color:background}; }
  104.  
  105. ::-webkit-scrollbar-thumb { background-color: #fff; -webkit-border-radius: 1ex; border: 1px dashed black;}
  106. {/block:iftinyscrollbar}
  107.  
  108. p {
  109. margin:0px;
  110. margin-top:0px;
  111. }
  112.  
  113.  
  114. a:link, a:active, a:visited{
  115. color: {color:Link};
  116. text-decoration: none;
  117. -webkit-transition: color 0.3s ease-out;
  118. -moz-transition: color 0.3s ease-out;
  119. transition: color 0.3s ease-out;
  120. }
  121.  
  122. a:hover {
  123. color:{color:Hover};
  124. text-decoration: underline;
  125. -webkit-transition: all 0.2s linear;
  126. -webkit-transition: all 0.2s linear;
  127. -moz-transition: all 0.2s linear;
  128. transition: all 0.2s linear;
  129. text-shadow:1px 1px 5px #000;}
  130.  
  131.  
  132. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  133.  
  134. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  135.  
  136. div#center{
  137. margin:auto;
  138. position:relative;
  139. width:1250px;
  140. background-color:;
  141. overflow:auto;
  142. overflow-y:hidden;
  143. }
  144.  
  145. h3{
  146. font-family: stars;
  147. font-size: 80px;
  148. line-height: 12px;
  149. color: #A78282;
  150. font-weight: normal;
  151. line-height:15px;
  152. letter-spacing: 1px;
  153. font-style: normal;
  154. text-transform: lowercase;
  155. text-align: right;
  156. padding: 0px;
  157. margin:0px;
  158. }
  159.  
  160. div#content{
  161. float:right;
  162. width:500px;
  163. padding-left: 2px;
  164. padding-right: 2px;
  165. padding-top: 2px;
  166. padding-bottom: 2px;
  167. margin-right: 380px;
  168. margin-top: 1px;
  169. background: transparent;
  170. }
  171.  
  172. div#entry{
  173. width:500px;
  174. background: transparent;
  175. margin-top:2px;
  176. padding-left:2px;
  177. padding-right:2px;
  178. padding-top:2px;
  179. padding-bottom:1px;
  180. border: 0px solid gray !important;
  181. }
  182.  
  183. #permalink {position: absolute;margin-top: 1px;margin-left: 69px;opacity: 0;
  184. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  185. -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  186.  
  187. #entry:hover #permalink {margin-top: 14px;margin-left: 69px;opacity: 1;
  188. -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;
  189. -o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  190.  
  191. .countreblog {color: #FFFFFF;letter-spacing:1px; font-family: that one thing;font-size:11px;
  192. line-height:15px;margin: 2px;margin-top: 1px;
  193. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  194. background-repeat:repeat;border:1px solid rgba(0,0,0,0.1);padding:3px 5px;
  195. padding-top: 3px;padding-bottom: 4px;height: 20px;-webkit-border-radius:2px;
  196. moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
  197.  
  198. .countreblog a { color:#FFF; }
  199.  
  200. .perma{opacity: 0.0;filter: alpha(opacity = 0);margin-top: 0px;width: 60px;height: 30px;line-height: 30px;
  201. font-size: 9px;position:absolute;text-align: center;z-index:9999991; margin-top: 5px;margin-left: 4px;
  202. text-align: center;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  203. -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  204.  
  205. #entry:hover .perma {margin-top: 11px;-webkit-transition: all 0.4s ease-in-out;
  206. -moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  207. transition: all 0.4s ease-in-out;opacity: 1;}
  208.  
  209. .likep {display: inline;width: 21px;float: right;height: 20px;margin-left:-4px;overflow: hidden;
  210. position: relative;z-index: 9999999;-webkit-transition: all .4s ease;}
  211.  
  212. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  213. background-position: 0px 0px;display: block;z-index: 9999999;-webkit-transition: opacity 0.4s linear;
  214. opacity: 2; -webkit-transition: all 0.1s linear;-webkit-transition: all 0.1s linear;
  215. -moz-transition: all 0.1s linear;transition: all .1s linear;}
  216.  
  217. .likep img {width: 21px;height: 20px;-webkit-transition: opacity 0.4s linear; opacity: 2;
  218. -webkit-transition: all 0.1s linear;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;
  219. transition: all .1s linear;}
  220.  
  221. .rep img{width: 24px;height: 20px;line-height: 30px;display: inline;}
  222.  
  223. #bottomlinks{
  224. font-family: "Short Stack",cursive;
  225. text-transform:lowercase;
  226. font-size:15px;
  227. line-height:12px;
  228. font-weight:normal;
  229. padding:5px;
  230. text-align:center;
  231. margin-bottom:3px;
  232. border-bottom:1px dotted;}
  233.  
  234. #bottomlinks a:hover {
  235. opacity:0.9;
  236. letter-spacing: 3px;
  237. font-style:italic;
  238. }
  239.  
  240. #sidebar {
  241. position:fixed !important;
  242. width: 350px;
  243. height: auto;
  244. background-color: transparent;
  245. margin-left: 0px;
  246. margin-top: 50px;
  247. padding:0px;
  248. border: 0px solid gray;
  249. }
  250.  
  251. #link1 a{
  252. opacity: 0.5;
  253. color: black;
  254. position: fixed;
  255. background: {color:link one};
  256. display: inline-block;
  257. font-family: tinytots;
  258. font-size: 8px;
  259. text-align: center;
  260. text-transform: uppercase;
  261. line-height: 15px;
  262. height: 15px;
  263. width: 86px;
  264. transition: all 0.5s ease-out;
  265. -o-transition-transition: all 0.5s ease-out;
  266. -webkit-transition: all 0.5s ease-out;
  267. -moz-transition: all 0.5s ease-out;
  268. margin: 0px 0px 0px 0px;
  269. }
  270.  
  271. #link1 a:hover {
  272. padding-top: 50px;
  273. opacity: 0.9;
  274. color:{color:Hover};
  275. transition: all 0.5s ease-out;
  276. -o-transition-transition: all 0.5s ease-out;
  277. -webkit-transition: all 0.5s ease-out;
  278. -moz-transition: all 0.5s ease-out;
  279. }
  280.  
  281. #link2 a{
  282. opacity: 0.5;
  283. color: black;
  284. position: fixed;
  285. background: {color:link two};
  286. display: inline-block;
  287. font-family: tinytots;
  288. font-size: 8px;
  289. text-align: center;
  290. text-transform: uppercase;
  291. line-height: 15px;
  292. height: 15px;
  293. width: 86px;
  294. transition: all 0.5s ease-out;
  295. -o-transition-transition: all 0.5s ease-out;
  296. -webkit-transition: all 0.5s ease-out;
  297. -moz-transition: all 0.5s ease-out;
  298. margin: 0px 0px 0px 88px;
  299. }
  300.  
  301. #link2 a:hover {
  302. padding-top: 50px;
  303. opacity: 0.9;
  304. color:{color:Hover};
  305. transition: all 0.5s ease-out;
  306. -o-transition-transition: all 0.5s ease-out;
  307. -webkit-transition: all 0.5s ease-out;
  308. -moz-transition: all 0.5s ease-out;
  309. }
  310.  
  311. #link3 a{
  312. opacity: 0.5;
  313. color: black;
  314. position: fixed;
  315. background: {color:link three};
  316. display: inline-block;
  317. font-family: tinytots;
  318. font-size: 8px;
  319. text-align: center;
  320. text-transform: uppercase;
  321. line-height: 15px;
  322. height: 15px;
  323. width: 86px;
  324. transition: all 0.5s ease-out;
  325. -o-transition-transition: all 0.5s ease-out;
  326. -webkit-transition: all 0.5s ease-out;
  327. -moz-transition: all 0.5s ease-out;
  328. margin: 0px 0px 0px 176px;
  329. }
  330.  
  331. #link3 a:hover {
  332. padding-top: 50px;
  333. opacity: 0.9;
  334. color:{color:Hover};
  335. transition: all 0.5s ease-out;
  336. -o-transition-transition: all 0.5s ease-out;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;
  339. }
  340.  
  341. #link4 a{
  342. opacity: 0.5;
  343. color: black;
  344. position: fixed;
  345. background: {color:link four};
  346. display: inline-block;
  347. font-family: tinytots;
  348. font-size: 8px;
  349. text-align: center;
  350. text-transform: uppercase;
  351. line-height: 15px;
  352. height: 15px;
  353. width: 86px;
  354. transition: all 0.5s ease-out;
  355. -o-transition-transition: all 0.5s ease-out;
  356. -webkit-transition: all 0.5s ease-out;
  357. -moz-transition: all 0.5s ease-out;
  358. margin: 0px 0px 0px 264px;
  359. }
  360.  
  361. #link4 a:hover {
  362. padding-top: 50px;
  363. opacity: 0.9;
  364. color:{color:Hover};
  365. transition: all 0.5s ease-out;
  366. -o-transition-transition: all 0.5s ease-out;
  367. -webkit-transition: all 0.5s ease-out;
  368. -moz-transition: all 0.5s ease-out;
  369. }
  370.  
  371.  
  372. div#sidebanner{
  373. position: fixed !important;
  374. font-size: 20pt;
  375. font-family: dawning;
  376. text-shadow: 1px 1px 4px #ffffff;
  377. background-color: transparent;
  378. letter-spacing: px;
  379. text-shadow:2px 2px 12px #000;
  380. line-height: 22pt;
  381. padding: 2px;
  382. color:{color:quote};
  383. text-align:center;
  384. margin-top:430px;
  385. margin-left:880px;
  386. width:485px;
  387. }
  388.  
  389. div#sidebanner2{
  390. position: fixed !important;
  391. font-family: littlefont;
  392. text-shadow: 1px 1px 4px #ffffff;
  393. text-shadow:2px 2px 12px #000;
  394. font-size: 8px;
  395. font-weight: normal;
  396. color:{color:quote credit};
  397. text-align:center;
  398. margin-top:460px;
  399. margin-left:1050px;
  400. letter-spacing: 3px;
  401. text-transform: uppercase;
  402. }
  403.  
  404. #title {
  405. font-size:30px;
  406. text-align:center;
  407. font-family: "Loved by the King", cursive;
  408. letter-spacing: 2px;
  409. text-shadow:black 1px 1px 0.5em;
  410. line-height:110%}
  411.  
  412. #sidebartext {
  413. font-size:12px;
  414. text-align:center;
  415. font-family: questrial;
  416. line-height:110%;
  417. margin-bottom:10px}
  418.  
  419. #pagination {
  420. font-family:questrial;
  421. text-align:center;
  422. font-size:42px;
  423. }
  424.  
  425. #postnotes{
  426. text-align: justify;}
  427.  
  428. #postnotes blockquote{
  429. border: 0px;}
  430.  
  431. .title{
  432. font-family: "Loved by the king", cursive;
  433. text-shadow:black 1px 1px 0.5em;
  434. font-size: 23px;
  435. letter-spacing: 1px;
  436. line-height: 20px;
  437. color: {color:Title};
  438. }
  439.  
  440. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  441. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  442. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  443.  
  444. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  445.  
  446. blockquote{
  447. padding:0px 0px 2px 5px;
  448. margin:0px 0px 2px 1px;
  449. border-left: 1px dotted #555555;
  450. }
  451.  
  452. blockquote p, ul{
  453. margin:0px;
  454. padding:0px;
  455. }
  456.  
  457.  
  458. a img{border: 0px;}
  459.  
  460. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  461.  
  462. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  463. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  464.  
  465. .notes img{width:10px; position:relative; top:3px;}
  466.  
  467. .permalink{
  468. font-family: questrial;
  469. font-size:11px;
  470. line-height:12px;
  471. display: block;
  472. text-align: right;
  473. text-decoration: none;
  474. }
  475.  
  476.  
  477. small{font-size: 90%;}
  478.  
  479.  
  480. </style>
  481.  
  482.  
  483. <link rel="shortcut icon" href="{Favicon}">
  484. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  485. <meta name="viewport" content="width=820" />
  486.  
  487. </head>
  488. <body>
  489.  
  490. <div id="cage">
  491. <div id="center">
  492. <div id="sidebar">
  493. <div id="title"><a href="/">{text:sbartitle}</a></div>
  494. <div id="sidebartext">{text:sbartext}</div>
  495. {block:iftoplinks}
  496. <div id="link1">
  497. <a href="{text: link one}">{text: link one title}</a></div>
  498. <div id="link2">
  499. <a href="{text: link two}">{text: link two title}</a></div>
  500. <div id="link3">
  501. <a href="{text: link three}">{text: link three title}</a></div>
  502. <div id="link4">
  503. <a href="{text: link four}">{text: link four title}</a></div>
  504. {/block:iftoplinks}
  505. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=350px></a>{/block:ifshowphoto}
  506. <center><h3 style="font-size: 11pt; line-height: 12px; letter-spacing: 0px; z-index: 1; text-align: right; border-bottom:0px dashed #aaa; margin-top: 3px;"></h3></center>{/block:ifshowblogtitle}
  507. <center>{block:ifbottomlinks}<div id="bottomlinks"><a href="/"><a href="/">{text:HomeTitle}</a> • <a href="/ask">{text:AskTitle}</a> • <a href="{text:BottomLink}">{text:BottomLinkTitle}</a></a></div></center>{/block:ifbottomlinks}
  508. <center><p>{Description}</p></center>
  509. <p><em><strong><br /></strong></em></p>
  510. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></center>
  511. </div>
  512.  
  513. <div id="sidebanner"> {text:sidebanner} </div>
  514. <div id="sidebanner2"> {text:sidebanner2} </div>
  515.  
  516. <div id="content">
  517. {block:Posts}
  518. <div id="entry">
  519.  
  520. {block:Answer}
  521. <div style="font-size: 14px; background-color:{color:ask background}; border-radius:10px; color:{color:text}; padding: 10px 10px 10px 10px;"/>
  522. {Asker} moaned my name then said, "{Question}"<br></div>
  523. <div style="font-family: Questrial; font-size: 11px;">
  524. {Answer}
  525. </div><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></align>{/block:Answer}
  526.  
  527. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span>
  528. {/block:text}
  529.  
  530. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>{/block:link}
  531.  
  532. {block:Photo}
  533. {block:IndexPage}<div class="perma">
  534. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  535. </div> <div id="permalink">
  536. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:IndexPage}<center>{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px></a>{LinkCloseTag}</center>
  537. {/block:Photo}
  538.  
  539. {block:Photoset}{block:IndexPage}<div class="perma">
  540. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  541. </div> <div id="permalink">
  542. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:IndexPage}
  543. <div class="photoset">{Photoset-500}</div>
  544. {/block:Photoset}
  545.  
  546. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> </span>{/block:Quote}
  547.  
  548. {block:Chat}<div style="background-color:{color:Quote background}; padding: 4px;">{block:Title}<span class="title">{Title}</span>{/block:Title}
  549. <ul class="chat">{block:Lines} <li class="user_{UserNumber}"> {block:Label}
  550. <span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}
  551. </ul></div><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>{/block:Chat}
  552.  
  553.  
  554. {block:Audio}
  555. <center><div style="width:500px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  556. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  557. {/block:Audio}
  558.  
  559. {block:Video}{block:IndexPage}<div class="perma">
  560. <a href="{permalink}">{NoteCountWithLabel}</a> ·&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}<center>
  561. <div class="video">{Video-500}</div></center>
  562. {block:Video}
  563.  
  564. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  565.  
  566. {block:PostNotes}{PostNotes}
  567. {/block:PostNotes}
  568. </div>
  569.  
  570. {/block:Posts}
  571. </center>
  572. </div></div>
  573.  
  574. </div>
  575. </body>
  576. </a><div style="position:fixed; top:5px; left:5px;">
  577. <a href="http://youroliviachachi.tumblr.com/">credit</a>
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment