Advertisement
inmyb0nes

#09 Peace

Nov 17th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.04 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11.  
  12. </script>
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <!--DEFAULT VARIABLES-->
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <meta name="color:background" content="#fff"/>
  21. <meta name="color:link" content="#777"/>
  22. <meta name="color:text" content="#777"/>
  23. <meta name="color:title" content="#333"/>
  24. <meta name="color:hover" content="#fff"/>
  25. <meta name="color:Side BG" content="#c7c6c6"/>
  26. <meta name="color:Navigation" content="#c7c6c6" />
  27. <meta name="color:Navigation background" content="#000000" />
  28. <meta name="color:Navigation Text" content="#000000" />
  29. <meta name="color:Navigation Hover" content="#1d1d1d" />
  30. <meta name="color:Navigation Text Hover" content="#ffffff" />
  31.  
  32. <meta name="image:sidebar" content="1"/>
  33. <meta name="image:background" content="http://www.wallcg.com/images/2012/12/the-lost-forest-desktop-and-photos-free-downloads.jpg"/>
  34.  
  35. <meta name="text:Link 1" content"/"/>
  36. <meta name="text:Link 1 Title" content"link"/>
  37. <meta name="text:Link 2" content"/"/>
  38. <meta name="text:Link 2 Title" content"link"/>
  39. <meta name="text:Link 3" content"/"/>
  40. <meta name="text:Link 3 Title" content"link"/>
  41. <meta name="text:Link 4" content"/"/>
  42. <meta name="text:Link 4 Title" content"link"/>
  43. <meta name="text:Link 5" content"/"/>
  44. <meta name="text:Link 5 Title" content"link"/>
  45. <meta name="text:Link 6" content"/"/>
  46. <meta name="text:Link 6 Title" content"link"/>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. 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-
  53.  
  54. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  55.  
  56. 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;}
  57.  
  58. p {
  59. margin:0px;
  60. margin-top:0px;
  61. }
  62.  
  63.  
  64. body {
  65. padding: 0px;
  66. margin: 0px;
  67. color:{color:text};
  68. font-family: dixel;
  69. line-height:7px;
  70. background-color: {color:Background};
  71. background-image: url({image:background});
  72. background-attachment: fixed;
  73. background-repeat: repeat;
  74. }
  75.  
  76.  
  77. a:link, a:active, a:visited{
  78. text-decoration: none;
  79. -webkit-transition: color 0.3s ease-out;
  80. -moz-transition: color 0.3s ease-out;
  81. transition: color 0.3s ease-out;
  82. color:{color:link};
  83. }
  84.  
  85. a:hover {
  86. text-decoration: none;
  87. font-style:;
  88. color: {color:Hover};
  89. }
  90.  
  91. div#center{
  92. margin:auto;
  93. position:relative;
  94. width:1000px;
  95. background-color:;
  96. overflow:auto;
  97. overflow-y:hidden;
  98. }
  99.  
  100.  
  101. #BTitle{
  102. position:fixed !important;
  103. width:250px;
  104. margin-top:470px;
  105. margin-left:1100px;
  106. line-height:60px;
  107. font-family:"Hasteristico";
  108. font-size:60px;
  109. color:#000000;
  110. z-index:999999999;
  111. }
  112.  
  113. @font-face{font-family:"Hasteristico"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
  114.  
  115.  
  116. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  117. .entry {
  118. float:left;
  119. display: block;
  120. margin:5px;
  121. overflow:hidden;
  122. width:210px;
  123. {block:PermalinkPage}
  124. width:450px;
  125. text-align:left;
  126. {/block:PermalinkPage}
  127. background:white;
  128. background-image:URL();
  129. padding:5px;
  130. font-family:Trebuchet MS;
  131. font-size:12px;
  132. font-weight:none;
  133. line-height:12px;
  134. letter-spacing:1px;
  135. }
  136.  
  137.  
  138.  
  139. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  140. .entry .perma{
  141. width:220px;
  142. height:16px;
  143. margin-left:0px;
  144. position: absolute;
  145. line-height: 16px;
  146. overflow:hidden;
  147. text-align:center;
  148. top:0px;
  149. background:white;
  150. word-spacing:2px;
  151. letter-spacing:1px;
  152. opacity: 0.0;
  153. -webkit-transition: all .7s ease;
  154. -moz-transition: all .7s ease;
  155. -o-transition: all .7s ease;
  156. transition: all .7s ease;
  157.  
  158. }
  159.  
  160. .entry:hover .perma{
  161. overflow:visible;
  162. opacity:0.9;
  163. }
  164.  
  165.  
  166. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  167. #posts {
  168. width:800px;
  169. margin-top:60px;
  170. margin-left:189px;
  171. right:auto;
  172. background:transparent;
  173. margin-right:auto;
  174. position:relative;
  175. overflow-y: hidden;
  176. }
  177.  
  178. #ask {
  179. width: 160px;
  180. margin-left:50px;
  181. background-color:#424242;
  182. }
  183.  
  184. .asker {
  185. border:1px solid #000;
  186. margin-left: -40px;
  187. position: absolute;
  188. }
  189. .askbg {
  190. margin-left: 10px;
  191. padding: 5px;
  192. padding-bottom:10px;
  193. }
  194. .question {
  195. font-family: consolas;
  196. margin-top: 5px;
  197. margin-bottom:5px;
  198. font-size: 9px;
  199. color: {color:ask text};
  200. }
  201.  
  202.  
  203. /*CUSTOMIZE SIDEBAR HERE*/
  204.  
  205. #sidebar{
  206. position:fixed !important;
  207. height:100%;
  208. width:200px;
  209. margin-left:-50px;
  210. margin-top:0px;
  211. background:{color:Side BG};
  212. opacity:0.7;
  213. }
  214.  
  215. #sidepic{
  216. position:fixed !important;
  217. width:150px;
  218. background:white;
  219. height:auto;
  220. margin-top:150px;
  221. margin-left:-30px;
  222. text-align:center;
  223. padding:5px;
  224. z-index:999;
  225. }
  226.  
  227. #description{
  228. position:fixed !important;
  229. width:150px;
  230. background:white;
  231. height:auto;
  232. margin-top:380px;
  233. margin-left:-30px;
  234. text-align:center;
  235. padding:5px;
  236. z-index:998;
  237. font-size:14px;
  238. line-height:14px;
  239. font-family:"amandarae";
  240. }
  241.  
  242. @font-face { font-family: "amandarae";src:url('http://static.tumblr.com/7glhdxz/MY5mgeut7/amandarae.ttf');}
  243. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  244.  
  245. /*LINKS*/
  246.  
  247. #linkbanner{
  248. position:fixed;
  249. width:100%;
  250. background-color:{color:navigation background};
  251. height:50px;
  252. margin-top:0px;
  253. margin-left:-180px;
  254. padding:5px;
  255. z-index:999999999999999;
  256. opacity:0.8;
  257. }
  258.  
  259. #links{
  260. position:fixed !important;
  261. width:800px;
  262. height:50px;
  263. margin-top:0px;
  264. margin-left:155px;
  265. padding:5px;
  266. z-index:999999999999999;
  267. }
  268.  
  269. .links{
  270. width:60px;
  271. display:inline-table;
  272. height:20px;
  273. margin-top:10px;
  274. margin-left:14px;
  275. text-align:center;
  276. line-height: 30px;
  277. background-color: {color:Navigation};
  278. padding-bottom:0px;
  279. padding-top:0px;
  280. padding-right:2px;
  281. padding-left:2px;
  282. text-decoration:none;
  283. color:{color:Navigation text};
  284. font-family:"Aderyn";
  285. font-size:15px;
  286. text-transform:uppercase;
  287. letter-spacing:2px;
  288. -moz-border-radius: 15px 0px 15px 0px;
  289. -webkit-border-radius: 15px 0px 15px 0px;
  290. border-radius: 15px 0px 15px 0px;
  291. }
  292.  
  293. .links:hover{
  294. background-color: {color:Navigation hover};
  295. color:{color:Navigation text hover};
  296. letter-spacing:2px;
  297. -moz-border-radius: 0px 15px 0px 15px;
  298. -webkit-border-radius: 0px 15px 0px 15px;
  299. border-radius: 0px 15px 0px 15px;
  300. -webkit-transition: all 0.7s ease;
  301. -moz-transition: all 0.7s ease;
  302. -o-transition: all 0.7s ease;
  303. }
  304.  
  305. @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  306.  
  307. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  308. .title{
  309. line-height: 12px;
  310. color:{color:Title};
  311. font-weight: normal;
  312. }
  313.  
  314.  
  315. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  316. .permalink{
  317. text-transform: normal;
  318. display: block;
  319. text-align: right;
  320. text-decoration: none;
  321. }
  322.  
  323.  
  324. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  325. #infscr-loading{
  326. bottom: -70px;
  327. position: absolute;
  328. left: 50%;
  329. margin-left:-8px;
  330. width:16px;
  331. height:11px;
  332. overflow:hidden;
  333. margin-bottom: 50px;
  334. }
  335.  
  336. #postnotes{
  337. text-align: justify;}
  338.  
  339. #postnotes blockquote{
  340. border: 0px;}
  341.  
  342. blockquote{
  343. padding:0px 0px 2px 5px;
  344. margin:0px 0px 2px 10px;
  345. border-left: 1px dotted #555555;
  346. }
  347.  
  348. blockquote p, ul{
  349. margin:0px;
  350. padding:0px;
  351. }
  352.  
  353. a img{border: 0px;}
  354.  
  355.  
  356. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  357.  
  358. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  359. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  360.  
  361. .notes img{width:10px; position:relative; top:3px;}
  362. <--ses-->
  363. small{font-size: 90%;}
  364.  
  365. {CustomCSS}
  366.  
  367. </style>
  368.  
  369. {block:IndexPage}
  370. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  371. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  372.  
  373. <script type="text/javascript">
  374. $(window).load(function(){
  375. var $wall = $('#posts');
  376. $wall.imagesLoaded(function(){
  377. $wall.masonry({
  378. itemSelector: '.entry, .entry_photo',
  379. isAnimated : false
  380. });
  381. });
  382.  
  383. $wall.infinitescroll({
  384. navSelector : '#pagination',
  385. nextSelector : '#pagination a',
  386. itemSelector : '.entry, .entry_photo',
  387. bufferPx : 2000,
  388. debug : false,
  389. errorCallback: function() {
  390. $('#infscr-loading').fadeOut('normal');
  391. }},
  392. function( newElements ) {
  393. var $newElems = $( newElements );
  394. $newElems.hide();
  395. $newElems.imagesLoaded(function(){
  396. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  397. });
  398. }); $('#posts').show(500);
  399. });
  400. </script>
  401.  
  402.  
  403. {/block:IndexPage}
  404.  
  405. <div id="BTitle"> {title} </div>
  406.  
  407.  
  408. <link rel="shortcut icon" href="{Favicon}" />
  409. <meta name="viewport" content="width=820" />
  410. </head>
  411.  
  412. <body>
  413. <BODY onselectstart="return false;" ondragstart="return false;">
  414. <div class="wrapper">
  415. <div class="header">
  416. </div>
  417.  
  418. <div id="cage">
  419. <div id="center">
  420. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  421.  
  422. <div id="linkbanner"></div>
  423. <div id="links">
  424. <div class="links"><a href="/">Home</a></div>
  425. <div class="links"><a href="/ask">Message</a></div>
  426. <div class="links"><a href="http://safebeneaththesmoke.tumblr.com/">Theme</a></div>
  427. <div class="links"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>
  428. <div class="links"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>
  429. <div class="links"><a href="{text:Link 3}">{text:Link 3 Title}</a></div>
  430. <div class="links"><a href="{text:Link 4}">{text:Link 4 Title}</a></div>
  431. <div class="links"><a href="{text:Link 5}">{text:Link 5 Title}</a></div>
  432. <div class="links"><a href="{text:Link 6}">{text:Link 6 Title}</a></div>
  433. </div>
  434.  
  435. <div id="sidebar"></div>
  436. <div id="sidepic">
  437. <center>
  438. <a href="/"><img src="{image:sidebar}" width=100%></a>
  439. </center>
  440. </div>
  441. <div id="description">
  442. <center>
  443. {description}
  444. </center>
  445. </div>
  446. <!------------------------------------->
  447.  
  448.  
  449. <div class="left">
  450. <div id="posts">
  451. {block:Posts}
  452. <div class="entry">
  453.  
  454. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  455.  
  456. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  457. {/block:Text}
  458.  
  459. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  460.  
  461. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  462.  
  463. {block:Photo}
  464. {block:IndexPage}
  465. <center>
  466. <div class="perma">
  467. <a href="{ReblogURL}" target="_blank"> reblog </a> -
  468. <a href="{permalink}"> {notecountwithlabel} </a>
  469. </div>
  470.  
  471. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  475.  
  476. {LinkCloseTag}
  477. {/block:PermalinkPage}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. {block:IndexPage}
  482. <center>
  483.  
  484. <div class="perma">
  485. <a href="{ReblogURL}" target="_blank"> reblog </a> -
  486. <a href="{permalink}"> {notecountwithlabel} </a>
  487. </div>
  488.  
  489. {Photoset-250}</center>
  490. {/block:IndexPage}
  491. {block:PermalinkPage}
  492. <center>
  493. {Photoset-500}</center>
  494. {/block:PermalinkPage}
  495. {/block:Photoset}
  496.  
  497. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  498.  
  499. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  500.  
  501. {block:Answer}
  502. <div id="ask">
  503. <a href="{AskerURL}"><img class="asker" src="{AskerPortraitURL-30}"></a>
  504. <div class="askbg">
  505. <div class="asker"></div>
  506. <div class="question">{Question}</div>
  507. </div>
  508. </div>
  509. <div class="text" content="padding-top:20px;">{Answer}</div>
  510. {/block:Answer}
  511.  
  512. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  513. <ul class="chat">
  514. {block:Lines}
  515. <li class="user_{UserNumber}">
  516. {block:Label}
  517. <span class="label">{Label}</span>
  518. {/block:Label}
  519.  
  520. {Line}
  521. </li>
  522. {/block:Lines}
  523. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  524. {/block:Chat}
  525.  
  526. {block:Audio}
  527. <div style="width:200px; height:30px;">
  528. {AudioPlayerBlack}
  529. </div>
  530. {block:IndexPage}<span class="permalink">
  531. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  532. </span>{/block:IndexPage}
  533. {/block:Audio}
  534.  
  535. {block:Video}
  536. {block:IndexPage}
  537. <center>
  538. <div class="perma">
  539. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  540. {Video-250}</center>
  541. {/block:IndexPage}
  542. {block:PermalinkPage}
  543. <center>
  544. {Video-400}</center>
  545. {/block:PermalinkPage}
  546. {block:Video}
  547.  
  548.  
  549. {block:PostNotes}<div align="middle">{caption}</div>
  550. <center>
  551.  
  552. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  553.  
  554. {block:HasTags}
  555. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  556. {block:RebloggedFrom}
  557. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  558. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  559.  
  560. {/block:RebloggedFrom}
  561. </center></span>
  562. <br>
  563. <div id="postnotes">{PostNotes}</div><br>
  564.  
  565. <center>{block:ContentSource}
  566. <br><a href="{SourceURL}">
  567. {lang:Source}:
  568. {block:SourceLogo}
  569. <img src="{BlackLogoURL}" width="{LogoWidth}"
  570. height="{LogoHeight}" alt="{SourceTitle}" />
  571. {/block:SourceLogo}
  572. {block:NoSourceLogo}
  573. {SourceLink}
  574. {/block:NoSourceLogo}
  575. </a>
  576. {/block:ContentSource}</center>
  577.  
  578. {/block:PostNotes}
  579. </div>
  580. {/block:Posts}
  581. </div></div>
  582.  
  583. {block:IndexPage}
  584. {block:Pagination}
  585. <div id="pagination">
  586. {block:NextPage}
  587. <a id="nextPage" href="{NextPage}"></a>
  588. {/block:NextPage}
  589. {block:PreviousPage}
  590. <a href="{PreviousPage}"></a>
  591. {/block:PreviousPage}
  592. </div>
  593. {/block:Pagination}
  594. {/block:IndexPage}
  595.  
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement