Advertisement
hor4ny

"Nobody Compares" theme - Twistedmiracles

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