Advertisement
frickinsassy

theme 24

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