Advertisement
frickinsassy

theme 25

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