Advertisement
judythemes

♡ heaven theme ♡

Aug 27th, 2013
7,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <!--
  6.  
  7. heaven theme by Judy (http://majesty.tumblr.com)
  8. ---------------------------------------------
  9. Please do not remove the credit, i'll report you if you did.
  10. Thank you for using judy themes!
  11.  
  12. -->
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <title>{title}</title>
  17.  
  18. <link rel="shortcut icon" href="{favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="/rss">
  20.  
  21. <meta name="description" content="{metadescription}" />
  22.  
  23. <meta name="color:Background" content="#eeeeee"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Hover" content="#000000"/>
  26. <meta name="color:Selection" content="#fafafa"/>
  27. <meta name="color:Link" content="#000000"/>
  28. <meta name="image:Background" content="1"/>
  29.  
  30. <meta name="text:Link One Title" content="" />
  31. <meta name="text:Link One" content="" />
  32. <meta name="text:Link Two Title" content="" />
  33. <meta name="text:Link Two" content="" />
  34. <meta name="text:Link Three Title" content="" />
  35. <meta name="text:Link Three" content="" />
  36. <meta name="text:Link Four Title" content="" />
  37. <meta name="text:Link Four" content="" />
  38.  
  39.  
  40. <style type="text/css">
  41. *, body, a, a:hover {cursor: url('http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png'), auto;}
  42.  
  43. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  44.  
  45. ::-webkit-scrollbar-thumb { background-color:black; }
  46.  
  47. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  48.  
  49. #tumblr_controls{
  50. position:fixed !important;
  51. -webkit-filter: invert(100%)
  52. }
  53. }
  54.  
  55. .wrapper{
  56. margin: 0px auto;
  57. width: 900px;
  58. }
  59.  
  60. .header{
  61. float: left;
  62. width: 100%;
  63. }
  64.  
  65. .left{
  66. float: left;
  67. margin-right: 20px;
  68. width: 802px;
  69. }
  70.  
  71. .right{
  72. float: right;
  73. width: 200px;
  74. background-color: {color:Background};
  75. }
  76.  
  77. body {
  78. padding: 0px;
  79. margin: 0px;
  80. color:{color:text};
  81. font-family: consolas;
  82. font-size: 10px;
  83. line-height:12px;
  84. background-color: {color:Background};
  85. background-image:url({image:background});
  86. background-attachment: fixed;
  87. background-repeat: repeat
  88. text-align: justify;
  89. }
  90.  
  91. p {
  92. margin:0px;
  93. margin-top:0px;
  94. }
  95.  
  96. a:link, a:active, a:visited{
  97. color: {color:Link};
  98. text-decoration: none;
  99. -webkit-transition: color 0.5s ease-out;
  100. -moz-transition: color 0.5s ease-out;
  101. }
  102.  
  103. a:hover{
  104. color:{color:Hover};
  105. -webkit-transition-duration: .9s;
  106. -webkit-transition: color 0.3s ease-out;
  107. -moz-transition: color 0.3s ease-out;
  108. }
  109.  
  110.  
  111. .entry {
  112. float:left;
  113. margin:12px;
  114. text-align: justify;
  115. background-color: white;
  116. border:1px solid #eee;
  117. padding-top:10px;
  118. padding-left:10px;
  119. padding-right:10px;
  120. padding-bottom:10px;
  121. {block:IndexPage}
  122. width:220px;
  123. {/block:IndexPage}
  124. {block:PermalinkPage}
  125. width:440px;
  126. {/block:PermalinkPage}
  127. border-radius:5px
  128. max-width:100%;;
  129. }
  130.  
  131. img {
  132. max-width:100%;
  133. opacity: 0.70;
  134. -webkit-transition: opacity 0.8s linear;
  135. }
  136.  
  137. img:hover{
  138. opacity: 1;
  139. -webkit-transition: opacity 0.8s linear;
  140. }
  141.  
  142. blockquote {
  143. margin-left:2px;
  144. border-left:1px solid #eee;
  145. }
  146.  
  147.  
  148. .ruben {
  149. color:{color:link};
  150. font-size:8px;
  151. opacity: 0;
  152. padding:5px;
  153. -webkit-transition-duration: .75s;
  154. top:0px;
  155. width:210px;
  156. height:auto;
  157. padding-bottom:4px;
  158. border-top:1px solid #eee;
  159. border-bottom:1px solid #eee;
  160. background-color: #fff;
  161. position: absolute;
  162. margin-top:30px;
  163. margin-left:0px;
  164. text-align:center;
  165. text-transform:uppercase;
  166. font-family:consolas;
  167. letter-spacing:1px;
  168. display:block;
  169. }
  170.  
  171. .entry:hover .ruben {
  172. opacity:1;
  173. z-index:999999;
  174. padding-top:4px;
  175. border-bottom:1px solid #eee
  176. border-right:1px solid #eee}
  177.  
  178.  
  179. ::selection {
  180. background:{color:selection};
  181. color: {color:link};
  182. }
  183.  
  184. ::-moz-selection {
  185. background:{color:selection};
  186. color: {color:link};
  187. }
  188.  
  189. #sidebar{
  190. position:fixed;
  191. opacity:1;
  192. height:auto;
  193. padding-top:10px;
  194. padding-left:10px;
  195. padding-right:12px;
  196. padding-bottom:10px;
  197. border:1px solid #eee;
  198. background-color:#fff;
  199. margin-left:100px;
  200. margin-top:200px;
  201. font-size: 10px;
  202. line-height:11px;
  203. letter-spacing:0px;
  204. font-family: consolas;
  205. overflow:hidden;
  206. text-align:center;
  207. width:250px;
  208. -webkit-transition: all .4s ease;
  209. -moz-transition: all .4s ease;
  210. -o-transition: all .4s ease;
  211. transition: all .4s ease;
  212. }
  213.  
  214. #posts {
  215. float:center;
  216. position:relative;
  217. overflow-y: hidden;
  218. max-width: 100%;
  219. margin-left:393px;
  220. margin-top:0px;
  221. z-index:99;
  222. padding:5px;
  223. {block:IndexPage}
  224. width:620px;
  225. {/block:IndexPage}
  226. {block:PermalinkPage}
  227. width:480px;
  228. {/block:PermalinkPage}
  229. }
  230.  
  231. @font-face {font-family: torture; src: url('http://static.tumblr.com/ootbdxc/3Lpms39wd/judy.ttf');}
  232.  
  233. .blogtitle {
  234. font-family:torture;
  235. font-size: 40px;
  236. line-height: 20px;
  237. text-align: center;
  238. letter-spacing:2px;
  239. text-transform:none;
  240. color: {color:link};
  241. text-shadow:4px 4px 0px #fafafa;
  242. margin-top:4px;
  243. padding: 4px;
  244. padding-bottom:9px;
  245. }
  246.  
  247. div#desc{
  248. width:200px;
  249. z-index:1;
  250. position:fixed !important;
  251. text-align:center;
  252. top:200px;
  253. height:auto;
  254. background-color: white;
  255. font-family: consolas;
  256. font-size: 11px;
  257. padding: 15px;
  258. margin-left:990px;
  259. border-bottom-right-radius:0px;
  260. border-top-right-radius:0px;
  261. border-top-left-radius:0px;
  262. border-bottom-left-radius:0px;
  263. }
  264.  
  265.  
  266. #triangle {
  267. position:fixed;
  268. font-size:60px;
  269. color:#ffffff;
  270. z-index:99;
  271. margin-left:955px;
  272. margin-top:220px;
  273. opacity:1;
  274. }
  275.  
  276.  
  277. .askborder {
  278. float: left;
  279. margin: 1px 1px 0 0;
  280. padding: 0px;
  281. background: #eee;}
  282.  
  283. .bubble {
  284. text-align:left;
  285. background: #fff;
  286. border:1px solid #eee;
  287. border-radius:5px;
  288. margin:1px 0px 1px 1px;
  289. padding:10px;
  290. position: relative;
  291. -webkit-transition-duration: .75s;
  292. }
  293.  
  294. .bubble:hover {
  295. background: #fafafa;
  296. border:1px solid #eee;
  297. }
  298.  
  299. .bubble p {
  300. margin:-5px 0px;
  301. }
  302.  
  303. .title{
  304. font-family: consolas;
  305. font-size: 15px;
  306. line-height: 15px;
  307. color: {color:text};
  308. font-weight: normal;
  309. text-transform:uppercase;
  310. }
  311.  
  312. </style>
  313.  
  314. {block:IndexPage}
  315. <script type="text/javascript" src="http://static.tumblr.com/ootbdxc/3fnn0b2fa/jquerymasonry.js"></script>
  316. <script type="text/javascript"
  317. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  318.  
  319.  
  320. <script type="text/javascript">
  321. $(window).load(function () {
  322. var $content = $('#posts');
  323. $content.masonry({itemSelector: '.entry'}),
  324. $content.infinitescroll({
  325. navSelector : 'div#pagination',
  326. nextSelector : 'div#pagination a#nextPage',
  327. itemSelector : '.entry',
  328. loading: {
  329. finishedMsg: '',
  330. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  331. },
  332. bufferPx : 600,
  333. debug : false,
  334. },
  335. // call masonry as a callback.
  336. function( newElements ) {
  337. var $newElems = $( newElements );
  338. $newElems.hide();
  339. // ensure that images load before adding to masonry layout
  340. $newElems.imagesLoaded(function(){
  341. $content.masonry( 'appended', $newElems, true,
  342. function(){$newElems.fadeIn(300);} );
  343.  
  344.  
  345. });
  346. });
  347. });
  348. </script>
  349. {/block:IndexPage}
  350.  
  351.  
  352. <title>{title}</title>
  353.  
  354. <link rel="shortcut icon" href="{favicon}">
  355. <meta name="viewport" content="width=820" />
  356.  
  357.  
  358. </head>
  359.  
  360. <body>
  361.  
  362. <div class="wrapper">
  363. <div class="header">
  364. </div>
  365. <div class="wrapper">
  366.  
  367. <div id="sidebar">
  368. <div class="blogtitle"><a href="/">{title}</a></div>
  369. <center><div style="padding-bottom:5px;padding-top:9px; font-size:10px; letter-spacing:2px; color:{color:link}; "><i><a href="{text:link one}">{text:link one title} &middot;</a> <a href="{text:link two}">{text:link two title} &middot;</a> <a href="{text:link three}">{text:link three title} &middot;</a> <a href="{text:link four}">{text:link four title}</a><br></i></div>
  370. </div>
  371.  
  372. <div id="triangle">◀</div>
  373. <div id="desc">
  374. {description}
  375. </div>
  376.  
  377. <div class="content">
  378.  
  379. <div class="left">
  380.  
  381. <div id="posts">
  382.  
  383. {block:Posts}
  384. <div class="entry">
  385. {block:Answer}
  386. <div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>
  387. <br>
  388. {Answer}
  389. {block:IndexPage}
  390. <br>
  391. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  392. {/block:IndexPage}
  393. {/block:Answer}
  394.  
  395. {block:Text}
  396. {block:Title}<span class="title">{Title}</span>{/block:Title}
  397. <div class="caption"><span class="entrytext">{Body}</span></div>
  398. {block:IndexPage}
  399. <br>
  400. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  401. {/block:IndexPage}
  402. {/block:Text}
  403.  
  404. {block:Link}
  405. <a href="{URL}" class="title">{Name}</a>
  406. {block:Description}{Description}{/block:Description}
  407. {block:IndexPage}
  408. <br>
  409. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  410. {/block:IndexPage}
  411. {block:Link}
  412.  
  413. {block:Photo}
  414. <center>
  415. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>
  416. </center>
  417.  
  418. {block:IndexPage}<div class="ruben">
  419. <a href="{Permalink}">{NoteCountWithLabel}</a> <br><a href="{ReblogURL}" >reblog</a> this post
  420. </div> {/block:IndexPage}
  421. {/block:Photo}
  422.  
  423. {block:Photoset}{block:Photos}<img src="{PhotoURL-500}" width="195" style="padding:3px;"/>
  424. {/block:Photos}{block:IndexPage}<div class="ruben">
  425. Posted on {DayOfWeek}, {Month} {DayOfMonthWithSuffix} <br> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post
  426. </div> {/block:IndexPage}{/block:Photoset}
  427.  
  428. {block:Quote}
  429. <span class="title">{Quote}</span><br />
  430. {block:Source}{Source}{/block:Source}
  431. {block:IndexPage}
  432. <br>
  433. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  434. {/block:IndexPage}
  435. {/block:Quote}
  436.  
  437. {block:Chat}
  438. {block:Title}<span class="title">{Title}</span>{/block:Title}
  439. <ul class="chat">
  440. {block:Lines}
  441. <li class="user_{UserNumber}">
  442. {block:Label}
  443. <span class="label">{Label}</span>
  444. {/block:Label}
  445.  
  446. {Line}
  447. </li>
  448. {/block:Lines}
  449. </ul>
  450. {block:IndexPage}
  451. <br>
  452. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  453. {/block:IndexPage}
  454. {/block:Chat}
  455.  
  456. {block:Audio}
  457. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  458. </small></div></div></center><br>
  459. {block:IndexPage}
  460. <br>
  461. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  462. {/block:IndexPage}
  463. {/block:Audio}
  464.  
  465. {block:Video}
  466. <center>
  467. <center>{Video-250}</center>
  468. {block:IndexPage}
  469. <br>
  470. <div style="text-align: right; font-family: consolas; font-style:normal; font-size: 8px; text-transform:uppercase; padding: 4px; background:#fafafa; border-top:1px solid #eeeeee;border-radius:1px;"> <a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{ReblogURL}" >reblog</a> this post</div>
  471. {/block:IndexPage}</center>
  472. {block:Video}
  473.  
  474. {block:PermalinkPage}
  475. <center>
  476. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  477.  
  478. {/block:PermalinkPage}
  479.  
  480. {block:PostNotes}{PostNotes}
  481. {/block:PostNotes}
  482. </div>
  483.  
  484. {/block:Posts}
  485. </div>
  486. </div>
  487. {block:IndexPage}
  488. {block:Pagination}
  489. <div id="pagination">
  490. {block:NextPage}
  491. <a id="nextPage" href="{NextPage}"></a>
  492. {/block:NextPage}
  493. {block:PreviousPage}
  494. <a href="{PreviousPage}"></a>
  495. {/block:PreviousPage}
  496. </div>
  497. {/block:Pagination}
  498. {/block:IndexPage}
  499. </div>
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement