basturds

Heavenly Theme

May 14th, 2013
1,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.07 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.  
  22. ***************************************************************************
  23. !!IMPORTANT!!!!IMPORTANT!!!!IMPORTANT!!!!IMPORTANT!!!!IMPORTANT!!!!IMPORTANT!!
  24. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  25. -MAKE SURE THE DESCRIPTION IS NOT TOO BIG OR IT WILL LOOK HORRIBLE AND OVERLAP OVER THE LINKS!
  26.  
  27. xo.
  28.  
  29.  
  30. --->
  31.  
  32. <!DOCTYPE html>
  33. <html>
  34. <head>
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <meta name="color:background" content="#ffffff"/>
  42. <meta name="image:background" conent="">
  43. <meta name="color:link" content="#98AFC7"/>
  44. <meta name="color:text" content="#777777"/>
  45. <meta name="color:title" content="#333333"/>
  46. <meta name="color:hover" content="#ffffff"/>
  47. <meta name="color:selection" content="#98AFC7"/>
  48. <meta name="if:TinyCursor" content="1">
  49. <meta name="if:2columns" content="0">
  50. <meta name="if:1column" content="1">
  51.  
  52. <meta name="text:Link One Title" content="Link 1" />
  53. <meta name="text:Link One" content="" />
  54. <meta name="text:Link Two Title" content="Link 2" />
  55. <meta name="text:Link Two" content="" />
  56. <meta name="text:Link Three Title" content="Link 3" />
  57. <meta name="text:Link Three" content="" />
  58. <meta name="text:Link Four Title" content="Link 4" />
  59. <meta name="text:Link Four" content="" />
  60. <meta name="text:Link Five Title" content="Link 5" />
  61. <meta name="text:Link Five" content="" />
  62. <meta name="image:sidebar" content=""/>
  63.  
  64.  
  65. {block:ifTinyCursor}
  66. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
  67. {/block:ifTinyCursor}
  68.  
  69. <body onkeydown="return false">
  70.  
  71. <style type="text/css">
  72.  
  73. iframe#tumblr_controls {
  74. transition:All .5s ease;
  75. -webkit-transition:All .5s ease;
  76. -moz-transition:All .5s ease;
  77. -o-transition:All .5s ease;
  78. position:fixed !important;
  79. opacity:.5;
  80. -webkit-filter: invert(100%);
  81. }
  82.  
  83. iframe#tumblr_controls:hover {
  84. transition:All .5s ease;
  85. -webkit-transition:All .5s ease;
  86. -moz-transition:All .5s ease;
  87. -o-transition:All .5s ease;
  88. opacity:1;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. width: 7px;
  93. height: 7px;
  94. background-color:#ccc;
  95. border:3px solid #FFFFFF;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. -moz-border-radius: 3px;
  100. border-radius: 3px;
  101. border:1px solid #ccc;
  102. background-color: #dedede;
  103. }
  104.  
  105. body{
  106. color:{color:text};
  107. font-size:11px;
  108. font-family:consolas;
  109. background-color:{color:background};
  110. background-image:url('{image:background}');
  111. background-attachment:fixed;
  112. }
  113.  
  114. a{
  115. transition:All .5s ease;
  116. -webkit-transition:All .5s ease;
  117. -moz-transition:All .5s ease;
  118. -o-transition:All .5s ease;
  119. color:{color:link};
  120. text-decoration:none;
  121. }
  122. a:hover{
  123. transition:All .5s ease;
  124. -webkit-transition:All .5s ease;
  125. -moz-transition:All .5s ease;
  126. -o-transition:All .5s ease;
  127. color:{color:hover};
  128. font-style:normal;
  129. }
  130.  
  131. ::selection {
  132. background:{color:selection};
  133. color: #fff;
  134. }
  135.  
  136. ::-moz-selection {
  137. background:{color:selection};
  138. color: #fff;
  139. }
  140.  
  141.  
  142. .entry {
  143. cursor:default;
  144. float:center;
  145. width:200px;
  146. margin:10px;
  147. margin-left:200px;
  148. border:1px solid #dedede;
  149. padding:5px;
  150. background:white;
  151. padding-bottom:2px;
  152. text-transform:none;
  153. opacity:1;
  154. overflow:hidden;
  155. text-align:left;
  156. font-size:10px;
  157. {block:indexpage}
  158. {/block:indexpage}
  159. {block:PermalinkPage}
  160. width:500px;
  161. z-index:99999;
  162. {/block:PermalinkPage}
  163. }
  164.  
  165.  
  166.  
  167. .entry .thomas {
  168. -webkit-transition: all .5s ease;
  169. -moz-transition: all .5s ease;
  170. -o-transition: all .5s ease;
  171. transition: all .5s ease;
  172. position:absolute;
  173. top:-5px;
  174. text-align:center;
  175. width:200px;
  176. background:white;
  177. border-bottom:1px solid #ccc;
  178. padding-bottom:5px;
  179. opacity:0;
  180. padding-top:5px;
  181. }
  182.  
  183. .thomas a{
  184. font-style:normal;
  185. color:black;
  186. }
  187.  
  188. .entry:hover .thomas{
  189. top:5px;
  190. opacity:.9;
  191.  
  192. }
  193.  
  194.  
  195.  
  196. .my-like{
  197. cursor:pointer;
  198. display:inline;
  199. color:{color:link};
  200. }
  201. .my-liked{
  202. display:inline;
  203. color:{color:hover};
  204. cursor:pointer;
  205. }
  206.  
  207. #posts {
  208. width:1050px;
  209. text-align:center;
  210. top:23px;
  211. margin-left:12.5%;
  212. {block:PermalinkPage}
  213. width:540px;
  214. padding-top:15px;
  215. margin-left:16%;
  216. {/block:PermalinkPage}
  217. }
  218.  
  219. #title{
  220. color:black;
  221. font-size:15px;
  222. text-transform:lowercase;
  223. }
  224.  
  225. .shyt{
  226. width:490px;
  227. opacity: 1;
  228. z-index: 10000;
  229. margin-top:4px;
  230. margin-bottom:5px;
  231. text-align:left;;
  232. font-size:11px;
  233. letter-spacing:1px;
  234. text-transform:both;
  235. padding:3px;
  236. }
  237.  
  238. .itchyboob{
  239. -webkit-transition: all .3s ease;
  240. -moz-transition: all .3s ease;
  241. -o-transition: all .3s ease;
  242. transition: all .3s ease;
  243. margin-top:-0px;
  244. text-transform:lowercase;
  245. padding:2px;
  246. border-left:5px solid #777;border-right:5px solid #777;
  247. background:#f0f0f0;
  248. text-align:left;
  249. height:0px;
  250. text-transform:uppercase;
  251. opacity:0;
  252. }
  253.  
  254. .entry:hover .itchyboob{
  255. -webkit-transition: all .3s ease;
  256. -moz-transition: all .3s ease;
  257. -o-transition: all .3s ease;
  258. transition: all .3s ease;
  259. margin-top:5px;
  260. height:14px;
  261. opacity:1;}
  262.  
  263.  
  264. .audiobox{
  265. -webkit-filter: invert(100%);
  266. height:25px;
  267. background:black;
  268. bottom:15px;
  269. left:5px;
  270. overflow:hidden;
  271. z-index:999999999;
  272. }
  273.  
  274. .audiobox:hover{
  275. opacity:1;
  276. }
  277.  
  278.  
  279.  
  280. .ask{
  281. border-left:2px solid {color:link};
  282. border-right:2px solid {color:link};
  283. background:#f0f0f0;
  284. padding:5px;
  285. }
  286.  
  287. #mid{
  288. position:fixed;
  289. height:auto;
  290. width:180px;
  291. padding:5px;
  292. margin-left:422px;
  293. z-index:9999;
  294. overflow:hidden;
  295. background:white;
  296. margin-top:200px;
  297. {block:permalinkpage};
  298. margin-left:0px;
  299. {/block:permalinkpage};
  300. }
  301.  
  302. .pic img{
  303. width:170px;
  304. border:1px solid #dedede;
  305. padding:5px;
  306. }
  307. .pic{
  308. border-bottom:1px solid #dedede;
  309. padding-bottom:5px;
  310. margin-bottom:3px;
  311. }
  312.  
  313. .de{
  314. font-size:10px;
  315. text-align:left;
  316. }
  317.  
  318. #head{
  319. position:fixed;
  320. height:30px;
  321. z-index:99;
  322. background:white;
  323. width:100%;
  324. border-bottom:1px solid #dedede;
  325. left:0px;
  326. top:0px;
  327. }
  328. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  329. .blogtitle{
  330. display:inline;
  331. font-family: "caviardreams";
  332. text-transform:uppercase;
  333. height:30px;
  334. line-height:30px;
  335. font-size:20px;
  336. text-align:center;
  337.  
  338. }
  339. .links{
  340. display:inline;
  341. margin-top:7px;
  342. text-transform:uppercase;
  343. font-size:13px;
  344.  
  345. }
  346. #bo{
  347. position:fixed;
  348. width:100%;
  349. height:30px;
  350. text-align:center;
  351. }
  352. </style>
  353. <link href='http://fonts.googleapis.com/css?family=Raleway:100|Open+Sans' rel='stylesheet' type='text/css'>
  354. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100' rel='stylesheet' type='text/css'>
  355.  
  356. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  357. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m2313pBCDH1qfamg6.gif">
  358.  
  359. </head>
  360. {block:IndexPage}
  361.  
  362. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  363.  
  364. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  366. <script type="text/javascript"
  367. src="http://static.tumblr.com/lkv5k8p/tCJmlf515/infinitescrolling.txt"></script>
  368.  
  369. <script type="text/javascript">
  370. $(window).load(function () {
  371. var $content = $('#posts');
  372. $content.masonry({itemSelector: '.entry'}),
  373. $content.infinitescroll({
  374. navSelector : 'div#pagination',
  375. nextSelector : 'div#pagination a#nextPage',
  376. itemSelector : '.entry',
  377. loading: {
  378. finishedMsg: '',
  379. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  380. },
  381. bufferPx : 600,
  382. debug : false,
  383. },
  384. // call masonry as a callback.
  385. function( newElements ) {
  386. var $newElems = $( newElements );
  387. $newElems.hide();
  388. // ensure that images load before adding to masonry layout
  389. $newElems.imagesLoaded(function(){
  390. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  391.  
  392.  
  393. });
  394. });
  395. });
  396. </script>
  397.  
  398. {/block:IndexPage}
  399.  
  400.  
  401.  
  402.  
  403. <body>
  404.  
  405. <div id="head">
  406. <div id="bo">
  407. <div class="blogtitle">{title} //</div>
  408. <div class="links">
  409. <a href="{text:Link One}" title="{text:Link One Title}">{text:Link One Title}</a> &nbsp;
  410. <a href="{text:Link Two}" title="{text:Link Two Title}">{text:Link Two Title}</a> &nbsp;
  411. <a href="{text:Link Three}" title="{text:Link Three Title}">{text:Link Three Title}</a> &nbsp;
  412. <a href="{text:Link Four}" title="{text:Link Four Title}">{text:Link Four Title}</a> &nbsp;
  413. <a href="{text:Link Five}" title="{text:Link Five Title}">{text:Link Five Title}</a>
  414. </div>
  415. </div>
  416. </div>
  417.  
  418. <!---posts--->
  419. <div id="posts">
  420. <div id="mid">
  421. <div class="pic"><a href="/"><img src="{image:sidebar}"></a></div>
  422. <div class="de">{description}</div>
  423.  
  424.  
  425. </div>
  426. {block:Posts}
  427. <div class="entry">
  428. {block:Text}
  429. <div id="title" align="left">{title}</div>
  430. {body}
  431. {block:IndexPage}
  432. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  433. {/block:IndexPage}
  434. {/block:Text}
  435. {block:Photo}
  436. <center>
  437. <a href="{Permalink}" title="{SourceTitle}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  438. {block:IndexPage}
  439.  
  440.  
  441.  
  442.  
  443. <div class="thinq">
  444.  
  445.  
  446. <div class="thomas">
  447. <a href="{reblogurl}" target="_blank">REBLOG</a> &middot;
  448.  
  449.  
  450.  
  451. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div> &middot;
  452.  
  453.  
  454.  
  455. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">{notecount} NOTES</a>
  456.  
  457. </div>
  458. </div>
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. {/block:IndexPage}
  470. {/block:Photo}
  471. {block:Link}
  472. <div id="title" align="left"><a href="{URL}">{Name}</a></div>
  473. {block:Description}{description}{/block:Description}
  474. {block:IndexPage}
  475. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  476. {/block:IndexPage}
  477. {/block:Link}
  478. {block:Answer}
  479. <div align="left">
  480. <div class="ask"><a href="{AskerURL}">{Asker}</a>: {Question}</div></div><div align="right"><i>{Answer}</i></div>
  481. <div class="itchyboob"><a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  482. {/block:Answer}
  483. {block:Photoset}
  484. <center>{Photoset-250}</center>
  485. {block:IndexPage}
  486. <div class="thinq">
  487.  
  488.  
  489. <div class="thomas">
  490. <a href="{reblogurl}" target="_blank">↺</a></div>
  491.  
  492.  
  493.  
  494. <div class="likes"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">♥</div></div>
  495.  
  496.  
  497. <div class="bob">
  498. <a href="{permalink}" target="_blank" title="{notecountwithlabel}">+</a>
  499. </div>
  500.  
  501. </div>
  502.  
  503. {/block:IndexPage}
  504. {/block:Photoset}
  505. {block:Video}
  506. <center>{Video-250}</center>
  507. {block:IndexPage}
  508. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  509. {/block:IndexPage}
  510. {/block:Video}
  511. {block:Chat}
  512. {block:Title}
  513. {block:IndexPage}
  514. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  515. {/block:IndexPage}
  516. <div id="title" align="left">{Title}</div>
  517. {/block:Title}
  518. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  519. </li>{/block:Lines}</ul>
  520. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  521. {/block:Chat}
  522. {block:audio}
  523.  
  524. <div class="audiobox"><Div style="width:250px; margin-left:1px;"><a href="{ExternalAudioURL}">{AudioPlayerblack}</a></div></div>{/block:ExternalAudio}
  525. {/block:AudioPlayer}
  526.  
  527. {block:indexpage}
  528. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  529. {/block:indexpage}
  530. {/block:audio}
  531. {block:Quote}
  532. {Quote}
  533. {block:Source}~{Source}{/block:Source}
  534. {block:IndexPage}
  535. <div class="itchyboob"><a href="{reblogurl}" title="Reblog this photo">reblog</a> with <a href="{permalink}" title="View the permalink">{notecountwithlabel}</a></div>
  536. {/block:IndexPage}
  537. {/block:Quote}
  538. {block:PermalinkPage}
  539. {block:Caption}{Caption}{/block:Caption}<br><br><br>
  540. <div class="shyt">
  541. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  542. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  543. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  544. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  545. {PostNotes}
  546. </div>
  547. {/block:PermalinkPage}
  548. </div>
  549.  
  550. {/block:Posts}
  551. </div>
  552.  
  553. </div>
  554.  
  555.  
  556. {block:IndexPage}
  557. {block:Pagination}
  558. <div id="pagination">
  559. {block:NextPage}
  560. <a id="nextPage" href="{NextPage}"></a>
  561. {/block:NextPage}
  562. {block:PreviousPage}
  563. <a href="{PreviousPage}"></a>
  564. {/block:PreviousPage}
  565. </div>
  566. {/block:Pagination}
  567. {/block:IndexPage}
  568. </div>
  569. </div>
  570.  
  571. </body>
  572. </html>
Add Comment
Please, Sign In to add comment