Advertisement
hor4ny

"Dreams" - Twistedmiracles

Feb 17th, 2013
2,492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.86 KB | None | 0 0
  1. <!--
  2. "Dreams" theme by TWISTEDMIRACLES.
  3. Keep credit or put it in your FAQ.
  4. IF YOU USE THIS THEME AS A BASECODE OR TAKE ANY OF MY CODING, ask BEFORE posting! Please and thank you.
  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.  
  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="#eee"/>
  47. <meta name="color:Hover" content="#fff"/>
  48. <meta name="color:entry" content="#fcfcfc"/>
  49. <meta name="color:sidebar" content="#fcfcfc" />
  50. <meta name="color:link" content="#aaa"/>
  51. <meta name="color:text" content="#aaa"/>
  52. <meta name="color:title" content="#aaa" />
  53. <meta name="color:blogtitle" content="#aaa" />
  54. <meta name="image:Background" content="1"/>
  55. <meta name="image:Sidebar" content="1"/>
  56. <meta name="image:sidebar bg" content=""/>
  57. <meta name="text:Link One" content="">
  58. <meta name="text:Link One Title" content="">
  59. <meta name="text:Link Two" content="">
  60. <meta name="text:Link Two Title" content="">
  61. <meta name="text:Link Three" content="">
  62. <meta name="text:Link Three Title" content="">
  63. <meta name="text:Link Four" content="">
  64. <meta name="text:Link Four Title" content="">
  65. <meta name="text:Link Five" content="">
  66. <meta name="text:Link Five Title" content="">
  67. <meta name="color:Scrollbar" content="#bbb"/>
  68. <meta name="if:sidebar shadow" content="1" />
  69. <meta name="if:entry shadow" content="1" />
  70. <meta name="if:sidebar bg cover" content="1" />
  71.  
  72.  
  73. <style type="text/css">
  74. ::selection {
  75. background: #ffffff;
  76. color: #ffffff;
  77. }
  78.  
  79. ::-moz-selection {
  80. background: #ffffff;
  81. color: #ffffff;
  82. }
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:px solid #ddd; background-color:{color:background};}
  87. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  88.  
  89. iframe#tumblr_controls {-webkit-filter: invert(100%);right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.8s ease-out;-moz-
  90.  
  91. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  92.  
  93. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all
  94.  
  95. 0.4s ease-out;}
  96.  
  97.  
  98.  
  99.  
  100. p {
  101. margin:0px;
  102. margin-top:0px;
  103. }
  104.  
  105.  
  106. askname{
  107. text-transform:uppercase;
  108. font-size:11px;
  109. z-index:1;
  110. }
  111.  
  112. body {
  113. padding: 0px;
  114. margin: 0px;
  115. color:{color:text};
  116. font-family: arial;
  117. line-height:10px;
  118. font-size:11px;
  119. background-image:url({image:Background});
  120. background-color: {color:Background};
  121. background-attachment: fixed;
  122. background-repeat: repeat;
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. transition: color 0.3s ease-out;
  131. color:{color:link};
  132. }
  133.  
  134. a:hover {
  135. text-decoration: none;
  136. font-style:;
  137. color: {color:Hover};
  138. }
  139.  
  140. div#center{
  141. margin:auto;
  142. width:1000px;
  143. position:relative;
  144. background-color:;
  145. overflow:auto;
  146. overflow-y:hidden;
  147. }
  148.  
  149. #posts {
  150. width:597px;
  151. margin-top:0px;
  152. margin-left:102px;
  153. right:auto;
  154. margin-right:auto;
  155. position:relative;
  156. overflow-y: hidden;
  157. }
  158.  
  159. #blogtitle{
  160. width:150px;
  161. text-align:center;
  162. font-family:sig;
  163. position:fixed;
  164. margin-top:-27px;
  165. font-size:28px;
  166. color:{color:blogtitle};
  167.  
  168. }
  169.  
  170. .entry {
  171. float:left;
  172. display: block;
  173. margin:10px;
  174. overflow:hidden;
  175. padding: 12px;
  176. opacity: 0.9;
  177. width:250px;
  178. {block:ifentryshadow}
  179. box-shadow:0px 0px 10px #ddd;
  180. {/block:ifentryshadow}
  181. {block:PermalinkPage}
  182. width:500px;
  183. text-align:left;
  184. line-height:17px;
  185. {/block:PermalinkPage}
  186. background-color:{color:entry};
  187. background-image:URL();
  188. -webkit-transition: all 0.5s ease-in-out;
  189. -moz-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. }
  192.  
  193. .entry:hover{
  194. opacity:1;
  195. }
  196.  
  197. .entry img{
  198. {block:IndexPage}
  199. max-width:250px;
  200. {/block:IndexPage}
  201. }
  202.  
  203. .entry .perma{
  204. position:absolute;
  205. z-index: 100;
  206. width:250px;
  207. height:30px;
  208. top:-15px;
  209. background-color:{color:entry};
  210. font-family: 'consolas';
  211. color: {color:Permalink Text};
  212. font-size: 10px;
  213. line-height:30px;
  214. letter-spacing:1px;
  215. text-align:center;
  216. text-transform:uppercase;
  217. opacity:0.0;
  218. -webkit-transition: linear;
  219. -webkit-transition: all 0.5s ease-in-out;
  220. -moz-transition: all 0.5s ease-in-out;
  221. -o-transition: all 0.5s ease-in-out;
  222. }
  223.  
  224. .entry:hover .perma{
  225. top:0px;
  226. overflow:visible;
  227. -webkit-transition: linear;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;
  231. opacity: 1;
  232. }
  233.  
  234. #sidebarbar{
  235. {block:ifsidebarshadow}
  236. box-shadow:0px 0px 10px #ddd;
  237. {/block:ifsidebarshadow}
  238. position:fixed !important;
  239. width:193px;
  240. height: 100%;
  241. margin-top:0px;
  242. z-index: 1;
  243. line-height:12px;
  244. background-image:url({image:sidebar bg});
  245. {block:ifsidebarbgcover}
  246. background-size:cover;
  247. {/block:ifsidebarbgcover}
  248. margin-left:700px;
  249. text-align:center;
  250. -webkit-transition: all 0.5s ease-in-out;
  251. -moz-transition: all 0.5s ease-in-out;
  252. -o-transition: all 0.5s ease-in-out;
  253.  
  254. }
  255. #sidebar{
  256. {block:ifsidebarshadow}
  257. box-shadow:0px 0px 10px #ddd;
  258. {/block:ifsidebarshadow}
  259. position:fixed !important;
  260. width:150px;
  261. padding: 8px;
  262. margin-top:150px;
  263. height:auto;
  264. opacity: 0.9;
  265. z-index: 1;
  266. line-height:12px;
  267. border:px solid #ccc;
  268. background-color:{color:sidebar};
  269. margin-left:713px;
  270. text-align:center;
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. }
  275. #sidebar:hover{
  276. opacity:1;
  277.  
  278. }
  279.  
  280.  
  281. .title{
  282. font-family: consolas;
  283. font-size: 11px;
  284. line-height: 11px;
  285. color:{color:Title};
  286. font-weight: normal;
  287. text-transform: none;
  288. }
  289.  
  290.  
  291. @font-face { font-family: "sig"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  292.  
  293. .permalink{
  294. text-transform: normal;
  295. display: block;
  296. border-top: 1px solid #ddd;
  297. margin-top: 4px;
  298. text-align: right;
  299. text-decoration: none;
  300. padding:4px;
  301. }
  302.  
  303. #infscr-loading{
  304. bottom: -70px;
  305. position: absolute;
  306. left: 50%;
  307. margin-left:-8px;
  308. width:16px;
  309. height:11px;
  310. overflow:hidden;
  311. margin-bottom: 50px;
  312. }
  313.  
  314. #postnotes{
  315. text-align: justify;}
  316.  
  317. #postnotes blockquote{
  318. border: 0px;}
  319.  
  320. blockquote{
  321. padding:0px 0px 2px 5px;
  322. margin:0px 0px 2px 10px;
  323. border-left: 2px solid #aaa;
  324. }
  325.  
  326. blockquote p, ul{
  327. margin:0px;
  328. padding:0px;
  329. }
  330.  
  331. a img{border: 0px;}
  332.  
  333.  
  334. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  335.  
  336. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  337. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  338.  
  339. .notes img{width:10px; position:relative; top:3px;}
  340. <--ses-->
  341. small{font-size: 90%;}
  342.  
  343. {CustomCSS}
  344.  
  345.  
  346.  
  347. </style>
  348.  
  349. {block:IndexPage}
  350. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  351. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  352.  
  353. <script type="text/javascript">
  354. $(window).load(function(){
  355. var $wall = $('#posts');
  356. $wall.imagesLoaded(function(){
  357. $wall.masonry({
  358. itemSelector: '.entry, .entry_photo',
  359. isAnimated : false
  360. });
  361. });
  362.  
  363. $wall.infinitescroll({
  364. navSelector : '#pagination',
  365. nextSelector : '#pagination a',
  366. itemSelector : '.entry, .entry_photo',
  367. bufferPx : 2000,
  368. debug : false,
  369. errorCallback: function() {
  370. $('#infscr-loading').fadeOut('normal');
  371. }},
  372. function( newElements ) {
  373. var $newElems = $( newElements );
  374. $newElems.hide();
  375. $newElems.imagesLoaded(function(){
  376. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  377. });
  378. }); $('#posts').show(500);
  379. });
  380. </script>
  381.  
  382.  
  383. {/block:IndexPage}
  384.  
  385.  
  386. <title>{title}</title>
  387.  
  388. <link rel="shortcut icon" href="{Favicon}" />
  389. <meta name="viewport" content="width=820" />
  390. </head>
  391.  
  392. <body>
  393. <BODY onselectstart="return false;" ondragstart="return false;">
  394.  
  395. <div class="wrapper">
  396. <div class="header">
  397. </div>
  398.  
  399. <div id="cage">
  400. <div id="center">
  401. <div id="sidebarbar"></div>
  402. <div id="sidebar"><center><div id="blogtitle">{title}</div>
  403. <select style="color:{color:Text};background: #fff; width:150px; font-size: 8px; letter-spacing: 0px; border:0px transparent; margin-top: px; border: 1px solid #ddd; margin-bottom:5px;padding: 3px; text-transform: uppercase;text-align:center;" onChange="location.href=this.options[this.selectedIndex].value;">
  404. <option value=''>+ n a v i g at i o n </option>
  405. <option value="{text:Link One}">&rarr; {text:Link One Title}</option>
  406. <option value="{text:Link Two}">&rarr; {text:Link Two Title}</option>
  407. <option value="{text:Link Three}">&rarr; {text:Link Three Title}</option>{block:iflinkfourtitle}<option value="{text:Link Four}">&rarr; {text:Link Four Title}</option>{/block:iflinkfourtitle}{block:iflinkfivetitle}<option value="{text:Link Five}">&rarr; {text:Link Five Title}</option>{/block:iflinkfivetitle}
  408.  
  409. </select><br>
  410. <a href="/"><img src="{image:sidebar}" style="margin-bottom:1px;" width=100% height=auto></a>
  411. <center>
  412. {description}
  413. </div>
  414.  
  415.  
  416. <div class="left">
  417. <div id="posts">
  418. {block:Posts}
  419. <div class="entry">
  420.  
  421. {block:Answer}
  422. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#fff;border:1px solid #ddd;border-radius:0px;">
  423. <askname>{asker}</askname>: {Question}</div>
  424. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  425. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</div>
  426. {/block:Answer}
  427.  
  428.  
  429. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  430.  
  431. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  432. {/block:Text}
  433.  
  434. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  435.  
  436. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  437.  
  438. {block:Photo}
  439. {block:IndexPage}
  440. <div class="perma">
  441. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </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.  
  453. {block:Photoset}
  454. {block:IndexPage}
  455. <center>
  456.  
  457. {Photoset-250}</center><div class="perma">
  458. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  459. {/block:IndexPage}
  460. {block:PermalinkPage}
  461. <center>
  462. {Photoset-500}</center>
  463. {/block:PermalinkPage}
  464. {/block:Photoset}
  465.  
  466. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  467.  
  468. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  469.  
  470. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  471. <ul class="chat">
  472. {block:Lines}
  473. <li class="user_{UserNumber}">
  474. {block:Label}
  475. <span class="label">{Label}</span>
  476. {/block:Label}
  477.  
  478. {Line}
  479. </li>
  480. {/block:Lines}
  481. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  482. {/block:Chat}
  483.  
  484. {block:Video}
  485. {block:IndexPage}
  486. <center>
  487. <div class="perma">
  488. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel} </a> </div>
  489. {Video-250}</center>
  490. {/block:IndexPage}
  491. {block:PermalinkPage}
  492. <center>
  493. {Video-400}</center>
  494. {/block:PermalinkPage}
  495. {block:Video}
  496.  
  497. {block:Audio}
  498. <div style="width:200px; height:30px;">
  499. {AudioPlayerBlack}
  500. </div>
  501. {block:IndexPage}
  502. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{/block:IndexPage}
  503. {/block:Audio}
  504.  
  505. {block:PostNotes}<div align="middle">{caption}</div>
  506. <center>
  507.  
  508. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  509.  
  510. {block:HasTags}
  511. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  512. {block:RebloggedFrom}
  513. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  514. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  515.  
  516. {/block:RebloggedFrom}
  517. </center></span>
  518. <br>
  519. <div id="postnotes">{PostNotes}</div><br>
  520.  
  521. <center>{block:ContentSource}
  522. <br><a href="{SourceURL}">
  523. {lang:Source}:
  524. {block:SourceLogo}
  525. <img src="{BlackLogoURL}" width="{LogoWidth}"
  526. height="{LogoHeight}" alt="{SourceTitle}" />
  527. {/block:SourceLogo}
  528. {block:NoSourceLogo}
  529. {SourceLink}
  530. {/block:NoSourceLogo}
  531. </a>
  532. {/block:ContentSource}</center>
  533.  
  534. {/block:PostNotes}
  535. </div>
  536. {/block:Posts}
  537. </div></div>
  538.  
  539. {block:IndexPage}
  540. {block:Pagination}
  541. <div id="pagination">
  542. {block:NextPage}
  543. <a id="nextPage" href="{NextPage}"></a>
  544. {/block:NextPage}
  545. {block:PreviousPage}
  546. <a href="{PreviousPage}"></a>
  547. {/block:PreviousPage}
  548. </div>
  549. {/block:Pagination}
  550. {/block:IndexPage}
  551. </body>
  552. <div style="position:fixed;right:6px;bottom:4px;"><a href="http://twistedmiracles.tumblr.com">T H E M E</a></div>
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement