Advertisement
frickinsassy

theme 26

Nov 27th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <!--
  2. theme by frickinsassy
  3. don't remove the credit
  4. or five kittens die
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <meta name="color:Background" content="#FFFFFF">
  15. <meta name="color:Text" content="#130C11"/>
  16. <meta name="color:Hover" content="#130C11"/>
  17. <meta name="color:Blockquote" content="#130C11"/>
  18. <meta name="color:Permalinks" content="#130C11"/>
  19. <meta name="if:Grey Scale Fade" content=""/>
  20. <meta name="if:Underline" content=""/>
  21. <meta name="if:Rainbow Links" content=""/>
  22. <meta name="if:Sparkle Hover" content=""/>
  23. <meta name="if:Letter Spaced Hover" content=""/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Scrollbar" content="#130C11"/>
  26. <meta name="text:title font size" content="12"/>
  27. <meta name="text:text font size" content="10"/>
  28. <meta name="text:title line height" content="12"/>
  29. <meta name="text:text line height" content="11"/>
  30. <meta name="if:Show Quote" content="1"/>
  31. <meta name="text:quote" content="1"/>
  32. <meta name="image:sidebar" content="1"/>
  33. <meta name="image:LinkBG" content="1"/>
  34. <meta name="image:Background" content="1"/>
  35. <meta name="image:SideBG" content="1"/>
  36. <meta name="image:BannerBarBG" content="1"/>
  37. <meta name="image:TopBarBG" content="1"/>
  38. <meta name="image:PostBG" content="1"/>
  39. <meta name="if:show photo" content="0"/>
  40. <meta name="if:tiny cursor" content="1"/>
  41. <meta name="if:tiny scrollbar" content="1"/>
  42. <meta name="if:shadow hover" content="1"/>
  43. <meta name="text:Custom Link One" content="" />
  44. <meta name="text:Custom Link One Title" content="" />
  45. <meta name="text:Custom Link Two" content="" />
  46. <meta name="text:Custom Link Two Title" content="" />
  47. <meta name="text:Custom Link Three" content="" />
  48. <meta name="text:Custom Link Three Title" content="" />
  49. <meta name="text:Custom Link Four" content="" />
  50. <meta name="text:Custom Link Four Title" content="" />
  51. <meta name="text:Custom Link Five" content="" />
  52. <meta name="text:Custom Link Five Title" content="" />
  53. <meta name="text:Custom Link Six" content="" />
  54. <meta name="text:Custom Link Six Title" content="" />
  55. <meta name="text:Custom Link Seven" content="" />
  56. <meta name="text:Custom Link Seven Title" content="" />
  57. <meta name="text:Custom Link Eight" content="" />
  58. <meta name="text:Custom Link Eight Title" content="" />
  59. <meta name="if:Show Title" content="0"/>
  60.  
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  64. <style type="text/css">
  65.  
  66.  
  67.  
  68. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  69.  
  70. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  71.  
  72. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  73.  
  74. color: #000000;
  75. text-decoration:none;
  76. -webkit-transition-duration: 0.2s
  77.  
  78. a:hover{ color: #fff;
  79. text-shadow:0px 0px 3px #000000;}{/block:ifshadowhover}
  80.  
  81. #tumblr_controls{
  82. position:fixed !important;
  83. -webkit-filter: invert(100%);
  84. }
  85.  
  86. .wrapper{
  87. margin: 0px auto;
  88. width: 750px;
  89. }
  90.  
  91. .header{
  92. float: left;
  93. width: 800px;
  94. }
  95.  
  96. .left{
  97. float: left;
  98. margin-right: 20px;
  99. width: 800px;
  100. }
  101.  
  102. .right{
  103. float: right;
  104. width: 200px;
  105. background-color: {color:Background};
  106. }
  107.  
  108. body {
  109. overflow-x: hidden;
  110. padding: 0px;
  111. margin: 0px;
  112. color:white;
  113. background-color: {color:Background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-position: left;
  117. background-repeat: repeat;
  118. }
  119.  
  120. a:link, a:active, a:visited{
  121. color: {color:Link}; {block:ifunderline} text-decoration: underline{/block:ifunderline};
  122. text-decoration: none;
  123. -webkit-transition: color 0.4s ease-out;
  124. -moz-transition: color 0.4s ease-out;
  125. }
  126.  
  127. a:hover{
  128. color:{color:Hover}; {block:ifunderline} text-decoration: underline{/block:ifunderline};
  129. {block:ifletterspacedhover}
  130. letter-spacing: 2px;
  131. {/block:ifletterspacedhover}
  132. -webkit-transition: color 0.7s ease-out;
  133. -moz-transition: color 0.7s ease-out;
  134. }
  135.  
  136. .entry {
  137. z-index:2;
  138. padding:10px;
  139. float:left;
  140. display:block;
  141. background-color:black;
  142. {block:IndexPage}
  143. width:250px;
  144. margin-right: 350px;
  145. margin-top:23px;
  146. margin-bottom:23px;
  147. color:{color:Text};
  148. font-family: {font:text font};
  149. font-size: {text:text font size}px;
  150. line-height:{text:text line height}px;
  151. {block:ifGreyScaleFade}
  152. -webkit-filter: grayscale(0%);
  153. -webkit-transition: 1.5s ease-in-out;
  154. {/block:ifGreyScaleFade}
  155. {/block:IndexPage}
  156. {block:PermalinkPage}
  157. z-index:2;
  158. width:370px;
  159. font-family:monda;
  160. font-size:10px;
  161. color:{color:text};
  162. padding: 10px;
  163. {/block:PermalinkPage}
  164. }
  165.  
  166. .entry:hover {
  167. -webkit-transition: all 1.5s ease-in-out;
  168. {block:ifGreyScaleFade}-webkit-filter: grayscale(100%){/block:ifGreyScaleFade};
  169. }
  170.  
  171. .entry .permalink{
  172. position:absolute;
  173. width:230px;
  174. height:10;
  175. top:10px;
  176. margin-left:7px;
  177. padding-top: 8px;
  178. padding-bottom: 8px;
  179. background-color:#000;
  180. overflow:hidden;
  181. font-weight:300;
  182. text-transform:uppercase;
  183. font-family:share;
  184. font-size: 12px;
  185. border-left:3px solid white;
  186. border-right: 3px solid white;
  187. color: {color:Permalinks};
  188. line-height:{text:text line height}px;
  189. text-align:center;
  190. opacity:0.0;
  191. -webkit-transition: all 0.6s linear;
  192. -webkit-transition: all 0.6s linear;
  193. -moz-transition: all 0.6s linear;
  194. transition: all 0.6s linear;
  195. border-bottom-right-radius:0px;
  196. border-top-right-radius:0px;
  197. border-top-left-radius:0px;
  198. border-bottom-left-radius:0px;
  199. }
  200.  
  201.  
  202. .entry:hover .permalink{
  203. top:20px;
  204. margin-left:7px;
  205. height:9px;
  206. overflow:visible;
  207. -webkit-transition: all 0.6s linear; opacity: 0.8;
  208. -webkit-transition: all 0.6s linear;
  209. -moz-transition: all 0.6s linear;
  210. transition: all 0.6s linear;
  211. }
  212.  
  213. .entry:hover .permalink:hover{
  214. top:20px;
  215. overflow:visible;
  216. -webkit-transition: all 0.4s linear; opacity: 1;
  217. -webkit-transition: all 0.4s linear;
  218. -moz-transition: all 0.4s linear;
  219. transition: all 0.4s linear;
  220. border-bottom-right-radius:0px;
  221. border-top-right-radius:0px;
  222. border-top-left-radius:0px;
  223. border-bottom-left-radius:0px;
  224. }
  225.  
  226. .entry .textperma{
  227. position:absolute;
  228. text-transform:italic;
  229. margin-left:180px;
  230. width:320px;
  231. height:15px;
  232. margin-top:-10px;
  233. background-color:transparent;
  234. overflow:hidden;
  235. font-family:share;
  236. font-size: 10px;
  237. opacity:0;
  238. text-align:left;
  239. line-height:14px;
  240. color: {color:Permalinks};
  241. -webkit-transition: all 0.4s linear; opacity: 0;
  242. -webkit-transition: all 0.4s linear;
  243. -moz-transition: all 0.4s linear;
  244. transition: all 0.4s linear;
  245. border-bottom-right-radius:0px;
  246. border-top-right-radius:0px;
  247. border-top-left-radius:0px;
  248. border-bottom-left-radius:0px;
  249. }
  250.  
  251.  
  252. .entry:hover .textperma{
  253. margin-left:200px;
  254. height:15px;
  255. overflow:visible;
  256. -webkit-transition: all 0.4s linear; opacity: 0.9;
  257. -webkit-transition: all 0.4s linear;
  258. -moz-transition: all 0.4s linear;
  259. transition: all 0.4s linear;
  260. }
  261.  
  262. .entry:hover .textperma:hover{
  263. overflow:visible;
  264. -webkit-transition: all 0.4s linear; opacity: 0.9;
  265. -webkit-transition: all 0.4s linear;
  266. -moz-transition: all 0.4s linear;
  267. transition: all 0.4s linear;
  268. border-bottom-right-radius:0px;
  269. border-top-right-radius:0px;
  270. border-top-left-radius:0px;
  271. border-bottom-left-radius:0px;
  272. }
  273.  
  274.  
  275. .entry .audioperma{
  276. position:absolute;
  277. text-transform:italic;
  278. margin-left:135px;
  279. width:250px;
  280. height:15px;
  281. margin-top:10px;
  282. background-color:transparent;
  283. overflow:hidden;
  284. font-size: 10px;
  285. opacity:0;
  286. text-align:left;
  287. line-height:14px;
  288. -webkit-transition: all 0.4s linear; opacity: 0;
  289. -webkit-transition: all 0.4s linear;
  290. -moz-transition: all 0.4s linear;
  291. transition: all 0.4s linear;
  292. border-bottom-right-radius:0px;
  293. border-top-right-radius:0px;
  294. border-top-left-radius:0px;
  295. border-bottom-left-radius:0px;
  296. }
  297.  
  298.  
  299. .entry:hover .audioperma{
  300. height:15px;
  301. overflow:visible;
  302. -webkit-transition: all 0.4s linear; opacity: 0.9;
  303. -webkit-transition: all 0.4s linear;
  304. -moz-transition: all 0.4s linear;
  305. transition: all 0.4s linear;
  306. }
  307.  
  308. .entry:hover .audioperma:hover{
  309. overflow:visible;
  310. -webkit-transition: all 0.4s linear; opacity: 0.9;
  311. -webkit-transition: all 0.4s linear;
  312. -moz-transition: all 0.4s linear;
  313. transition: all 0.4s linear;
  314. border-bottom-right-radius:0px;
  315. border-top-right-radius:0px;
  316. border-top-left-radius:0px;
  317. border-bottom-left-radius:0px;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. div#sidebar a{
  324. color: white;
  325. }
  326.  
  327. div#sidebar{
  328. margin-left:228px;
  329. width:270px;
  330. z-index:2;
  331. position:fixed !important;
  332. text-align:center;
  333. top:170px;
  334. height:auto;
  335. line-height: 17px;
  336. background-color: black;
  337. color: white;
  338. font-family:share;
  339. font-size:12px;
  340. padding:4px;
  341. padding-top:15px;
  342. opacity: 1;
  343. -webkit-transition: all 0.7s linear;
  344. -moz-transition: all 0.7s linear;
  345. transition: all 0.7s linear;
  346. background-image:url({image:SideBG});
  347. }
  348.  
  349.  
  350.  
  351. #posts {
  352. {block:IndexPage}
  353. z-index:1;
  354. position:relative;
  355. width: 1260px;
  356. margin-left:225px;
  357. margin-top: -30px;
  358. padding-top: 13px;
  359. padding-right:15px;
  360. background-color:transparent;
  361. background-image:url({image:PostBG});
  362. background-attachment:fixed;
  363. {/block:IndexPage}
  364. {block:PermalinkPage}
  365. z-index:2;
  366. position:absolute;
  367. width: 235px;
  368. margin-left:50px;
  369. margin-top: -30px;
  370. padding-left:-10px;
  371. padding-top: 13px;
  372. padding-right:15px;
  373. background-color:transparent;
  374. background-image:url({image:PostBG});
  375. background-attachment:fixed;
  376. {/block:PermalinkPage}
  377. }
  378.  
  379. #links a{
  380. display: inline-block;
  381. background-color: #d3d3e6;
  382. width:auto;
  383. font-family: 'oxygen';
  384. font-weight:300;
  385. font-size:10px;
  386. margin:-2px;
  387. margin-bottom:2px;
  388. padding:4px;
  389. border-right-style:solid;
  390. border-right-color:black;
  391. border-right-width:1px;
  392. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  393. }
  394.  
  395.  
  396.  
  397. #infscr-loading{
  398. bottom: -70px;
  399. position: absolute;
  400. left: 50%;
  401. margin-left:-8px;
  402. width:16px;
  403. height:11px;
  404. overflow:hidden;
  405. margin-bottom: 50px;
  406. }
  407.  
  408.  
  409.  
  410. .title{
  411. font-family: {font:title font};
  412. font-size: {text:title font size}px;
  413. line-height:{text:title line height}px;
  414. color: {color:Title};
  415. font-weight: normal;
  416. }
  417.  
  418. .entrytext{
  419. margin-left:3px;
  420. margin-top:-3px;
  421. max-width:150px;
  422. text-align:left;
  423. font-family:share;
  424. font-size:10px;
  425. line-height:14px;
  426. color: {color:Text};
  427. font-weight: normal;
  428. }
  429.  
  430. .entrytext img {
  431. max-width: 93%;
  432. }
  433.  
  434. .writing{
  435. text-align:left;
  436. font-family:share;
  437. font-size:10px;
  438. line-height: 11px;
  439. margin: 6px;
  440. padding-bottom:5px;
  441. color: {color:Title};
  442. }
  443.  
  444. .quotation{
  445. font-family: share;
  446. font-size: 17px;
  447. float: right;
  448. margin: 3px;
  449. color: black;
  450. }
  451.  
  452. .ask {
  453. font-family:monda;
  454. font-size:10px;
  455. text-align:left;
  456. background: transparent;
  457. border: 1px solid #dcdcdc;
  458. color:white;
  459. margin:6px 0px 5px 66px;
  460. padding:10px;
  461. position: relative;
  462. -moz-border-radius:5px;
  463. -webkit-border-radius:5px;
  464. border-radius:5px;
  465. }
  466. .ask p {
  467. margin:1px 0px;
  468. }
  469. .ask span {
  470. display:block;
  471. position:absolute;
  472. width:1px;
  473. height:1px;
  474. font-size: 0;
  475. line-height: 1px;
  476. left:-10px;
  477. top:10px;
  478. border-top:7px solid transparent;
  479. border-bottom:7px solid transparent;
  480. border-right:10px solid #dcdcdc;
  481. }
  482. .askbox {
  483. float: left;
  484. margin: 1px 4px 0 0;
  485. padding: 2px;
  486. background: transparent;
  487. }
  488. .ask img {
  489. max-width: 100%;
  490. }
  491.  
  492. .answer{
  493. text-align:right;
  494. font-family:monda;
  495. font-size: 10px;
  496. line-height:15px;
  497. margin-top:1px;
  498. color: white;
  499. font-weight: normal;
  500. }
  501. .answer img {
  502. max-width: 100%;
  503. }
  504.  
  505.  
  506. .count a{
  507. color: white;
  508. }
  509.  
  510. .count {
  511. font-size:14px;
  512. font-family:monda;
  513. opacity: 1;
  514. overflow:visible;
  515. width: 100px;
  516. margin-left:40px;
  517. margin-bottom:15px;
  518. height: 17px;
  519. bottom:0px;
  520. padding: 10px;
  521. position:absolute;
  522. text-align: left;
  523. z-index:9999999; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
  524. }
  525.  
  526. #titlee{
  527. text-align:right;
  528. margin-top:3px;
  529. padding-right:15px;
  530. color:white;
  531. border-top: 0px dashed black;
  532. opacity: 1.0;}
  533.  
  534. }
  535.  
  536. #titlee a {
  537. padding-right:5px;
  538. display:relative;
  539. max-width:400px;
  540. text-align:left;
  541. color:black;
  542. }
  543.  
  544. #titlee .more {
  545. padding-left:10px;
  546. margin-top:-20px;
  547. filter: alpha(opacity = 0);
  548. opacity:0;
  549. -webkit-transition: all 1s ease-out;
  550. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  551. text-align:left;text-transform:lowercase;
  552. }
  553.  
  554. #titlee:hover .more {
  555. margin-top:2px;
  556. padding-left:10px;
  557. -webkit-transition: all 1s ease-out;
  558. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  559. filter: alpha(opacity = 80);
  560. filter: alpha(opacity = 100);
  561. opacity:100;
  562. }
  563.  
  564. blockquote{
  565. height:auto;
  566. padding:1.5px;
  567. padding-left:2px;
  568. margin:2px;
  569. margin-left:10px;
  570. border-left: 1px solid {color:blockquote};
  571. }
  572.  
  573. #album
  574. {width:100px;
  575. height:50px;
  576. margin-left:-30px;
  577. margin-top:5px;
  578. float:left;}
  579.  
  580. #player
  581. {float:left;
  582. width:190px;
  583. padding:2px;
  584. height:20px;
  585. overflow:hidden;
  586. margin-left:0px;
  587. margin-top:10px;
  588. margin-bottom:7px;
  589. }
  590.  
  591.  
  592.  
  593. .blogtitle{font-family: 'nothing you could do', cursive; font-size: 17px; line-height: 14px; margin-bottom:4px;}
  594.  
  595. .blogtitle a{color: #000000;}
  596.  
  597. {CustomCSS}
  598. </style>
  599.  
  600. {block:IndexPage}
  601. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  602. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  603.  
  604. <script type="text/javascript">
  605. $(window).load(function () {
  606. var $content = $('#posts');
  607. $content.masonry({itemSelector: '.entry'}),
  608. $content.infinitescroll({
  609. navSelector : 'div#pagination',
  610. nextSelector : 'div#pagination a#nextPage',
  611. itemSelector : '.entry',
  612. loading: {
  613. finishedMsg: '',
  614. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  615. },
  616. bufferPx : 600,
  617. debug : false,
  618. },
  619. // call masonry as a callback.
  620. function( newElements ) {
  621. var $newElems = $( newElements );
  622. $newElems.hide();
  623. // ensure that images load before adding to masonry layout
  624. $newElems.imagesLoaded(function(){
  625. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  626.  
  627.  
  628. });
  629. });
  630. });
  631. </script>
  632.  
  633. {/block:IndexPage}
  634.  
  635.  
  636. <title>{title}</title>
  637.  
  638. <link rel="shortcut icon" href="{Favicon}">
  639. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  640. <meta name="viewport" content="width=820" />
  641.  
  642. {block:ifrainbowlinks}
  643. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  644. "></script>{/block:ifrainbowlinks}
  645.  
  646. {block:ifsparklehover}<style type="text/css">a:hover{background:url(http://www.layoutstuff.com/userpics/dividers/sparkles.gif);}hr{background-image:url(http://www.layoutstuff.com/userpics/dividers/sparkles.gif); </style>{/block:ifsparklehover}
  647.  
  648.  
  649.  
  650. </head>
  651.  
  652. <body>
  653.  
  654. <div style="position:fixed !important;right:3px;top:26px;-webkit-filter: invert(100%); "><a href="http://afwul.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a></div>
  655. <div class="wrapper">
  656.  
  657. <div class="wrapper">
  658.  
  659. <div id="sidebar">
  660. {block:ifshowphoto}<div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width=100%></a></div>{/block:ifshowphoto}{block:ifShowTitle}<center><div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifShowTitle}</center></center>
  661. <div id=info>{description}</div>
  662. <div id="titlee">
  663. links
  664. <div class="more">
  665. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle} {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle} {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle} {/block:ifCustomLinkFourTitle} <br> {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle} {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a>{/block:ifCustomLinkSixTitle} {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}">{text:Custom Link Seven Title}</a>{/block:ifCustomLinkSevenTitle} {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}">{text:Custom Link Eight Title}</a>{/block:ifCustomLinkEightTitle} <a href="afwul.tumblr.com/"> credit </a></center></div>
  666. </div>
  667.  
  668. </div>
  669.  
  670.  
  671.  
  672. </div>
  673. <center>
  674.  
  675. </div>
  676. </div>
  677. </div>
  678. </div>
  679.  
  680. </center>
  681.  
  682.  
  683.  
  684. <div id="linkbar">
  685.  
  686. </div>
  687. </div>
  688.  
  689.  
  690. </div>
  691. </div>
  692.  
  693. <center>
  694.  
  695. </div>
  696. </div>
  697. </div>
  698.  
  699. <div class="header">
  700.  
  701.  
  702.  
  703.  
  704. <br>
  705. <br>
  706.  
  707. <div class="left">
  708.  
  709. <div id="posts">
  710.  
  711. {block:Posts}
  712.  
  713. {block:ContentSource}
  714. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  715. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  716. {/block:SourceLogo}
  717. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  718. {/block:ContentSource}
  719.  
  720. <div class="entry">
  721.  
  722. {block:Answer}
  723. <img src="{AskerPortraitURL-48}" align="left" class="askbox"><div class="ask"><span></span>{Asker}: {Question}&nbsp;</div> <div class="answer">{Answer} <div style=" margin-bottom:20px;"></div></div>
  724. {block:IndexPage}
  725. <div class="textperma">
  726. <a href="{permalink}">{NoteCount}</a> </div>
  727. {/block:IndexPage}
  728. {/block:Answer}
  729.  
  730.  
  731.  
  732. {block:Text}
  733. {block:Title}<span class="title">{Title}</span>{/block:Title} <span class="entrytext"> <div style="margin-top:-10px;"> {Body} </div> </span>
  734. {block:IndexPage}
  735. <div class="textperma">
  736. <i><a href="{ReblogURL}" target="new">↻</a> / <a href="{permalink}" >{NoteCount}</a></i> </div>
  737. {/block:IndexPage}
  738. {/block:Text}
  739.  
  740. {block:Link}<a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  741. {block:IndexPage}<div class="textperma"><a href="{Permalink}">{notecount}</a></div>{/block:IndexPage}
  742. {/block:Link}
  743.  
  744.  
  745.  
  746. {block:Photo}
  747. {block:IndexPage}
  748. <div class="permalink">
  749. <div class="perms">
  750. <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank">reblog</a> with <a href="{permalink}">{NoteCountWithLabel}</a>
  751. </div></div>
  752. {LinkOpenTag} <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  753. {/block:Indexpage}
  754. {block:PermalinkPage}
  755. {LinkOpenTag}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  756. {/block:PermalinkPage}
  757. {/block:Photo}
  758.  
  759.  
  760. {block:Photoset}
  761. {block:IndexPage}
  762. <center>
  763. {Photoset-250}</center>
  764. <div class="permalink">
  765. <div class="perms">
  766. <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank">reblog</a> // <a href="{permalink}">{NoteCount}</a>
  767. </div></div>
  768. {/block:IndexPage}
  769. {block:PermalinkPage}
  770. <center>
  771. {Photoset-250}</center>
  772. {/block:PermalinkPage}
  773. {/block:Photoset}
  774.  
  775. {block:Quote}
  776. <div class="writing">❝ {Quote} ❞</div>
  777. {block:IndexPage}
  778. <div class="textperma">
  779. <div class="perms">
  780. <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank">↻</a> // <a href="{permalink}">{NoteCount}</a>
  781. </div></div>
  782. {/block:IndexPage}
  783. {/block:Quote}
  784.  
  785. {block:Chat}{block:Title}<span class="entrytext"><span class="title">{Title}</span>{/block:Title}<span class="entrytext"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b> {Label} </b></span>{/block:Label}{Line}</li>{/block:Lines}</ul></span></span>
  786. {block:IndexPage}
  787. <span class="textperma"><a href="{Permalink}">Posted {TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  788. {/block:IndexPage}
  789. {/block:Chat}
  790.  
  791. {Line}
  792. </li>
  793. {/block:Lines}
  794. </ul>
  795. {/block:Chat}
  796.  
  797. {block:Audio}
  798. <div id="album">{block:AlbumArt}<img width="35px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  799. <div id="player"><div style="margin-top:-3px; margin-bottom:5px;">{AudioPlayerGrey}</div></div>
  800. <div style="margin-left:-90px;">{Block:Artist}Artist: {Artist} {/Block:Artist} <br> {Block:Trackname} Song:{Trackname} {/Block:Trackname}</div>
  801. {block:IndexPage}
  802. <div class="audioperma"><div style="margin-left:-0px;">
  803. <i><a href="{ReblogURL}" target="new">{reblog</a> / <a href="{permalink}" >{NoteCount}}</a></i></div> </div>
  804. {/block:IndexPage}
  805. {block:PermalinkPage}
  806. <br>{block:TrackName}
  807. <div class="entrytext">{TrackName}
  808. {/block:TrackName}
  809. {block:Artist}
  810. - {Artist}
  811. {/block:Artist} </div>
  812. {/block:PermalinkPage}
  813. {/block:Audio}
  814.  
  815.  
  816. {block:Video}
  817. {block:IndexPage}
  818. <center>
  819. {Video-250}</center>
  820. <div class="textperma">
  821. <a href="{ReblogURL}" target="_blank"><font color="0000000">reblog</font></a> <font color="0000000"> with </font> <a href="{permalink}"><font color="0000000">{NoteCountWithLabel}</font></a> </div>
  822. {/block:IndexPage}<br>
  823. {block:PermalinkPage}
  824. <center>
  825. {Video-250}</center>
  826. <width="100%">
  827. {/block:PermalinkPage}
  828. {/block:Video}
  829.  
  830. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  831.  
  832. {block:PermalinkPage}
  833. <div style="border-bottom: 3px solid #fff; text-align: left; margin: 9px;">
  834. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} |
  835. {block:Date}{TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}{/block:Date}
  836. <br>{block:Caption}{Caption}{/block:Caption}<br>{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags} {block:NoteCount} </div> {/block:NoteCount}
  837.  
  838. {/block:PermalinkPage}
  839.  
  840.  
  841. {block:PostNotes}<div style="text-align: left; margin-left:-20px;">{PostNotes}</div>
  842. {/block:PostNotes}
  843. </div>
  844.  
  845.  
  846. {/block:Posts}
  847. </div>
  848. </div>
  849. {block:IndexPage}
  850. {block:Pagination}
  851. <div id="pagination">
  852. {block:NextPage}
  853. <a id="nextPage" href="{NextPage}"></a>
  854. {/block:NextPage}
  855. {block:PreviousPage}
  856. <a href="{PreviousPage}">&larr;&nbsp;</a>
  857. {/block:PreviousPage}
  858. </div>
  859. {/block:Pagination}
  860. {/block:IndexPage}
  861. </div>
  862. </body>
  863. </html>
  864. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement