Advertisement
bow-arrow

Theme 15 by Irritat3d! (The World Will Know)

Oct 23rd, 2013
5,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. <!--
  2. Theme 15 by Irritat3d (The World Will Know) Please don't remove the credit. If you do, at least put credit for the theme somewhere in your FAQ, credit page, or links. If you do remove the credit, I'll find you and ask you to put it back. If you don't I will report you and get all my followers to report you. Thanks(: have fun!
  3. P.S. This theme may looks strange when you first put it as your html. That's normal. Just save, refresh, and it should be fine :)
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38. <script>
  39. (function($){
  40. $(document).ready(function(){
  41. $("a[title]").style_my_tooltips({
  42. tip_follows_cursor:true,
  43. tip_delay_time:90,
  44. tip_fade_speed:600,
  45. attribute:"title"
  46. });
  47. });
  48. })(jQuery);
  49. </script>
  50.  
  51. <html lang="en">
  52. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  53. <html xmlns="http://www.w3.org/1999/xhtml">
  54. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  55.  
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <script>
  60. $(document).ready(function() {
  61. //
  62. $('a.poplight[href^=#]').click(function() {
  63. var popID = $(this).attr('rel'); //Get Popup Name
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65. var query= popURL.split('?');
  66. var dim= query[1].split('&');
  67. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  68. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  69. var popMargTop = ($('#' + popID).height() + 80) / 2;
  70. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  71. //Apply Margin to Popup
  72. $('#' + popID).css({
  73. 'margin-top' : -popMargTop,
  74. 'margin-left' : -popMargLeft
  75. });
  76. $('body').append('<div id="fade"></div>');
  77. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  78. return false;
  79. });
  80. $('a.close, #fade').live('click', function() {
  81. $('#fade , .popup_block').fadeOut(function() {
  82. $('#fade, a.close').remove(); //fade them both out
  83. });
  84. return false;
  85. });
  86. });
  87. </script>
  88.  
  89. </script>
  90. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  91. <meta name="color:Background" content="#ffffff"/>
  92. <meta name="color:Title" content="#292929"/>
  93. <meta name="color:Text" content="#777777"/>
  94. <meta name="color:Link" content="#7e7e7e"/>
  95. <meta name="color:scrollbar" content="#727272"/>
  96. <meta name="color:permalinks" content="#727272"/>
  97. <meta name="color:Hover" content="#ddd"/>
  98. <meta name="image:Background" content=""/>
  99. <meta name="image:Sidebar" content=""/>
  100. <meta name="text:Link1" content="" />
  101. <meta name="text:Link1Title" content="" />
  102. <meta name="text:Link2" content="" />
  103. <meta name="text:Link2Title" content="" />
  104. <meta name="text:Link3" content="" />
  105. <meta name="text:Link3Title" content="" />
  106. <meta name="text:Link4" content="" />
  107. <meta name="text:Link4Title" content="" />
  108. <meta name="text:Link5" content="" />
  109. <meta name="text:Link5Title" content="" />
  110.  
  111. </script>
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116. #s-m-t-tooltip {
  117. padding-top: 6px;
  118. padding-bottom: 5px;
  119. padding-right: 5px;
  120. padding-left: 6px;
  121. height:10px;
  122. display: none;
  123. z-index: 10000000000000000000000;
  124. margin-left: 15px;
  125. font-size: 18px;
  126. font-style:bold;
  127. font-family:calibri;
  128. text-align: center;
  129. position: absolute;
  130. background-color:#fff;
  131. line-height:10px;
  132. border:2px solid #ddd;
  133. color:#aaa;
  134. }
  135.  
  136. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  137.  
  138. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  139.  
  140. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  141.  
  142. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-left: 0px solid}
  143.  
  144. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  145.  
  146. body{
  147. margin:5px;
  148. background-color: {color:Background};
  149. background-image:url({image:Background});
  150. background-attachment: fixed;
  151. background-repeat: repeat;
  152. font-family:calibri;
  153. font-size: 9px;
  154. line-height:11px;
  155. color:#000000;
  156. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  157. }
  158.  
  159. a:link, a:active, a:visited{
  160. color: {color:Link};
  161. text-decoration: none;
  162. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  163. }
  164.  
  165. a:hover{
  166. color:{color:Hover};
  167. text-decoration: none;
  168. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  169. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  170. }
  171.  
  172. #cunt{width:330px; height:auto;}
  173. {block:PermalinkPage}
  174. width:410px;
  175. {/block:PermalinkPage}
  176. }
  177.  
  178. #center{
  179. padding-top:3px;
  180. padding-bottom:3px;
  181. position:fixed !important;
  182. width:200px;
  183. height:200px;
  184. background-color:#fff;
  185. {block:PermalinkPage}
  186. width:410px;
  187. height:207px;
  188. {/block:PermalinkPage}
  189. }
  190.  
  191. #posts{
  192. float:center;
  193. z-index:9999;
  194. margin-left:0px;
  195. margin-top:0px;
  196. {block:indexpage}
  197. width:981px;
  198. {/block:indexpage}
  199. {block:permalinkpage}
  200. width:600px;
  201. margin-left:401px;
  202. {/block:permalinkpage}
  203. }
  204.  
  205. #blogtitle{
  206. position:fixed;
  207. z-index:1111;
  208. width:280px;
  209. opacity:0.8;
  210. height:60px;
  211. margin-top:54px;
  212. margin-left:990px;
  213. font-family:georgia;
  214. font-size:60px;
  215. line-height:60px;
  216. text-align:center;
  217. color:{color:title};
  218. }
  219.  
  220. #sidebar {
  221. position:fixed !important;
  222. width:286px;
  223. margin-left:986px;
  224. margin-top:102px;
  225. padding:1px;
  226. background:{color:background};
  227. overflow:hidden;
  228. }
  229.  
  230. #sidebarpic{
  231. width:280px;
  232. height:auto;
  233. border:3px solid #fff;
  234. }
  235.  
  236. #desc{
  237. z-index:1;
  238. padding: 1px;
  239. padding-bottom:0px;
  240. width:272px;
  241. float:center;
  242. margin-left:3px;
  243. background:{color:background};
  244. padding:4px;
  245. padding-top:0px;
  246. padding-bottom:3px;
  247. font-size:12px;
  248. line-height:13px;
  249. letter-spacing: 1px;
  250. text-align: center;
  251. }
  252.  
  253. .container{
  254. z-index:1;
  255. height:auto;
  256. margin-left:3px;
  257. padding:4px;
  258. padding-top:0px;
  259. padding-bottom:1px;
  260. }
  261.  
  262. h3{
  263. font-family: georgia;
  264. font-size: 80px;
  265. line-height: 12px;
  266. color: #A78282;
  267. font-weight: normal;
  268. line-height:15px;
  269. letter-spacing: 1px;
  270. font-style: normal;
  271. text-transform: lowercase;
  272. text-align: right;
  273. padding: 0px;
  274. margin:0px;
  275. }
  276.  
  277. .permalink {
  278. display: block;
  279. border-top: 1px solid #ddd;
  280. padding: 2px;
  281. margin: 4px 8px 0px 8px;
  282. text-transform: uppercase;
  283. font-family: arial;
  284. font-size: 8px;
  285. color: #424242;
  286. line-height: 18px;
  287. text-align: center;
  288. text-decoration: none;
  289. -webkit-transition: color 0.5s ease-out;
  290. -moz-transition: color 0.5s ease-out;
  291. }
  292.  
  293. #entry{
  294. font-family:calibri;
  295. font-size:12px;
  296. line-height:12px;
  297. text-align:left;
  298. z-index:9999;
  299. float:left;
  300. width:310px;
  301. height:auto;
  302. background:{color:background};
  303. padding:6px;
  304. padding-bottom:2px;
  305. margin:2px;
  306. overflow:hidden;
  307. {block:PermalinkPage}
  308. width:460px;
  309. height: auto;
  310. {/block:PermalinkPage}
  311. -webkit-transition: all .7s ease;
  312. -moz-transition: all .7s ease;
  313. -o-transition: all .7s ease;
  314. transition: all .7s ease;
  315. }
  316.  
  317. #entry .perma a{
  318. color:;}
  319.  
  320. #entry .perma{
  321. position: absolute;
  322. opacity:0;
  323. width:302px;
  324. height:0px;
  325. padding:4px;
  326. padding-top:8px;
  327. font-family:Caviar Dreams;
  328. text-transform:uppercase;
  329. font-size:20px;
  330. font-style:normal;
  331. line-height:20px;
  332. text-align: center;
  333. background:#ffffff;
  334. overflow:hidden;
  335. -webkit-transition: all 0.3s linear;
  336. -webkit-transition: all 0.3s linear;
  337. -moz-transition: all 0.3s linear;
  338. transition: all 0.3s linear;
  339. border-bottom:2px solid {color:permalinks};
  340. }
  341.  
  342. #entry:hover .perma{
  343. height:20px;
  344. opacity:0.9;
  345. -webkit-transition: all 0.3s linear;
  346. -webkit-transition: all 0.3s linear;
  347. -moz-transition: all 0.3s linear;
  348. transition: all 0.3s linear;
  349. }
  350.  
  351. .permalinktext {
  352. display: block;
  353. padding: 1px;
  354. margin: 0px 0px 0px 8px;
  355. text-transform: uppercase;
  356. font-family: arial;
  357. letter-spacing: 1px;
  358. font-size: 8px;
  359. color: #424242;
  360. line-height: 10px;
  361. text-align: right;
  362. text-decoration: none;
  363. -webkit-transition: color 0.5s ease-out;
  364. -moz-transition: color 0.5s ease-out;
  365. border-top: 1px solid #dcdcdc;
  366. }
  367.  
  368. #postnotes{
  369. text-align: left;
  370. }
  371.  
  372. #postnotes blockquote{
  373. border: 0px;
  374. }
  375.  
  376. #permapage{
  377. font-family:calibri;
  378. font-size: 8px;
  379. line-height:10px;
  380. text-align: left;
  381. padding-bottom:10px;
  382. padding-left:0px;
  383. z-index:9999;}
  384.  
  385. .title{
  386. font-family:georgia;
  387. font-size:24px;
  388. line-height:18px;
  389. letter-spacing:1px;
  390. color:{color:Title};
  391. font-weight: normal;
  392. letter-spacing: 0px;
  393. }
  394.  
  395. blockquote{
  396. padding:0px 0px 2px 3px;
  397. margin:0px 0px 2px 1px;
  398. }
  399. ul, ol, li{
  400. list-style:none;
  401. margin:0px;
  402. padding:0px;
  403. }
  404.  
  405. @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  406.  
  407. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  408. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  409. }
  410.  
  411.  
  412.  
  413. a.links {
  414. font-family:calibri;
  415. color: #000000;
  416. font-size: 8px;
  417. line-height: 8px;
  418. text-transform: normal;
  419. letter-spacing:0px;
  420. display:block;
  421. padding: 0px;
  422. margin-bottom: 0px;
  423. }
  424.  
  425. a.links:hover {
  426. font-style: underline;
  427. text-decoration: underline;
  428. letter-spacing:10px;
  429. }
  430.  
  431. </style>
  432. <title>{title}</title>
  433. <link rel="shortcut icon" href="{favicon}">
  434. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  435. <meta name="viewport" content="width=720" />
  436. </head>
  437. <body>
  438.  
  439. <div id="center">
  440. <div id="content">
  441.  
  442. <div id="blogtitle">{title}</div>
  443.  
  444. <div id="sidebar">
  445.  
  446. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}" style="" margin-top:-25px; width=100% height=auto></a></div>
  447.  
  448. <div id="desc">
  449. {description}
  450.  
  451. <div class="container">
  452. <a href="{text:link1}">{text:link1title}</a> |
  453. <a href="{text:link2}">{text:link2title}</a> |
  454. <a href="{text:link3}">{text:link3title}</a> |
  455. <a href="{text:link4}">{text:link4title}</a> |
  456. <a href="{text:link5}">{text:link5title}</a>
  457. </div>
  458. </div>
  459.  
  460. </div>
  461. </div>
  462.  
  463.  
  464. <div id="posts">
  465. {block:Posts}
  466. <div id="entry">
  467.  
  468.  
  469. {block:Text}
  470. {block:Title}<span class="title">{Title}</span>{/block:Title}
  471. <span class="entrytext">{Body}</span>
  472. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  473. {/block:Text}
  474.  
  475. {block:Link}
  476. <a href="{URL}" class="title">{Name}</a>
  477. {block:Description}{Description}{/block:Description}
  478. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  479. {block:Link}
  480.  
  481. {block:Photo}
  482. {block:IndexPage}
  483. <center>
  484. <div class="perma">
  485. <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">- reblog</a></div>
  486. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  487. {/block:IndexPage}
  488. {block:PermalinkPage}
  489. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  490. {LinkCloseTag}
  491. {/block:PermalinkPage}
  492. {/block:Photo}
  493.  
  494.  
  495. {block:Quote}
  496. <span class="entrytext">{Quote}</span>
  497. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  498. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  499. {/block:Quote}
  500.  
  501. {block:Chat}
  502. {block:Title}<span class="title">{Title}</span>{/block:Title}
  503. <ul class="chat">
  504. {block:Lines}
  505. <li class="user_{UserNumber}">
  506. {block:Label}
  507. <span class="label">{Label}</span>
  508. {/block:Label}
  509. {Line}
  510. </li>
  511. {/block:Lines}
  512. </ul>
  513. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  514. {/block:Chat}
  515.  
  516.  
  517. {block:Audio}
  518. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  519. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  520. <div class="permalinktext"></div> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  521. {/block:Audio}
  522.  
  523. {block:Video}<center>
  524. <div class="video">{Video-400}</div></center>
  525. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">//</font> <a href="{permalink}">{timeago}</a> </div>
  526. {block:Video}
  527.  
  528. {block:Answer}
  529. <br>
  530. <div style="border-left: 3px solid #ddd; margin:
  531. 3px; min-height:15px; padding: 3px; background-color:#f7f7f7;">
  532. {Asker}: {Question}<br></div>
  533. <div style="text-align:right; padding-right:3px; border-right:3px solid #ddd;">
  534. {Answer}
  535. </div>
  536. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </div>
  537. {/block:IndexPage}
  538. {/block:Answer}
  539. {/block:Answer}
  540.  
  541. {block:PostNotes}<div align="middle">{caption}</div>
  542. <center>
  543.  
  544. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  545.  
  546. {block:HasTags}
  547. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  548. {block:RebloggedFrom}
  549. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  550. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  551.  
  552. {/block:RebloggedFrom}
  553. </center></span>
  554. <br>
  555. <div id="postnotes">{PostNotes}</div><br>
  556.  
  557. <center>{block:ContentSource}
  558. <br><a href="{SourceURL}">
  559. {lang:Source}:
  560. {block:SourceLogo}
  561. <img src="{BlackLogoURL}" width="{LogoWidth}"
  562. height="{LogoHeight}" alt="{SourceTitle}" />
  563. {/block:SourceLogo}
  564. {block:NoSourceLogo}
  565. {SourceLink}
  566. {/block:NoSourceLogo}
  567. </a>
  568. {/block:ContentSource}</center>
  569.  
  570. {/block:PostNotes}
  571. </div>
  572. {/block:Posts}
  573. </div></div>
  574.  
  575. {block:indexpage}
  576. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  577. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  578. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  579. <script type="text/javascript">
  580. $(window).load(function(){
  581. var $wall = $('#posts');
  582. $wall.imagesLoaded(function(){
  583. $wall.masonry({
  584. itemSelector: '#entry, #entry_photo',
  585. isAnimated : false
  586. });
  587. });
  588.  
  589. $wall.infinitescroll({
  590. navSelector : '#page-nav',
  591. nextSelector : '#page-nav a',
  592. itemSelector : '#entry, #entry_photo',
  593. bufferPx : 2000,
  594. debug : false,
  595. errorCallback: function() {
  596. $('#infscr-loading').fadeOut('normal');
  597. }},
  598. function( newElements ) {
  599. var $newElems = $( newElements );
  600. $newElems.hide();
  601. $newElems.imagesLoaded(function(){
  602. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  603. });
  604. }); $('#content').show(500);
  605. });
  606. </script>
  607. {/block:indexpage}
  608. </div>
  609.  
  610. </body>
  611. <div style="position:fixed; z-index:9999999999999999999; font-size: 12px; bottom:5px; right:5px; background-color:white; border:1px solid {color:text}; padding:2px;"> <a href="http://irritat3d.tumblr.com" content="font-size: 2px;">♌</a></div>
  612. </html>
  613. <!--Again, if you remove the credit, please put it in your faq or credits page! But please just don't remove it in the first place. It really doesn't make your blog look messy or intrude on anything.-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement