Advertisement
itsbrandon

deportedtheme

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