Advertisement
awkwardpengu1n

Theme 9 by awkward-pengu1n

Mar 31st, 2013
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.19 KB | None | 0 0
  1. <!--
  2. Theme 9 by Julia (awkward-pengu1n.tumblr.com)
  3. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted!
  4. You may edit this to your liking just remember to credit me :)
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/I3Sml6014/querryscript.js'></script>
  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:title" content="#333"/>
  50. <meta name="color:blogtitle" content="#0a0a0a"/>
  51. <meta name="color:blogtitle shadow" content="#ccc"/>
  52. <meta name="color:hover" content="#fff"/>
  53. <meta name="color:borders" content="#cbcbcb"/>
  54. <meta name="image:sidebar" content="1"/>
  55. <meta name="image:background" content="1"/>
  56. <meta name="image:sidebarbg1" content="0"/>
  57. <meta name="image:sidebarbg2" content="0"/>
  58. <meta name="text:link one" content="link one"/>
  59. <meta name="text:link one title" content="link one"/>
  60. <meta name="text:link two" content="link two"/>
  61. <meta name="text:link two title" content="link two"/>
  62. <meta name="text:link three" content="link three"/>
  63. <meta name="text:link three title" content="link three"/>
  64. <meta name="text:link four" content="link four"/>
  65. <meta name="text:link four title" content="link four"/>
  66. <meta name="text:link five" content="link five"/>
  67. <meta name="text:link five title" content="link five"/>
  68. <meta name="text:link six" content="link six"/>
  69. <meta name="text:link six title" content="link six"/>
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. iframe#tumblr_controls {
  75. top: 0% !important;
  76. right:0% !important;
  77. position: fixed !important;
  78. z-index: 99999999999999999999999999999999999999999999999999999999;
  79. }
  80. #tumblr_controls{
  81. position:fixed !important;
  82. -webkit-filter: invert(100%);
  83. }
  84.  
  85. p {
  86. margin:0px;
  87. margin-top:0px;
  88. }
  89.  
  90.  
  91. body {
  92. padding: 0px;
  93. margin: 0px;
  94. color:{color:text};
  95. font-family: berry;
  96. line-height:11px;
  97. font-size:10px;
  98. background-color: {color:Background};
  99. background-image:url({image:Background});
  100. background-attachment: fixed;
  101. background-repeat: repeat;
  102. }
  103.  
  104.  
  105. a:link, a:active, a:visited{
  106. text-decoration: none;
  107. -webkit-transition: color 0.3s ease-out;
  108. -moz-transition: color 0.3s ease-out;
  109. transition: color 0.3s ease-out;
  110. color:{color:link};
  111. }
  112.  
  113. a:hover {
  114. text-decoration: line-through;
  115. font-style:;
  116. color: {color:Hover};
  117. }
  118.  
  119. div#center{
  120. margin:auto;
  121. position:relative;
  122. width:1300px;
  123. background-color:;
  124. overflow:auto;
  125. overflow-y:hidden;
  126. }
  127.  
  128.  
  129. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  130. .entry {
  131. float:left;
  132. display: block;
  133. margin:5px;
  134. overflow:hidden;
  135. width:250px;
  136. border:3px double {color:borders};
  137. box-shadow:0px 0px 1px #ccc;
  138. padding:5px;
  139. padding-bottom:4px;
  140. {block:PermalinkPage}
  141. width:450px;
  142. text-align:left;
  143. line-height:10px;
  144. {/block:PermalinkPage}
  145. background:white;
  146. background-image:URL();
  147. }
  148.  
  149.  
  150. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  151. .entry .perma{
  152. width:160px;
  153. height:20px;
  154. margin-left:0px;
  155. position: absolute;
  156. line-height: 20px;
  157. overflow:hidden;
  158. text-align:center;
  159. top:0px;
  160. background:white;
  161. border:3px double #ccc;
  162. border-radius:10px 0px 10px 0px;
  163. word-spacing:2px;
  164. letter-spacing:1px;
  165. opacity: 0.0;
  166. -webkit-transition: all .7s ease;
  167. -moz-transition: all .7s ease;
  168. -o-transition: all .7s ease;
  169. transition: all .7s ease;
  170.  
  171. }
  172.  
  173. .entry .perma:hover{
  174. border-radius:0px 10px 0px 10px;
  175. }
  176.  
  177. .entry:hover .perma{
  178. overflow:visible;
  179. margin-left:8px;
  180. top:11px;
  181. opacity:1;
  182. -webkit-transition: all .7s ease;
  183. -moz-transition: all .7s ease;
  184. -o-transition: all .7s ease;
  185. transition: all .7s ease;
  186.  
  187. }
  188.  
  189. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  190. #posts {
  191. width:850px;
  192. margin-top:1px;
  193. z-index:99;
  194. margin-left:420px;
  195. right:auto;
  196. background:transparent;
  197. margin-right:auto;
  198. position:relative;
  199. overflow-y: hidden;
  200. }
  201.  
  202. /*CUSTOMIZE SIDEBAR HERE*/
  203. #sidebar{
  204. position:fixed !important;
  205. width:250px;
  206. background:white;
  207. height:auto;
  208. padding:8px;
  209. border:3px double {color:borders};
  210. font-family:berry;
  211. font-size:12px;
  212. line-height:13px;
  213. margin-top:110px;
  214. margin-left:50px;
  215. text-align:center;
  216. z-index:9999999999;
  217. }
  218.  
  219. #titlekay{
  220. position:fixed !important;
  221. width:150px;
  222. background:white;
  223. height:30px;
  224. padding:8px;
  225. color:{color:blogtitle};
  226. text-shadow:2px 2px 2px {color:blogtitle shadow};
  227. border:3px double {color:borders};
  228. font-family:just realize;
  229. font-size:30px;
  230. line-height:40px;
  231. border-bottom:0px;
  232. margin-top:-57px;
  233. margin-left:-11px;
  234. text-align:center;
  235. -webkit-transition: opacity .7s linear;
  236. -webkit-transition: all .7s ease-in-out;
  237. -moz-transition: all .7s ease-in-out;
  238. -o-transition: all .7s ease-in-out;
  239. }
  240.  
  241. #titlekay:hover{
  242. background:{color:blogtitle shadow};
  243. color:white;
  244. -webkit-transition: opacity .7s linear;
  245. -webkit-transition: all .7s ease-in-out;
  246. -moz-transition: all .7s ease-in-out;
  247. -o-transition: all .7s ease-in-out;
  248. }
  249.  
  250. .dalinkz{
  251. position:fixed !important;
  252. width:100px;
  253. background:white;
  254. height:10px;
  255. padding:5px;
  256. padding-bottom:15px;
  257. padding-left:50px;
  258. border:3px double {color:borders};
  259. color:{color:links};
  260. text-shadow:1px 1px 1px {color:blogtitle shadow};
  261. border-top:0px;
  262. font-family: berry;
  263. font-size:11px;
  264. line-height:20px;
  265. margin-top:11px;
  266. margin-left:97px;
  267. text-align:left;
  268. overflow:hidden;
  269. -webkit-transition: opacity .7s linear;
  270. -webkit-transition: all .7s ease-in-out;
  271. -moz-transition: all .7s ease-in-out;
  272. -o-transition: all .7s ease-in-out;
  273. }
  274.  
  275. woop{
  276. font-size:20px;
  277. color:{color:title};
  278. text-shadow:none;
  279. letter-spacing:2px;
  280. font-family:just realize;
  281. line-height:25px;
  282. -webkit-transition: opacity .7s linear;
  283. -webkit-transition: all .7s ease-in-out;
  284. -moz-transition: all .7s ease-in-out;
  285. -o-transition: all .7s ease-in-out;
  286. }
  287.  
  288. woop:hover{
  289. -webkit-transition: opacity .7s linear;
  290. -webkit-transition: all .7s ease-in-out;
  291. -moz-transition: all .7s ease-in-out;
  292. -o-transition: all .7s ease-in-out;
  293. }
  294.  
  295. .dalinkz:hover{
  296. width:256px;
  297. background:{color:blogtitle shadow};
  298. padding-left:5px;
  299. margin-left:-14px;
  300. -webkit-transition: opacity .7s linear;
  301. -webkit-transition: all .7s ease-in-out;
  302. -moz-transition: all .7s ease-in-out;
  303. -o-transition: all .7s ease-in-out;
  304. }
  305.  
  306. .sidebarbg{
  307. position:fixed;
  308. margin-left:-35px;
  309. top: 0px;
  310. background-image:url({image:sidebarbg1});
  311. height:100%;
  312. border-right: 5px solid #000;
  313. box-shadow: 0px 0px 6px #575757;
  314. opacity:0.8;
  315. width:427px;
  316. border-bottom:3px solid #fff;
  317. border-left: 3px solid #fff;
  318. border-right: 3px solid #fff;
  319. }
  320.  
  321. .sidebarbg2{
  322. position:fixed;
  323. margin-left:1270px;
  324. top: 0px;
  325. background-image:url({image:sidebarbg2});
  326. height:100%;
  327. border-right: 5px solid #000;
  328. box-shadow: 0px 0px 6px #575757;
  329. opacity:0.8;
  330. width:183px;
  331. border-bottom:3px solid #fff;
  332. border-left: 3px solid #fff;
  333. border-right: 3px solid #fff;
  334. }
  335.  
  336. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  337. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  338. @font-face { font-family: "berry"; src: url('http://static.tumblr.com/hbpttq5/Qihmbcq4u/stanberry.ttf'); }
  339. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  340. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  341. @font-face { font-family:"Just Realize"; src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  342.  
  343.  
  344. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  345. .title{
  346. font-size:25px;
  347. line-height: 25px;
  348. font-family:shit;
  349. color:{color:Title};
  350. font-weight: normal;
  351. }
  352.  
  353.  
  354. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  355. .permalink{
  356. text-transform: normal;
  357. display: block;
  358. text-align: right;
  359. text-decoration: none;
  360. }
  361.  
  362.  
  363. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  364. #infscr-loading{
  365. bottom: -70px;
  366. position: absolute;
  367. left: 50%;
  368. margin-left:-8px;
  369. width:16px;
  370. height:11px;
  371. overflow:hidden;
  372. margin-bottom: 50px;
  373. }
  374.  
  375. #postnotes{
  376. text-align: justify;}
  377.  
  378. #postnotes blockquote{
  379. border: 0px;}
  380.  
  381. blockquote{
  382. padding:0px 0px 2px 5px;
  383. margin:0px 0px 2px 10px;
  384. border-left: 1px dotted #555555;
  385. }
  386.  
  387. blockquote p, ul{
  388. margin:0px;
  389. padding:0px;
  390. }
  391.  
  392. a img{border: 0px;}
  393.  
  394.  
  395. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  396.  
  397. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  398. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  399.  
  400. .notes img{width:10px; position:relative; top:3px;}
  401. <--ses-->
  402. small{font-size: 90%;}
  403.  
  404. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  405.  
  406. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  407. #aaaaaa; border-radius:10px; }
  408.  
  409. {CustomCSS}
  410.  
  411. </style>
  412.  
  413. {block:IndexPage}
  414. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  415. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  416.  
  417. <script type="text/javascript">
  418. $(window).load(function(){
  419. var $wall = $('#posts');
  420. $wall.imagesLoaded(function(){
  421. $wall.masonry({
  422. itemSelector: '.entry, .entry_photo',
  423. isAnimated : false
  424. });
  425. });
  426.  
  427. $wall.infinitescroll({
  428. navSelector : '#pagination',
  429. nextSelector : '#pagination a',
  430. itemSelector : '.entry, .entry_photo',
  431. bufferPx : 2000,
  432. debug : false,
  433. errorCallback: function() {
  434. $('#infscr-loading').fadeOut('normal');
  435. }},
  436. function( newElements ) {
  437. var $newElems = $( newElements );
  438. $newElems.hide();
  439. $newElems.imagesLoaded(function(){
  440. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  441. });
  442. }); $('#posts').show(500);
  443. });
  444. </script>
  445.  
  446.  
  447. {/block:IndexPage}
  448.  
  449.  
  450. <title>{title}</title>
  451.  
  452. <link rel="shortcut icon" href="{Favicon}" />
  453. <meta name="viewport" content="width=820" />
  454. </head>
  455.  
  456. <body>
  457. <BODY onselectstart="return false;" ondragstart="return false;">
  458. <div class="wrapper">
  459. <div class="header">
  460. </div>
  461.  
  462. <div id="cage">
  463. <div id="center">
  464.  
  465. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  466. <div id="sidebar">
  467. <div id="titlekay">{Title}</div>
  468. <center>
  469. <a href="/"><img src="{image:sidebar}" width=100%></a>
  470. <div style="height:auto; width:244px; margin-top:9px; padding:2px; border:1px dashed #ccc;">
  471. {description}<div class="dalinkz"><div style="color:{color:title};"><b><woop>Links:</woop></b> &nbsp &nbsp&nbsp
  472. <a href="{text:link one}">{text:link one title}</a> &middot
  473. <a href="{text:link two}">{text:link two title}</a> &middot
  474. <a href="{text:link three}">{text:link three title}</a> &middot
  475. <a href="{text:link four}">{text:link four title}</a> &middot
  476. <a href="{text:link five}">{text:link five title}</a> &middot
  477. <a href="{text:link six}">{text:link six title}</a>
  478. </div></div>
  479. </center>
  480. </div>
  481. <!------------------------------------->
  482.  
  483.  
  484. <div class="left">
  485. <div class="sidebarbg2"></div>
  486. <div class="sidebarbg"></div>
  487. <div id="posts">
  488. {block:Posts}
  489. <div class="entry">
  490.  
  491. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  492.  
  493. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  494. {/block:Text}
  495.  
  496. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  497.  
  498. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  499.  
  500. {block:Photo}
  501. {block:IndexPage}
  502. <center>
  503. <div class="perma">
  504. <a href="{Permalink}">{notecountwithlabel}</a> &middot <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  505.  
  506. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  507. {/block:IndexPage}
  508. {block:PermalinkPage}
  509. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  510.  
  511. {LinkCloseTag}
  512. {/block:PermalinkPage}
  513. {/block:Photo}
  514.  
  515. {block:Photoset}
  516. {block:IndexPage}
  517. <center>
  518.  
  519. <div class="perma">
  520. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  521.  
  522. {Photoset-250}</center>
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. <center>
  526. {Photoset-500}</center>
  527. {/block:PermalinkPage}
  528. {/block:Photoset}
  529.  
  530. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  531.  
  532. href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  533.  
  534. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  535. <ul class="chat">
  536. {block:Lines}
  537. <li class="user_{UserNumber}">
  538. {block:Label}
  539. <span class="label">{Label}</span>
  540. {/block:Label}
  541.  
  542. {Line}
  543. </li>
  544. {/block:Lines}
  545. <p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}">
  546. {/block:Chat}
  547.  
  548. {block:Audio}
  549. <div style="width:200px; height:30px;">
  550. {AudioPlayerBlack}
  551. </div>
  552. {block:IndexPage}<span class="permalink">
  553. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  554. </span>{/block:IndexPage}
  555. {/block:Audio}
  556.  
  557. {block:Video}
  558. {block:IndexPage}
  559. <center>
  560. <div class="perma">
  561. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  562. {Video-250}</center>
  563. {/block:IndexPage}
  564. {block:PermalinkPage}
  565. <center>
  566. {Video-400}</center>
  567. {/block:PermalinkPage}
  568. {block:Video}
  569.  
  570.  
  571. {block:Answer}
  572. <div style="margin: 2px 3px 2px 3px; min-height:30px; border: 1px solid #dbd7d7; padding: 4px;border-radius:0px; background-color: white;">
  573. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>{Asker}: {Question}</div>
  574. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center></div>
  575. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  576. {/block:Answer}
  577.  
  578. {block:PostNotes}<div align="middle">{caption}</div>
  579. <center>
  580.  
  581. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  582.  
  583. {block:HasTags}
  584. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  585. {block:RebloggedFrom}
  586. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  587. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  588.  
  589. {/block:RebloggedFrom}
  590. </center></span>
  591. <br>
  592. <div id="postnotes">{PostNotes}</div><br>
  593.  
  594. <center>{block:ContentSource}
  595. <br><a href="{SourceURL}">
  596. {lang:Source}:
  597. {block:SourceLogo}
  598. <img src="{BlackLogoURL}" width="{LogoWidth}"
  599. height="{LogoHeight}" alt="{SourceTitle}" />
  600. {/block:SourceLogo}
  601. {block:NoSourceLogo}
  602. {SourceLink}
  603. {/block:NoSourceLogo}
  604. </a>
  605. {/block:ContentSource}</center>
  606.  
  607. {/block:PostNotes}
  608. </div>
  609. {/block:Posts}
  610. </div></div>
  611.  
  612. {block:IndexPage}
  613. {block:Pagination}
  614. <div id="pagination">
  615. {block:NextPage}
  616. <a id="nextPage" href="{NextPage}"></a>
  617. {/block:NextPage}
  618. {block:PreviousPage}
  619. <a href="{PreviousPage}"></a>
  620. {/block:PreviousPage}
  621. </div>
  622. {/block:Pagination}
  623. {/block:IndexPage}
  624.  
  625. </body>
  626. </html>
  627. <div style="border:1px solid #aaa; position:fixed;left:6px;bottom:4px; font-size:15px; height:16px; padding-top:2px; line-height:15px; font-family:shit; background:#fff;"><a href="http://awkward-pengu1n.tumblr.com" title="theme made by julia">☯</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement