Advertisement
hor4ny

"Eternal Love" theme - TwistedMiracles (2)

Jan 31st, 2013
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 KB | None | 0 0
  1. <!--
  2. "Eternal Love" 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. <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 type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14.  
  15. <script type="text/javascript">
  16. <!--
  17.  
  18. // Disable Right Click Script
  19.  
  20. function IE(e)
  21. {
  22. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  23. {
  24. return false;
  25. }
  26. }
  27. function NS(e)
  28. {
  29. if (document.layers || (document.getElementById && !document.all))
  30. {
  31. if (e.which == "2" || e.which == "3")
  32. {
  33. return false;
  34. }
  35. }
  36. }
  37. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  38.  
  39. //-->
  40. </script>
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46. <!-- DEFAULT VARIABLES -->
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48. <meta name="color:background" content="#fff"/>
  49. <meta name="color:bar" content="#aaa" />
  50. <meta name="color:sidebar and posts" content="#f8f8f8" />
  51. <meta name="color:link" content="#777"/>
  52. <meta name="color:text" content="#777"/>
  53. <meta name="color:title" content="#777"/>
  54. <meta name="color:entry" content="#f5f5f5" />
  55. <meta name="color:navigation" content="#f5f5f5" />
  56. <meta name="color:sidebarpic background" content="#fff" />
  57. <meta name="color:blogtitle" content="#aaa">
  58. <meta name="color:blogtitle shadow" content="#fff" />
  59. <meta name="color:borders" content="#dddddd"/>
  60. <meta name="color:hover" content="#fff"/>
  61. <meta name="image:sidebar" content=""/>
  62. <meta name="image:background" content="1"/>
  63. <meta name="text:home link" content="" />
  64. <meta name="text:mail link" content="" />
  65. <meta name="text:folder link" content="" />
  66. <meta name="text:paperclip link" content="" />
  67. <meta name="text:heart link" content="" />
  68. <meta name="text:blogtitle size" content="45px" />
  69. <meta name="if:faded sidebar and posts" content="1" />
  70. <style type="text/css">
  71.  
  72.  
  73.  
  74. ::-webkit-scrollbar {width: 0px; height: 0px; border:1px solid #ddd; background-color:#fff;}
  75. ::-webkit-scrollbar-thumb { border:1px solid #ddd; background:#eee}
  76.  
  77.  
  78.  
  79. 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-
  80.  
  81. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  82.  
  83. 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
  84.  
  85. 0.4s ease-out;}
  86.  
  87.  
  88. p {
  89. margin:0px;
  90. margin-top:0px;
  91. }
  92.  
  93. ::selection {
  94. background: #ffffff;
  95. color: #ffffff;
  96. }
  97.  
  98. ::-moz-selection {
  99. background: #ffffff;
  100. color: #ffffff;
  101. }
  102.  
  103.  
  104. body {
  105. padding: 0px;
  106. margin: 0px;
  107. color:{color:text};
  108. font-family: consolas;
  109. line-height:10px;
  110. font-size:10px;
  111. background-image:url({image:background});
  112. background-color: {color:Background};
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. }
  116.  
  117.  
  118. a:link, a:active, a:visited{
  119. text-decoration: none;
  120. -webkit-transition: color 0.3s ease-out;
  121. -moz-transition: color 0.3s ease-out;
  122. transition: color 0.3s ease-out;
  123. color:{color:link};
  124. }
  125.  
  126. a:hover {
  127. text-decoration: none;
  128. font-style:;
  129. text-shadow:0px 0px 2px #000;
  130. color: {color:Hover};
  131. }
  132.  
  133. askname{
  134. font-family:playdate;
  135.  
  136. font-size:20px;
  137. z-index:1;
  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.  
  150. .entry {
  151. float:left;
  152. display: block;
  153. margin:4px;
  154. padding:11px;
  155. padding-bottom:10px;
  156. overflow:hidden;
  157. width:240px;
  158. {block:iffadedsidebarandposts}
  159. opacity:0.9;
  160. {/block:iffadedsidebarandposts}
  161. {block:PermalinkPage}
  162. width:500px;
  163. text-align:left;
  164. line-height:10px;
  165. {/block:PermalinkPage}
  166. border:1px solid {color:borders};
  167. background:{color:sidebar and posts};;
  168. background-image:URL();
  169. -webkit-transition: all .7s ease;
  170. -moz-transition: all .7s ease;
  171. -o-transition: all .7s ease;
  172. transition: all .7s ease;
  173. }
  174.  
  175. .entry:hover{
  176. opacity:1;}
  177.  
  178. .entry img{
  179. {block:indexpage}
  180. max-width:240px;
  181. {/block:indexpage}
  182. }
  183.  
  184. .entry .perma a{
  185. color:;}
  186.  
  187. .entry .perma a:hover {
  188. text-decoration: none;
  189. font-style:;
  190. text-shadow:0px 0px 2px #000;
  191. color: {color:Hover};
  192. }
  193.  
  194. .entry .perma{
  195. width:216px;
  196. height:24px;
  197. margin-left:12px;
  198. position: absolute;
  199. line-height: 24px;
  200. overflow:hidden;
  201. text-align:center;
  202. border:1px solid {color:borders};
  203. background-color:white;
  204. word-spacing:2px;
  205. letter-spacing:1px;
  206. opacity: 0.0;
  207. -webkit-transition: all .7s ease;
  208. -moz-transition: all .7s ease;
  209. -o-transition: all .7s ease;
  210. transition: all .7s ease;
  211.  
  212. }
  213.  
  214. .entry:hover .perma{
  215. overflow:visible;
  216. opacity:0.9;
  217. margin-top:11px;
  218. }
  219.  
  220.  
  221. #bar2{
  222. width:32px;
  223. background:#fff;
  224. padding:6px;
  225. opacity:0.6;
  226. height:100%;
  227. border-left:1px dashed #ccc;
  228. border-right:0px dashed #ccc;
  229. right:0px;
  230. position:fixed;
  231. }
  232.  
  233. #bar{
  234. width:38px;
  235. background:{color:bar};
  236. opacity:;
  237. height:100%;
  238. right:0px;
  239. position:fixed;
  240. }
  241.  
  242.  
  243.  
  244. #posts {
  245. width:550px;
  246. margin-top:10px;
  247. z-index:9;
  248. margin-left:350px;
  249. right:auto;
  250. background:transparent;
  251. margin-right:auto;
  252. position:relative;
  253. overflow-y: hidden;
  254. }
  255.  
  256.  
  257. #linkz img{
  258. opacity:0.3;
  259. -webkit-transition: all .7s ease;
  260. -moz-transition: all .7s ease;
  261. -o-transition: all .7s ease;
  262. transition: all .7s ease;
  263. }
  264.  
  265. #linkz{
  266. z-index:2;
  267. position:fixed;
  268. width:124px;
  269. padding:4px;
  270. padding-bottom:6px;
  271. padding-top:14px;
  272. border-radius:0px;
  273. height:auto;
  274. margin-left:129px;
  275. margin-top:22px;
  276. line-height:9px;
  277. overflow:hidden;
  278. line-height:12px;
  279. background:{color:sidebar and posts};
  280. text-align:center;
  281. border:1px solid {color:borders};
  282. -webkit-transition: all .7s ease;
  283. -moz-transition: all .7s ease;
  284. -o-transition: all .7s ease;
  285. transition: all .7s ease;
  286. }
  287.  
  288. #desc{
  289. z-index:2;
  290. position:fixed;
  291. width:125px;
  292. padding:4px;
  293. padding-top:12px;
  294. padding-bottom:6px;
  295. border-radius:0px;
  296. height:20px;
  297. margin-left:-13px;
  298. margin-top:22px;
  299. overflow:hidden;
  300. line-height:12px;
  301. background:{color:sidebar and posts};
  302. text-align:center;
  303. border:1px solid {color:borders};
  304. -webkit-transition: all .7s ease;
  305. -moz-transition: all .7s ease;
  306. -o-transition: all .7s ease;
  307. transition: all .7s ease;
  308. }
  309.  
  310. #thing{
  311. margin-left:37px;
  312. margin-top:0px;
  313. position:fixed;
  314. text-align:center;
  315. z-index:3;
  316. opacity:0.5;
  317. }
  318.  
  319. #thing2{
  320. margin-left:174px;
  321. margin-top:0px;
  322. position:fixed;
  323. text-align:center;
  324. z-index:3;
  325. opacity:0.5;
  326. }
  327.  
  328.  
  329. #blogtitle{
  330. z-index:3;
  331. width:253px;
  332. padding:12px;
  333. text-align:center;
  334. font-family:playdate;
  335. font-size:{text:blogtitle size};
  336. color:{color:blogtitle};
  337. text-shadow:2px 2px 0px {color:blogtitle shadow};
  338. margin-left:58px;
  339. line-height:20px;
  340. margin-bottom:5px;
  341. position:fixed;
  342. margin-top:80px;
  343.  
  344. }
  345.  
  346. #sidebar{
  347. position:fixed !important;
  348. width:250px;
  349. background:{color:sidebar and posts};
  350. height:auto;
  351. padding:12px;
  352. padding-bottom:14px;
  353. margin-top:105px;
  354. margin-left:60px;
  355. text-align:center;
  356. line-height:15px;
  357. z-index:2;
  358. {block:iffadedsidebarandposts}
  359. opacity:0.9;
  360. {/block:iffadedsidebarandposts}
  361. border-radius:0px;
  362. border:1px solid {color:borders};
  363. -webkit-transition: all .7s ease;
  364. -moz-transition: all .7s ease;
  365. -o-transition: all .7s ease;
  366. transition: all .7s ease;
  367. }
  368.  
  369. #sidebar:hover{
  370. opacity:1;
  371. }
  372.  
  373.  
  374. #sidebarpic{
  375. padding:6px;
  376. opacity:;
  377. line-height:9px;
  378. background:#fff;
  379. border:1px dashed #ccc;
  380. width:236px;
  381. height:auto;
  382. line-height:8px;
  383. -webkit-transform: rotate(0deg);
  384. }
  385.  
  386. #sidebarpic img{
  387. width:236px;
  388. }
  389. @font-face { font-family: "playdate"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
  390.  
  391. @font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  392.  
  393. .title{
  394. font-family:rw;
  395. font-size: 18px;
  396. line-height: 18px;
  397. color:{color:Title};
  398. letter-spacing: 0px;
  399. font-weight: normal;
  400. padding:0px 0px 0px 0px;
  401. }
  402.  
  403. #splat{
  404.  
  405. width:377px;
  406. height:447px;
  407. opacity:0.9;
  408. z-index:1;
  409. margin-top:5px;
  410. margin-left:-25px;
  411. background-image:url();
  412. position:fixed;
  413. }
  414.  
  415.  
  416. .permalink{
  417. text-transform: normal;
  418. display: block;
  419. text-align: right;
  420. text-decoration: none;
  421. }
  422.  
  423. #infscr-loading{
  424. bottom: -70px;
  425. position: absolute;
  426. left: 50%;
  427. margin-left:-8px;
  428. width:16px;
  429. height:11px;
  430. overflow:hidden;
  431. margin-bottom: 50px;
  432. }
  433.  
  434. #postnotes{
  435. text-align: justify;}
  436.  
  437. #postnotes blockquote{
  438. border: 0px;}
  439.  
  440.  
  441. blockquote{
  442. padding:0px 0px 2px 5px;
  443. margin:0px 0px 2px 10px;
  444. border-left: 3px solid #ddd;
  445. background:#fbfbfb;
  446. }
  447.  
  448. blockquote p, ul{
  449. margin:0px;
  450. padding:0px;
  451. }
  452.  
  453. a img{border: 0px;}
  454.  
  455.  
  456. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  457.  
  458. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  459. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  460.  
  461. .notes img{width:10px; position:relative; top:3px;}
  462. <--ses-->
  463. small{font-size: 90%;}
  464.  
  465. {CustomCSS}
  466.  
  467. </style>
  468.  
  469. {block:IndexPage}
  470. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  471. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  472.  
  473. <script type="text/javascript">
  474. $(window).load(function(){
  475. var $wall = $('#posts');
  476. $wall.imagesLoaded(function(){
  477. $wall.masonry({
  478. itemSelector: '.entry, .entry_photo',
  479. isAnimated : false
  480. });
  481. });
  482.  
  483. $wall.infinitescroll({
  484. navSelector : '#pagination',
  485. nextSelector : '#pagination a',
  486. itemSelector : '.entry, .entry_photo',
  487. bufferPx : 2000,
  488. debug : false,
  489. errorCallback: function() {
  490. $('#infscr-loading').fadeOut('normal');
  491. }},
  492. function( newElements ) {
  493. var $newElems = $( newElements );
  494. $newElems.hide();
  495. $newElems.imagesLoaded(function(){
  496. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  497. });
  498. }); $('#posts').show(500);
  499. });
  500. </script>
  501.  
  502.  
  503. {/block:IndexPage}
  504.  
  505.  
  506. <title>{title}</title>
  507.  
  508. <link rel="shortcut icon" href="{Favicon}" />
  509. <meta name="viewport" content="width=820" />
  510. </head>
  511.  
  512. <body>
  513. <BODY onselectstart="return false;" ondragstart="return false;">
  514. <div class="wrapper">
  515. <div class="header">
  516. </div>
  517.  
  518. <div id="cage">
  519. <div id="center"><div id="splat"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/whitesplat_zpsba878f5b.png" width=450></div>
  520. <div id="bar2"></div>
  521. <div id="blogtitle">{title}</div><div id="bar"></div>
  522. <div id="sidebar"><center>
  523.  
  524. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div><center><div id="thing"><img src="http://i46.tinypic.com/ng2f5k.png" width="40px;"></div><div id="desc">{description}</div>
  525.  
  526. <div id="linkz">{block:ifhomelink}<a href="{text:home link}"><img src="http://i39.tinypic.com/343rneq.png" width="15"></a>{/block:ifhomelink}{block:ifmaillink} <a href="{text:mail link}"><img src="http://i42.tinypic.com/wiq5q8.png" width="15"></a>{/block:ifmaillink}{block:ifpapercliplink} <a href="{text:paperclip link}"><img src="http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48x48/link.png" width="15"></a>{/block:ifpapercliplink}{block:iffolderlink} <a href="{text:folder link}"><img src="http://i40.tinypic.com/344avr4.png" width="15"></a>{/block:iffolderlink}{block:ifheartlink} <a href="{heart link}"><img src="http://i40.tinypic.com/hs04dv.png" width="15"></a>{/block:ifheartlink}</div><div id="thing2"><img src="http://i46.tinypic.com/ng2f5k.png" width="40px;"></div>
  527.  
  528. </div>
  529.  
  530. </center>
  531.  
  532.  
  533. <div class="left">
  534. <div id="posts">
  535. {block:Posts}
  536. <div class="entry">
  537.  
  538. {block:Answer}
  539. <div style="margin-top:2px; margin-bottom:0px;min-height:40px; padding: 4px; background-color:#fff;border:1px dashed {color:borders};border-radius:0px;">
  540. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  541. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>{block:indexpage}
  542. <div class="permalink"> <a href="{permalink}">{notecountwithlabel} / {Timeago}</a> </div>{/block:indexpage}
  543. {/block:Answer}
  544.  
  545. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>{block:indexpage}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a><br>{/block:HasTags}</span></align>{/block:indexpage}
  546. {/block:Text}
  547.  
  548. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} {block:indexpage}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"></span></align>{/block:indexpage}{/block:Link}
  549.  
  550. {block:Photo}
  551. {block:IndexPage}
  552. <center>
  553. <div class="perma">
  554. <a href="{Permalink}"> {notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  555. <div class="photo"><a href="{Permalink}" target="_blank"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  556. {/block:IndexPage}
  557. {block:PermalinkPage}
  558. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  559.  
  560. {LinkCloseTag}
  561. {/block:PermalinkPage}
  562. {/block:Photo}
  563.  
  564. {block:Photoset}
  565. {block:IndexPage}
  566. <center>
  567. {Photoset-250}</center>
  568. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"></span></align>
  569. {/block:IndexPage}
  570. {block:PermalinkPage}
  571. <center>
  572. {Photoset-500}</center>
  573. {/block:PermalinkPage}
  574. {/block:Photoset}
  575.  
  576. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  577.  
  578. href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </span>{/block:Quote}
  579.  
  580. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  581. <ul class="chat">
  582. {block:Lines}
  583. <li class="user_{UserNumber}">
  584. {block:Label}
  585. <span class="label">{Label}</span>
  586. {/block:Label}
  587.  
  588. {Line}
  589. </li>
  590. {/block:Lines}
  591. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}">
  592. {/block:Chat}
  593.  
  594. {block:Audio}
  595. <div style="width:200px; height:30px;">
  596. {AudioPlayerBlack}
  597. </div>
  598. {block:IndexPage}<span class="permalink">
  599. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </a>
  600. </span>{/block:IndexPage}
  601. {/block:Audio}
  602.  
  603. {block:Video}
  604. {block:IndexPage}
  605. <center>
  606. {Video-250}<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} / {TimeAgo}</a> <a href="{Permalink}"> </a>
  607. </span></center>
  608. {/block:IndexPage}
  609. {block:PermalinkPage}
  610. <center>
  611. {Video-400}</center>
  612. {/block:PermalinkPage}
  613. {block:Video}
  614.  
  615.  
  616. {block:PostNotes}<div align="middle">{caption}</div>
  617. <center>
  618.  
  619. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  620.  
  621. {block:HasTags}
  622. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  623. {block:RebloggedFrom}
  624. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  625. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  626.  
  627. {/block:RebloggedFrom}
  628. </center></span>
  629. <br>
  630. <div id="postnotes">{PostNotes}</div><br>
  631.  
  632. <center>{block:ContentSource}
  633. <br><a href="{SourceURL}">
  634. {lang:Source}:
  635. {block:SourceLogo}
  636. <img src="{BlackLogoURL}" width="{LogoWidth}"
  637. height="{LogoHeight}" alt="{SourceTitle}" />
  638. {/block:SourceLogo}
  639. {block:NoSourceLogo}
  640. {SourceLink}
  641. {/block:NoSourceLogo}
  642. </a>
  643. {/block:ContentSource}</center>
  644.  
  645. {/block:PostNotes}
  646. </div>
  647. {/block:Posts}
  648. </div></div>
  649.  
  650. {block:IndexPage}
  651. {block:Pagination}
  652. <div id="pagination">
  653. {block:NextPage}
  654. <a id="nextPage" href="{NextPage}"></a>
  655. {/block:NextPage}
  656. {block:PreviousPage}
  657. <a href="{PreviousPage}"></a>
  658. {/block:PreviousPage}
  659. </div>
  660. {/block:Pagination}
  661. {/block:IndexPage}
  662. </body>
  663.  
  664. <div style="border-radius:3px;background:white;padding:5px;border:1px solid #ddd;position:fixed;right:6px;bottom:4px;"><a href="http://twistedmiracles.tumblr.com">T.M</a></div>
  665. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement