jolaaloj

Renewed Theme | 041913, 02.

Apr 19th, 2013
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3.  
  4. <!--
  5.  
  6. Renewed
  7. keep the credit otherwise i'm gonna haunt you in ur sleep.
  8. just kidding, but seriously doe
  9. xoxoxo
  10.  
  11. theme made by urbanclique (http://urbanclique.tumblr.com/)
  12. basecode by irrelevantly anddd chyea.
  13.  
  14.  
  15. YOU ARE AMAZING :* -->
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  22. <script type="text/javascript">
  23. <!--
  24.  
  25. // Disable Right Click Script
  26.  
  27. function IE(e)
  28. {
  29. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  30. {
  31. return false;
  32. }
  33. }
  34. function NS(e)
  35. {
  36. if (document.layers || (document.getElementById && !document.all))
  37. {
  38. if (e.which == "2" || e.which == "3")
  39. {
  40. return false;
  41. }
  42. }
  43. }
  44. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  45.  
  46. //-->
  47. </script>
  48. <meta name="color:Background" content="#EEEEEE"/>
  49. <meta name="color:Text" content="#727272"/>
  50. <meta name="color:Hover" content="#343434"/>
  51. <meta name="color:Link" content="#000000"/>
  52. <meta name="color:Scrollbar" content="#130C11"/>
  53. <meta name="color: link bg" content="#dddddd"/>
  54. <meta name="color: desc bg" content="#dddddd"/>
  55. <meta name="color: bold" content="#bbccdd"/>
  56. <meta name="color: post title" content="#bbccdd"/>
  57.  
  58. <meta name="image:sidebar" content=""/>
  59. <meta name="image:Background" content="http://static.tumblr.com/a3a63de5cc4ed7a115366e03d0c4738c/lquab17/J5Zmka9b3/tumblr_static_hor.jpeg"/>
  60. <meta name="if:tiny scrollbar" content="1"/>
  61. <meta name="if:tiny cursor" content="1"/>
  62. <meta name="text:link 1" content="http://" />
  63. <meta name="text:link 1 title" content="" />
  64. <meta name="text:link 2" content="http://" />
  65. <meta name="text:link 2 title" content="" />
  66. <meta name="text:link 3" content="http://" />
  67. <meta name="text:link 3 title" content="" />
  68. <meta name="text:link 4" content="http://" />
  69. <meta name="text:link 4 title" content="" />
  70.  
  71. <style type="text/css">
  72. ::selection { background: ; color: #ddd;}
  73. ::-moz-selection { background: ; color: #000;}
  74.  
  75. {block:iftinycursor} body, a {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} a:hover{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;} {block:iftinycursor}
  76.  
  77. {block:iftinyscrollbar}::-webkit-scrollbar {width: 4px; height: 4px; background: {color:Background}; } ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};} {/block:iftinyscrollbar}
  78.  
  79. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  80. {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
  81.  
  82. iframe#tumblr_controls {
  83. white-space:nowrap; filter: invert(90%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5}
  84.  
  85. .wrapper{
  86. margin: 0px auto;
  87. width: 802px;
  88. }
  89.  
  90. .header{
  91. float: left;
  92. width: 100%;
  93. }
  94.  
  95. .left{
  96. float: left;
  97. margin-right: 20px;
  98. width: 802px;
  99. }
  100.  
  101. .right{
  102. float: right;
  103. width: 200px;
  104. background-color: {color:Background};
  105. }
  106.  
  107. body {
  108. font-family: trebuchet ms, sans-serif;
  109. padding: 0px;
  110. margin: 0px;
  111. color: {color:text};
  112. font-size: 12px;
  113. background-color: {color:Background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-repeat: repeat;
  117. }
  118.  
  119.  
  120. a:link, a:active, a:visited{
  121. color: {color:Link};
  122. text-decoration: none;
  123. -webkit-transition: color 0.3s ease-out;
  124. -moz-transition: color 0.3s ease-out;
  125. transition: color 0.3s ease-out;
  126. }
  127.  
  128. a:hover {
  129. text-decoration: none;
  130. color: {color: hover};
  131. -webkit-transition: color 0.3s ease-out;
  132. -moz-transition: color 0.3s ease-out;
  133. transition: color 0.3s ease-out;
  134. cursor: {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;}
  135. }
  136.  
  137. b, strong {
  138. color: {color: bold};
  139. font-weight: none;
  140. }
  141.  
  142.  
  143. p {
  144. padding-top: 2px;
  145. }
  146.  
  147. blockquote {
  148. border-left: 3px {color: border} solid;
  149. padding-left: 5px;
  150. margin-left: 5px;}
  151.  
  152. .entry img {
  153. opacity: 1; -webkit-transition: all 0.1s linear;
  154. -webkit-transition: all 0.1s linear;
  155. -moz-transition: all 0.1s linear;
  156. transition: all 0.1s linear;}
  157.  
  158. .entry:hover img { opacity: 0.77;
  159. -webkit-transition: all 0.1s linear;
  160. -webkit-transition: all 0.1s linear;
  161. -moz-transition: all 0.1s linear;
  162. transition: all 0.1s linear;
  163. }
  164.  
  165. .entry {
  166. margin: 5px;
  167. margin-left: 10px;
  168. padding: 8px;
  169. float:left;
  170. border: 1px solid #ddd;
  171. border-radius: 5px;
  172. background-color: #fff;
  173. font-family: trebuchet ms;
  174. font-size: 10px;
  175. letter-spacing: 0px;
  176. line-height:11px;
  177.  
  178. overflow: hidden;
  179. {block:IndexPage}
  180. width:200px;
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. width: 500px;
  184. margin-left: 0px;
  185. {/block:PermalinkPage}
  186. }
  187.  
  188. .entry:hover{
  189. margin:5px;
  190. margin-left: 10px;
  191. float:left;
  192. font-size: 10px;
  193. letter-spacing: 0px;
  194. line-height:11px;
  195.  
  196. {block:IndexPage}
  197. width:200px;
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. width: 500px;
  201. margin-left: 0px;
  202. {/block:PermalinkPage}
  203. -webkit-transition: all 0.1s linear;
  204. -webkit-transition: all 0.1s linear;
  205. -moz-transition: all 0.1s linear;
  206. transition: all 0.1s linear;
  207. }
  208.  
  209. .entry .permalink{
  210. position:absolute;
  211. overflow:hidden;
  212. margin-top: -15px;
  213. margin-left: 0px;
  214. width: 200px;
  215. height:20px;
  216. opacity: 0;
  217. background-color: white;
  218. font-family: trebuchet ms;
  219. text-align: left;
  220. text-transform: uppercase;
  221. font-style: none;
  222. font-size: 8px;
  223. line-height: 20px;
  224. padding: 0px;
  225. text-align: center;
  226. z-index: 2;
  227. border-bottom: 2px solid {color: link bg};
  228. -webkit-transition: all 0.6s linear;
  229. -webkit-transition: all 0.6s linear;
  230. -moz-transition: all 0.6s linear;
  231. transition: all 0.6s linear;
  232. }
  233.  
  234. .entry:hover .permalink{
  235. opacity: .9;
  236. width: 200px;
  237. margin-top: 0px;
  238. -webkit-transition: all 0.6s linear;
  239. -webkit-transition: all 0.6s linear;
  240. -moz-transition: all 0.6s linear;
  241. transition: all 0.6s linear;
  242. {block:PermalinkPage}
  243. opacity: 0;
  244. {/block:PermalinkPage}
  245. }
  246.  
  247.  
  248.  
  249. div#sidebar{
  250. position:fixed !important;
  251. overflow: hidden;
  252. width: 110px;
  253. height: auto;
  254. margin: 120px 0px 0px -10px;
  255. background-color: none;
  256. padding:3px;
  257. text-align: center;
  258. font-family: consolas;
  259. font-size: 10px;
  260. line-height:12px;
  261. letter-spacing:0px;
  262. margin-bottom: 5px;
  263. kl/lu
  264. }
  265.  
  266.  
  267.  
  268. #posts {
  269. width: 850px;
  270. margin-left: 140px;
  271. margin-top: 10px;
  272. float:left;
  273. }
  274.  
  275. #infscr-loading{
  276. bottom: -70px;
  277. position: absolute;
  278. left: 50%;
  279. margin-left:-8px;
  280. width:16px;
  281. height:11px;
  282. overflow:hidden;
  283. margin-bottom: 50px;
  284. }
  285.  
  286. .nav {
  287. overflow: visible;
  288. margin: 2px 0px 0px 0px;
  289. width: 108px;
  290. height: 12px;
  291. background-color: {color: link bg};
  292. padding: 1px;
  293. padding-right: 2px;
  294. text-align: center;
  295. font-family: trebuchet ms;
  296. text-transform: uppercase;
  297. font-size: 8px;
  298. line-height:12px;
  299. letter-spacing:0px;
  300. border-radius: 15px 15px 0px 0px;
  301. }
  302.  
  303. ol {
  304. list-style-type:lower-roman;
  305. margin-left: 30px;
  306. padding: 0px;
  307. }
  308.  
  309. .nav a {
  310. color:#666;
  311. -webkit-transition: all 0.2s linear;
  312. -webkit-transition: all 0.2s linear;
  313. -moz-transition: all 0.2s linear;
  314. transition: all 0.2s linear;
  315. }
  316.  
  317.  
  318. .nav a:hover {
  319. opacity:.4;
  320. letter-spacing: 5px;
  321. -webkit-transition: all 0.2s linear;
  322. -webkit-transition: all 0.2s linear;
  323. -moz-transition: all 0.2s linear;
  324. transition: all 0.2s linear;
  325. }
  326.  
  327. .nav2 {
  328. overflow: visible;
  329. margin: 2px 0px 5px 0px;
  330. width: 108px;
  331. height: 12px;
  332. background-color: {color: link bg};
  333. padding: 1px;
  334. padding-right: 2px;
  335. text-align: center;
  336. font-family: trebuchet ms;
  337. text-transform: uppercase;
  338. font-size: 8px;
  339. line-height:12px;
  340. letter-spacing:0px;
  341. }
  342.  
  343.  
  344. .nav2 a {
  345. color:#666; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  346.  
  347. .nav2 a:hover {opacity:.5; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;transition: all 0.2s linear;
  348. letter-spacing: 5px;}
  349.  
  350. .nav3 {
  351. overflow: visible;
  352. margin: 3px 0px 2px 0px;
  353. width: 108px;
  354. height: 12px;
  355. background-color: {color: link bg};
  356. padding: 1px;
  357. padding-right: 2px;
  358. text-align: center;
  359. font-family: trebuchet ms;
  360. text-transform: uppercase;
  361. font-size: 8px;
  362. line-height:12px;
  363. letter-spacing:0px;
  364. }
  365.  
  366.  
  367. .nav3 a {
  368. color:#666; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  369.  
  370. .nav3 a:hover { opacity:.5; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;transition: all 0.2s linear;
  371. letter-spacing: 5px;}
  372.  
  373. .nav4 {
  374. overflow: visible;
  375. margin: 1px 0px 1px 0px;
  376. width: 108px;
  377. height: 12px;
  378. background-color: {color: link bg};
  379. padding: 1px;
  380. padding-right: 2px;
  381. text-align: center;
  382. font-family: trebuchet ms;
  383. text-transform: uppercase;
  384. font-size: 8px;
  385. line-height:12px;
  386. letter-spacing:0px;
  387. border-radius: 0px 0px 15px 15px;
  388. }
  389.  
  390.  
  391. .nav4 a {
  392. color:#666; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  393.  
  394. .nav4 a:hover { opacity:.5; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;transition: all 0.2s linear; letter-spacing: 5px;}
  395.  
  396. .toes{
  397. overflow: visible;
  398. background-color: {color: desc bg};
  399. width: 109px;
  400. height: auto;
  401. margin: 2px 0px 0px 0px;
  402. padding: 1px;
  403. text-align: center;
  404. font-family: trebuchet ms;
  405. font-size: 10px;
  406. line-height:12px;
  407. letter-spacing:0px;
  408. }
  409.  
  410. @font-face { font-family: "speaknow"; src: url('http://static.tumblr.com/uzqv0i9/i9xmek3xd/speak_now_font_by_itsondemi-d30n7bz.ttf'); }
  411.  
  412.  
  413. .titlee {
  414. position:fixed !important;
  415. width: 249px;
  416. height: auto;
  417. margin: 84px 0px 0px -150px;
  418. padding:3px;
  419. text-align: right;
  420. font-family: speaknow;
  421. font-size: {text:Blogtitle fontsize};
  422. line-height:12px;
  423. letter-spacing: 2px;
  424. margin-bottom: 2px;
  425. text-transform: capitalize;
  426. color: #fff;
  427. text-shadow:1px 3px 4px #727272;
  428. z-index: 99999;
  429. }
  430.  
  431. .title {
  432. font-family: raleway;
  433. font-size: 20px;
  434. color: {color: Post Title};
  435. padding: 3px;
  436. line-height:20px;
  437. }
  438.  
  439. q {
  440. font-family: raleway;
  441. font-size: 12px;
  442. text-transform: uppercase;
  443. }
  444.  
  445. .bottom{
  446. padding:0px;
  447. padding-top: 3px;
  448. line-height: 9px;
  449. text-align: right;
  450. color:#4b6ca3;
  451. margin-top:10px;
  452. border-top: 1px solid #ddd; 0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; }
  453.  
  454. .bottom:hover{
  455. padding-right: 10px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; }
  456.  
  457. .bottom a{
  458. letter-spacing:2px;
  459. font-size:6pt;
  460. padding:5px;
  461. color:#828282;
  462. text-transform:uppercase;
  463. font-weight: none;}
  464.  
  465.  
  466. .permalinkk {
  467. display: block;
  468. padding: 4px;
  469. margin-top: 5px;
  470. margin-bottom: -8px;
  471. margin-right: -7px;
  472. font-family: lekton;
  473. font-size: 10px;
  474. color: #424242;
  475. line-height: 12px;
  476. text-align: right;
  477. text-decoration: none;
  478. -webkit-transition: color 0.5s ease-out;
  479. -moz-transition: color 0.5s ease-out;
  480. border: 0px dotted #dcdcdc;
  481. }
  482. {CustomCSS}
  483.  
  484. iframe#tumblr_controls { position: fixed! important;
  485. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  486. }
  487.  
  488. .foot{ bottom:0px; right: 6px; font-size: 9px; z-index:99999; position:fixed; font-family: georgia; font-color: #ffffff; padding:0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  489. .foot:hover{bottom: 5px;
  490. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  491. </style>
  492.  
  493. {block:IndexPage}
  494. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  495. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  496. <script type="text/javascript">
  497. $(window).load(function () {
  498. var $content = $('#posts');
  499. $content.masonry({itemSelector: '.entry'}),
  500. $content.infinitescroll({
  501. navSelector : 'div#pagination',
  502. nextSelector : 'div#pagination a#nextPage',
  503. itemSelector : '.entry',
  504. loading: {
  505. finishedMsg: '',
  506. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  507. },
  508. bufferPx : 600,
  509. debug : false,
  510. },
  511. // call masonry as a callback.
  512. function( newElements ) {
  513. var $newElems = $( newElements );
  514. $newElems.hide();
  515. // ensure that images load before adding to masonry layout
  516. $newElems.imagesLoaded(function(){
  517. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  518.  
  519.  
  520. });
  521. });
  522. });
  523. </script>
  524.  
  525. {/block:IndexPage}
  526.  
  527. <title>{title}</title>
  528.  
  529. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif">
  530. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  531. <meta name="viewport" content="width=820" />
  532. </head>
  533. <body>
  534. <script type="text/javascript">
  535. $('body').hide();
  536. $('body').fadeIn(2000);
  537. </script>
  538.  
  539. <div class="wrapper">
  540. <div class="header"></div>
  541.  
  542. <div id="sidebar">
  543. <div class="nav">
  544. <a href="{text:link 1}">{text:link 1 title}</a> </div>
  545. <div class="nav2">
  546. <a href="{text:link 2}"> {text:link 2 title}</a> </div>
  547. <div id="container">
  548. <center><a title="" href="/"><img src="{image:sidebar}" style="overflow: hidden;" width="110px" height="auto"></a></center>{/block:ifshowphoto} </div><div class="toes"> {Description}</div>
  549. <div class="nav3">
  550. <a href="{text:link 3}"> {text:link 3 title}</a> </div>
  551. <div class="nav4">
  552. <a href="{text:link 4}">{text:link 4 title}</a> </div>
  553. </div>
  554.  
  555.  
  556. <div class="left">
  557. <div id="posts">
  558. {block:Posts}
  559. <div class="entry">
  560. {block:IndexPage}
  561. {/block:IndexPage}
  562. {block:Answer}
  563. <div style="border-radius: 0px 10px 0px 0px;
  564. border: 1px solid #eee;
  565. margin: 3px;
  566. margin-top: 4px;
  567. width: 192px;
  568. overflow: visible;
  569. padding: 3px;
  570. background: white;
  571. {block:PermalinkPage}width: 498px;{/block:PermalinkPage}">
  572. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right: 10px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 0px; padding-left: 3px; margin-left: -8px; margin-top: -8px;"/>
  573. <span style="font-family: raleway; font-size: 13px; text-transform: uppercase;">{Asker}</span>: {Question}<br></div>
  574. <div style="font-family: trebuchet ms; font-size: 9px; padding-top: 3px;">
  575. {Answer}
  576. <div class="bottom">
  577. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp || &nbsp;<a href="{Permalink}">{TimeAgo}</a></div>
  578. </div>
  579. {/block:Answer}
  580.  
  581. {block:Text}
  582. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span> <div class="bottom">
  583. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp || &nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  584. {/block:Text}
  585.  
  586. {block:Link}
  587. <a href="{URL}" class="title">{Name}</a>
  588. {block:Description}{Description}{/block:Description}
  589. <div class="bottom">
  590. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp || &nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  591. {block:Link}
  592.  
  593. {block:Photo}
  594. <div class="permalink">
  595. posted <a href="{Permalink}">{12Hour}:{Minutes}{CapitalAmPm}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a> / <a href="{ReblogURL}" targer="_blank">Reblog</a> </div>
  596.  
  597. {block:IndexPage}{LinkOpenTag}<a href"{Permalink}"><div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}{/block:IndexPage}
  598. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  599. {block:HasTags}
  600. <br>tagged under: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  601. {/block:PermalinkPage}
  602. {/block:Photo}
  603.  
  604. {block:Photoset}
  605. {block:IndexPage}
  606. <center>
  607. {Photoset-200}</center>
  608. {/block:IndexPage}
  609. {block:PermalinkPage}
  610. <center>
  611. {Photoset-550}</center>
  612. {/block:PermalinkPage}
  613. {/block:Photoset}
  614.  
  615. {block:Quote}
  616. {Quote}</span>
  617. {block:Source}<strong>{Source}</strong>{/block:Source} <div class="bottom">
  618. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp || &nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  619. {/block:Quote}
  620.  
  621. {block:Chat}
  622. {block:Title}<span class="title">{Title}</span>{/block:Title}
  623. <ul class="chat">
  624. {block:Lines}
  625. <li class="user_{UserNumber}">
  626. {block:Label}
  627. <span class="label">{Label}</span>
  628. {/block:Label}
  629.  
  630. {Line}
  631. </li>
  632. {/block:Lines}
  633. </ul> <div class="bottom">
  634. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp || &nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a></div>
  635. {/block:Chat}
  636.  
  637. {block:Audio}
  638. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  639. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center> <div class="bottom">
  640. {block:Date}<a href="{Permalink}">{TimeAgo}</a>&nbsp;&rsaquo;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCount} Notes</a></a>&nbsp;&rsaquo;&nbsp;{/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
  641. {/block:Audio}
  642.  
  643. {block:Video}
  644. {block:IndexPage}
  645. <center>
  646. {Video-250}</center>
  647. {/block:IndexPage}
  648. {block:PermalinkPage}
  649. <center>
  650. {Video-550}</center>
  651. {/block:PermalinkPage}
  652. {block:Video}
  653.  
  654. {block:PermalinkPage}
  655. <center>
  656. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  657. {/block:PermalinkPage}
  658.  
  659. {block:PostNotes}{PostNotes}
  660. {/block:PostNotes}
  661. </div>
  662.  
  663. {/block:Posts}
  664. </div>
  665. </div>
  666. {block:IndexPage}
  667. {block:Pagination}
  668. <div id="pagination">
  669. {block:NextPage}
  670. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  671. {/block:NextPage}
  672. {block:PreviousPage}
  673. <a href="{PreviousPage}">&larr;&nbsp;</a>
  674. {/block:PreviousPage}
  675. </div>
  676. {/block:Pagination}
  677. {/block:IndexPage}
  678. </div>
  679. </body>
  680. </div></div>
  681. </html>
  682.  
  683. <!-- DO NOT REMOVE OR EDIT MMKAY? THANK YOU. <3 -->
  684. <div class="foot"><a href="http://urbanclique.tumblr.com/" title="theme credit!"><img src="http://i1068.photobucket.com/albums/u450/nksr1/2yvjjer.gif"></a>
  685. </div>
Advertisement
Add Comment
Please, Sign In to add comment