Advertisement
t-offee

Just Dandy Theme v.1 (NEW)

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