basturds

Bitchin Theme

Mar 30th, 2013
1,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.43 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4. Theme By
  5. ╋╋╋┏┓╋╋╋╋┏┓╋╋╋╋╋╋╋╋┏┓╋╋╋╋╋┏┓
  6. ╋╋╋┃┃╋╋╋┏┛┗┓╋╋╋╋╋╋┏┛┗┓╋╋╋╋┃┃
  7. ┏━━┫┗━┳━┻┓┏╋┓┏┳━┳━┻┓┏╋━━┳━┛┃
  8. ┃┏┓┃┏┓┃━━┫┃┃┃┃┃┏┫┏━┫┃┃┃━┫┏┓┃
  9. ┃┗┛┃┗┛┣━━┃┗┫┗┛┃┃┃┗━┫┗┫┃━┫┗┛┃
  10. ┗━━┻━━┻━━┻━┻━━┻┛┗━━┻━┻━━┻━━┛
  11.  
  12.  
  13.  
  14.  
  15. RULES:
  16. -DO NOT REMOVE ANY CREDIT.
  17. -IF YOU REMOVE CREDIT PUT IT IN YOUR FAQ ON IN YOUR /ASK PAGE.
  18. -DO NOT REPUBLISH AS YOUR OWN.
  19. -DO NOT USE AS BASE CODE.
  20.  
  21. TIPS:
  22. -KEEP DESCRIPTION ONE LINE OR THE POSTS WILL MESS UP
  23. -USE A SQUARE IMAGE AS YOUR SIDEBAR IMAGE OR IT WILL LOOK LIKE POOP
  24.  
  25. Misc:
  26.  
  27. Japanese "install" Credit idea from: terrible.tumblr.com
  28. Theme header inspired by terrible.tumblr.com
  29.  
  30. enjoy,
  31.  
  32. xo.
  33.  
  34.  
  35. --->
  36.  
  37.  
  38. <!DOCTYPE html>
  39.  
  40. <html>
  41.  
  42. <head>
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46.  
  47. <meta name="color:text" content="#000000">
  48. <meta name="color:links" content="#777777">
  49. <meta name="color:hover" content="#000000">
  50. <meta name="color:LinkBG" content="#ffffff">
  51. <meta name="if:HeaderFontOne" content="0">
  52. <meta name="if:HeaderFontTwo" content="0">
  53. <meta name="if:HeaderFontThree" content="1">
  54.  
  55. <meta name="color:LinkBGHover" content="#f0f0f0">
  56.  
  57. <meta name="text:Link1 Title" content="link 1">
  58. <meta name="text:Link1" content="http://">
  59.  
  60. <meta name="text:Link2 Title" content="link 2">
  61. <meta name="text:Link2" content="http://">
  62.  
  63. <meta name="text:Link3 Title" content="link 3">
  64. <meta name="text:Link3" content="http://">
  65.  
  66. <meta name="text:Link4 Title" content="link 4">
  67. <meta name="text:Link4" content="http://">
  68.  
  69. <meta name="text:Link5 Title" content="link 5">
  70. <meta name="text:Link5" content="http://">
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  80. <script>
  81. (function($){
  82. $(document).ready(function(){
  83. $("a[title]").style_my_tooltips({
  84. tip_follows_cursor:true,
  85. tip_delay_time:20,
  86. tip_fade_speed:400,
  87. attribute:"title"
  88. });
  89. });
  90. })(jQuery);
  91. </script>
  92.  
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97. ::-webkit-scrollbar-thumb{
  98. background-color:#ccc;
  99. border: 2px solid #ffffff;
  100. height:auto;
  101. -moz-border-radius: 10px;
  102. border-radius: 10px;
  103. }
  104.  
  105. ::-webkit-scrollbar {
  106. height:auto;
  107. width:7px;
  108. background-color:#fff;
  109. }
  110.  
  111. iframe#tumblr_controls {
  112. opacity:1;
  113. position:fixed !important;
  114. -webkit-filter: invert(100%);
  115. }
  116.  
  117. iframe#tumblr_controls:hover {
  118. -webkit-transition: opacity 0.6s;
  119. opacity: 1;
  120. -webkit-transition: all 0.6s;
  121. -moz-transition: all 0.6s;
  122. transition: all 0.6s;
  123. -webkit-filter: invert(100%);
  124. }
  125.  
  126.  
  127.  
  128. body{
  129. color:{color:text};
  130. font-family:consolas;
  131. font-size:10px;
  132. background:white;
  133.  
  134. }
  135.  
  136. a:link, a:active, a:visited{
  137. color: {color:links};
  138. text-decoration: none;
  139. -webkit-transition: color 0.5s ease-out;
  140. -moz-transition: color 0.5s ease-out;
  141. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  142. }
  143.  
  144. a:hover{
  145. color:{color:hover};
  146. -webkit-transition-duration: .9s;
  147. -webkit-transition: color 0.3s ease-out;
  148. -moz-transition: color 0.3s ease-out;
  149. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  150. }
  151.  
  152. a:active{
  153. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  154. -webkit-transition:all 0.05s ease-in-out;
  155. -moz-transition:all 0.05s ease-in-out;
  156. -o-transition:all 0.05s ease-in-out;
  157. transition:all 0.05s ease-in-out;
  158. color: {color:hover};
  159. text-decoration:underline;
  160. }
  161. {block:IfImageOpacity}
  162. img{
  163. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  164. opacity:.6;
  165. }
  166. img:hover{
  167. opacity.8;
  168. }
  169. {/block:IfImageOpacity}
  170.  
  171. ::selection {
  172. background:#000;
  173. color: #777;
  174. }
  175.  
  176. ::-moz-selection {
  177. background:#aaa;
  178. color: #777;
  179. }
  180. .entry {
  181. float:left;
  182. opacity.6;
  183. width:210px;
  184. margin:5px;;
  185. padding:5px;
  186. padding-bottom:2.5px;
  187. text-transform:none;
  188. border:1px solid #ccc;
  189. {block:permalinkpage}
  190. width:480px;
  191. {/block:permalinkpage}
  192. overflow:hidden;
  193. background:white;
  194.  
  195. }
  196.  
  197. .entry:hover{
  198. opacity.8;
  199. }
  200.  
  201.  
  202. .thomas{
  203. position:absolute;
  204. text-transform:uppercase;
  205. text-align:center;;
  206. right:17px;
  207. z-index:9999;
  208. top:-5px;;
  209. color:black;
  210. padding:5px;
  211. width:auto;
  212. line-height:10px;
  213. font-size:10px;
  214. opacity:0;
  215. background:white;
  216. width:80%;
  217. -webkit-transition: all .5s ease-in-out;
  218. -moz-transition: all .5s ease-in-out;
  219. -o-transition: all .5s ease-in-out;
  220. transition: all .5s ease-in-out;
  221.  
  222. -webkit-border-bottom-right-radius: 10px;
  223. -webkit-border-bottom-left-radius: 10px;
  224. -moz-border-radius-bottomright: 10px;
  225. -moz-border-radius-bottomleft: 10px;
  226. border-bottom-right-radius: 10px;
  227. border-bottom-left-radius: 10px;
  228. }
  229.  
  230. .entry:hover .thomas{
  231. top:5px;;
  232. opacity:1;
  233. }
  234.  
  235.  
  236.  
  237.  
  238.  
  239. #posts {
  240. width:465px;
  241. opacity.7;
  242. margin-left:455px;
  243. padding:10px;
  244. padding-top:95px;
  245. margin-top:-10px;
  246. {block:IndexPage}
  247. border-left:1px solid #ccc;
  248. border-right:1px solid #ccc;
  249. {/block:IndexPage}
  250. {block:permalinkpage}
  251. margin-left:437px;
  252. {/block:permalinkpage}
  253. }
  254. #title {
  255. color:black;
  256. font-size:15px;
  257. font-style:italic;
  258. text-transform:uppercase;
  259. }
  260.  
  261.  
  262.  
  263. .shyt{
  264. width:475px;
  265. opacity: 1;
  266. z-index: 10000;
  267. margin-top:4px;
  268. margin-bottom:5px;
  269. text-align:left;;
  270. font-family:calibri;
  271. font-size:11px;
  272. letter-spacing:1px;
  273. text-transform:both;
  274. background:#eee;
  275. padding:3px;
  276. border-radius:10px;
  277. }
  278. .itchyboob{
  279.  
  280.  
  281. text-transform:uppercase;
  282. padding:2px;
  283.  
  284. background:#f0f0f0;
  285. text-align:left;
  286.  
  287. }
  288.  
  289.  
  290.  
  291. #s-m-t-tooltip{
  292. max-width:300px;
  293. padding:2px;
  294. margin:26px 0px 0px 8px;
  295. z-index:10;
  296. background-color:#fff;
  297. border:1px solid #ccc;
  298. font-family:consolas;
  299. font-size:9px;
  300. letter-spacing:1px;
  301. text-transform:uppercase;
  302. color:#000;
  303. box-shadow:1px 1px 1px #000;
  304. border-radius:4px;
  305. }
  306.  
  307.  
  308.  
  309.  
  310.  
  311. #header{
  312. position:fixed;
  313. font-size:20px;
  314.  
  315. padding-top:10px;
  316. width:442px;
  317. margin-left:435px;
  318. background:white;
  319. z-index:9999;
  320.  
  321. color:#ccc;
  322. border-bottom:1px solid #ccc;
  323. padding-right:40px;
  324. padding-left:45px;
  325. text-align:center;
  326. padding-bottom:5px;
  327. }
  328.  
  329. @font-face { font-family:"Hasteristico"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
  330. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  331.  
  332. .b{
  333. {block:IfHeaderFontOne}
  334. font-family: Century Gothic, sans-serif;
  335. text-transform:uppercase;
  336. letter-spacing:10px;
  337. {/block:IfHeaderFontOne}
  338. {block:IfHeaderFontTwo}
  339. font-family:"Hasteristico";
  340. text-transform:uppercase;
  341. letter-spacing:10px;
  342. {/block:IfHeaderFontTwo}
  343. {block:IfHeaderFontThree}
  344. font-family: "signerica";
  345. text-transform:none;
  346. font-size:14px;
  347. {/block:IfHeaderFontThree}
  348. color:black;
  349.  
  350.  
  351. }
  352.  
  353. .b a:hover{
  354.  
  355. text-shadow:0px 2px 0px #000, -2px 0px 0px #000;
  356.  
  357. }
  358.  
  359. .o{
  360. padding-top:6px;
  361. font-size:10px;
  362. letter-spacing:0px;
  363. color:{color:text};
  364. padding-bottom:6px;
  365. }
  366.  
  367. #l{
  368.  
  369. padding:5px;
  370. font-size:13px;
  371.  
  372. }
  373. #l a{
  374. text-transform:uppercase;
  375. padding-top:3px;
  376. padding-bottom:3px;
  377. padding-left:10px;
  378. padding-right:10px;
  379.  
  380. background:{color:LinkBG};
  381.  
  382. letter-spacing:2px;
  383. }
  384. #l a:hover{
  385. background:{color:LinkBGHover};
  386.  
  387.  
  388. }
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396. #question{
  397. background:#f0f0f0;
  398. padding:5px;
  399. border:1px solid #ccc;
  400. }
  401.  
  402. </style>
  403.  
  404. <title>{title}</title>
  405. </head>
  406. {block:IndexPage}
  407.  
  408. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  409. <script type="text/javascript" src="http://static.tumblr.com/lkv5k8p/TLDmkhozv/infinitescrollinq.txt"></script>
  410.  
  411. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  412. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  413.  
  414.  
  415.  
  416. <script type="text/javascript">
  417. $(window).load(function () {
  418. var $content = $('#posts');
  419. $content.masonry({itemSelector: '.entry'}),
  420. $content.infinitescroll({
  421. navSelector : 'div#pagination',
  422. nextSelector : 'div#pagination a#nextPage',
  423. itemSelector : '.entry',
  424. loading: {
  425. finishedMsg: '',
  426. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  427. },
  428. bufferPx : 600,
  429. debug : false,
  430. },
  431. // call masonry as a callback.
  432. function( newElements ) {
  433. var $newElems = $( newElements );
  434. $newElems.hide();
  435. // ensure that images load before adding to masonry layout
  436. $newElems.imagesLoaded(function(){
  437. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  438.  
  439.  
  440. });
  441. });
  442. });
  443. </script>
  444.  
  445. {/block:IndexPage}
  446. <body>
  447.  
  448. <div id="header">
  449. <div class="b"><a href="/" title="{title}">{title}</a></div>
  450. <div class="o">{description}</div>
  451.  
  452. <div id="l">
  453.  
  454. <a href="{text:Link1}" title="{text:Link1 Title}">{text:Link1 Title}</a>
  455. <a href="{text:Link2}" title="{text:Link2 Title}">{text:Link2 Title}</a>
  456. <a href="{text:Link3}" title="{text:Link3 Title}">{text:Link3 Title}</a>
  457. <a href="{text:Link4}" title="{text:Link4 Title}">{text:Link4 Title}</a>
  458. <a href="{text:Link5}" title="{text:Link5 Title}">{text:Link5 Title}</a>
  459. </div>
  460.  
  461.  
  462.  
  463. </div>
  464.  
  465. <!---posts--->
  466. <div id="posts">
  467. {block:Posts}
  468. <div class="entry">
  469. {block:Text}
  470. <div id="title" align="left">{title}</div><br>
  471. {body}
  472.  
  473. {block:IndexPage}
  474. <div class="itchyboob"><a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a></div>
  475.  
  476.  
  477. {/block:IndexPage}
  478.  
  479.  
  480. {/block:Text}
  481. {block:Photo}
  482. <center><a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  483.  
  484.  
  485. {block:IndexPage}
  486. <div class="thomas"><a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a></div>
  487.  
  488.  
  489.  
  490. {/block:IndexPage}
  491. {/block:Photo}
  492. {block:Link}
  493. <div id="title" align="left"><a href="{URL}">{Name}</a></div><br>
  494. {block:Description}<center>{description}</center>{/block:Description}
  495. {block:IndexPage}
  496. <div class="itchyboob"><a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a></div>
  497.  
  498.  
  499. {/block:IndexPage}
  500. {/block:Link}
  501. {block:Answer}
  502. <div id="question"><b>{Asker} asks</b>: {Question}</div>
  503. <div id="answer">
  504. <b>i replied: </b> <i>{Answer}</i>
  505. </div>
  506. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>
  507. {/block:IndexPage}
  508. {/block:Answer}
  509. {block:Photoset}
  510. <center>{Photoset-250}</center>
  511. {/block:Photoset}
  512. {block:Video}
  513. <center>{Video-250}</center>
  514. {/block:Video}
  515. {block:Chat}
  516. {block:Title}
  517. {block:IndexPage}
  518. <div class="itchyboob"><a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a></div>
  519.  
  520.  
  521. {/block:IndexPage}
  522. <div id="title" align="left">{Title}</div>
  523. {/block:Title}
  524. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  525. </li>{/block:Lines}</ul>
  526. {/block:Chat}
  527. {block:Quote}
  528. {Quote}
  529. {block:Source}<center><small>~{Source}</small></center>{/block:Source}
  530. {block:IndexPage}
  531. <div class="itchyboob"><a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a></div>
  532.  
  533.  
  534. {/block:IndexPage}
  535. {/block:Quote}
  536. {block:PermalinkPage}
  537. {block:Caption}{Caption}{/block:Caption}<br><br><br>
  538. <div class="shyt">
  539. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  540.  
  541. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  542. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  543. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  544.  
  545.  
  546. {PostNotes}
  547.  
  548. </div>
  549. {/block:PermalinkPage}
  550. </div>
  551.  
  552. {/block:Posts}
  553. </div>
  554.  
  555. </div>
  556.  
  557.  
  558. {block:IndexPage}
  559. {block:Pagination}
  560. <div id="pagination">
  561. {block:NextPage}
  562. <a id="nextPage" href="{NextPage}"></a>
  563. {/block:NextPage}
  564. {block:PreviousPage}
  565. <a href="{PreviousPage}"></a>
  566. {/block:PreviousPage}
  567. </div>
  568. {/block:Pagination}
  569. {/block:IndexPage}
  570. </div>
  571. </div>
  572. </body>
  573. </html>
Add Comment
Please, Sign In to add comment