Advertisement
awkwardpengu1n

Theme 15 by awkward-pengu1n

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