Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.13 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  8. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  9. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  10. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  11. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  12. Heights Theme by: destroyer.tumblr.com | sleeplessthemes.com
  13. -->
  14.  
  15. <html>
  16. <head>
  17. <!-- DEFAULT COLORS -->
  18. <meta name="color:Background" content="#090909"/>
  19. <meta name="color:post" content="#0b0b0b"/>
  20. <meta name="color:notes link" content="#97c5cf"/>
  21. <meta name="color:notes link hover" content="#dceef1"/>
  22. <meta name="color:notes line" content="#18a5c3"/>
  23. <meta name="color:notes background" content="#000000"/>
  24.  
  25. <meta name="color:nav" content="#18a5c3"/>
  26. <meta name="color:nav hover" content="#e0eff2"/>
  27.  
  28. <meta name="color:header" content="#18a5c3"/>
  29. <meta name="color:header border" content="#178fa9"/>
  30. <meta name="color:header text" content="#d8f1f6"/>
  31.  
  32. <meta name="color:text" content="#616161"/>
  33. <meta name="color:title" content="#e0eff2"/>
  34. <meta name="color:text headers" content="#e0eff2"/>
  35. <meta name="color:text header border" content="#178fa9"/>
  36. <meta name="color:text header background" content="#18a5c3">
  37. <meta name="color:bold text" content="#18a5c3"/>
  38.  
  39.  
  40. <meta name="color:label background" content="#161616"/>
  41.  
  42. <meta name="color:link" content="#97c5cf"/>
  43. <meta name="color:link hover" content="#18a5c3"/>
  44.  
  45. <meta name="color:scrollbar track" content="#090909"/>
  46. <meta name="color:scrollbar" content="#18a5c3"/>
  47.  
  48. <meta name="color:highlight" content="#333333"/>
  49.  
  50. <meta name="image:Background" content=""/>
  51.  
  52. <meta name="if:Show Infinite Scroll" content="1" />
  53. <meta name="if:Hide Photo Caption" content="0" />
  54.  
  55. <meta name="text:Font Size" content="10px"/>
  56. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  57.  
  58. <meta name="text:Custom Link One" content="" />
  59. <meta name="text:Custom Link One Title" content="" />
  60. <meta name="text:Custom Link Two" content="" />
  61. <meta name="text:Custom Link Two Title" content="" />
  62. <meta name="text:Custom Link Three" content="" />
  63. <meta name="text:Custom Link Three Title" content="" />
  64. <meta name="text:Custom Link Four" content="" />
  65. <meta name="text:Custom Link Four Title" content="" />
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <title>{Title}</title>
  73. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. {block:Description}
  77. <meta name="description" content="{MetaDescription}" />
  78. {/block:Description}
  79.  
  80. <style type="text/css">
  81. body{
  82. text-align:justify;
  83. color: {color:text};
  84. font-family: {font:Body};
  85. font-size: {text:Font Size};
  86. line-height: 12px;
  87. text-decoration: none;
  88. background-color: {color:Background};
  89. background-image:url({image:Background});
  90. background-attachment: fixed;
  91. background-position:top center;
  92. background-repeat: repeat;}
  93.  
  94. a, a:link, a:visited, a:active{
  95. -webkit-transition: all .8s ease-out;
  96. -moz-transition: all .8s ease-out;
  97. -o-transition: all .8s ease-out;
  98. transition: all .8s ease-out;
  99. color:{color:link}; text-decoration:none;}
  100. a:hover{color:{color:link hover};}
  101.  
  102. #tumblr_controls{
  103. z-index:20000;
  104. position:fixed!important;}
  105.  
  106. b, strong{
  107. color: {color:bold text};}
  108.  
  109. #posts {
  110.  
  111. {block:PermalinkPage}
  112. width:516px;
  113. margin:0px auto;
  114. padding:4px 4px 60px 12px;
  115. {/block:PermalinkPage}
  116.  
  117. {block:IndexPage}
  118. background-color: transparent;
  119. width:774px;
  120. position:absolute;
  121. margin:10px auto;
  122. padding:4px 4px 60px 12px;
  123. text-align:justify;
  124. color: {color:text};
  125. font-family: {font:Body};
  126. font-size: {text:Font Size};
  127. line-height: 12px;
  128. text-decoration: none;
  129. {/block:IndexPage}}
  130.  
  131. #entry {
  132. {block:IndexPage}
  133. position: relative;
  134. float:left;
  135. z-index:1;
  136. background-color: {color:post};
  137. overflow: hidden;
  138. width:250px;
  139. height: auto;
  140. padding: 0px;
  141. margin:0px 8px 10px 0px;
  142. {/block:IndexPage}
  143.  
  144. {block:PermalinkPage}
  145. position: relative;
  146. float:left;
  147. z-index:1;
  148. background-color: {color:post};
  149. overflow: visible;
  150. width:500px;
  151. height: auto;
  152. padding: 12px;
  153. margin:20px 0px 10px 0px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157.  
  158. #info {
  159. color: {color:text};
  160. font-family: {font:Body};
  161. font-size: {text:Font Size};
  162. line-height: 12px;
  163. text-decoration: none;
  164. position: relative;
  165. float:left;
  166. z-index:1;
  167. background-color: {color:post};
  168. overflow: visible;
  169. width:500px;
  170. height: auto;
  171. padding: 12px;
  172. margin:0px 0px 10px 0px;}
  173.  
  174. #notess {color: {color:text};
  175. font-family: {font:Body};
  176. font-size: {text:Font Size};
  177. line-height: 12px;
  178. text-decoration: none;
  179. border-radius:0px 0px 8px 8px;
  180. -moz-border-radius:0px 0px 8px 8px;
  181. position: relative;
  182. float:left;
  183. z-index:1;
  184. background-color: {color:post};
  185. overflow: visible;
  186. width:500px;
  187. height: auto;
  188. padding: 12px;
  189. margin:0px 0px 40px 0px;}
  190.  
  191.  
  192. #header {
  193. z-index:90000000000;
  194. position:fixed;
  195. bottom:0;
  196. background-color: {color:header};
  197. border-top:12px solid {color:header border};
  198. color:{color:header text};
  199. text-decoration:none;
  200. font-family: Calibri;
  201. font-size: 10px;
  202. line-height:12px;
  203. padding: 6px 6px 6px 6px;
  204. left:0px;
  205. margin:0px 0px 0px 0px;
  206. width: 100%;
  207. height: 0px;
  208. -webkit-transition: all .6s ease-out;
  209. -moz-transition: all .6s ease-out;
  210. -o-transition: all .6s ease-out;
  211. transition: all .6s ease-out;}
  212.  
  213. #header:hover {
  214. height:150px;}
  215.  
  216.  
  217.  
  218.  
  219.  
  220. p{
  221. margin-top:0px;
  222. margin-bottom:0px;}
  223.  
  224. #question{
  225. overflow:SHOW;
  226. padding-bottom:3px;
  227. margin-bottom:3px;}
  228.  
  229. #askr{
  230. display:block;
  231. float:left;
  232. width:33px;
  233. overflow:hidden;
  234. margin-right:3px;}
  235.  
  236. ul {
  237. list-style: disc;
  238. padding: 4px 0px 6px 20px;}
  239.  
  240. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  241.  
  242. blockquote img{display:block; width:100%;}
  243.  
  244. blockquote p{padding:0px; margin:0px;}
  245.  
  246. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  247.  
  248. #bottominfo{
  249. padding:2px 0px 0px 0px;
  250. display:block;}
  251.  
  252. .answer p{margin:0px;}
  253. .notes img{
  254. width:10px;
  255. position:relative;
  256. top:1px;}
  257.  
  258. ol.notes, .notes li{
  259. list-style:none;
  260. margin:0px;
  261. padding:0px;}
  262.  
  263. small {font-size:8px; line-height:8px; letter-spacing:0px;}
  264. big {font-family:arial black; color:{color:text}; font-size:14px;}
  265.  
  266.  
  267.  
  268. a img{border:none;}
  269.  
  270. .label {
  271. color: {color:bold text};font-weight: bold; line-height:12px;}
  272.  
  273. .even {
  274. padding:4px;}
  275.  
  276. .odd {
  277. padding:4px;
  278. background-color: {color:label background};}
  279.  
  280. h1 {
  281.  
  282. margin: 1em 0 0.1em 0;
  283. color: {color:title};
  284. font-weight: normal;
  285. font-family: 'Ropa Sans', sans-serif;
  286. font-size: 70px;
  287. line-height: 72px;
  288. letter-spacing:-4px;
  289. text-transform: uppercase;
  290. text-shadow: 0 2px black, 0 3px #111111;}
  291.  
  292.  
  293. h2 {
  294. color: {color:text headers};
  295. font-size: 12px;
  296. line-height: 14px;
  297. font-family: arial;
  298. font-weight: bold;
  299. text-align:left;
  300. text-transform: uppercase;
  301. letter-spacing: -1px;
  302. width:auto;
  303. padding:10px;
  304. border-bottom:4px solid {color:text header border};
  305. background-color:{color:text header background};
  306. margin-bottom:0px;}
  307.  
  308.  
  309. h3 {
  310. font-size: 20px;
  311. line-height: 22px;
  312. font-family: verdana;
  313. font-weight: 400;
  314. text-transform: uppercase;
  315. letter-spacing: -1px;
  316. color: {color:notes number};
  317. text-align:right;
  318. padding-bottom:4px;
  319. -webkit-transition: all .6s ease-out;
  320. -moz-transition: all .6s ease-out;
  321. -o-transition: all .6s ease-out;
  322. transition: all .6s ease-out;}
  323.  
  324.  
  325. a.links1 {
  326. margin: 1em 0 0.5em 0;
  327. color: {color:nav};
  328. font-weight: normal;
  329. font-family: 'Ropa Sans', sans-serif;
  330. font-size: 10px;
  331. line-height: 12px;
  332. letter-spacing:1px;
  333. text-transform: uppercase;
  334. text-shadow: 0 2px black, 0 3px #111111;
  335. -webkit-transition: all .6s ease-out;
  336. -moz-transition: all .6s ease-out;
  337. -o-transition: all .6s ease-out;
  338. transition: all .6s ease-out;}
  339.  
  340. a.links1:hover {
  341. color:{color:nav hover};}
  342.  
  343.  
  344.  
  345. #asked {
  346. font-size: 10px;
  347. line-height: 10px;
  348. font-family: arial;
  349. font-weight: bold;
  350. text-transform: uppercase;
  351. letter-spacing: -1px;
  352. color: {color:text};}
  353.  
  354. #asked a {
  355. font-size: 10px;
  356. line-height: 12px;
  357. font-family: arial;
  358. font-weight: bold;
  359. text-transform: uppercase;
  360. letter-spacing: -1px;
  361. color: {color:post};}
  362.  
  363. #asked a:hover {color:{color:Background};}
  364.  
  365.  
  366. #ask {
  367. color: {color:Background};
  368. font-size:10px;
  369. line-height:12px;
  370. width:460px;
  371. height:56px;
  372. overflow:visible;
  373. margin-left:56px;
  374. border:4px solid {color:sidebox};
  375. background-color: {color:sidebox};
  376. padding:0px 4px 0px 4px;
  377. margin-bottom:-16px;}
  378.  
  379.  
  380. .audio1 {
  381. position:relative;
  382. z-index:1000000;
  383. height: 28px;
  384. width: 26px;
  385. overflow: hidden;
  386. margin: auto;
  387. padding-top: 7px;}
  388.  
  389. .audioc1 {
  390. position:relative;
  391. z-index:1000000;
  392. background-image:url('http://static.tumblr.com/f1whv92/9iCl6bfgp/audiocircle.png');
  393. background-repeat: no-repeat;
  394. height: 41px;
  395. width: 41px;}
  396.  
  397. .audioplayer1 {
  398. position:absolute;
  399. z-index:1000000;
  400. margin: 90px 0px 0px 0px;
  401. padding: 10px 4px 6px 4px;
  402. width:224px;
  403. height:44px;}
  404.  
  405.  
  406.  
  407.  
  408.  
  409. .audio {
  410. height: 28px;
  411. width: 26px;
  412. overflow: hidden;
  413. margin: auto;
  414. padding-top: 7px;}
  415.  
  416. .audioc {
  417. background-image:url('http://static.tumblr.com/f1whv92/9iCl6bfgp/audiocircle.png');
  418. background-repeat: no-repeat;
  419. height: 41px;
  420. width: 41px;}
  421.  
  422.  
  423. .audiotext {
  424. overflow:hidden;
  425. font-family: consolas;
  426. font-size: 8px;
  427. line-height: 10px;
  428. letter-spacing:1px;
  429. text-transform: uppercase;
  430. margin-left: 0px;
  431. margin-bottom: 6px;
  432. padding: 7px 4px 7px 4px;
  433. width:200;
  434. height:10px;
  435. background-color:{color:label background};}
  436.  
  437. .audioplayer {
  438. margin-left: 0px;
  439. margin-bottom: 7px;
  440. padding: 10px 4px 6px 4px;
  441. width:200;
  442. height:44px;
  443. background-color:{color:label background};}
  444.  
  445.  
  446. ::-webkit-scrollbar {
  447. width: 6px;
  448. height: 6px;
  449. background: {color:scrollbar track};}
  450.  
  451. ::-webkit-scrollbar-thumb {
  452. background-color: {color:scrollbar};
  453. -webkit-border-radius: 0ex;
  454. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);}
  455.  
  456. ::-webkit-scrollbar-corner {
  457. background: {color:Background};}
  458.  
  459.  
  460.  
  461. ::selection { background: {color:highlight}; color: #000; } /* Safari 3.1+, Opera 9.5+, Chrome 2+ */
  462. ::-moz-selection { background: {color:highlight}; color: #000; } /* Mozilla Firefox */
  463.  
  464.  
  465.  
  466.  
  467. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  468.  
  469.  
  470.  
  471.  
  472. #entry #infos {
  473. text-align:center;
  474. color: #ffffff;
  475. font-size: 8px;
  476. line-height: 10px;
  477. font-family: consolas;
  478. font-weight:normal;
  479. text-transform: uppercase;
  480. letter-spacing: 1px;
  481. opacity:0.0;
  482. filter: alpha(opacity=0);
  483. -moz-opacity:0.0;
  484. background-color:transparent;
  485. position: absolute;
  486. left: 0px;
  487. margin-top: 0px;
  488. -webkit-transition: all .6s ease-out;
  489. -moz-transition: all .6s ease-out;
  490. -o-transition: all .6s ease-out;
  491. transition: all .6s ease-out;
  492. z-index:10;
  493. overflow-y:hidden;
  494. width:100%;
  495. height: 22px;
  496. padding:6px;}
  497.  
  498. #entry:hover #infos {
  499. left: 0px;
  500. margin-top:0px;
  501. background-color:{color:notes background};
  502. opacity:0.8;
  503. filter: alpha(opacity=80);
  504. -moz-opacity:0.8;}
  505.  
  506. #entry #infos #details {
  507. float:left;
  508. display:block;
  509. width:100%;
  510. height: 22px;
  511. padding: 0px 0px 0px 0px;}
  512.  
  513. a.notecount {
  514. color: #ffffff;
  515. font-size: 14px;
  516. line-height: 14px;
  517. font-family: ‘Arial Narrow’, sans-serif;
  518. font-weight: bold;
  519. text-transform: uppercase;
  520. letter-spacing: 0px;}
  521.  
  522. a.notecount:hover {
  523. color: #888888;}
  524.  
  525.  
  526. #noted {
  527. overflow:hidden;
  528. z-index:1000000;
  529. width:auto;
  530. height:12px;
  531. padding-top:2px;
  532. padding-bottom:4px;
  533. margin-top:4px;
  534. text-transform: uppercase;
  535. color:#e7660f;
  536. font-family:consolas;
  537. font-weight:bold;
  538. font-size:8px;
  539. line-height:15px;
  540. letter-spacing:1px;
  541. -webkit-transition-property:color, text;
  542. -webkit-transition-duration: .2s;
  543. -moz-transition-duration: .2s;
  544. -webkit-transition-timing-function: linear, ease-in;}
  545.  
  546. #noted:hover {
  547. margin-top:4px;}
  548.  
  549. a.notez {
  550. color: {color:notes link};
  551. font-family: consolas;
  552. font-size: 8px;
  553. line-height: 10px;
  554. letter-spacing:2px;
  555. text-transform: uppercase;
  556. -webkit-transition-property:color, text;
  557. -webkit-transition-duration: .2s;
  558. -moz-transition-duration: .2s;
  559. -webkit-transition-timing-function: linear, ease-in;}
  560.  
  561. a.notez:hover {color: {color:notes link hover};
  562. -webkit-transition-duration: .2s;
  563. -moz-transition-duration: .2s;}
  564.  
  565.  
  566. #line {
  567. z-index:-1;
  568. margin-top: -9px;
  569. margin-bottom: 10px;
  570. width: 400px;
  571. background-color: {color:notes line};
  572. height: 1px;}
  573.  
  574. .nip {
  575. position: relative;
  576. top: -30px;
  577. left: 0px;
  578. width: 0;
  579. height: 0;
  580. margin: 0 auto;
  581. vertical-align: top;
  582. border-left: 12px solid transparent;
  583. border-right: 12px solid transparent;
  584. border-bottom: 12px solid {color:header border};
  585. font-size: 0; }
  586.  
  587.  
  588. {CustomCSS}
  589. </style>
  590.  
  591. <script type="text/javascript">
  592. WebFontConfig = {
  593. google: { families: [ 'Ropa+Sans::latin' ] }
  594. };
  595. (function() {
  596. var wf = document.createElement('script');
  597. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  598. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  599. wf.type = 'text/javascript';
  600. wf.async = 'true';
  601. var s = document.getElementsByTagName('script')[0];
  602. s.parentNode.insertBefore(wf, s);
  603. })(); </script>
  604.  
  605. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/TKllubdk7/scrolltopcontrol.js"></script>
  606.  
  607. <link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
  608.  
  609. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  610.  
  611. {block:IfShowInfiniteScroll}<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:IfShowInfiniteScroll}
  612.  
  613. {block:IndexPage}
  614. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  615.  
  616. <script>
  617. $(function(){
  618. var $container = $('#posts');
  619. $container.imagesLoaded(function(){
  620. $container.masonry({
  621. itemSelector: '#entry',
  622. });
  623. });
  624. $container.infinitescroll({
  625. itemSelector : "#entry",
  626. navSelector : "div.pagination",
  627. nextSelector : ".pagination a#next",
  628. loadingImg : "",
  629. loadingText : "<em></em>",
  630. bufferPx : 10000,
  631. extraScrollPx: 12000,
  632. },
  633. // trigger Masonry as a callback
  634. function( newElements ) {
  635. var $newElems = $( newElements ).css({ opacity: 0 });
  636. // ensure that images load before adding to masonry layout
  637. $newElems.imagesLoaded(function(){
  638. $newElems.animate({ opacity: 1 });
  639. $container.masonry( 'appended', $newElems, true );
  640. });
  641. }
  642. );
  643. });
  644. </script>
  645.  
  646. {/block:IndexPage}
  647.  
  648. </head>
  649.  
  650.  
  651. <body>
  652.  
  653. {block:Pagination}
  654.  
  655. {block:PreviousPage}<a href="{PreviousPage}"
  656. <div style="-moz-border-radius: 128px; /* Firefox */
  657. -webkit-border-radius: 128px; /* Safari, Chrome */
  658. border-radius: 128px; /* CSS3 */ border: 12px solid {color:header}; margin-left:-450px; bottom:400px; left:50%; background-color:{color:header}; width:14px; height:14px; position:fixed; z-index:10000; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4); font-size:20px; color:{color:text headers};">
  659. <div style="margin-left:-4px;"> ◄ </div>
  660. </div>
  661. </a>{/block:PreviousPage}
  662.  
  663.  
  664. {block:NextPage}<a href="{NextPage}"
  665. <div style="-moz-border-radius: 128px; /* Firefox */
  666. -webkit-border-radius: 128px; /* Safari, Chrome */
  667. border-radius: 128px; /* CSS3 */ border: 12px solid {color:header}; margin-left:410px; bottom:400px; left:50%; background-color:{color:header}; width:14px; height:14px; position:fixed; z-index:10000; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4); font-size:20px; color:{color:text headers};">
  668. </div>
  669. </a>{/block:NextPage}
  670.  
  671. {/block:Pagination}
  672.  
  673.  
  674.  
  675.  
  676. <div style="padding:6px 6px 6px 6px; width:auto; height:200px; margin:0 auto; top:0; position:relative; "><center><h1>{Title}</h1>
  677.  
  678.  
  679. <a href="http://{name}.tumblr.com" class="links1">Home</a>
  680. {block:AskEnabled}<a href="/ask" class="links1">Ask</a>{/block:AskEnabled}
  681.  
  682. {block:SubmissionsEnabled}<a href="/submit" class="links1">Submit</a>{/block:SubmissionsEnabled}
  683.  
  684. {block:HasPages}
  685. {block:Pages}
  686. <a href="{URL}" class="links1">{Label}</a>
  687. {/block:Pages}
  688. {/block:HasPages}
  689.  
  690. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  691.  
  692. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  693.  
  694. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  695.  
  696. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  697. <a href="http://sleeplessthemes.com" class="links1">Theme</a>
  698.  
  699. </center></div>
  700.  
  701.  
  702.  
  703.  
  704. <div id="header">
  705. <div class="nip"></div>
  706. <div style="background-color:{color:header border}; padding:0px 6px 6px 0px; width:400px; min-height:auto; max-height:110px; border:6px solid {color:header border}; margin:0px auto; position:relative; overflow:auto;">{block:Description}{Description}{/block:Description}</div>
  707. </div>
  708.  
  709.  
  710.  
  711. <div id="posts">
  712.  
  713.  
  714. <div class="autopagerize_page_element">
  715. {block:Posts}
  716. <div id="entry">
  717.  
  718.  
  719. {block:Text}
  720. <h2>{Title}</h2>
  721. <div style="padding:6px;">
  722. <div id="postimg">{Body}</div>
  723. </div>
  724.  
  725. {block:IndexPage}
  726. <div id="noted">
  727. <center>
  728.  
  729. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  730.  
  731. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  732.  
  733. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  734.  
  735. </center>
  736. </div>
  737.  
  738. <div id="line"></div>
  739. {/block:IndexPage}
  740. {/block:Text}
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748. {block:Photo}
  749. {block:IndexPage}
  750. <div id="infos">
  751.  
  752. <div id="details">
  753.  
  754. <table border="0" bordercolor="" style="background-color:" width="235" cellpadding="0" cellspacing="0">
  755. <tr>
  756. <td width="185">
  757. <div style="margin-top:-1px; position:absolute;">
  758. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a><br>
  759. {TimeAgo}
  760. </div>
  761. </td>
  762. <td width="30">{ReblogButton}</td>
  763. <td width="20">{LikeButton}</td>
  764. </tr>
  765. </table>
  766.  
  767. </div>
  768.  
  769. </div>
  770. {/block:IndexPage}
  771.  
  772.  
  773.  
  774. {block:IndexPage}
  775. <center><a href="{permalink}"><img src="{PhotoURL-500}" width="250" border="0" style="margin-bottom:-15px;"></a></center>
  776.  
  777. <div style="padding:{block:IfHidePhotoCaption}12px 6px 6px{/block:IfHidePhotoCaption} 6px;">
  778.  
  779. {block:IfHidePhotoCaption}
  780. {block:Caption}<div id="postimg"><div style="padding-top:6px;">{Caption}</div></div>{/block:Caption}
  781. {/block:IfHidePhotoCaption}
  782. </div>
  783.  
  784. {/block:IndexPage}
  785.  
  786. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  787.  
  788. {/block:Photo}
  789.  
  790.  
  791. {block:Photoset}
  792. {block:IndexPage}
  793. <div id="infos">
  794.  
  795. <div id="details">
  796.  
  797. <table border="0" bordercolor="" style="background-color:" width="235" cellpadding="0" cellspacing="0">
  798. <tr>
  799. <td width="185">
  800. <div style="margin-top:-1px; position:absolute;">
  801. <a href="{Permalink}" class="notecount">{NoteCountWithLabel}</a><br>
  802. {TimeAgo}
  803. </div>
  804. </td>
  805. <td width="30">{ReblogButton}</td>
  806. <td width="20">{LikeButton}</td>
  807. </tr>
  808. </table>
  809.  
  810. </div>
  811.  
  812. </div>
  813. {/block:IndexPage}
  814.  
  815.  
  816.  
  817.  
  818. {block:IndexPage}{Photoset-250}
  819.  
  820.  
  821. {block:IfShowPhotoCaption}{block:Caption}
  822. <div style="padding-top:6px;">{Caption}</div>
  823. {/block:Caption}{/block:IfShowPhotoCaption}{/block:IndexPage}
  824.  
  825. {block:PermalinkPage}{Photoset-500}
  826. <div style="padding-top:6px;">{Caption}</div>
  827. {/block:PermalinkPage}</center>
  828.  
  829.  
  830. {/block:Photoset}
  831.  
  832.  
  833. {block:Quote}
  834.  
  835. <h2>"{Quote}"</h2>
  836.  
  837. <div style="padding:6px;">
  838.  
  839. {block:Source}{Source}{/block:Source}
  840.  
  841. </div>
  842.  
  843. {block:IndexPage}
  844. <div id="noted">
  845. <center>
  846.  
  847. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  848.  
  849. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  850.  
  851. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  852.  
  853. </center>
  854. </div>
  855.  
  856. <div id="line"></div>
  857. {/block:IndexPage}
  858. {/block:Quote}
  859.  
  860. {block:Link}
  861. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
  862.  
  863. <div style="padding:6px;">
  864. {block:Description}{Description}{/block:Description}
  865.  
  866. </div>
  867.  
  868. {block:IndexPage}
  869. <div id="noted">
  870. <center>
  871.  
  872. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  873.  
  874. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  875.  
  876. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  877.  
  878. </center>
  879. </div>
  880.  
  881. <div id="line"></div>
  882. {/block:IndexPage}
  883. {/block:Link}
  884.  
  885.  
  886. {block:Chat}
  887. <div style="padding:6px;">
  888.  
  889. {block:Title}{Title}{/block:Title}
  890. {block:Lines}
  891. {block:Label}
  892. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  893. <span class="line">{Line}</span></div>
  894. {/block:Label}
  895. {/block:Lines}
  896.  
  897. </div>
  898.  
  899. {block:IndexPage}
  900. <div id="noted">
  901. <center>
  902.  
  903. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  904.  
  905. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  906.  
  907. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  908.  
  909. </center>
  910. </div>
  911.  
  912. <div id="line"></div>
  913. {/block:IndexPage}
  914. {/block:Chat}
  915.  
  916. {block:Video}
  917.  
  918.  
  919. {block:IndexPage}<div id="video">{Video-250}</div>{block:IfHidePhotoCaption}
  920. <div style="padding:6px;">{block:Caption}{Caption}{/block:Caption}</div>{/block:IfHidePhotoCaption}{/block:IndexPage}
  921.  
  922. {block:PermalinkPage}<div id="video">{Video-500}</div>
  923. {block:Caption}{Caption}{/block:Caption}
  924.  
  925. {/block:PermalinkPage}
  926.  
  927. {block:IndexPage}
  928. <div id="noted">
  929. <center>
  930.  
  931. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  932.  
  933. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  934.  
  935. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  936.  
  937. </center>
  938. </div>
  939.  
  940. <div id="line"></div>
  941. {/block:IndexPage}
  942. {/block:Video}
  943.  
  944.  
  945. {block:Audio}
  946. <div style="padding:6px;">
  947.  
  948. {block:IndexPage}
  949.  
  950. <center>
  951. <div class="audioplayer1">
  952. <div class="audioc1">
  953. <div class="audio1">{AudioPlayerBlack}</div>
  954. </div>
  955. </div>
  956. </center>
  957.  
  958. {block:AlbumArt}
  959. <img src="{AlbumArtURL}" width="238" style="position:relative;"/>
  960. {/block:AlbumArt}
  961.  
  962.  
  963.  
  964. {/block:IndexPage}
  965.  
  966.  
  967.  
  968. {block:PermalinkPage}
  969. {block:AlbumArt}
  970. <img src="{AlbumArtURL}" width="250" style="padding-bottom:6px;"/>
  971. {/block:AlbumArt}
  972.  
  973. <center>
  974. <div class="audioplayer"> <div class="audioc">
  975. <div class="audio">{AudioPlayerBlack}</div>
  976. </div> </div>
  977. </center>
  978.  
  979. {block:Artist}
  980. <div class="audiotext"><b>Artist:</b> {Artist}</div>
  981. {/block:Artist}
  982.  
  983. {block:TrackName}
  984. <div class="audiotext"><b>Track:</b> {TrackName}</div>
  985. {/block:TrackName}
  986.  
  987. {block:Album}
  988. <div class="audiotext"><b>Album:</b> {Album}</div>
  989. {/block:Album}
  990.  
  991. {block:PlayCount}
  992. <div class="audiotext"><b>Plays:</b> {PlayCount}</div>
  993. {/block:PlayCount}
  994.  
  995.  
  996. {block:Caption}<div style="padding-top:2px;">{Caption}</div>{/block:Caption}
  997. {/block:PermalinkPage}
  998.  
  999.  
  1000. </div>
  1001.  
  1002. {block:IndexPage}
  1003. <div id="noted">
  1004. <center>
  1005.  
  1006. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  1007.  
  1008. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  1009.  
  1010. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  1011.  
  1012. </center>
  1013. </div>
  1014.  
  1015. <div id="line"></div>
  1016. {/block:IndexPage}
  1017. {/block:Audio}
  1018.  
  1019.  
  1020.  
  1021. {block:Answer}
  1022.  
  1023.  
  1024. <div style="position:absolute; margin-top:0px; margin-left:0px; width:52px; height:52px; background-color:{color:sidebox}; border: 6px solid {color:sidebox};"><img src="{AskerPortraitURL-96}" width="52" height="52"></div>
  1025.  
  1026. <div id="ask">
  1027. <div id="asked">{Asker} Asked:</div>
  1028. <div style="height:42px; padding-right:4px; overflow:auto;">{Question}</div>
  1029. </div>
  1030.  
  1031. <div style="padding:6px;">
  1032.  
  1033. <p><div style="padding-top:10px;">{Answer}</div></p>
  1034.  
  1035. </div>
  1036.  
  1037. {block:IndexPage}
  1038. <div id="noted">
  1039. <center>
  1040.  
  1041. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{TimeAgo}</a>
  1042.  
  1043. <a href="{Permalink}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">{NoteCountWithLabel}</a>
  1044.  
  1045. <a href="{ReblogURL}" class="notez" style="padding:0px 4px 0px 6px; background-color:{color:post};">Reblog</a>
  1046.  
  1047. </center>
  1048. </div>
  1049.  
  1050. <div id="line"></div>
  1051. {/block:IndexPage}
  1052. {/block:Answer}
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058. </div>
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064. {block:PermalinkPage}
  1065. {block:Date}
  1066. <div id="info">
  1067.  
  1068. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  1069.  
  1070. {block:Photo}{block:HighRes}<br>HighRes: <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  1071.  
  1072. {block:Answer}<BR>Ask: <a href="/ask">{AskLabel}</a>{/block:Answer}
  1073.  
  1074. {block:Audio}<BR>Plays: {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  1075.  
  1076. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  1077.  
  1078. </div>
  1079. {/block:Date}
  1080.  
  1081. {block:PostNotes}
  1082. <div id="notess">{PostNotes}</div>
  1083. {/block:PostNotes}
  1084.  
  1085. {/block:PermalinkPage}
  1086.  
  1087.  
  1088. {/block:Posts}
  1089. </div> </*Infinite Scroll*/>
  1090. </div> </*WTF*/>
  1091.  
  1092. <div style="position:absolute; bottom:-200px;">
  1093. <div class="pagination">
  1094. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  1095. </div>
  1096. </div>
  1097.  
  1098. </body>
  1099. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement