Advertisement
hor4ny

"State of Dreaming" theme - twistedmiracles

Oct 19th, 2012
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.53 KB | None | 0 0
  1. <!--
  2. "State of Dreaming" theme by twistedmiracles.
  3. Keep credit or put it in your FAQ. Please and thank you!
  4.  
  5. IF YOU USE THIS THEME AS A BASECODE, PLEASE ASK ME BEFORE PUBLISHING! I'LL KNOW IF YOU USE MY THEME BECAUSE OF THE REBLOG BUTTON.
  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.  
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <!-- DEFAULT VARIABLES -->
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  45. <meta name="color:background" content="#fff"/>
  46. <meta name="color:link" content="#777"/>
  47. <meta name="color:text" content="#777"/>
  48. <meta name="color:title" content="#333"/>
  49. <meta name="color:hover" content="#fff"/>
  50. <meta name="color:blogtitle" content="#000" />
  51. <meta name="color:blogtitle shadow" content="#fff" />
  52. <meta name="color:scrollbar" content="#ddd" />
  53. <meta name="image:sidebar" content="1"/>
  54. <meta name="image:background" content="1"/>
  55. <meta name="if:blog title shadow" content="1"/>
  56. <meta name="if:faded posts" content="1"/>
  57. <meta name="if:faded sidebar" content="1"/>
  58. <meta name="if:border under description" content="1"/>
  59. <meta name="text:blogtitle" content=""/>
  60. <meta name="text:blogtitle size" content="63"/>
  61. <meta name="text:blogtitle margin top" content="240" />
  62. <meta name="text:blogtitle margin left" content="610"/>
  63. <meta name="text:link separation" content="&middot;"/>
  64. <meta name="text:link one" content="" />
  65. <meta name="text:link one title" content="" />
  66. <meta name="text:link two" content="" />
  67. <meta name="text:link two title" content="" />
  68. <meta name="text:link three" content="" />
  69. <meta name="text:link three title" content="" />
  70. <meta name="text:link four" content="" />
  71. <meta name="text:link four title" content="" />
  72. <meta name="text:link five" content="" />
  73. <meta name="text:link five title" content="" />
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-color:{color:background};background-image:url({image:background});}
  79. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  80.  
  81. 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-
  82.  
  83. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  84.  
  85. 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
  86.  
  87. 0.4s ease-out;}
  88.  
  89. p {
  90. margin:0px;
  91. margin-top:0px;
  92. }
  93.  
  94.  
  95. ::selection {
  96. background: #ffffff;
  97. color: #ffffff;
  98. }
  99.  
  100. ::-moz-selection {
  101. background: #ffffff;
  102. color: #ffffff;
  103. }
  104.  
  105. body {
  106. padding: 0px;
  107. margin: 0px;
  108. color:{color:text};
  109. font-family: dixel;
  110. line-height:7px;
  111. font-size:8px;
  112. background-color: {color:Background};
  113. background-image:url({image:Background});
  114. background-attachment: fixed;
  115. background-repeat: repeat;
  116. }
  117.  
  118.  
  119. a:link, a:active, a:visited{
  120. text-decoration: none;
  121. -webkit-transition: color 0.3s ease-out;
  122. -moz-transition: color 0.3s ease-out;
  123. transition: color 0.3s ease-out;
  124. color:{color:link};
  125. }
  126.  
  127. a:hover {
  128. text-decoration: none;
  129. font-style:;
  130. text-shadow:0px 0px 2px #000;
  131. color: {color:Hover};
  132. }
  133.  
  134. div#center{
  135. margin:auto;
  136. position:relative;
  137. width:1000px;
  138. background-color:;
  139. overflow:auto;
  140. overflow-y:hidden;
  141. }
  142.  
  143. .entry {
  144. float:left;
  145. display: block;
  146. margin:3px;
  147. line-height:7px;
  148. padding:4px;
  149. border:1px dotted #ccc;
  150. overflow:hidden;
  151. width:200px;
  152. {block:iffadedposts}
  153. opacity:0.85;
  154. {/block:iffadedposts}
  155. z-index:9;
  156. {block:PermalinkPage}
  157. width:415px;
  158. text-align:left;
  159. line-height:10px;
  160. {/block:PermalinkPage}
  161. background:white;
  162. background-image:URL();
  163. transition: all 0.5s ease-out;
  164. -o-transition-transition: all 0.5s ease-out;
  165. -webkit-transition: all 0.5s ease-out;
  166. -moz-transition: all 0.5s ease-out;
  167. }
  168.  
  169. .entry:hover{
  170. opacity:1;}
  171.  
  172. .entry .perma a{
  173. color:#444;}
  174.  
  175. .entry .perma a:hover {
  176. text-decoration: none;
  177. font-style:;
  178. text-shadow:0px 0px 2px #000;
  179. color: {color:Hover};
  180. }
  181.  
  182. .entry .perma{
  183. width:38px;
  184. height:30px;
  185. position: absolute;
  186. line-height: 33px;
  187. overflow:hidden;
  188. font-family:dixel;
  189. text-align:left;
  190. padding-left:4px;
  191. font-size:8px;
  192. left:-50px;
  193. bottom:4px;
  194. border-right:1px solid #f2f2f2;
  195. border-top:1px solid #f2f2f2;
  196. background:white;
  197. letter-spacing: 0px;
  198. opacity: 0.0;
  199. transition: all 0.7s ease-out;
  200. -o-transition-transition: all 0.7s ease-out;
  201. -webkit-transition: all 0.7s ease-out;
  202. -moz-transition: all 0.7s ease-out;
  203. border-top-right-radius:90px;
  204. -moz-border-top-right-radius:90px;
  205. -webkit-border-top-right-radius:90px;
  206.  
  207. }
  208.  
  209. .entry:hover .perma{
  210. margin-left: 0px;
  211. left:4px;
  212. overflow:visible;
  213. opacity:0.85;
  214. transition: all 0.7s ease-out;
  215. -o-transition-transition: all 0.7s ease-out;
  216. -webkit-transition: all 0.7s ease-out;
  217. -moz-transition: all 0.7s ease-out;
  218. }
  219.  
  220. #posts {
  221. width:440px;
  222. margin-top:1px;
  223. z-index:99;
  224. margin-left:319px;
  225. right:auto;
  226. background:transparent;
  227. margin-right:auto;
  228. position:relative;
  229. overflow-y: hidden;
  230. }
  231.  
  232.  
  233. #sidebar{
  234. position:fixed !important;
  235. width:170px;
  236. background-image:url('');
  237. background:white;
  238. height:100%;
  239. padding:4px;
  240. padding-bottom:3px;
  241. margin-top:4px;
  242. margin-left:135px;
  243. text-align:center;
  244. line-height:8px;
  245. z-index:999;
  246. {block:iffadedsidebar}
  247. opacity:0.85;
  248. {/block:iffadedsidebar}
  249. border:1px dotted #ccc;
  250. transition: all 0.7s ease-out;
  251. -o-transition-transition: all 0.7s ease-out;
  252. -webkit-transition: all 0.7s ease-out;
  253. -moz-transition: all 0.7s ease-out;
  254. }
  255.  
  256.  
  257. #sidebar:hover{
  258. opacity:1;
  259. }
  260.  
  261. #sidebarpic{
  262. opacity:1;
  263. width:170px;
  264. transition: all 0.7s ease-out;
  265. -o-transition-transition: all 0.7s ease-out;
  266. -webkit-transition: all 0.7s ease-out;
  267. -moz-transition: all 0.7s ease-out;
  268. }
  269.  
  270. #sidebarpic img{
  271. width:170px;
  272. }
  273.  
  274.  
  275. @font-face {
  276. font-family: "jenna";
  277. src: url('http://static.tumblr.com/jdjsstr/W6qm7fotz/simpleronde-regular_1_.ttf');
  278. }
  279.  
  280. .title{
  281. font-family:jenna;
  282. font-size: 16px;
  283. line-height: 16px;
  284. color:{color:Title};
  285. text-transform:lowercase;
  286. letter-spacing: 0px;
  287. font-weight: normal;
  288. padding:0px 0px 0px 0px;
  289. }
  290.  
  291. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  292.  
  293. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  294.  
  295.  
  296. #blogtitle{
  297. color:{color:blogtitle};
  298. width:auto;
  299. height:auto;
  300. z-index:9999;
  301. letter-spacing:0px;
  302. margin-left:{text:blogtitle margin left}px;
  303. margin-top:{text:blogtitle margin top}px;
  304. position:fixed;
  305. font-family:halohandletter;
  306. {block:ifblogtitleshadow}
  307. text-shadow:1px 1px 2px {color:blogtitle shadow};
  308. {/block:ifblogtitleshadow}
  309. font-size:{text:blogtitle size}px;
  310. text-transform:;
  311. line-height:65px;
  312. letter-spacing:0px;
  313. -webkit-transform: rotate(90deg);
  314. -moz-transform: rotate(90deg);
  315.  
  316. }
  317.  
  318. .permalink{
  319. text-transform: normal;
  320. display: block;
  321. text-align: right;
  322. text-decoration: none;
  323. }
  324.  
  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.  
  406. <title>{title}</title>
  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. <div id="blogtitle">{text:blogtitle}</div>
  421. <div id="sidebar">
  422. <center>
  423. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div>{block:ifborderunderdescription}<div style="margin-top:1px;border-bottom:1px dotted #ccc;padding-bottom:2px;margin-bottom:2px;">{/block:ifborderunderdescription}{Description}{block:ifborderunderdescription}</div>{/block:ifborderunderdescription}
  424. <a href="{text:link one}">{text:link one title}</a> {text:link separation} <a href="{text:link two}">{text:link two title}</a> {text:link separation} <a href="{text:link three}">{text:link three title}</a>{block:iflinkfourtitle} {text:link separation} <a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle} {text:link separation} <a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle}
  425. </div>
  426. </center>
  427.  
  428.  
  429. <div class="left">
  430. <div id="posts">
  431. {block:Posts}
  432. <div class="entry">
  433.  
  434. {block:Answer}
  435. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  436. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  437. {Asker}: {Question}</div>
  438. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  439. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  440. {/block:Answer}
  441.  
  442. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  443.  
  444. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  445. {/block:Text}
  446.  
  447. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  448.  
  449. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  450.  
  451. {block:Photo}
  452. {block:IndexPage}
  453. <center>
  454. <div class="perma">
  455. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  456. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  457. {/block:IndexPage}
  458. {block:PermalinkPage}
  459. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  460.  
  461. {LinkCloseTag}
  462. {/block:PermalinkPage}
  463. {/block:Photo}
  464.  
  465. {block:Photoset}
  466. {block:IndexPage}
  467. <center>
  468.  
  469. <div class="perma">
  470. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  471. {Photoset-250}</center>
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. <center>
  475. {Photoset-500}</center>
  476. {/block:PermalinkPage}
  477. {/block:Photoset}
  478.  
  479. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  480.  
  481. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  482.  
  483. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  484. <ul class="chat">
  485. {block:Lines}
  486. <li class="user_{UserNumber}">
  487. {block:Label}
  488. <span class="label">{Label}</span>
  489. {/block:Label}
  490.  
  491. {Line}
  492. </li>
  493. {/block:Lines}
  494. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  495. {/block:Chat}
  496.  
  497. {block:Audio}
  498. <div style="width:200px; height:30px;">
  499. {AudioPlayerBlack}
  500. </div>
  501. {block:IndexPage}<span class="permalink">
  502. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  503. </span>{/block:IndexPage}
  504. {/block:Audio}
  505.  
  506. {block:Video}
  507. {block:IndexPage}
  508. <center>
  509. <div class="perma">
  510. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  511. {Video-250}</center>
  512. {/block:IndexPage}
  513. {block:PermalinkPage}
  514. <center>
  515. {Video-400}</center>
  516. {/block:PermalinkPage}
  517. {block:Video}
  518.  
  519.  
  520. {block:PostNotes}<div align="middle">{caption}</div>
  521. <center>
  522.  
  523. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  524.  
  525. {block:HasTags}
  526. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  527. {block:RebloggedFrom}
  528. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  529. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  530.  
  531. {/block:RebloggedFrom}
  532. </center></span>
  533. <br>
  534. <div id="postnotes">{PostNotes}</div><br>
  535.  
  536. <center>{block:ContentSource}
  537. <br><a href="{SourceURL}">
  538. {lang:Source}:
  539. {block:SourceLogo}
  540. <img src="{BlackLogoURL}" width="{LogoWidth}"
  541. height="{LogoHeight}" alt="{SourceTitle}" />
  542. {/block:SourceLogo}
  543. {block:NoSourceLogo}
  544. {SourceLink}
  545. {/block:NoSourceLogo}
  546. </a>
  547. {/block:ContentSource}</center>
  548.  
  549. {/block:PostNotes}
  550. </div>
  551. {/block:Posts}
  552. </div></div>
  553.  
  554. {block:IndexPage}
  555. {block:Pagination}
  556. <div id="pagination">
  557. {block:NextPage}
  558. <a id="nextPage" href="{NextPage}"></a>
  559. {/block:NextPage}
  560. {block:PreviousPage}
  561. <a href="{PreviousPage}"></a>
  562. {/block:PreviousPage}
  563. </div>
  564. {/block:Pagination}
  565. {/block:IndexPage}
  566. </body>
  567. <div style="position:fixed;bottom:5px;right:5px;"><a href="http://twistedmiracles.tumblr.com">theme</a></div>
  568. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement