Advertisement
bow-arrow

Theme 10 by Irritat3d! (White Walls)

Sep 25th, 2013
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. <!--
  2. Theme 10 by Irritat3d (White Walls)
  3. Please don't remove the credit. If you do, at least put credit for the theme somewhere in your FAQ, credit page, or links.
  4. 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.
  5. Thankyou. Have fun.
  6. -->
  7.  
  8. <html lang="en">
  9. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13. <script type="text/javascript">
  14. <!--
  15.  
  16. // Disable Right Click Script
  17.  
  18. function IE(e)
  19. {
  20. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  21. {
  22. return false;
  23. }
  24. }
  25. function NS(e)
  26. {
  27. if (document.layers || (document.getElementById && !document.all))
  28. {
  29. if (e.which == "2" || e.which == "3")
  30. {
  31. return false;
  32. }
  33. }
  34. }
  35. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  36.  
  37. //-->
  38. </script>
  39.  
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43.  
  44. <!--DEFAULT VARIABLES-->
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:link" content="#777"/>
  48. <meta name="color:text" content="#777"/>
  49. <meta name="color:borders" content="#dddddd"/>
  50. <meta name="color:title" content="#333"/>
  51. <meta name="color:hover" content="#fff"/>
  52. <meta name="image:sidebar" content="1"/>
  53. <meta name="image:background" content="1"/>
  54.  
  55. <meta name="text:Link one" content="" />
  56. <meta name="text:Link one title" content="" />
  57. <meta name="text:Link two" content="" />
  58. <meta name="text:Link two title" content="" />
  59. <meta name="text:Link three" content="" />
  60. <meta name="text:Link three title" content="" />
  61. <meta name="text:Link four" content="" />
  62. <meta name="text:Link four title" content="" />
  63. <meta name="text:Link five" content="" />
  64. <meta name="text:Link five title" content="" />
  65. <meta name="text:Link six" content="" />
  66. <meta name="text:Link six title" content="" />
  67. <meta name="text:Link seven" content="" />
  68. <meta name="text:Link seven title" content="" />
  69. <meta name="text:Link eight" content="" />
  70. <meta name="text:Link eight title" content="" />
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  77.  
  78. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  79.  
  80. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  81.  
  82. p {
  83. margin:0px;
  84. margin-top:0px;
  85. }
  86.  
  87.  
  88. body {
  89. padding: 0px;
  90. margin: 0px;
  91. color:{color:text};
  92. font-family: georgia;
  93. line-height:11px;
  94. font-size:10px;
  95. background-color: {color:Background};
  96. background-image:url({image:Background});
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. }
  100.  
  101.  
  102. a:link, a:active, a:visited{
  103. text-decoration: none;
  104. -webkit-transition: color 0.3s ease-out;
  105. -moz-transition: color 0.3s ease-out;
  106. transition: color 0.3s ease-out;
  107. color:{color:link};
  108. }
  109.  
  110. a:hover {
  111. text-decoration: none;
  112. font-style:;
  113. color: {color:Hover};
  114. }
  115.  
  116. div#center{
  117. margin:auto;
  118. position:relative;
  119. width:1000px;
  120. background-color:;
  121. overflow:auto;
  122. overflow-y:hidden;
  123. }
  124.  
  125. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  126. .entry {
  127. float:left;
  128. display: block;
  129. margin:5px;
  130. overflow:hidden;
  131. width:225px;
  132. padding:7px;
  133. padding-bottom:4px;
  134. {block:PermalinkPage}
  135. width:450px;
  136. text-align:left;
  137. line-height:10px;
  138. {/block:PermalinkPage}
  139. background:white;
  140. background-image:URL();
  141. border:1px solid {color:borders};
  142. }
  143.  
  144. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  145. .entry .perma{
  146. width:225px;
  147. height:auto;
  148. margin-left:0px;
  149. position: absolute;
  150. overflow:hidden;
  151. text-align:center;
  152. bottom:-40px;
  153. background:white;
  154. word-spacing:2px;
  155. letter-spacing:1px;
  156. opacity: 1.0;
  157. font-size:18px;
  158. line-height:20px;
  159. letter-spacing:1px;
  160. font-family:consolas;
  161. text-transform:uppercase;
  162. -webkit-transition: all .4s ease;
  163. -moz-transition: all .4s ease;
  164. -o-transition: all .4s ease;
  165. transition: all .4s ease;
  166. }
  167.  
  168. .entry:hover .perma{
  169. overflow:visible;
  170. opacity:0.9;
  171. bottom:2px;
  172. padding-bottom:2px;
  173. -webkit-transition: all .3s ease;
  174. -moz-transition: all .3s ease;
  175. -o-transition: all .3s ease;
  176. transition: all .3s ease;
  177. }
  178.  
  179. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  180. #posts {
  181. width:700px;
  182. margin-top:1px;
  183. z-index:99;
  184. margin-left:300px;
  185. right:auto;
  186. background:transparent;
  187. margin-right:auto;
  188. position:relative;
  189. overflow-y: hidden;
  190. }
  191.  
  192. /*CUSTOMIZE SIDEBAR HERE*/
  193. #sidebar{
  194. position:fixed !important;
  195. width:230px;
  196. background:white;
  197. height:auto;
  198. margin-top:140px;
  199. margin-left:25px;
  200. text-align:center;
  201. padding:10px;
  202. padding-bottom:4px;
  203. border:1px solid #aaa;
  204. }
  205.  
  206. .blogtitle{
  207. position:fixed;
  208. height:20px;
  209. width:250px;
  210. margin-top:-28px;
  211. margin-left:-10px;
  212. font-size:17px;
  213. line-height:20px;
  214. text-align:left;
  215. letter-spacing:1px;
  216. font-family:calibri;
  217. text-transform:uppercase;
  218. }
  219.  
  220. .desc{
  221. border-bottom:1px solid #aaa;
  222. padding-bottom:2px;
  223. padding-top:1px;
  224. }
  225.  
  226. .links{
  227. }
  228.  
  229. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  230. .title{
  231. line-height:16px;
  232. font-size:15px;
  233. color:{color:Title};
  234. font-weight: normal;
  235. }
  236.  
  237.  
  238. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  239. .permalink{
  240. text-transform: normal;
  241. display: block;
  242. text-align: right;
  243. text-decoration: none;
  244. border-top:1px solid #f0f0f0;
  245. margin-top:3px;
  246. }
  247.  
  248.  
  249. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  250. #infscr-loading{
  251. bottom: -70px;
  252. position: absolute;
  253. left: 50%;
  254. margin-left:-8px;
  255. width:16px;
  256. height:11px;
  257. overflow:hidden;
  258. margin-bottom: 50px;
  259. }
  260.  
  261. #postnotes{
  262. text-align: justify;}
  263.  
  264. #postnotes blockquote{
  265. border: 0px;}
  266.  
  267. blockquote{
  268. padding:0px 0px 2px 5px;
  269. margin:0px 0px 2px 10px;
  270. border-left: 1px dotted #555555;
  271. }
  272.  
  273. blockquote p, ul{
  274. margin:0px;
  275. padding:0px;
  276. }
  277.  
  278. a img{border: 0px;}
  279.  
  280.  
  281. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  282.  
  283. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  284. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  285.  
  286. .notes img{width:10px; position:relative; top:3px;}
  287. <--ses-->
  288. small{font-size: 90%;}
  289.  
  290. {CustomCSS}
  291.  
  292. </style>
  293.  
  294. {block:IndexPage}
  295. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  296. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  297.  
  298. <script type="text/javascript">
  299. $(window).load(function(){
  300. var $wall = $('#posts');
  301. $wall.imagesLoaded(function(){
  302. $wall.masonry({
  303. itemSelector: '.entry, .entry_photo',
  304. isAnimated : false
  305. });
  306. });
  307.  
  308. $wall.infinitescroll({
  309. navSelector : '#pagination',
  310. nextSelector : '#pagination a',
  311. itemSelector : '.entry, .entry_photo',
  312. bufferPx : 2000,
  313. debug : false,
  314. errorCallback: function() {
  315. $('#infscr-loading').fadeOut('normal');
  316. }},
  317. function( newElements ) {
  318. var $newElems = $( newElements );
  319. $newElems.hide();
  320. $newElems.imagesLoaded(function(){
  321. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  322. });
  323. }); $('#posts').show(500);
  324. });
  325. </script>
  326.  
  327.  
  328. {/block:IndexPage}
  329.  
  330.  
  331. <title>{title}</title>
  332.  
  333. <link rel="shortcut icon" href="{Favicon}" />
  334. <meta name="viewport" content="width=820" />
  335. </head>
  336.  
  337. <body>
  338. <BODY onselectstart="return false;" ondragstart="return false;">
  339. <div class="wrapper">
  340. <div class="header">
  341. </div>
  342.  
  343. <div id="cage">
  344. <div id="center">
  345.  
  346. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  347. <div id="sidebar">
  348. <center>
  349. <div class="blogtitle">{title}</div>
  350. <a href="/"><img src="{image:sidebar}" width=100%></a>
  351. <div class="desc">{description}<br></div>
  352. <div class="links">
  353. {block:ifLinkOneTitle}
  354. <a href="{text:Link One}">{text:Link One Title}{/block:ifLinkOneTitle} -
  355. {block:ifLinkTwoTitle}
  356. <a href="{text:Link Two}">{text:Link Two Title}{/block:ifLinkTwoTitle} -
  357. {block:ifLinkThreeTitle}
  358. <a href="{text:Link Three}">{text:Link Three Title} -{/block:ifLinkThreeTitle}
  359. {block:ifLinkFourTitle}
  360. <a href="{text:Link Four}">{text:Link Four Title} -{/block:ifLinkFourTitle}
  361. {block:ifLinkFiveTitle}
  362. <a href="{text:Link Five}">{text:Link Five Title} -{/block:ifLinkFiveTitle}
  363. {block:ifLinkSixTitle}
  364. <a href="{text:Link Six}">{text:Link Six Title} -{/block:ifLinkSixTitle}
  365. {block:ifLinkSevenTitle}
  366. <a href="{text:Link Seven}">{text:Link Seven Title} -{/block:ifLinkSevenTitle}
  367. {block:ifLinkEightTitle}
  368. <a href="{text:Link Eight}">{text:Link Eight Title} {/block:ifLinkEightTitle}
  369. </div>
  370. </center>
  371. </div>
  372. <!------------------------------------->
  373.  
  374.  
  375. <div class="left">
  376. <div id="posts">
  377. {block:Posts}
  378. <div class="entry">
  379.  
  380. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  381.  
  382. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  383. {/block:Text}
  384.  
  385. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  386.  
  387. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  388.  
  389. {block:Photo}
  390. {block:IndexPage}
  391. <center>
  392. <div class="perma">
  393. <a href="{ReblogURL}" target="_blank"> reblog </a><Br><a href="{permalink}">{notecountwithlabel}</a></div>
  394.  
  395. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  396. {/block:IndexPage}
  397. {block:PermalinkPage}
  398. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  399.  
  400. {LinkCloseTag}
  401. {/block:PermalinkPage}
  402. {/block:Photo}
  403.  
  404. {block:Photoset}
  405. {block:IndexPage}
  406. <center>
  407.  
  408. <div class="perma">
  409. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  410.  
  411. {Photoset-250}</center>
  412. {/block:IndexPage}
  413. {block:PermalinkPage}
  414. <center>
  415. {Photoset-500}</center>
  416. {/block:PermalinkPage}
  417. {/block:Photoset}
  418.  
  419. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  420.  
  421. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  422.  
  423. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  424. <ul class="chat">
  425. {block:Lines}
  426. <li class="user_{UserNumber}">
  427. {block:Label}
  428. <span class="label">{Label}</span>
  429. {/block:Label}
  430.  
  431. {Line}
  432. </li>
  433. {/block:Lines}
  434. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  435. {/block:Chat}
  436.  
  437. {block:Audio}
  438. <div style="width:200px; height:30px;">
  439. {AudioPlayerBlack}
  440. </div>
  441. {block:IndexPage}<span class="permalink">
  442. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  443. </span>{/block:IndexPage}
  444. {/block:Audio}
  445.  
  446. {block:Video}
  447. {block:IndexPage}
  448. <center>
  449. <div class="perma">
  450. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  451. {Video-250}</center>
  452. {/block:IndexPage}
  453. {block:PermalinkPage}
  454. <center>
  455. {Video-400}</center>
  456. {/block:PermalinkPage}
  457. {block:Video}
  458.  
  459. {block:Answer}
  460. <div style="border: 1px solid #ddd; margin: 3px; padding: 3px; background-color:#f7f7f7;">
  461. {Asker}: {Question}<br></div>
  462. <div style="text-align:right;">
  463. {Answer}
  464. </div>
  465. {block:IndexPage}<span class="permalink"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">|</font> <a href="{permalink}">{timeago}</a> </span>
  466. {/block:IndexPage}
  467. {/block:Answer}
  468. {/block:Answer}
  469.  
  470.  
  471. {block:PostNotes}<div align="middle">{caption}</div>
  472. <center>
  473.  
  474. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  475.  
  476. {block:HasTags}
  477. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  478. {block:RebloggedFrom}
  479. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  480. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  481.  
  482. {/block:RebloggedFrom}
  483. </center></span>
  484. <br>
  485. <div id="postnotes">{PostNotes}</div><br>
  486.  
  487. <center>{block:ContentSource}
  488. <br><a href="{SourceURL}">
  489. {lang:Source}:
  490. {block:SourceLogo}
  491. <img src="{BlackLogoURL}" width="{LogoWidth}"
  492. height="{LogoHeight}" alt="{SourceTitle}" />
  493. {/block:SourceLogo}
  494. {block:NoSourceLogo}
  495. {SourceLink}
  496. {/block:NoSourceLogo}
  497. </a>
  498. {/block:ContentSource}</center>
  499.  
  500. {/block:PostNotes}
  501. </div>
  502. {/block:Posts}
  503. </div></div>
  504.  
  505. {block:IndexPage}
  506. {block:Pagination}
  507. <div id="pagination">
  508. {block:NextPage}
  509. <a id="nextPage" href="{NextPage}"></a>
  510. {/block:NextPage}
  511. {block:PreviousPage}
  512. <a href="{PreviousPage}"></a>
  513. {/block:PreviousPage}
  514. </div>
  515. {/block:Pagination}
  516. {/block:IndexPage}
  517. </body>
  518. <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>
  519. </html>
  520.  
  521. <!--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