Advertisement
kenziiebug

Theme 4

Jun 14th, 2013
2,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 KB | None | 0 0
  1. <!----
  2. THEME BY
  3. ╱╱╱╱╱╱╭╮╭╮╱╭╮╱╱╱╱╱╱╱╱╱╱╭╮
  4. ╱╱╱╱╱╭╯╰┫┃╱┃┃╱╱╱╱╱╱╱╱╱╱┃┃
  5. ╭━━┳━┻╮╭┫╰━╯┣━╮╭━━┳━╮╭━╯┣━━┳━━━╮
  6. ┃╭╮┃╭━┫┃╰━━╮┃╭╮┫╭╮┃╭╮┫╭╮┃╭╮┣━━┃┃
  7. ┃╰╯┃╰━┫╰╮╱╱┃┃┃┃┃╭╮┃┃┃┃╰╯┃╰╯┃┃━━┫
  8. ╰━━┻━━┻━╯╱╱╰┻╯╰┻╯╰┻╯╰┻━━┻━━┻━━━╯
  9. STEAL IT AND I WILL END YOU
  10. ---->
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16.  
  17. <head>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  22.  
  23.  
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26.  
  27.  
  28.  
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32.  
  33.  
  34. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  35. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  36.  
  37.  
  38.  
  39. <meta name="color:Background" content="#f7f7f7"/>
  40. <meta name="color:Text" content="#000000"/>
  41. <meta name="color:Title" content="#000000"/>
  42. <meta name="color:Hover" content="#000000"/>
  43. <meta name="color:Link" content="#000000"/>
  44. <meta name="color:LinkBox" content="#000000"/>
  45. <meta name="color:Blogtitle" content="#a5bfdb"/>
  46. <meta name="image:Background" content=""/>
  47. <meta name="image:sidebar" content="0"/>
  48. <meta name="text:Custom Link One Title" content= >
  49. <meta name="text:Custom Link One" content="" />
  50. <meta name="text:Custom Link Two Title" content= >
  51. <meta name="text:Custom Link Two" content="" />
  52. <meta name="text:Custom Link Three Title" content= >
  53. <meta name="text:Custom Link Three" content="" />
  54. <meta name="text:Custom Link Four Title" content= >
  55. <meta name="text:Custom Link Four" content="" />
  56. <meta name="text:Custom Link Five Title" content=
  57. ><meta name="text:Custom Link Five" content="" />
  58. <meta name="text:Custom Link Six Title" content=
  59. ><meta name="text:Custom Link Six" content="" />
  60. <meta name="text:Custom Link Seven Title" content=
  61. ><meta name="text:Custom Link Seven" content="" />
  62. <meta name="text:Custom Link Eight Title" content=
  63. ><meta name="text:Custom Link Eight" content="" />
  64. <meta name="text:Custom Link Nine Title" content=
  65. ><meta name="text:Custom Link Nine" content="" />
  66. <meta name="text:Custom Link Ten Title" content=
  67. ><meta name="text:Custom Link Ten" content="" />
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. body {
  77. color:{color:Text};
  78. background:{color:background}
  79. url({image:background});
  80. background-repeat: repeat;
  81. background-attachment: fixed;
  82. -webkit-background-size: cover;
  83. -moz-background-size: cover;
  84. -o-background-size: cover;
  85. background-size: cover;
  86. background-size: ;
  87. font-family:consolas;
  88. line-height:110%;
  89. font-size:10px;
  90. }
  91.  
  92.  
  93.  
  94.  
  95.  
  96. ::-webkit-scrollbar-thumb{
  97. background-color:#777;
  98. border: 2px solid {color:background};
  99. height:auto;
  100. -moz-border-radius: 10px;
  101. border-radius: 10px;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height:auto;
  106. width:7px;
  107. background-color:#fff;
  108. }
  109.  
  110.  
  111. #infscr-loading {
  112. position: absolute;
  113. bottom: 0;
  114. left: 25%;
  115. }
  116. a:link, a:active, a:visited{
  117.  
  118. color:{color:Link};
  119. text-decoration: none;
  120. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  121.  
  122. }
  123. a:hover {
  124. color:{color:hover};
  125. -webkit-transition: opacity 1s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  126. }
  127.  
  128. ::selection {
  129. background:#f1f1f1;
  130. color: #777;
  131. }
  132.  
  133. ::-moz-selection {
  134. background:#f1f1f1;
  135. color: #777;
  136. }
  137.  
  138. #tumblr_controls{
  139. position:fixed !important;
  140. -webkit-filter:invert(100%);
  141. opacity:.7;
  142. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  143. }
  144.  
  145. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  146.  
  147. #s-m-t-tooltip{
  148. max-width:300px;
  149. margin-top:10px;
  150. margin-left:15px;
  151. padding-left:4px;
  152. padding-right:4px;
  153. border:1px solid #eee;
  154. border-radius:2px;
  155. z-index:1000;
  156. opacity:.4;
  157. background-color:#fff;
  158. color:#aaa;
  159. font-family:calibri;
  160. z-index:999999999;
  161. font-size:8px;
  162. letter-spacing:1px;
  163. text-transform:uppercase;
  164. line-height:;
  165. }
  166.  
  167.  
  168. ::-webkit-scrollbar {
  169.  
  170. width: 7px;
  171.  
  172. height: 4px;
  173.  
  174. background:{color:Background};
  175.  
  176. }
  177.  
  178. ::-webkit-scrollbar-thumb {
  179.  
  180. background:{color:Link};
  181. }
  182.  
  183. .entry {
  184. margin:13px;
  185.  
  186. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  187. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  188. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  189.  
  190. padding: 8px;
  191. border-radius: 5px;
  192. border: 1px solid #ececec;
  193. padding-bottom: 3px;
  194. float:left;
  195. background-color:#fff;
  196. font-family:lucida sans;
  197. font-size:9px;
  198. line-height:14px;
  199. width:250px;
  200. {block:PermalinkPage}
  201. width:500px;
  202. text-align:left;
  203. line-height:15px;
  204. {/block:PermalinkPage}
  205. background:white;
  206. background-image:URL();
  207. }
  208.  
  209. .entry .lol{
  210. position:absolute;
  211. width:;
  212. height:13px;
  213. padding:5px;
  214. border-radius:5px;
  215. background-color:#fff;
  216. overflow:hidden;
  217. opacity:0.0;
  218. left:-10px;
  219. top:5px;
  220. z-index:10;
  221. -webkit-transition: all .2s ease-in-out;
  222. -moz-transition: all .2s ease-in-out;
  223. -o-transition: all .2s ease-in-out;
  224. transition: all .2s ease-in-out;
  225. }
  226.  
  227. .entry:hover .lol{
  228. overflow:visible;
  229. -webkit-transition: opacity 0.5s linear; opacity: .2;
  230. transition: all 0.5s linear;
  231. left:2px;
  232. -webkit-transition: all .2s ease-in-out;
  233. -moz-transition: all .2s ease-in-out;
  234. -o-transition: all .2s ease-in-out;
  235. transition: all .2s ease-in-out;
  236. }
  237.  
  238.  
  239. .entry .kk{
  240. position:absolute;
  241. width:;
  242. height:13px;
  243. padding:5px;
  244. border-radius:5px;
  245. background-color:#fff;
  246. overflow:hidden;
  247. opacity:0.0;
  248. right:-10px;
  249. top:5px;
  250. z-index:10;
  251. -webkit-transition: all .4s ease-in-out;
  252. -moz-transition: all .4s ease-in-out;
  253. -o-transition: all .4s ease-in-out;
  254. transition: all .4s ease-in-out;
  255. }
  256.  
  257. .entry:hover .kk{
  258. overflow:visible;
  259. -webkit-transition: opacity 0.5s linear; opacity: .2;
  260. transition: all 0.5s linear;
  261. right:5px;
  262. -webkit-transition: all .4s ease-in-out;
  263. -moz-transition: all .4s ease-in-out;
  264. -o-transition: all .4s ease-in-out;
  265. transition: all .4s ease-in-out;
  266. }
  267.  
  268.  
  269. .entry .wow{
  270. position:absolute;
  271. width:245px;
  272. padding:5px;
  273. background-color:#fff;
  274. overflow:hidden;
  275. opacity:0.0;
  276. font-family:consolas;
  277. font-size:10px;
  278. letter-spacing:1px;
  279. text-align:center;
  280. left:7px;
  281. text-transform:uppercase;
  282. top:-5px;
  283. z-index:10;
  284. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  285. }
  286.  
  287. .entry:hover .wow{
  288. opacity:.9;
  289. top:5px;
  290. }
  291.  
  292.  
  293. .entry img{
  294. border-radius: 5px;
  295. opacity: .7;
  296. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  297. max-width:500px;
  298. height:auto;
  299. }
  300.  
  301. .entry img:hover{
  302. opacity: 1;
  303. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  304. }
  305.  
  306. @font-face {
  307. font-family:titulo;
  308. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  309. }
  310.  
  311. #so {
  312. width: 500px;
  313. text-align:left;
  314. }
  315.  
  316. @font-face { font-family: "dawning"; src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  317.  
  318. .titlee{
  319. z-index:999999999999999;
  320. position:absolute !important;
  321. position:fixed !important;
  322. padding: 5px;
  323. padding-left:5px;
  324. top:35px;
  325. color:{color:Blogtitle};
  326. margin-left:25px;
  327. text-align:center;
  328. font-family: "dawning";
  329. font-size: 50px;
  330. line-height:25px;
  331. background: none;
  332. padding-bottom:0;
  333. border-top:0px solid #ddd ;
  334.  
  335.  
  336. }
  337.  
  338.  
  339.  
  340. .links a{
  341. background-color:#fff;
  342. padding:2px;
  343. width:15px;
  344. width:50px;
  345. height:10px;
  346. border-radius:3px;
  347. font-style:italic;
  348. font-size:10px;
  349. letter-spacing:1px;
  350. font-family:trebuchet mst;
  351. border:1px solid #eee;
  352. line-height:8px;
  353. margin-top:-99px;
  354. display:block;
  355. text-align:center;
  356. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  357. }
  358.  
  359. .links a:hover{
  360. color:#aaa;
  361. margin-left:10px;
  362. text-shadow:3px 0 0 #eee, -3px 0 0 #ccc;
  363. }
  364.  
  365.  
  366. .quote {
  367. font-family:calibri;
  368. font-size: 9px;
  369. float: left;
  370. margin-right: 5px;
  371. }
  372.  
  373.  
  374. #sidebar{
  375. position:fixed !important;
  376. width:200px;
  377. height:5000px;
  378. border-left: 1px solid #ececec;
  379. border-right: 1px solid #ececec;
  380. padding:10px;
  381.  
  382. margin-left:230px;
  383.  
  384.  
  385.  
  386. padding-right: 25px;
  387. margin-top:-110px;
  388. font-size: 9px;
  389. z-index: 1;
  390. line-height:11px;
  391. background-color:#fff;
  392. font-family:consolas;
  393. overflow:hidden;
  394. text-align:center;}
  395.  
  396. #sidebar img{
  397. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  398. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  399. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  400. border-radius: 5px;
  401. opacity: .7;
  402. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  403. }
  404.  
  405. #sidebar img:hover{
  406. opacity: 1;
  407. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  408. }
  409.  
  410. .title {
  411. opacity:.7;
  412. font-size:10px;
  413. text-transform:uppercase;
  414. padding:1px;
  415. }
  416.  
  417.  
  418. #posts {
  419. width:800px;
  420. margin-left:460px;
  421. position:fixed;
  422. position:absolute;
  423. padding-left: 5px;
  424. margin-top: -7px;
  425. opacity: 1;}
  426.  
  427. #xxxx {
  428. position:fixed;
  429. opacity:1;
  430. width:;
  431. height:25px;
  432. font-family:consolas;
  433. text-align: center;
  434. background-color:;
  435. color:#000;
  436. left:370px;
  437. top:115px;}
  438.  
  439.  
  440.  
  441.  
  442. {CustomCSS}
  443.  
  444. </style>
  445. <script type="text/javascript">
  446. $(window).load(function(){
  447. $("p").remove(":contains('Source:')");
  448. $("p").remove(":contains('via ')");
  449. });
  450. </script>
  451. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  452. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  453. <script>
  454. (function($){
  455. $(document).ready(function(){
  456. $("[title],a[title],img[title]").style_my_tooltips({
  457. tip_follows_cursor:true,
  458. tip_delay_time:100,
  459. tip_fade_speed:300,
  460. attribute:"title"
  461. });
  462. });
  463. })(jQuery);
  464. </script>
  465.  
  466.  
  467. <script type="text/javascript"
  468. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  469. <script type="text/javascript"
  470. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  471. <script type='text/javascript' src='http://static.tumblr.com/awlinln/2e1mm9ukj/endlessscrolling.js'></script>
  472.  
  473.  
  474.  
  475. <script type="text/javascript">
  476. $(window).load(function () {
  477. var $content = $('#posts');
  478. $content.masonry({itemSelector: '.entry'}),
  479. $content.infinitescroll({
  480. navSelector : 'div#pagination',
  481. nextSelector : 'div#pagination a#nextPage',
  482. itemSelector : '.entry',
  483. loading: {
  484. finishedMsg: '',
  485. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  486. },
  487. bufferPx : 600,
  488. debug : false,
  489. },
  490. // call masonry as a callback.
  491. function( newElements ) {
  492. var $newElems = $( newElements );
  493. $newElems.hide();
  494. // ensure that images load before adding to masonry layout
  495. $newElems.imagesLoaded(function(){
  496. $content.masonry( 'appended', $newElems, true,
  497. function(){$newElems.fadeIn(300);} );
  498.  
  499.  
  500. });
  501. });
  502. });
  503. </script>
  504. <title>{title}</title>
  505.  
  506. </style>
  507.  
  508. </script>
  509. <script>
  510. $(document).ready(function(){
  511. $(".omg").click(function(){
  512. $(".terrible").slideToggle("swing");
  513. });
  514. });
  515. </script>
  516.  
  517. </head>
  518.  
  519.  
  520.  
  521.  
  522.  
  523. <body>
  524.  
  525.  
  526. <div id="sidebar">
  527. <div class="titlee">{title}</div>
  528. <center><a href="/"><img style="border:1px solid #ececec; padding: 5px; margin-top: 180px; margin-left: 2px; width=100%" src="{image:sidebar}" width="200"></a></center>
  529. <div style="margin-top:0px;width:200px;font-size:13px; font-family:calibri light;line-height:15px;text-align: center;margin-left:7px;">{description}</div> <select onchange='location=this.options[this.selectedIndex].value;' style='
  530. line-height:90%;
  531. font-size:11px;
  532. color:#fff;
  533. width:200px;
  534. margin-left: 8px;
  535. background-color:{color:LinkBox};
  536. border:1px solid #eee;
  537. height:18px;
  538. font-style:italic;
  539. font-family:consolas;
  540. margin-top:3px;
  541. padding:1px;
  542. -moz-border-radius:3px;
  543. -webkit-border-radius:3px;
  544. border-radius:3px;
  545. '>
  546. <option>navigation</option>
  547.  
  548. {block:ifcustomlinkonetitle}<option value="{text:custom link one}">{text:custom link one title}</option>{/block:ifcustomlinkonetitle}
  549. {block:ifcustomlinktwotitle}<option value="{text:custom link two}">{text:custom link two title}</option>{/block:ifcustomlinktwotitle}
  550. {block:ifcustomlinkthreetitle}<option value="{text:custom link three}">{text:custom link three title}</option>{/block:ifcustomlinkthreetitle}
  551. {block:ifcustomlinkfourtitle}<option value="{text:custom link four}">{text:custom link four title}</option>{/block:ifcustomlinkfourtitle}
  552. {block:ifcustomlinkfivetitle}<option value="{text:custom link five}">{text:custom link five title}</option>{/block:ifcustomlinkfivetitle}
  553. {block:ifcustomlinksixtitle}<option value="{text:custom link six}">{text:custom link six title}</option>{/block:ifcustomlinksixtitle}
  554. {block:ifcustomlinkseventitle}<option value="{text:custom link seven}">{text:custom link seven title}</option>{/block:ifcustomlinkseventitle}
  555. {block:ifcustomlinkeighttitle}<option value="{text:custom link eight}">{text:custom link eight title}</option>{/block:ifcustomlinkeighttitle}
  556. {block:ifcustomlinkninetitle}<option value="{text:custom link nine}">{text:custom link nine title}</option>{/block:ifcustomlinkninetitle}
  557. {block:ifcustomlinktentitle}<option value="{text:custom link ten}">{text:custom link ten title}</option>{/block:ifcustomlinktentitle}
  558.  
  559. </select></div>
  560.  
  561.  
  562. <div class="wrapper">
  563. <div style="position:fixed;right:0px;top:28px;">
  564. </span>
  565. </div>
  566.  
  567.  
  568.  
  569. <div id="posts">
  570.  
  571. {block:Posts}
  572.  
  573. {block:ContentSource}
  574. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  575. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  576. {/block:SourceLogo}
  577. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  578. {/block:ContentSource}
  579.  
  580. <div class="entry">
  581.  
  582. {block:Text}
  583. {block:Title}<span class="title">{Title}</span>{/block:Title}
  584. <span class="entrytext">{Body}</span>
  585. {block:IndexPage}<span class="perm1"><div style="border-top:1px solid #eee;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  586. {/block:Text}
  587.  
  588. {block:Link}
  589. <a href="{URL}" class="title">{Name}</a>
  590. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<span class="perm1"><div style="border-top:1px solid #eee;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  591. {block:Link}
  592.  
  593.  
  594.  
  595. {block:Photo}
  596. {block:IndexPage}
  597. <div class="wow">{Month} {DayOfMonthWithSuffix} , {NoteCountWithLabel}
  598. </center></div>
  599. <div class="lol"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style="margin-left:2px;"></a></center></div>
  600. <div class="kk"><center><a href="{Permalink}"><img src="http://static.tumblr.com/t98gn37/2ylmf7oti/permalink.png" width="15px;"></a></center></div>
  601. {/block:IndexPage}
  602. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  603. {/block:IndexPage}
  604. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  605. {/block:Photo}
  606.  
  607.  
  608. {block:Photoset}
  609. {block:IndexPage}<div class="wow">{Month} {DayOfMonthWithSuffix} , {NoteCountWithLabel}
  610. </center></div>
  611. <div class="lol"><a href="{ReblogURL}"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width="15px;" style="margin-left:2px;"></a></center></div>
  612. <div class="kk"><center><a href="{Permalink}"><img src="http://static.tumblr.com/t98gn37/2ylmf7oti/permalink.png" width="15px;"></a></center></div>{/block:IndexPage}
  613. {block:IndexPage}
  614. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="195" style="padding:3px;"/></a>
  615. {/block:Photos}
  616. {/block:IndexPage}
  617.  
  618. {block:permalinkpage}
  619. {Photoset-500}
  620. {/block:permalinkpage}
  621. {/block:Photoset}
  622.  
  623. {block:Quote}
  624. <div class="quote">"</div>
  625. <span style="font-size:8px;text-transform:uppercase;"> {Quote}" </span>
  626. {block:Source}
  627. <div style="text-align:right; color:{color:link};border-top:1px solid #eee; padding:3px;margin-top:3px;text-transform:uppercase;"> • {Source}</div>
  628. {/block:Source}
  629. {block:IndexPage}<span class="perm1"><div style="border-top:1px solid #eee;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  630. {/block:Quote}
  631.  
  632.  
  633. {block:Chat}
  634. {block:Title}<span class="title">{Title}</span>{/block:Title}
  635. <ul class="chat">
  636. {block:Lines}
  637. <li class="user_{UserNumber}">
  638. {block:Label}
  639. <span class="label">{Label}</span>
  640. {/block:Label}
  641.  
  642. {Line}
  643. </li>
  644. {/block:Lines}
  645. </ul>
  646. {block:IndexPage}<span class="perm1"><div style="border-top:1px solid #eee;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  647. {/block:Chat}
  648.  
  649. {block:Audio}
  650. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  651. {/block:IndexPage}
  652. {block:IndexPage}<div class="wow"> <a href="{Permalink}">{NoteCount}</a> &#8226; <a href="{ReblogURL}" >reblog</a> &#8226; {TimeAgo}
  653. </center></div>{block:IndexPage}
  654. {/block:Audio}
  655.  
  656. {block:Video}
  657. {block:IndexPage}
  658. <div class="posttitle">
  659. <a href="{Permalink}" target="_blank"><i>View Video</i></a>
  660. </div>
  661. {/block:IndexPage}
  662. {block:PermalinkPage}
  663. {Video-400}
  664. {/block:PermalinkPage}
  665. {block:ifCaptions}
  666. {block:Caption}{Caption}{/block:Caption}
  667. {/block:ifCaptions}
  668. {block:IndexPage}
  669. <div id="permalink">
  670. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
  671. </div>
  672. {/block:IndexPage}
  673. {block:Video}
  674.  
  675. {block:Answer}
  676. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  677. <strong>{Asker} said:</strong> {Question}
  678. <div class="caption">
  679. <b>I replied:</b><i>{Answer}</i></div>
  680. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCountWithLabel}</a></div></span>{block:IndexPage}
  681. {/block:Answer}
  682.  
  683.  
  684. {block:PermalinkPage}
  685. <div id="so"><div style="text-align:left; text-transform:uppercase;">
  686. {block:NoteCount}<br>{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountwithLabel}
  687. {block:HasTags}{block:Tags}{/block:Tags}{/block:HasTags}<br>{block:Caption}{Caption}{/block:Caption}{/block:NoteCount}</div>
  688.  
  689. {block:PostNotes}
  690. {PostNotes}
  691. {/block:PostNotes}
  692. </div>
  693. {/block:PermalinkPage}
  694.  
  695. </div>
  696. {/block:Posts}
  697. </div>
  698. </div>
  699.  
  700. {block:IndexPage}<br>
  701. {block:Pagination}
  702. <div id="pagination">
  703. {block:NextPage}
  704. <a id="nextPage" href="{NextPage}"></a>
  705. {/block:NextPage}
  706. {block:PreviousPage}
  707. <a href="{PreviousPage}"></a>
  708. {/block:PreviousPage}
  709. </div>
  710. {/block:Pagination}
  711. {/block:IndexPage}
  712. </div>
  713.  
  714. </body>
  715.  
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement