jolaaloj

Euphoria Theme 04

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