Advertisement
itsbrandon

calm theme

Jun 18th, 2013
6,872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.83 KB | None | 0 0
  1. <!---
  2. THEME BY itsbrvndon
  3.  
  4. http://itsbrvndon.tumblr.com
  5.  
  6. more themes at brandonthemes.tumblr.com
  7.  
  8. base theme by terrible
  9. please don't remove credit
  10. ---->
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31.  
  32. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  33. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  34.  
  35.  
  36.  
  37. <meta name="color:Background" content="#f0eeee"/>
  38. <meta name="color:Text" content="#000000"/>
  39. <meta name="color:blogtitle" content="#535353"/>
  40. <meta name="color:Hover" content="#000000"/>
  41. <meta name="color:post outline" content="#dddddd"/>
  42. <meta name="color:Link" content="#000000"/>
  43. <meta name="color:perma border" content="#535353"/>
  44. <meta name="color:LinksBackground" content="#eeeeee"/>
  45. <meta name="color:navigation color" content="#aaaaaa"/>
  46. <meta name="color:sidebarpic background" content="#dddddd"/>
  47. <meta name="color:sidebar background" content="#F7F7F7"/>
  48. <meta name="image:Background" content=""/>
  49. <meta name="image:sidebar" content="0"/>
  50. <meta name="if:show sidebar image" content="0">
  51.  
  52. <meta name="if:onecolumn" content="0">
  53. <meta name="text:Custom Link One Title" content= >
  54. <meta name="text:Custom Link One" content="" />
  55. <meta name="text:Custom Link Two Title" content= >
  56. <meta name="text:Custom Link Two" content="" />
  57. <meta name="text:Custom Link Three Title" content= >
  58. <meta name="text:Custom Link Three" content="" />
  59. <meta name="text:Custom Link Four Title" content= >
  60. <meta name="text:Custom Link Four" content="" />
  61. <meta name="text:Custom Link Five Title" content=
  62. ><meta name="text:Custom Link Five" content="" />
  63. <meta name="text:Custom Link Six Title" content=
  64. ><meta name="text:Custom Link Six" content="" />
  65. <meta name="text:Custom Link Seven Title" content=
  66. ><meta name="text:Custom Link Seven" content="" />
  67. <meta name="text:Custom Link Eight Title" content=
  68. ><meta name="text:Custom Link Eight" content="" />
  69. <meta name="text:Custom Link Nine Title" content=
  70. ><meta name="text:Custom Link Nine" content="" />
  71. <meta name="text:Custom Link Ten Title" content=
  72. ><meta name="text:Custom Link Ten" content="" />
  73. <style type="text/css">
  74.  
  75. <a href="{text:Link One}" title="{text:Link One Title}">{text:Link One Title}</a>
  76. <a href="{text:Link Two}" title="{text:Link Two Title}">{text:Link Two Title}</a>
  77. <a href="{text:Link Three}" title="{text:Link Three Title}">{text:Link Three Title}</a>
  78. <a href="{text:Link Four}" title="{text:Link Four Title}">{text:Link Four Title}</a>
  79.  
  80. #tumblr_controls{
  81. position:fixed !important;
  82. -webkit-filter:invert(100%);
  83. opacity:.7;
  84. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  85. }
  86.  
  87. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  88.  
  89. ::-webkit-scrollbar {
  90.  
  91. width: 7px;
  92.  
  93. height: 4px;
  94.  
  95. background: #eeecec;
  96.  
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100.  
  101. background: #C7C3C5;
  102. }
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color:{color:text};
  116. background-color: {color:Background};
  117. background-image:url({image:Background});
  118. background-attachment: fixed;
  119. -webkit-background-size: cover;
  120. -moz-background-size: cover;
  121. -o-background-size: cover;
  122. background-size: cover;
  123. background-size: ;
  124. font-family:consolas;
  125. letter-spacing: 1px;
  126. font-size: 8px;
  127. line-height:10px;
  128. color:{color:text};
  129. }
  130.  
  131.  
  132.  
  133.  
  134. p {
  135. margin:0px;
  136. margin-top:0px;
  137. }
  138.  
  139. a:link, a:active, a:visited{
  140. color: {color:Link};
  141. text-decoration: none;
  142. -webkit-transition: color 0.5s ease-out;
  143. -moz-transition: color 0.5s ease-out;
  144. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  145. }
  146.  
  147. a:hover{
  148. color:{color:Hover};
  149. -webkit-transition-duration: .9s;
  150. -webkit-transition: color 0.3s ease-out;
  151. -moz-transition: color 0.3s ease-out;
  152. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  153. }
  154.  
  155. a:active{
  156. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  157. -webkit-transition:all 0.05s ease-in-out;
  158. -moz-transition:all 0.05s ease-in-out;
  159. -o-transition:all 0.05s ease-in-out;
  160. transition:all 0.05s ease-in-out;
  161. color: #000;
  162. text-decoration:underline;
  163. }
  164.  
  165.  
  166.  
  167. ::selection {
  168. background:#000;
  169. color: #777;
  170. }
  171.  
  172. ::-moz-selection {
  173. background:#aaa;
  174. color: #777;
  175. }
  176. .entry img{max-width:100%;}
  177. .entry {
  178. margin: 8px;
  179.  
  180.  
  181. padding:11px;
  182. border-radius: 2px;
  183.  
  184. font-size:8px;
  185. background:#ffffff;
  186. text-transform:uppercase;
  187.  
  188. border:1px solid {color:post outline};
  189. opacity: .7;
  190.  
  191. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  192. {block:IndexPage}
  193. width:200px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width:420px;
  197. {/block:PermalinkPage}
  198. }
  199. .entry:hover {
  200. -webkit-transition: opacity 0.9s linear; opacity: 0.9;
  201. }
  202.  
  203. .entry .sex{
  204.  
  205.  
  206. position:absolute;
  207. left: 15px;
  208. width:150px;
  209. height:15px;
  210. padding:2px;
  211. background-color:#ffffff;
  212. border-left:3px solid {color:perma border};
  213. border-right:3px solid {color:perma border};
  214. overflow:hidden;
  215. opacity:0.0;
  216. letter-spacing:1px;
  217. line-height:8px;
  218. text-align:left;
  219. font-family:Consolas;
  220. font-size:8px;
  221. text-transform:uppercase;
  222. top:20px;
  223.  
  224. z-index:8;
  225. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  226.  
  227. }
  228.  
  229. .entry:hover .sex{
  230. -webkit-transition: opacity 0.9s linear; opacity: 0.9;
  231. top:20px;
  232. }
  233. -webkit-transition: all .7s ease-in-out;
  234. -moz-transition: all .7s ease-in-out;
  235. -o-transition: all .7s ease-in-out;
  236. transition: all .7s ease-in-out;
  237. }
  238. }
  239.  
  240.  
  241.  
  242. .entry:hover .sex:hover {
  243. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  244. transition: all 0.5s linear;
  245. background-color: #fff;
  246. -webkit-transition: all .5s ease-in-out;
  247. -moz-transition: all .5s ease-in-out;
  248. -o-transition: all .5s ease-in-out;
  249. transition: all .5s ease-in-out;
  250. }
  251.  
  252. .entry .bam{
  253.  
  254.  
  255. position:absolute;
  256. left: 11px;
  257. width:200px;
  258. height:15px;
  259. padding:4px
  260.  
  261. background-color:transparent;
  262.  
  263.  
  264. overflow:hidden;
  265. opacity:1;
  266. letter-spacing:1px;
  267. line-height:10px;
  268. text-align:left;
  269. font-family:Consolas;
  270. font-size:8px;
  271. text-transform:uppercase;
  272.  
  273.  
  274. z-index:8;
  275. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  276.  
  277. }
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285. #linkss{
  286. text-align:center;
  287. text-transform:uppercase;
  288. margin-top:5px;
  289. font-size:9px;
  290. padding-bottom:5px;
  291. }
  292.  
  293. #linkss a{
  294. color:{color:sidebarlinks};
  295. margin:1px;
  296. padding-left:4px;
  297. padding-right:4px;
  298. padding-top:1px;
  299. padding-bottom:1px;
  300. }
  301.  
  302. #linkss a:hover{
  303. background:{color:LinksBackgroundHover};
  304. color:{color:navigation color};
  305. padding-left:6px;
  306. padding-right:6px;
  307. padding-top:2px;
  308. padding-bottom:2px;
  309.  
  310. }
  311.  
  312. .links a{
  313. text-transform: uppercase;
  314. color: {color:links};
  315. background:;
  316. line-height: 3px;
  317. display:inline-block;
  318. margin-top:2px;
  319. text-align:center;
  320. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  321. }
  322.  
  323. .links a:hover{
  324. text-decoration:underline;
  325. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  326. }
  327.  
  328.  
  329. .quote {
  330. font-family:consolas;
  331. font-size: 9px;
  332. float: left;
  333. margin-right: 5px;
  334. }
  335.  
  336. #music {
  337. display: block;
  338. position:fixed;
  339. top:134px;
  340. margin-left:160px;
  341. padding:3px;
  342. width:155px;
  343. height:10px;
  344. font-family:consolas;
  345. color:#000000;
  346. z-index:99999999999999999999999999999999;
  347. font-size:8px;
  348. letter-spacing:1px;
  349. background-color:{color:sidebar background};
  350. border-right:1px solid #ddd;
  351. border-left:1px solid #ddd;
  352.  
  353. border-top:1px solid #ddd;
  354. opacity:1;
  355.  
  356.  
  357. }
  358.  
  359.  
  360. div #blogtitle{
  361.  
  362. text-align: left;
  363. font-family:dreams;
  364. font-size:20px;
  365. width:170px;
  366. text-transform: none;
  367. color:{color:blogtitle};
  368. margin-left:-1px;
  369. padding:0px;
  370. text-shadow:3px 0px transparent, -3px 0px transparent;
  371. letter-spacing:2px;
  372.  
  373. line-height:13px;
  374. }
  375.  
  376. div #blogtitle:hover{
  377. -webkit-transition: all .5s ease-in-out;text-decoration: none;
  378. -moz-transition: all .5s ease-in-out;
  379. -o-transition: all .5s ease-in-out;
  380. transition: all .5s ease-in-out;
  381. text-shadow:3px 0px #CCC, -3px 0px transparent;
  382. -webkit-transition: all .7s ease-in-out;
  383. -moz-transition: all .7s ease-in-out;
  384. -o-transition: all .7s ease-in-out;
  385. transition: all .7s ease-in-out;
  386. }
  387.  
  388. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf'); }
  389.  
  390.  
  391. #sidebar {
  392. display: block;
  393. position:fixed;
  394. top:170px;
  395. padding-left:8px;
  396. padding-right:8px;
  397. padding-top:10px;
  398. padding-bottom:5px;
  399. width:150px;
  400. height:auto;
  401. font-family:consolas;
  402. color:#000000;
  403.  
  404. font-size:8px;
  405. letter-spacing:1px;
  406.  
  407. opacity:1;
  408.  
  409. {block:indexpage}
  410. margin-left:210px;
  411. {/block:indexpage}
  412. {block:permalinkpage}
  413. margin-left:210px;
  414. {/block:permalinkpage}
  415. {block:ifonecolumn}
  416. margin-left:160px;
  417. {/block:ifonecolumn}
  418. }
  419.  
  420. .audioplayerr{
  421. position:absolute;
  422. background: white;
  423. border:5px solid #fff;
  424. text-align:center;
  425. margin-left:16px;
  426. margin-top:17px;
  427. width:10px;
  428. height:10px;
  429. opacity:0.7;
  430. overflow:hidden;
  431. -webkit-transition: all 0.5s ease-in-out;
  432. -moz-transition: all 0.5s ease-in-out;
  433. -o-transition: all 0.5s ease-in-out;
  434. -ms-transition: all 0.5s ease-in-out;
  435. transition: all 0.5s ease-in-out;}
  436.  
  437. .audioplayerr:hover{
  438. opacity:1;
  439. -webkit-transition: all 0.5s ease-in-out;
  440. -moz-transition: all 0.5s ease-in-out;
  441. -o-transition: all 0.5s ease-in-out;
  442. -ms-transition: all 0.5s ease-in-out;
  443. transition: all 0.5s ease-in-out;}
  444.  
  445. .audioplayerr1{
  446. padding:1px;
  447. margin-top:-10px;
  448. margin-left:-10px;
  449. background-color: #fff;}
  450.  
  451. .audioplayerr1:hover{
  452. opacity:1;}
  453.  
  454. .albumartt{
  455. margin-left:0px;
  456. }
  457.  
  458. .albumartt img{
  459. background:#f7f7f7;
  460. border-right:2px solid {color:border};
  461. max-width:40px;
  462. float:left;
  463. padding:5px;
  464. border:1px solid #f0f0f0;
  465. }
  466.  
  467. .infooo{
  468. position:relative;
  469. background:transparent;
  470. padding-top:15px;
  471. padding-bottom:10px;
  472. font-family:Consolas;
  473. font-size:8px;
  474. letter-spacing:1px;
  475. text-transform:uppercase;
  476. height:auto;
  477. margin-top:0px;
  478. margin-left:53px;
  479. padding-left:5px;
  480. line-height:9px;}
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. #posts {
  491. width: 500px;
  492. height: 100%;
  493. background-attachment: fixed;
  494. background-color:;
  495. background-repeat:repeat;
  496. opacity: .5px;
  497. margin-left:400px;
  498. padding:4px;
  499.  
  500. margin-top:0px;
  501. float:left;
  502. -webkit-animation:fadeIn 3s;
  503. -moz-animation:fadeIn 3s;
  504. -ms-animation:fadeIn 3s;
  505. {block:permalinkpage}
  506. margin-left:400px;
  507. {/block:permalinkpage}
  508. {block:ifonecolumn}
  509. width: 240px;
  510. {/block:ifonecolumn}
  511.  
  512. }
  513.  
  514.  
  515. .my-like {text-align:center;
  516. cursor:pointer;-webkit-transition-duration:0.2s;
  517. }
  518. .my-liked, .my-like:hover {
  519. color:{color:Hover};
  520. cursor:pointer;
  521. }
  522.  
  523.  
  524. #s-m-t-tooltip{
  525. max-width:300px;
  526. margin-top:22px;
  527. margin-left:12px;
  528. padding-left:4px;
  529. padding-right:4px;
  530. border:1px solid #ddd;
  531. border-radius:4px;
  532. background-color:#fff;
  533. color:#aaa;
  534. font-family:calibri;
  535. z-index:999999999999999999999999999999;
  536. font-size:8px;
  537. letter-spacing:1px;
  538. font-style:italic;
  539. text-transform:lowercase;
  540. line-height:14px;
  541. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  542. }
  543.  
  544. {CustomCSS}
  545.  
  546.  
  547.  
  548. </style>
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558. <script type="text/javascript"
  559. src="http://static.tumblr.com/4w0ukby/qghmpsocr/merppp.js"></script>
  560. <script type="text/javascript"
  561. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  562. <script type="text/javascript" src="http://static.tumblr.com/4w0ukby/V6impsom0/mana.txt"></script>
  563.  
  564.  
  565. <script type="text/javascript">
  566. $(window).load(function () {
  567. var $content = $('#posts');
  568. $content.masonry({itemSelector: '.entry'}),
  569. $content.infinitescroll({
  570. navSelector : 'div#pagination',
  571. nextSelector : 'div#pagination a#nextPage',
  572. itemSelector : '.entry',
  573. loading: {
  574. finishedMsg: '',
  575. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  576. },
  577. bufferPx : 600,
  578. debug : false,
  579. },
  580. // call masonry as a callback.
  581. function( newElements ) {
  582. var $newElems = $( newElements );
  583. $newElems.hide();
  584. // ensure that images load before adding to masonry layout
  585. $newElems.imagesLoaded(function(){
  586. $content.masonry( 'appended', $newElems, true,
  587. function(){$newElems.fadeIn(300);} );
  588.  
  589.  
  590. });
  591. });
  592. });
  593. </script>
  594.  
  595.  
  596.  
  597.  
  598. <title>{title}</title>
  599.  
  600.  
  601.  
  602.  
  603. </style>
  604.  
  605.  
  606.  
  607.  
  608. </head>
  609.  
  610.  
  611.  
  612.  
  613.  
  614. <body>
  615.  
  616. <div id="sidebar">
  617. <a href="/"><div id="blogtitle">{title}</a></div>
  618.  
  619. {block:ifshowsidebarimage}
  620. <center><a href="/"><img style="border:0px solid #ddd; padding:5px;margin-top:4px;background: {color:sidebarpic background};" src="{image:sidebar}" width="140"></a></center>
  621. {/block:ifshowsidebarimage}
  622.  
  623. <div style="text-transform: uppercase;margin-top:3px;"><center>{description}</center></div>
  624.  
  625. <select style="margin-top:5px;background-color:{color:LinksBackground}; width: 150px; font:8pt; border: 1px solid #ccc; color: {color:navigation color}; font-family:CONSOLAS; font-size:10px; font-style:italic;" name="ArchiveMenu" onChange="location.href=this.options[this.selectedIndex].value; ">
  626. <option>navigate</option>
  627.  
  628. <option value="/">index</option>
  629.  
  630. <option value="/ask">message</option>
  631.  
  632. {block:ifcustomlinkonetitle}<option value="{text:custom link one}">{text:custom link one title}</option>{/block:ifcustomlinkonetitle}
  633. {block:ifcustomlinktwotitle}<option value="{text:custom link two}">{text:custom link two title}</option>{/block:ifcustomlinktwotitle}
  634. {block:ifcustomlinkthreetitle}<option value="{text:custom link three}">{text:custom link three title}</option>{/block:ifcustomlinkthreetitle}
  635. {block:ifcustomlinkfourtitle}<option value="{text:custom link four}">{text:custom link four title}</option>{/block:ifcustomlinkfourtitle}
  636. {block:ifcustomlinkfivetitle}<option value="{text:custom link five}">{text:custom link five title}</option>{/block:ifcustomlinkfivetitle}
  637. {block:ifcustomlinksixtitle}<option value="{text:custom link six}">{text:custom link six title}</option>{/block:ifcustomlinksixtitle}
  638. {block:ifcustomlinkseventitle}<option value="{text:custom link seven}">{text:custom link seven title}</option>{/block:ifcustomlinkseventitle}
  639. {block:ifcustomlinkeighttitle}<option value="{text:custom link eight}">{text:custom link eight title}</option>{/block:ifcustomlinkeighttitle}
  640. {block:ifcustomlinkninetitle}<option value="{text:custom link nine}">{text:custom link nine title}</option>{/block:ifcustomlinkninetitle}
  641. {block:ifcustomlinktentitle}<option value="{text:custom link ten}">{text:custom link ten title}</option>{/block:ifcustomlinktentitle}
  642.  
  643.  
  644. </select>
  645.  
  646. </div>
  647. </div></div>
  648.  
  649.  
  650.  
  651. </div></div>
  652.  
  653.  
  654. <div class="wrapper">
  655. <div style="position:fixed;right:0px;top:28px;">
  656. </span>
  657. </div>
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. <div id="posts">
  665.  
  666. {block:Posts}
  667.  
  668. {block:ContentSource}
  669. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  670. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  671. {/block:SourceLogo}
  672. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  673. {/block:ContentSource}
  674.  
  675. <div class="entry">
  676.  
  677. {block:Text}
  678.  
  679. {block:Title}<span class="title">{Title}</span>{/block:Title}
  680. <span class="entrytext">{Body}</span>
  681. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  682. <div class="bam">
  683. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  684. </div></div>
  685.  
  686. {/block:IndexPage}
  687. {/block:Text}
  688.  
  689. {block:Link}
  690.  
  691. <a href="{URL}" class="title">{Name}</a>
  692. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  693. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  694. <div class="bam">
  695. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  696. </div></div>
  697.  
  698. {/block:IndexPage}
  699. {block:Link}
  700.  
  701.  
  702.  
  703. {block:Photo}
  704. {block:IndexPage}
  705. <div class="sex">
  706. <b><a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  707. <br>{timeago}</b>
  708. </div>
  709.  
  710. {/block:IndexPage}
  711. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}
  712. {/block:IndexPage}
  713. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="430"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  714.  
  715. {/block:Photo}
  716.  
  717.  
  718. {block:Photoset}
  719. {block:IndexPage}
  720. <div class="sex">
  721. <b><a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  722. <br>{timeago}</b>
  723. </div>
  724.  
  725. {/block:IndexPage}
  726. {block:IndexPage}<div style="width:200px; overflow-x:hidden; overflow-y:hidden;">{Photoset-250}</div>{/block:IndexPage}
  727. {block:permalinkpage}
  728. {Photoset-400}
  729. {/block:permalinkpage}
  730. {/block:Photoset}
  731.  
  732. {block:Quote}
  733.  
  734. <i><div class="quote">-</div>
  735. <span style="text-transform:uppercase;letter-spacing:1px;"> {Quote}" </span></i>
  736. {block:Source}
  737. <div style="text-align:right; color:{color:link};border-top:0px solid #ddd; padding:3px;margin-top:3px;text-transform:uppercase;"> β€’ {Source}</div>
  738. {/block:Source}
  739. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  740. <div class="bam">
  741. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  742. </div></div>
  743.  
  744. {/block:IndexPage}
  745. {/block:Quote}
  746.  
  747.  
  748. {block:Chat}
  749.  
  750. {block:Title}<span class="title">{Title}</span>{/block:Title}
  751. <ul class="chat">
  752. {block:Lines}
  753. <li class="user_{UserNumber}">
  754. {block:Label}
  755. <span class="label">{Label}</span>
  756. {/block:Label}
  757.  
  758. {Line}
  759. </li>
  760. {/block:Lines}
  761. </ul>
  762. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  763. <div class="bam">
  764. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  765. </div></div>
  766.  
  767. {/block:IndexPage}
  768. {/block:Chat}
  769.  
  770.  
  771.  
  772. {block:Audio}
  773. <div class="albumartt">{block:AlbumArt} <img src="{AlbumArtURL}"> {/block:AlbumArt}</div><div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><audioshit>Artist:</audioshit></b> {Artist} {/block:Artist}<br>{block:TrackName} <b><audioshit>Song Name:</audioshit></b> "{TrackName}" {/block:TrackName}</br> {block:PlayCount}<b><audioshit>plays:</audioshit></b> {PlayCount} times{/block:PlayCount} </div> {block:IndexPage}
  774. {/block:IndexPage}
  775. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  776. <div class="bam">
  777. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  778. </div></div>
  779.  
  780. {/block:IndexPage}
  781.  
  782. {/block:Audio}
  783.  
  784. {block:Video}
  785. {block:IndexPage}
  786. <div class="sex">
  787. <b><a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  788. <br>{timeago}</b>
  789. </div>
  790.  
  791. {/block:IndexPage}
  792. {block:IndexPage}
  793. <center>
  794. <div style="width:200px; overflow-x:hidden; overflow-y:hidden;">{Video-250}</center></div>
  795. {/block:IndexPage}
  796. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  797.  
  798. {/block:Video}
  799.  
  800. {block:Answer}
  801. <img src="{AskerPortraitURL-25}" width="25" align="left" style="margin-right:3px;"/>
  802. <strong>{Asker} said:</strong> {Question}
  803. <div class="caption">
  804. <b>I replied:</b><i>{Answer}</i></div>
  805. {block:IndexPage}<div style="border-top: 2px solid {color:perma border};padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">
  806. <div class="bam">
  807. <a title="Reblog This post" href="{ReblogURL}">reblog</a> with <a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a>
  808. </div></div>
  809.  
  810. {/block:IndexPage}
  811. {/block:Answer}
  812.  
  813. {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}
  814.  
  815. {block:PermalinkPage}
  816. {block:Date}
  817. {block:Caption}{Caption}{/block:Caption}<center>
  818. {TimeAgo} | {12Hour}:{Minutes}{AmPm}<br>
  819. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  820. {/block:Date}
  821. <br>
  822. <center>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</center>
  823. <br>
  824.  
  825. {/block:PermalinkPage}
  826.  
  827. {block:PostNotes}{PostNotes}
  828. {/block:PostNotes}
  829. </div>
  830.  
  831.  
  832. {/block:Posts}
  833. </div>
  834. </div>
  835. {block:IndexPage}<br>
  836. {block:Pagination}
  837. <div id="pagination">
  838. {block:NextPage}
  839. <a id="nextPage" href="{NextPage}"></a>
  840. {/block:NextPage}
  841. {block:PreviousPage}
  842. <a href="{PreviousPage}"></a>
  843. {/block:PreviousPage}
  844. </div>
  845. {/block:Pagination}
  846. {/block:IndexPage}
  847. </div>
  848.  
  849.  
  850.  
  851.  
  852. </body>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement