Advertisement
hor4ny

"Paradise" theme - Twistedmiracles

Dec 19th, 2012
1,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.77 KB | None | 0 0
  1. <!--
  2. "Paradise" theme by TWISTEDMIRACLES.
  3. Keep credit or put it in your FAQ. Please and thank you.
  4. IF YOU USE THIS THEME AS A BASECODE OR TAKE ANY OF MY CODING, ask BEFORE posting!
  5. -->
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  12.  
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41.  
  42. <!-- DEFAULT VARIABLES -->
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  44. <meta name="color:background" content="#fff"/>
  45. <meta name="color:link" content="#777"/>
  46. <meta name="color:text" content="#777"/>
  47. <meta name="color:title" content="#333"/>
  48. <meta name="color:hover" content="#fff"/>
  49. <meta name="color:borders" content="#ddd" />
  50. <meta name="color:blogtitle" content="#888" />
  51. <meta name="color:blogtitle shadow" content="#fff" />
  52. <meta name="color:blogtitle lines" content="#fff" />
  53. <meta name="color:scrollbar" content="#ddd" />
  54. <meta name="color:border left link" content="#ccc" />
  55. <meta name="color:border right link" content="#ccc" />
  56. <meta name="image:sidebar" content="1"/>
  57. <meta name="image:background" content="1"/>
  58. <meta name="if:faded posts" content="1"/>
  59. <meta name="if:faded sidebar" content="1"/>
  60. <meta name="text:link one" content="/" />
  61. <meta name="text:link two" content="/ask" />
  62. <meta name="text:link three" content="/" />
  63. <meta name="text:link four" content="" />
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  68. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  69.  
  70. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.8s ease-out;-moz-
  71.  
  72. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  73.  
  74. 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
  75.  
  76. 0.4s ease-out;}
  77.  
  78. p {
  79. margin:0px;
  80. margin-top:0px;
  81. }
  82.  
  83.  
  84. ::selection {
  85. background: #fff;
  86. color: #000;
  87. }
  88.  
  89. ::-moz-selection {
  90. background: #fff;
  91. color: #000;
  92. }
  93.  
  94. askname{
  95. font-family:cedarville;
  96. font-size:17px;
  97. z-index:9;
  98. }
  99. @font-face { font-family: "cedarville"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  100.  
  101.  
  102. body {
  103. padding: 0px;
  104. margin: 0px;
  105. color:{color:text};
  106. font-family: consolas;
  107. line-height:10px;
  108. font-size:10px;
  109. background-color: {color:Background};
  110. background-image:url({image:Background});
  111. background-attachment: fixed;
  112. background-repeat: repeat;
  113. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  114. }
  115.  
  116.  
  117. a:link, a:active, a:visited{
  118. text-decoration: none;
  119. -webkit-transition: color 0.3s ease-out;
  120. -moz-transition: color 0.3s ease-out;
  121. transition: color 0.3s ease-out;
  122. color:{color:link};
  123. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  124. }
  125.  
  126. a:hover {
  127. text-decoration: none;
  128. font-style:;
  129. text-shadow:0px 0px 2px #000;
  130. color: {color:Hover};
  131. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  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.  
  144. .entry {
  145. float:left;
  146. display: block;
  147. margin:4px;
  148. line-height:8px;
  149. padding:6px;
  150. border:2px double {color:borders};
  151. overflow:hidden;
  152. width:210px;
  153. {block:iffadedposts}
  154. opacity:0.85;
  155. {/block:iffadedposts}
  156. z-index:1;
  157. {block:PermalinkPage}
  158. width:448px;
  159. text-align:left;
  160. line-height:10px;
  161. {/block:PermalinkPage}
  162. background:white;
  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.  
  173.  
  174.  
  175. .entry .perma a{
  176. color:;}
  177.  
  178. .entry .perma a:hover {
  179. text-decoration: none;
  180. font-style:;
  181. text-shadow:0px 0px 2px #000;
  182. color: {color:Hover};
  183. }
  184.  
  185. .entry .perma{
  186. width:210px;
  187. height:22px;
  188. margin-left:0px;
  189. position: absolute;
  190. line-height: 22px;
  191. overflow:hidden;
  192. text-align:center;
  193. top:0px;
  194. border-top:1px solid #ddd;
  195. border-bottom:1px solid #ddd;
  196. background:white;
  197. word-spacing:2px;
  198. letter-spacing:1px;
  199. opacity: 0.0;
  200. -webkit-transition: all .7s ease;
  201. -moz-transition: all .7s ease;
  202. -o-transition: all .7s ease;
  203. transition: all .7s ease;
  204.  
  205. }
  206.  
  207. .entry:hover .perma{
  208. overflow:visible;
  209. opacity:0.9;
  210. top:24px;
  211. }
  212.  
  213.  
  214. #posts {
  215. width:500px;
  216. margin-top:3px;
  217. z-index:3;
  218. margin-left:355px;
  219. right:auto;
  220. background:transparent;
  221. margin-right:auto;
  222. position:relative;
  223. overflow-y: hidden;
  224. }
  225.  
  226.  
  227. #sidebar img{
  228. padding:5px;
  229. border:1px solid {color:borders};
  230. width:198px;
  231. -webkit-transition: all .7s ease;
  232. -moz-transition: all .7s ease;
  233. -o-transition: all .7s ease;
  234. transition: all .7s ease;
  235. }
  236.  
  237. #sidebar{
  238. position:fixed !important;
  239. width:210px;
  240. background-image:url('');
  241. background:white;
  242. height:auto;
  243. padding:8px;
  244. margin-top:115px;
  245. margin-left:95px;
  246. z-index:1;
  247. {block:iffadedsidebar}
  248. opacity:0.85;
  249. {/block:iffadedsidebar}
  250. border:2px double {color:borders};
  251. -webkit-transition: all .7s ease;
  252. -moz-transition: all .7s ease;
  253. -o-transition: all .7s ease;
  254. transition: all .7s ease;
  255. }
  256.  
  257.  
  258.  
  259.  
  260. #sidebar:hover{
  261. opacity:1;
  262. -webkit-transition: all .7s ease;
  263. -moz-transition: all .7s ease;
  264. -o-transition: all .7s ease;
  265. transition: all .7s ease;
  266. }
  267.  
  268. #desc{
  269. margin-top:15px;
  270. margin-left:-10px;
  271. position:absolute;
  272. width:210px;
  273. line-height:11px;
  274. border:2px solid {color:borders};
  275. padding:8px;
  276. background:white;
  277. -webkit-transition: all .7s ease;
  278. -moz-transition: all .7s ease;
  279. -o-transition: all .7s ease;
  280. transition: all .7s ease;
  281. }
  282.  
  283. .desc{
  284. width:224px;
  285. margin-left:-7px;
  286. padding-top:4px;
  287. padding-bottom:4px;
  288. border-top:1px solid {color:borders};
  289. border-bottom:1px solid {color:borders};
  290. }
  291.  
  292.  
  293. @font-face{
  294. font-family: "WebSymbolsRegular";
  295. src: url('http://static.tumblr.com/xgofl0y/yqZm3m5if/websymbols-regular-webfont.ttf');
  296. }
  297.  
  298.  
  299.  
  300. .title{
  301. font-size: 15px;
  302. line-height: 15px;
  303. color:{color:Title};
  304. letter-spacing: 0px;
  305. word-spacing:0px;
  306. font-weight: normal;
  307. padding:0px 0px 0px 0px;
  308. }
  309.  
  310.  
  311. #blogtitle{
  312. width:229px;
  313. font-size:35px;
  314. color:{color:blogtitle};
  315. text-align:center;
  316. margin-left:-10px;
  317. text-shadow:2px 2px 0px {color:blogtitle shadow};
  318. border-top:2px solid {color:blogtitle lines};
  319. border-bottom:2px solid {color:blogtitle lines};
  320. position:fixed;
  321. margin-top:-32px;
  322. line-height:7px;
  323. text-transform:uppercase;
  324. }
  325.  
  326. .nav{
  327. font-family:websymbolsregular;
  328. width:210px;
  329. height:auto;
  330. line-height:20px;
  331.  
  332. font-size:20px;
  333. margin-top:60px;
  334. z-index:1;
  335. opacity:0;
  336. text-align:center;
  337. position:fixed;
  338. word-spacing:20px;
  339. -webkit-transition: all .7s ease;
  340. -moz-transition: all .7s ease;
  341. -o-transition: all .7s ease;
  342. transition: all .7s ease;
  343. }
  344.  
  345. #sidebar:hover .nav{
  346. opacity:1;
  347. -webkit-transition: all .7s ease;
  348. -moz-transition: all .7s ease;
  349. -o-transition: all .7s ease;
  350. transition: all .7s ease;
  351. }
  352.  
  353. #sidebar:hover img{
  354. opacity:0.2;
  355. -webkit-transition: all .7s ease;
  356. -moz-transition: all .7s ease;
  357. -o-transition: all .7s ease;
  358. transition: all .7s ease;
  359. }
  360.  
  361.  
  362. .permalink{
  363. text-transform: normal;
  364. display: block;
  365. text-align: right;
  366. text-decoration: none;
  367. }
  368.  
  369. #infscr-loading{
  370. bottom: -70px;
  371. position: absolute;
  372. left: 50%;
  373. margin-left:-8px;
  374. width:16px;
  375. height:11px;
  376. overflow:hidden;
  377. margin-bottom: 50px;
  378. }
  379.  
  380. #postnotes{
  381. text-align: justify;}
  382.  
  383. #postnotes blockquote{
  384. border: 0px;}
  385.  
  386. blockquote{
  387. padding:0px 0px 2px 5px;
  388. margin:0px 0px 2px 10px;
  389. border-left: 1px dotted #555555;
  390. }
  391.  
  392. blockquote p, ul{
  393. margin:0px;
  394. padding:0px;
  395. }
  396.  
  397.  
  398. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  399.  
  400. a img{border: 0px;}
  401.  
  402.  
  403. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  404.  
  405. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  406. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  407.  
  408. .notes img{width:10px; position:relative; top:3px;}
  409. <--ses-->
  410. small{font-size: 90%;}
  411.  
  412. {CustomCSS}
  413.  
  414. </style>
  415.  
  416. {block:IndexPage}
  417. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  418. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  419.  
  420. <script type="text/javascript">
  421. $(window).load(function(){
  422. var $wall = $('#posts');
  423. $wall.imagesLoaded(function(){
  424. $wall.masonry({
  425. itemSelector: '.entry, .entry_photo',
  426. isAnimated : false
  427. });
  428. });
  429.  
  430. $wall.infinitescroll({
  431. navSelector : '#pagination',
  432. nextSelector : '#pagination a',
  433. itemSelector : '.entry, .entry_photo',
  434. bufferPx : 2000,
  435. debug : false,
  436. errorCallback: function() {
  437. $('#infscr-loading').fadeOut('normal');
  438. }},
  439. function( newElements ) {
  440. var $newElems = $( newElements );
  441. $newElems.hide();
  442. $newElems.imagesLoaded(function(){
  443. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  444. });
  445. }); $('#posts').show(500);
  446. });
  447. </script>
  448.  
  449.  
  450. {/block:IndexPage}
  451.  
  452.  
  453. <title>{title}</title>
  454.  
  455. <meta name="viewport" content="width=820" />
  456. <link rel="shortcut icon" href="{Favicon}" >
  457. </head>
  458.  
  459. <body>
  460. <BODY onselectstart="return false;" ondragstart="return false;">
  461.  
  462.  
  463. <div class="wrapper">
  464. <div class="header">
  465. </div>
  466.  
  467. <div id="cage">
  468. <div id="center">
  469.  
  470.  
  471.  
  472. <div id="sidebar">
  473.  
  474. <div id="blogtitle">{title}</div><div class="nav"><a href="{text:link one}">V</a> <a href="{text:link two}">@</a> <a href="{text:link three}">F</a>{block:iflinkfour} <a href="{text:link four}">O</a>{/block:iflinkfour}</div>
  475. <img src="{image:sidebar}" width=100%></a>
  476. <div id="desc">
  477. <center><div class="desc">{description}</div></div></div>
  478.  
  479.  
  480. </center>
  481.  
  482.  
  483. <div class="left">
  484. <div id="posts">
  485. {block:Posts}
  486. <div class="entry">
  487.  
  488.  
  489. {block:Answer}
  490. <div style="margin-top:2px; margin-bottom:0px; overflow:auto;height:40px; padding: 4px; background-color:#fff;border:1px solid #ddd;border-radius:4px;">
  491. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{Asker}</askname>: {Question}</div>
  492. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  493. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  494. {/block:Answer}
  495. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  496.  
  497. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  498. {/block:Text}
  499.  
  500. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  501.  
  502. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  503.  
  504. {block:Photo}
  505. {block:IndexPage}
  506. <center>
  507.  
  508. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div><div class="perma">
  509. <a href="{Permalink}"> {notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  513.  
  514. {LinkCloseTag}
  515. {/block:PermalinkPage}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. {block:IndexPage}
  520. <center>
  521. <div class="perma">
  522. <a href="{Permalink}"> {notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  523. {Photoset-250}</center>
  524. {/block:IndexPage}
  525. {block:PermalinkPage}
  526. <center>
  527. {Photoset-500}</center>
  528. {/block:PermalinkPage}
  529. {/block:Photoset}
  530.  
  531. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  532.  
  533. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  534.  
  535. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  536. <ul class="chat">
  537. {block:Lines}
  538. <li class="user_{UserNumber}">
  539. {block:Label}
  540. <span class="label">{Label}</span>
  541. {/block:Label}
  542.  
  543. {Line}
  544. </li>
  545. {/block:Lines}
  546. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  547. {/block:Chat}
  548.  
  549. {block:Audio}
  550. <div style="width:200px; height:30px;">
  551. {AudioPlayerBlack}
  552. </div>
  553. {block:IndexPage}{Caption}<span class="permalink">
  554. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  555. </span>{/block:IndexPage}
  556. {/block:Audio}
  557.  
  558. {block:Video}
  559. {block:IndexPage}
  560. <center>
  561. <div class="perma">
  562. <a href="{Permalink}"> {notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  563. {Video-250}</center>
  564. {/block:IndexPage}
  565. {block:PermalinkPage}
  566. <center>
  567. {Video-400}</center>
  568. {/block:PermalinkPage}
  569. {block:Video}
  570.  
  571.  
  572. {block:PostNotes}<div align="middle">{caption}</div>
  573. <center>
  574.  
  575. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  576.  
  577. {block:HasTags}
  578. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  579. {block:RebloggedFrom}
  580. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  581. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  582.  
  583. {/block:RebloggedFrom}
  584. </center></span>
  585. <br>
  586. <div id="postnotes">{PostNotes}</div><br>
  587.  
  588. <center>{block:ContentSource}
  589. <br><a href="{SourceURL}">
  590. {lang:Source}:
  591. {block:SourceLogo}
  592. <img src="{BlackLogoURL}" width="{LogoWidth}"
  593. height="{LogoHeight}" alt="{SourceTitle}" />
  594. {/block:SourceLogo}
  595. {block:NoSourceLogo}
  596. {SourceLink}
  597. {/block:NoSourceLogo}
  598. </a>
  599. {/block:ContentSource}</center>
  600.  
  601. {/block:PostNotes}
  602. </div>
  603. {/block:Posts}
  604. </div></div>
  605.  
  606. {block:IndexPage}
  607. {block:Pagination}
  608. <div id="pagination">
  609. {block:NextPage}
  610. <a id="nextPage" href="{NextPage}"></a>
  611. {/block:NextPage}
  612. {block:PreviousPage}
  613. <a href="{PreviousPage}"></a>
  614. {/block:PreviousPage}
  615. </div>
  616. {/block:Pagination}
  617. {/block:IndexPage}
  618. </body>
  619.  
  620. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://twistedmiracles.tumblr.com">theme</a></div>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement