Advertisement
itsbrandon

sexnumb theme

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