basturds

Awakened Theme

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