wheretimeisendless

Theme #2

Jun 16th, 2012
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.14 KB | None | 0 0
  1. <!--
  2. theme by youroliviachachi.tumblr.com
  3. please dont remove the credit thanks
  4. -->
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  9.  
  10. <html lang="en">
  11. <head>
  12. <!-- DEFAULT VARIABLES -->
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#000"/>
  16. <meta name="color:title" content="#000"/>
  17. <meta name="color:linkhover" content="#0360f0" />
  18. <meta name="color:shadow" content="#000000" />
  19. <meta name="color:link" content="#777"/>
  20. <meta name="color:link1" content="#AD94A8"/>
  21. <meta name="color:link2" content="#D4B8CE"/>
  22. <meta name="color:link3" content="#E7CFE2"/>
  23. <meta name="color:link4" content="#F3E3F0"/>
  24. <meta name="color:link5" content="#FDF5FC"/>
  25. <meta name="color:permalink" content="#fff"/>
  26. <meta name="if:infinite scrolling" content="1"/>
  27. <meta name="if:show arrows" content="0"/">
  28. <meta name="if:show blog title" content="0"/">
  29. <meta name="image:sidebar" content="1"/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="if:show photo" content="0"/>
  32. <meta name="if:tiny scrollbar" content="1"/>
  33. <meta name="text:Heart Link" content="" />
  34. <meta name="text:Link One Title" content=""/>
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link Two Title" content=""/>
  37. <meta name="text:Link Two" content=""/>
  38. <meta name="text:Link Three Title" content=""/>
  39. <meta name="text:Link Three" content=""/>
  40. <meta name="text:Link Four Title" content=""/>
  41. <meta name="text:Link Four" content=""/>
  42. <meta name="text:Link Five Title" content=""/>
  43. <meta name="text:Link Five" content=""/>
  44.  
  45. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. #biter
  53.  
  54. #bite a {display:block}
  55.  
  56. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  57.  
  58. #bite:hover .death {margin-top:1px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  59.  
  60.  
  61. {block:iftinyscrollbar}
  62. ::-webkit-scrollbar {width: 4px; height: 4px; background: #FFFFFF; }
  63.  
  64. ::-webkit-scrollbar-thumb { background-color: #858585; -webkit-border-radius: 0px; outline:1px solid rgba(0, 0, 0, .1); border:2px solid rgba(0, 0, 0, .05);}
  65. {/block:iftinyscrollbar}
  66.  
  67. body {
  68. margin:0px;
  69. background-color: {color:Background};
  70. background-image:url({image:Background});
  71. background-attachment: fixed;
  72. background-repeat: repeat;}
  73. body, div, p, textarea, submit, input{
  74. font-family: 'Short Stack', cursive;
  75. font-size: 12px;
  76. line-height:12px;
  77. letter-spacing:px;
  78. color:{color:Text}
  79. }
  80.  
  81. p {
  82. margin:0px;
  83. margin-top:0px;
  84. }
  85.  
  86. a:link, a:active, a:visited{
  87. color: {color:Link};
  88. text-decoration: none;
  89. -webkit-transition: color 0.3s ease-out;
  90. -moz-transition: color 0.3s ease-out;
  91. transition: color 0.3s ease-out;
  92. }
  93.  
  94. a:hover{
  95. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  96. -webkit-transition: all 0.4s ease-in;
  97. -moz-transition: all 0.4s ease-in;
  98. -o-transition: all 0.4s ease-in;
  99. transition: all 0.4s ease-in;
  100. }
  101.  
  102. div#center{
  103. margin:auto;
  104. position:relative;
  105. width:800px;
  106. background-color:;
  107. overflow:auto;
  108. overflow-y:hidden;
  109. }
  110.  
  111. div#content{
  112. float:right;
  113. width:423px;
  114. padding:1px;
  115. padding-top:0px;
  116. margin-top:0px;
  117. margin-right:150px;
  118. }
  119.  
  120. #sidebar {
  121. width:320px;
  122. margin-left:-100px;
  123. margin-top:50px;
  124. position:fixed;
  125. overflow:hidden;
  126. background-color: #fff;
  127. border-left:0px solid;
  128. border-right:3px solid;
  129. padding:0px}
  130.  
  131. div#sidebar2{
  132. position:fixed !important;
  133. width: 1px;
  134. height:auto;
  135. margin: 100px 0px 0px 683px;
  136. text-align:center;
  137. background-color: {color:background};
  138. background-image:url({image:Background});
  139. }
  140.  
  141. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  142.  
  143. div#entry{
  144. width:450px;
  145. margin-top:1px;
  146. background-color: #fff;
  147. padding: 2px;
  148. border: 0px solid #aaa;
  149. }
  150.  
  151. #postnotes{
  152. text-align: justify;
  153. }
  154.  
  155. #postnotes blockquote{
  156. border: 0px;
  157. }
  158.  
  159. .title{
  160. font-family: 'Coming Soon', cursive;
  161. font-size: 23px;
  162. line-height: 18px;
  163. color: {color:Title};
  164. }
  165.  
  166. blockquote{
  167. padding:0px 0px 2px 5px;
  168. margin:0px 0px 2px 1px;
  169. border-left: 2px solid #888;
  170. }
  171.  
  172. blockquote p, ul{
  173. margin:0px;
  174. padding:0px;
  175. }
  176.  
  177. a img{border: 0px;}
  178. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  179. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  180. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  181. .notes img{width:10px; position:relative; top:3px;
  182. }
  183.  
  184. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  185.  
  186. #entry .permalink{
  187. margin-right: -10px;
  188. width:40px;
  189. height: 40px;
  190. padding: 5px;
  191. border-radius: 45px;
  192. margin-top: 5px;
  193. margin-left:5px;
  194. position: absolute;
  195. font-family: 'Short Stack', cursive;
  196. text-transform:uppercase;
  197. font-size: 8px;
  198. text-align: center;
  199. overflow:hidden;
  200. opacity: 0.0;
  201. background-color:{color:permalink};
  202. -webkit-transition: color 0.5s ease-in;
  203. -moz-transition: color 0.5s ease-in;
  204. border: 1px solid #aaa;
  205. }
  206.  
  207. #entry:hover .permalink{
  208. margin-right: 250px;
  209. overflow:visible;
  210. -webkit-transition: opacity 0.4s linear;
  211. opacity: 0.8;
  212. -webkit-transition: all 0.4s linear;
  213. -moz-transition: all 0.4s linear;
  214. transition: all 0.4s linear;
  215. }
  216.  
  217.  
  218. #permalink{
  219. background-color:{color:background}
  220. margin:2px 0px 2px 0px;
  221. font-family:Short Stack;
  222. font-size:9px;
  223. text-transform: lowercase;
  224. color:{color:text};
  225. letter-spacing: 2px;
  226. text-align:right;
  227. padding:2px;}
  228.  
  229. .perma2{
  230. background-color:{color:background}
  231. margin:2px 0px 2px 0px;
  232. font-family:'Short Stack', cursive;
  233. font-size:9px;
  234. text-transform: lowercase;
  235. color:{color:text};
  236. letter-spacing: 0px;
  237. text-align:right;
  238. padding:2px;}
  239.  
  240. .blogtitle{
  241. font-size: 33px;
  242. font-family: 'Coming Soon', cursive;
  243. line-height:32px;
  244. color:#757575;
  245. text-align:center;
  246. }
  247.  
  248. #link1 a{
  249. opacity: 0.8;
  250. color: black;
  251. position: fixed;
  252. background-color: {color:link1};
  253. display: block;
  254. font-family: 'Coming Soon', cursive;
  255. font-size: 8px;
  256. text-transform: uppercase;
  257. text-align:right;
  258. line-height: 26px;
  259. height: 28px;
  260. width: 50px;
  261. padding: 8px;
  262. transition: all 0.5s ease-out;
  263. -o-transition-transition: all 0.5s ease-out;
  264. -webkit-transition: all 0.5s ease-out;
  265. -moz-transition: all 0.5s ease-out;
  266. margin: 0px 0px 0px 0px;
  267. }
  268.  
  269. #link1 a:hover{
  270. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  271. padding-left: 40px;
  272. opacity: 0.9;
  273. transition: all 0.5s ease-out;
  274. -o-transition-transition: all 0.5s ease-out;
  275. -webkit-transition: all 0.5s ease-out;
  276. -moz-transition: all 0.5s ease-out;
  277. }
  278.  
  279. #link2 a{
  280. opacity: 0.8;
  281. color: black;
  282. position: fixed;
  283. background-color: {color:link2};
  284. display: block;
  285. font-family: 'Coming Soon', cursive;
  286. font-size: 8px;
  287. text-transform: uppercase;
  288. text-align: right;
  289. line-height: 26px;
  290. height: 28px;
  291. width: 50px;
  292. padding: 8px;
  293. transition: all 0.5s ease-out;
  294. -o-transition-transition: all 0.5s ease-out;
  295. -webkit-transition: all 0.5s ease-out;
  296. -moz-transition: all 0.5s ease-out;
  297. margin: 45px 0px 0px 0px;
  298. }
  299.  
  300. #link2 a:hover {
  301. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  302. padding-left: 40px;
  303. opacity: 0.9;
  304. transition: all 0.5s ease-out;
  305. -o-transition-transition: all 0.5s ease-out;
  306. -webkit-transition: all 0.5s ease-out;
  307. -moz-transition: all 0.5s ease-out;
  308. }
  309.  
  310. #link3 a{
  311. opacity: 0.8;
  312. color: black;
  313. position: fixed;
  314. background-color: {color:link3};
  315. display: block;
  316. font-family: 'Coming Soon', cursive;
  317. font-size: 8px;
  318. text-transform: uppercase;
  319. text-align: right;
  320. line-height: 26px;
  321. height: 28px;
  322. width: 50px;
  323. padding: 8px;
  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: 90px 0px 0px 0px;
  329. }
  330.  
  331. #link3 a:hover {
  332. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  333. padding-left: 40px;
  334. opacity: 0.9;
  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.8;
  343. color: black;
  344. position: fixed;
  345. background-color: {color:link4};
  346. display: block;
  347. font-family: 'Coming Soon', cursive ;
  348. font-size: 8px;
  349. text-transform: uppercase;
  350. text-align: right;
  351. line-height: 26px;
  352. height: 28px;
  353. width: 50px;
  354. padding: 8px;
  355. transition: all 0.5s ease-out;
  356. -o-transition-transition: all 0.5s ease-out;
  357. -webkit-transition: all 0.5s ease-out;
  358. -moz-transition: all 0.5s ease-out;
  359. margin: 135px 0px 0px 0px;
  360. }
  361.  
  362. #link4 a:hover {
  363. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  364. padding-left: 40px;
  365. opacity: 0.9;
  366. transition: all 0.5s ease-out;
  367. -o-transition-transition: all 0.5s ease-out;
  368. -webkit-transition: all 0.5s ease-out;
  369. -moz-transition: all 0.5s ease-out;
  370. }
  371.  
  372. #link5 a{
  373. opacity: 0.8;
  374. color: black;
  375. position: fixed;
  376. background-color: {color:link5};
  377. display: block;
  378. font-family: 'Coming Soon', cursive;
  379. font-size: 8px;
  380. text-transform: uppercase;
  381. text-align: right;
  382. line-height: 26px;
  383. height: 28px;
  384. width: 50px;
  385. padding: 8px;
  386. transition: all 0.5s ease-out;
  387. -o-transition-transition: all 0.5s ease-out;
  388. -webkit-transition: all 0.5s ease-out;
  389. -moz-transition: all 0.5s ease-out;
  390. margin: 180px 0px 0px 0px;
  391. }
  392.  
  393. #link5 a:hover {
  394. color:{color:linkhover}; text-shadow: 0px 0px 3px {color:shadow}; font-style:none;
  395. padding-left: 40px;
  396. opacity: 0.9;
  397. transition: all 0.5s ease-out;
  398. -o-transition-transition: all 0.5s ease-out;
  399. -webkit-transition: all 0.5s ease-out;
  400. -moz-transition: all 0.5s ease-out;
  401. }
  402.  
  403.  
  404. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  405.  
  406. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  407.  
  408. small{font-size: 90%;}
  409.  
  410. .video2 embed, .post div.video object {width:400px !important; height:300px !important;}
  411.  
  412. {CustomCSS}
  413. </style>
  414.  
  415. <div id="credit">
  416. <a href="http://youroliviachachi.tumblr.com">credit</a>
  417. </div>
  418.  
  419. <link rel="shortcut icon" href="{Favicon}">
  420. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  421. <meta name="viewport" content="width=820" />
  422. </head>
  423. <body>
  424.  
  425. <div id="center">
  426. <div id="sidebar">
  427. <div id="bite">
  428.  
  429. <center>{block:ifshowblogtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifshowblogtitle}
  430. {block:ifshowphoto}<div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width=315px></a></div>{/block:ifshowphoto}</center>
  431.  
  432. <div class="death">
  433. <div align="center">
  434. </p><a href="/"><img src="http://findicons.com/files//icons/1687/free_web_design/16/home_with_smog_pipe.png"></a><a href="/ask"><img src="http://png-3.findicons.com/files//icons/1687/free_web_design/16/comment_email.png"></a>{block:ifHeartLink}<a href="{text:Heart Link}"><img src="http://png-2.findicons.com/files//icons/1665/sweetie_basepack/16/16_heart_red_m.png"></a>{/block:ifHeartLink}</p>
  435.  
  436.  
  437. <center>{block:Description}{Description}{/block:Description}</center><br><br><center>{block:ifshowarrows}{block:PreviousPage}<a href="{PreviousPage}"><font size="2">Reality</font></a>{/block:PreviousPage}/{block:NextPage}<a href="{NextPage}"><font size="2">Neverland</font></a>{/block:NextPage}{/block:ifshowarrows}</center>
  438. </div></div></div></div>
  439.  
  440. <div id="sidebar2">
  441. <div id="link1">
  442. {block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</div>
  443. <div id="link2">
  444. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title}</a>{/block:ifLinkTwoTitle} </div>
  445. <div id="link3">
  446. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div>
  447. <div id="link4">
  448. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} </div>
  449. <div id="link5">
  450. {block:ifLinkFiveTitle}<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle} </div>
  451. </div>
  452.  
  453.  
  454. <div id="content">
  455. {block:Posts}
  456.  
  457. <div id="entry">
  458.  
  459. {block:Text}
  460. {block:Title}<span class="title">{Title}</span>{/block:Title}
  461. <span class="entrytext">{Body}</span></a>
  462. <div class="perma2">
  463. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  464. {/block:Text}
  465.  
  466. {block:Link}
  467. <a href="{URL}" class="title">{Name}</a>
  468. {block:Description}{Description}{/block:Description}
  469. <div class="perma2">
  470. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  471. {block:Link}
  472.  
  473. {block:Photo}
  474. {block:IndexPage}
  475. <div class="permalink">
  476. <a href="{permalink}">{NoteCount} clickies</a></span></div>
  477. {/block:IndexPage}
  478. {LinkOpenTag}<div class="photo"><a href="{Permalink}"><a href={ReblogURL} target=”_blank”><img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" width="450px"/></a></a></div>{LinkCloseTag}
  479. {/block:Photo}
  480.  
  481. {block:Quote}
  482. <br>
  483. {AskerPortraitURL-128}<center><span class="title">{Quote}</span>
  484. <center>{block:Source}<p align="center">-{Source}</p>{/block:Source}
  485. </span>
  486. <p style="text-align: right;">
  487. <br>
  488. <a href="{permalink}">{NoteCount}</a></p></span></a>
  489. </p>
  490. {/block:Quote}
  491.  
  492. {block:Chat}
  493. {block:Title}<span class="title">{Title}</span>{/block:Title}
  494. <ul class="chat">
  495. {block:Lines}
  496. <li class="user_{UserNumber}">
  497. {block:Label}
  498. <span class="label">{Label}</span>
  499. {/block:Label}
  500.  
  501. {Line}
  502. </li>
  503. {/block:Lines}
  504. </ul>
  505. <div class="perma2">
  506. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  507. {/block:Chat}
  508.  
  509. {block:Audio}
  510. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  511. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  512. {block:Caption}{Caption}{/block:Caption}
  513. <div class="perma2"><a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  514. {/block:Audio}
  515.  
  516. {block:Video}
  517. <center>
  518. <div class="video2">{Video-400}</div><BR>
  519. {block:Caption}{Caption}</a>{/block:Caption}</center>
  520. <div class="perma2">
  521. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  522. {block:Video}
  523.  
  524. {block:PostNotes}
  525. {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}
  526. <div id="postnotes">{PostNotes}</div>
  527.  
  528. {/block:PostNotes}
  529. </div>
  530. {/block:Posts}
  531. </div></div>
  532.  
  533. </div>
  534. </body>
  535. </html>
  536.  
  537. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
  538.  
  539. <div id="entry">
  540.  
  541. {block:Text}
  542. {block:Title}<span class="title">{Title}</span>{/block:Title}
  543. <span class="entrytext">{Body}</span></a>
  544. <div class="perma2">
  545. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  546. {/block:Text}
  547.  
  548. {block:Link}
  549. <a href="{URL}" class="title">{Name}</a>
  550. {block:Description}{Description}{/block:Description}
  551. <div class="perma2">
  552. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  553. {block:Link}
  554.  
  555. {block:Photo}
  556. {block:IndexPage}
  557. <div class="permalink">
  558. <a href="{permalink}">{NoteCount} clickies</a></span></div>
  559. {/block:IndexPage}
  560. {LinkOpenTag}<div class="photo"><a href="{Permalink}"><a href={ReblogURL} target=”_blank”><img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" width="450px"/></a></a></div>{LinkCloseTag}
  561. {/block:Photo}
  562.  
  563. {block:Quote}
  564. <br>
  565. {AskerPortraitURL-128}<center><span class="title">{Quote}</span>
  566. <center>{block:Source}<p align="center">-{Source}</p>{/block:Source}
  567. </span>
  568. <p style="text-align: right;">
  569. <br>
  570. <a href="{permalink}">{NoteCount}</a></p></span></a>
  571. </p>
  572. {/block:Quote}
  573.  
  574. {block:Chat}
  575. {block:Title}<span class="title">{Title}</span>{/block:Title}
  576. <ul class="chat">
  577. {block:Lines}
  578. <li class="user_{UserNumber}">
  579. {block:Label}
  580. <span class="label">{Label}</span>
  581. {/block:Label}
  582.  
  583. {Line}
  584. </li>
  585. {/block:Lines}
  586. </ul>
  587. <div class="perma2">
  588. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  589. {/block:Chat}
  590.  
  591. {block:Audio}
  592. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  593. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
  594. {block:Caption}{Caption}{/block:Caption}
  595. <div class="perma2"><a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  596. {/block:Audio}
  597.  
  598. {block:Video}
  599. <center>
  600. <div class="video2">{Video-400}</div><BR>
  601. {block:Caption}{Caption}</a>{/block:Caption}</center>
  602. <div class="perma2">
  603. <a href="{permalink}">{timeago}</a> ∞ {NoteCountWithLabel}{block:RebloggedFrom} ∞ <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</a></span></div>
  604. {block:Video}
  605.  
  606. {block:PostNotes}
  607. {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}
  608. <div id="postnotes">{PostNotes}</div>
  609.  
  610. {/block:PostNotes}
  611. </div>
  612. {/block:Posts}
  613. </div></div>
  614.  
  615. </div>
  616. </body>
  617. </html>
  618.  
  619. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
Advertisement
Add Comment
Please, Sign In to add comment