basturds

wandering theme

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