bsethemes

hella dad

Jan 16th, 2015
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. BASE CODE BY: DISLIKES
  5.  
  6. THEME BY:BSETHEMES
  7.  
  8. -don't claim as your own, change or remove credit
  9. -for any questions please don't hesitate contacting me!
  10. -custom themes requests are open!!
  11. -feedback is always appreciated!!!
  12. -dno't fuckigkn claim this fucking theme as ur own or change ot remove creditk doNONt don't do ti don'tt
  13. -->
  14.  
  15. <html lang="en">
  16. <head>
  17.  
  18. <meta name="image:Background" content=""/>
  19.  
  20. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  21. <meta name="color:Sidebar Text" content="#b8b8b8"/>
  22. <meta name="color:Sidebar border" content="#000" />
  23. <meta name="color:Sidebar shadow" content="#cecece" />
  24. <meta name="color:Sidebar Background" content="#fff"/>
  25. <meta name="color:Background" content="#FFFFFF"/>
  26. <meta name="color:Link" content="#555555"/>
  27. <meta name="color:Hover" content="#999999"/>
  28. <meta name="color:Text" content="#777777"/>
  29. <meta name="color:ScrollBackgorund" content="#fff"/>
  30. <meta name="color:ScrollBar" content="#cecece"/>
  31.  
  32. <meta name="text:Link1 URL" content="/"/>
  33. <meta name="text:Link1 Title" content="link"/>
  34. <meta name="text:Link2 URL" content="/"/>
  35. <meta name="text:Link2 Title" content="link"/>
  36. <meta name="text:Link3 URL" content="/"/>
  37. <meta name="text:Link3 Title" content="link"/>
  38.  
  39. <meta name="font:Sidebar Font" content="Arial"/>
  40.  
  41. <meta name="if:SingleColumnPagination" content="0">
  42. <meta name="if:SingleColumnInfiniteScroll" content="0">
  43. <meta name="if:ThreeColumnsInfiniteScroll" content="1">
  44.  
  45. <title>{Title}</title>
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}">
  50.  
  51. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  52.  
  53. {block:ifThreeColumnsInfiniteScroll}
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56.  
  57. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){$(document)
  60. .ready(function(){$("[title]")
  61. .style_my_tooltips();});})
  62. (jQuery);
  63. </script>
  64.  
  65. {block:IndexPage}
  66. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  67. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  68.  
  69. <script type="text/javascript">
  70. $(window).load(function(){
  71. var $wall = $('#entries');
  72. $wall.imagesLoaded(function(){
  73. $wall.masonry({
  74. itemSelector: '#post, #post_photo',
  75. isAnimated : false
  76. });
  77. });
  78.  
  79. $wall.infinitescroll({
  80. navSelector : '#pagination',
  81. nextSelector : '#pagination a',
  82. itemSelector : '#post, #post_photo',
  83. bufferPx : 2000,
  84. debug : false,
  85. errorCallback: function() {
  86. $('#scroll').fadeOut('normal');
  87. }},
  88. function( newElements ) {
  89. var $newElems = $( newElements );
  90. $newElems.hide();
  91. $newElems.imagesLoaded(function(){
  92. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  93. });
  94. }); $('#entries').show(500);
  95. });
  96. </script>
  97. {/block:IndexPage}
  98.  
  99. {/block:ifThreeColumnsInfiniteScroll}
  100.  
  101. {block:ifSingleColumnInfiniteScroll}
  102.  
  103. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  104.  
  105. {/block:ifSingleColumnInfiniteScroll}
  106.  
  107. <script type="text/javascript"> $("article a[title]").tooltips();</script>
  108.  
  109.  
  110. <!---------------END SCRIPTS--------------->
  111.  
  112. <style type="text/css">
  113.  
  114.  
  115. /************EDIT BODY HERE************/
  116.  
  117. body::-webkit-scrollbar {
  118. width: 1em;
  119. }
  120.  
  121. body::-webkit-scrollbar-track {
  122. background-color: {color:ScrollBackgorund};
  123. }
  124.  
  125. body::-webkit-scrollbar-thumb {
  126. background-color: {color:ScrollBar};
  127. }
  128.  
  129. body{
  130. margin:0px;
  131. background-color: {color:Background};
  132. background-image:url({image:Background});
  133. background-size:cover;
  134. background-repeat:no-repeat;
  135. background-position:fixed;
  136. font-family: Calibri;
  137. font-size:8px;
  138. letter-spacing:1px;
  139. text-transform:uppercase;
  140. text-align:left;
  141. line-height:11px;
  142. color: {color:Text};}
  143.  
  144.  
  145. a:link, a:active, a:visited{
  146. text-decoration: none;
  147. color: {color:Link};}
  148.  
  149. a:hover {
  150. color:{color:Link};
  151. text-decoration:none;}
  152.  
  153. /************EDIT TOOLTIP HERE************/
  154.  
  155.  
  156. #s-m-t-tooltip {
  157. padding: 3px;
  158. height:auto;
  159. display: none;
  160. font-family: 'consolas';
  161. font-size: 8px;
  162. text-transform:uppercase;
  163. text-align: center;
  164. letter-spacing:1px;
  165. margin-top:10px;
  166. margin-left: 15px;
  167. line-height: 8px;
  168. z-index: 999999999999;
  169. border-radius:3px;
  170. border: 1px solid #f5f5f5;
  171. background:#ffffff;
  172. color: #888;}
  173.  
  174.  
  175. {block:ifThreeColumnsInfiniteScroll}
  176.  
  177. #entries{
  178. text-align:left;
  179. width:900px;
  180. margin-left:200px;
  181. margin-top:10px;
  182. position:relative;
  183. overflow: hidden;}
  184.  
  185. #post{
  186. text-align:left;
  187. margin:20px;
  188. background:#ffffff;
  189. max-width: 100%;
  190. display:block;
  191. overflow:hidden;
  192. width:180px;}
  193.  
  194. {/block:ifThreeColumnsInfiniteScroll}
  195.  
  196. {block:ifSingleColumnInfiniteScroll}
  197. #entries{
  198. text-align:left;
  199. margin-left:200px;
  200. margin-top:10px;
  201. position:relative;
  202. overflow: hidden;
  203. width:220px;}
  204.  
  205.  
  206. #post{
  207. text-align:left;
  208. margin:20px;
  209. background:#ffffff;
  210. max-width: 100%;
  211. display:block;
  212. overflow:hidden;
  213. width:300px;}
  214.  
  215. {/block:ifSingleColumnInfiniteScroll}
  216.  
  217. {block:ifSingleColumnPagination}
  218.  
  219. #entries{
  220. text-align:left;
  221. margin-left:200px;
  222. margin-top:10px;
  223. position:relative;
  224. overflow: hidden;
  225. width:220px;}
  226.  
  227. #post{
  228. text-align:left;
  229. margin:20px;
  230. background:#ffffff;
  231. max-width: 100%;
  232. display:block;
  233. overflow:hidden;
  234. width:300px;}
  235.  
  236. {/block:ifSingleColumnPagination}
  237.  
  238. /*Do not delete #post img.*/
  239.  
  240. #post img{
  241. max-width:100%;}
  242.  
  243. /*Edit the permalinks all posts.*/
  244.  
  245. .permalink{
  246. border-top:1px solid #f5f5f5;
  247. text-align:right;
  248. }
  249. .permalink a{
  250. text-transform:uppercase;
  251. line-height:15px;}
  252.  
  253. /*Edit the titles on any text-based post.*/
  254.  
  255. .posttitle{
  256. font-size:10px;
  257. text-align:center;
  258. color:{color:Link};}
  259.  
  260. .posttitle a{
  261. color:{color:Link};}
  262.  
  263. /************EDIT QUOTE POSTS HERE************/
  264.  
  265. .quote{
  266. margin-right: 5px;}
  267.  
  268. .source{
  269. padding-top:5px;
  270. display:block;
  271. text-align:right;}
  272.  
  273.  
  274. /************EDIT ANSWER POSTS HERE************/
  275.  
  276. .ask{
  277. padding:4px;
  278. background:#f9f9f9;}
  279. .asker{
  280. color:{color:Link};}
  281. .answer{
  282. margin-top:10px;}
  283.  
  284. /************EDIT AUDIO POSTS HERE************/
  285.  
  286. .audio{
  287. {block:IndexPage}width:180px;{/block:IndexPage}
  288. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  289. .info{
  290. padding:2px 0px 1px 57px;}
  291. .i {
  292. text-transform:uppercase;
  293. letter-spacing:1px;
  294. font-size:8px;}
  295. .pl b,strong{
  296. text-transform:lowercase;
  297. font-size:9px;}
  298. .player{
  299. position:absolute;
  300. overflow:hidden;
  301. margin-top:0px;
  302. margin-left:15px;
  303. background:#ffffff;
  304. width:24px;
  305. height:23px;}
  306.  
  307. /************EDIT VIDEO POSTS HERE************/
  308. /***********DO NOT DELETE THIS CODE************/
  309.  
  310. .video-container {
  311. position:relative;
  312. padding-bottom:56.25%;
  313. padding-top: 30px;
  314. height:0;
  315. overflow:hidden;}
  316.  
  317. .video-container iframe,
  318. .video-container object,
  319. .video-container embed {
  320. position: absolute;
  321. top: 0;
  322. left: 0;
  323. width: 100%;
  324. height: 100%;}
  325.  
  326. /************EDIT CHAT POSTS HERE************/
  327.  
  328. .chat{
  329. line-height:12px;
  330. list-style:none;}
  331. .chat ul{
  332. list-style:none;
  333. padding:0px 5px;
  334. line-height:15px;}
  335. .label{
  336. color:{color:Link};}
  337.  
  338. /************EDIT SIDEBAR HERE************/
  339.  
  340. #sidebar{
  341. margin-left:-250px;
  342. margin-top:200px;
  343. width:200px;
  344. position:fixed;
  345. text-align:center;}
  346.  
  347. .links {
  348. width:152px;
  349. font-family:'calibri';
  350. padding: 4px;
  351. text-align:center;
  352. text-transform:uppercase;
  353. position:fixed;
  354. }
  355.  
  356. .links a {
  357. width:94px;
  358. padding:3px;
  359. font-size:8px;
  360. letter-spacing:0px;
  361. color:{color:Sidebar Links};
  362. }
  363.  
  364. .links a:hover {
  365. -moz-transition-duration:0.3s;
  366. -webkit-transition-duration:0.3s;
  367. -o-transition-duration:0.3s;
  368. color:{color:Hover};
  369. }
  370.  
  371. .description {
  372. text-align:center;
  373. font-family:{font:Sidebar Font};
  374. font-style:italic;
  375. letter-spacing:1.5px;
  376. width:auto;
  377. height:auto;
  378. padding:7px;
  379. margin-top:-105px;
  380. margin-left:20px;
  381. font-size:13px;
  382. position:fixed;
  383. text-transform:uppercase;
  384. color:{color:Sidebar Text};
  385. background-color: {color:Sidebar Background};
  386. outline: solid 1px {color:Sidebar border};
  387. box-shadow: 5px 5px 0px {color:Sidebar shadow};
  388. }
  389.  
  390.  
  391. /************EDIT TEXT SETTINGS HERE************/
  392.  
  393. i, em{
  394. color:{color:Link};}
  395. b, strong{
  396. font-weight:normal;
  397. text-transform:uppercase;
  398. color:{color:Link};}
  399. ul,ol{
  400. margin:0px;
  401. margin-left:-5px;}
  402. p{
  403. padding:0px;
  404. margin:2px;}
  405. u{
  406. text-decoration:none;
  407. color:{color:Title};}
  408.  
  409. blockquote {
  410. margin:0px;
  411. padding:4px;
  412. background:#f7f7f7;}
  413.  
  414. /************DO NOT DELETE #SCROLL************/
  415.  
  416. #scroll{
  417. bottom:-20px;
  418. position: absolute;
  419. left: 50%;
  420. width:10px;
  421. height:5px;
  422. overflow:hidden;
  423. margin-bottom:80px;}
  424.  
  425. /************EDIT CREDIT HERE************/
  426.  
  427. #credit{
  428. position:fixed;
  429. right:10px;
  430. bottom:10px;
  431. text-transform:uppercase;
  432. font-family:Calibri;
  433. font-size:8px;}
  434.  
  435. #credit a{
  436. color:#aaaaaa;}
  437.  
  438. </style>
  439. </head>
  440.  
  441. <body>
  442.  
  443.  
  444. <center>
  445.  
  446. <div id="entries">
  447.  
  448. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  449.  
  450. <div id="sidebar">
  451. <div class="description">{Description}</div>
  452. <div class="links">
  453. <a href="/">home</a>
  454. <a href="/ask">ask</a>
  455. <a href="{text:Link1 URL}">{text:Link1 Title}</a>
  456. <a href="{text:Link2 URL}">{text:Link2 Title}</a>
  457. <a href="{text:Link3 URL}">{text:Link3 Title}</a>
  458. <br>
  459.  
  460. {block:ifSingleColumnPagination}
  461.  
  462. {block:Pagination}
  463. {block:PreviousPage}
  464. <a title="previous page" href="{PreviousPage}">&larr;</a>
  465. {/block:PreviousPage}
  466.  
  467. {block:NextPage}
  468. <a title="next page" href="{NextPage}">&rarr;</a>
  469. {/block:NextPage}
  470. {/block:Pagination}
  471.  
  472.  
  473. {block:ifSingleColumnPagination}
  474.  
  475. </div>
  476. </div>
  477.  
  478.  
  479. {block:Posts}
  480.  
  481. <!---------------DO NOT DELETE block:ContentSource--------------->
  482.  
  483. {block:ContentSource}
  484. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  485. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  486. {/block:SourceLogo}
  487. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  488. {/block:ContentSource}
  489.  
  490. <div id="post">
  491.  
  492. <!---------------EDIT TEXT POSTS HERE--------------->
  493.  
  494. {block:Text}
  495. <div class="text">
  496. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  497. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  498. </div>{/block:IndexPage}</div>
  499. {/block:Text}
  500.  
  501. <!---------------EDIT LINK POSTS HERE--------------->
  502.  
  503. {block:Link}
  504. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  505. {block:Description}{Description}{/block:Description}
  506. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  507. </div>{/block:IndexPage}
  508. {/block:Link}
  509.  
  510. <!---------------EDIT PHOTO POSTS HERE--------------->
  511.  
  512. {block:Photo}
  513. {block:IndexPage}
  514. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  515. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  516. {/block:Photo}
  517.  
  518. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  519.  
  520. {block:Photoset}
  521. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  522. </div>{/block:IndexPage}
  523. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  524. {/block:Photoset}
  525.  
  526. <!---------------EDIT QUOTE POSTS HERE--------------->
  527.  
  528. {block:Quote}
  529. {Quote}{block:Source}
  530. <div class="source">{Source}</div>{/block:Source}
  531. {block:IndexPage}
  532. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  533. <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  534. {/block:Quote}
  535.  
  536. <!---------------EDIT ANSWER POSTS HERE--------------->
  537.  
  538. {block:Answer}
  539. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  540. <div class="answer">{Answer}</div>
  541. {block:IndexPage}
  542. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  543. <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  544. {/block:Answer}
  545.  
  546. <!---------------EDIT CHAT POSTS HERE--------------->
  547.  
  548. {block:Chat}
  549. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  550. <div class="chat"><ul>{block:Lines}
  551. <li class="person{UserNumber}">{block:Label}
  552. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> /<a href="{Permalink}">{NoteCount}</a></div>
  553. {/block:IndexPage}
  554. {/block:Chat}
  555.  
  556. <!---------------EDIT AUDIO POSTS HERE--------------->
  557.  
  558. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  559. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>
  560. {/block:IndexPage}
  561. {/block:Audio}
  562.  
  563. <!---------------EDIT VIDEO POSTS HERE--------------->
  564.  
  565. {block:Video}
  566. {block:IndexPage}<div class="video-container">{Video-250}</div>
  567. <div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  568. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  569. {/block:Video}
  570.  
  571. <!---------------EDIT PERMALINK PAGE HERE--------------->
  572.  
  573. {block:PermalinkPage}
  574. {block:Caption}{Caption}{/block:Caption}
  575. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  576. <div class="permapage">
  577. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  578. </div>
  579. {/block:Posts}
  580. </div>
  581.  
  582. <!---------------DO NOT DELETE THIS--------------->
  583.  
  584. {block:IndexPage}
  585. {block:Pagination}
  586. <div id="pagination">
  587. {block:NextPage}
  588. <a id="nextPage" href="{NextPage}"></a>
  589. {/block:NextPage}
  590. {block:PreviousPage}
  591. <a href="{PreviousPage}"></a>
  592. {/block:PreviousPage}
  593. </div>
  594. {/block:Pagination}
  595. {/block:IndexPage}
  596. </center>
  597. </body>
  598.  
  599. <!---------------EDIT CREDIT CONTENT HERE--------------->
  600.  
  601. <div id="credit"><a href="http://bsethemes.tumblr.com/">credit</a></div>
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment