Advertisement
hor4ny

Theme 20 - themesbycaralinaandnancy

Jul 12th, 2012
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.70 KB | None | 0 0
  1. <!--
  2. Theme by cuntcealer, niqqas.
  3. And a little credit to takec4re for basecode but it doesnt really matter since she deleted. It looks nothing like the original since i edited a lot.
  4.  
  5. If you take off the credit, put it in your FAQ please. Fanx.
  6. -->
  7.  
  8. <html lang="en">
  9. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13.  
  14.  
  15.  
  16. <script type="text/javascript">
  17. <!--
  18.  
  19. // Disable Right Click Script
  20.  
  21. function IE(e)
  22. {
  23. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  24. {
  25. return false;
  26. }
  27. }
  28. function NS(e)
  29. {
  30. if (document.layers || (document.getElementById && !document.all))
  31. {
  32. if (e.which == "2" || e.which == "3")
  33. {
  34. return false;
  35. }
  36. }
  37. }
  38. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  39.  
  40. //-->
  41. </script>
  42.  
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46.  
  47. <!-- DEFAULT VARIABLES -->
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  49. <meta name="color:background" content="#fff"/>
  50. <meta name="color:link" content="#666666"/>
  51. <meta name="color:text" content="#666666"/>
  52. <meta name="color:title" content="#666666"/>
  53. <meta name="color:hover" content="#eeeeee"/>
  54. <meta name="color:scrollbar" content="#666666" />
  55. <meta name="color:border" content="#bbbbbb" />
  56. <meta name="image:sidebar 1" content="1"/>
  57. <meta name="image:sidebar 2" content="1"/>
  58. <meta name="image:sidebar 3" content="1"/>
  59. <meta name="image:background" content="1"/>
  60. <meta name="if:show blog title" content="1"/>
  61. <meta name="if:scrollbar" content="1"/>
  62. <meta name="if:twitter button" content="0"/>
  63. <meta name="text:twitter username" content="">
  64. <meta name="text:favicon img url" content="http://static.tumblr.com/u37ad6e/tjmm70gip/heart.ico" />
  65. <meta name="text:title letter spacing" content="1" />
  66. <meta name="text:title size" content="40" />
  67. <meta name="text:link seperation" content="/" />
  68. <meta name="text:link one" content="" />
  69. <meta name="text:link one title" content="" />
  70. <meta name="text:link two" content="" />
  71. <meta name="text:link two title" content="" />
  72. <meta name="text:link three" content="" />
  73. <meta name="text:link three title" content="" />
  74. <meta name="text:link four" content="" />
  75. <meta name="text:link four title" content="" />
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. {block:ifscrollbar}
  81. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #aaa; background: #eee;}
  82. ::-webkit-scrollbar-thumb { border-left:1px solid #aaa; background: {color:scrollbar};}
  83. {/block:ifscrollbar}
  84.  
  85. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  86.  
  87. 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 0.4s ease-out;}
  88.  
  89. #twitter{
  90. top:25px;
  91. right:-15px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  92. }
  93.  
  94. #twitter:hover{
  95. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  96.  
  97. .wrapper{
  98. margin: 0px auto;
  99. width: 100%;
  100. }
  101.  
  102. .header{
  103. float: left;
  104. width: 100%;
  105. }
  106.  
  107. .left{
  108. float: left;
  109. margin-right: 20px;
  110. width: 802px;
  111. }
  112.  
  113. .right{
  114. float: right;
  115. width: 200px;
  116. background-color: #fff;
  117. }
  118.  
  119. p {
  120. margin:0px;
  121. margin-top:0px;
  122. }
  123.  
  124.  
  125.  
  126.  
  127. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  128.  
  129.  
  130. body {
  131. padding: 0px;
  132. margin: 0px;
  133. color:{color:text};
  134. font-family: handy00;
  135. font-size: 8px;
  136. line-height:9px;
  137. letter-spacing: 1px;
  138. background-color: {color:Background};
  139. background-image:url({image:Background});
  140. background-attachment: fixed;
  141. background-repeat: repeat;
  142. }
  143.  
  144. a:link, a:active, a:visited{
  145. text-decoration: none;
  146. -webkit-transition: color 0.3s ease-out;
  147. -moz-transition: color 0.3s ease-out;
  148. transition: color 0.3s ease-out;
  149. color: {color:Link};
  150. }
  151.  
  152. a:hover {
  153. text-decoration: none;
  154. font-style: italic;
  155. color: {color:Hover};
  156. }
  157.  
  158. div#center{
  159. margin:auto;
  160. position:relative;
  161. width:1000px;
  162. background-color:;
  163. overflow:auto;
  164. overflow-y:hidden;
  165. }
  166.  
  167. #quote{
  168. marigin-left:100px;
  169. }
  170.  
  171. .entry {
  172. float:left;
  173. display: block;
  174. margin: 2px;
  175. padding:2px;
  176. border:1px solid {color:border};
  177. overflow:hidden;
  178. width:250px;
  179. {block:PermalinkPage}
  180. width:472px;
  181. text-align:left;
  182. {/block:PermalinkPage}
  183. background: transparent;
  184. background-image:URL();
  185. }
  186.  
  187. #permalink {
  188. position: absolute;
  189. margin-top: 14px;
  190. margin-left: 5px;
  191. opacity: 0;
  192. -webkit-transition: all .7s ease;
  193. -moz-transition: all .7s ease;
  194. -o-transition: all .7s ease;
  195. transition: all .7s ease;
  196. }
  197.  
  198. .entry:hover #permalink {
  199. margin-top: 14px;
  200. margin-left: 64px;
  201. opacity: 1;
  202. -webkit-transition: all .7s ease;
  203. -moz-transition: all .7s ease;
  204. -o-transition: all .7s ease;
  205. transition: all .7s ease;
  206. }
  207.  
  208. .countreblog {
  209. color: #fff;
  210. height: 20px;
  211. padding: 2px;
  212. font-weight:bold;
  213. font-family:arial;
  214. font-size:11px;
  215. line-height:10px;
  216. font-style: none;
  217. margin-left:-20px;
  218. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  219. background-repeat:repeat;
  220. border:1px solid rgba(0,0,0,0.1);
  221. -webkit-border-radius:2px;
  222. moz-border-radius:2px;
  223. -o-border-radius:2px;
  224. border-radius:2px;
  225. -webkit-transition: all .7s ease;
  226. -moz-transition: all .7s ease;
  227. -o-transition: all .7s ease;
  228. transition: all .7s ease;
  229. }
  230.  
  231. .countreblog a { color: #FFF; }
  232.  
  233. .perma{
  234. position:absolute;
  235. width: 60px;
  236. height: 30px;
  237. margin-top: 9px;
  238. margin-left: -20px;
  239. z-index:9999991;
  240. opacity: 0.0;
  241. filter: alpha(opacity = 0);
  242. -webkit-transition: all .7s ease;
  243. -moz-transition: all .7s ease;
  244. -o-transition: all .7s ease;
  245. transition: all .7s ease;
  246. }
  247.  
  248. .entry:hover .perma {
  249. -webkit-transition: opacity 0.6s linear;
  250. margin-top: 9px;
  251. margin-left:-5px;
  252. opacity: 1;
  253. -webkit-transition: all .7s ease;
  254. -moz-transition: all .7s ease;
  255. -o-transition: all .7s ease;
  256. transition: all .7s ease;
  257. }
  258.  
  259. .likep {
  260. display: inline;
  261. overflow: hidden;
  262. position: relative;
  263. float: right;
  264. width: 21px;
  265. height: 20px;
  266. margin-left:-4px;
  267. z-index: 9999999;
  268. }
  269.  
  270. .likep a {
  271. background-image:
  272. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  273. background-position: 0px 0px;
  274. display: block;
  275. z-index: 9999999;
  276. -webkit-transition: all .7s ease;
  277. -moz-transition: all .7s ease;
  278. -o-transition: all .7s ease;
  279. transition: all .7s ease;
  280. }
  281.  
  282. .likep img {
  283. width: 21px;
  284. height: 20px;
  285. -webkit-transition: all .7s ease;
  286. -moz-transition: all .7s ease;
  287. -o-transition: all .7s ease;
  288. transition: all .7s ease;
  289. }
  290.  
  291. .rep img{
  292. display: inline;
  293. width: 24px;
  294. height: 20px;
  295. }
  296.  
  297.  
  298.  
  299. #posts {
  300. width:650px;
  301. margin-top: 2px;
  302. margin-left:230px;
  303. right:auto;
  304. margin-right:auto;
  305. position:relative;
  306. overflow-y: hidden;
  307.  
  308. }
  309.  
  310.  
  311. #boxxie{
  312. position:fixed !important;
  313. width:165px;
  314. height:45px;
  315. padding:2px;
  316. margin-left:-2px;
  317. margin-top:5px;
  318. overflow-x:hidden;
  319. overflow-y:scroll;
  320. text-align:justify;
  321. font-family:pixel;
  322. letter-spacing:0px;
  323. border:1px solid #bbb;
  324. z-index:9999;
  325. background:white;
  326. }
  327.  
  328. #niqqa{
  329. border:1px solid #bbb;
  330. padding:1px;
  331. background:white;
  332. margin-left:50px;
  333. margin-top:150px;
  334. position:fixed !important;
  335. z-index: 1;
  336. }
  337.  
  338. #poop{
  339. border:1px solid #bbb;
  340. padding:1px;
  341. background:white;
  342. margin-left:137px;
  343. margin-top:150px;
  344. position:fixed !important;
  345. z-index: 1;
  346. }
  347.  
  348.  
  349. #bonqueque{
  350. border:1px solid #bbb;
  351. padding:1px;
  352. position:fixed !important;
  353. z-index: 1;
  354. background:white;
  355. }
  356.  
  357.  
  358. #sidebar {
  359. width:165px;
  360. height:auto;
  361. margin-top:237px;
  362. margin-left:50px;
  363. position:fixed !important;
  364. }
  365.  
  366.  
  367. .title{
  368. font-family:georgia;
  369. font-size: 11px;
  370. line-height: 10px;
  371. color:{color:Title};
  372. letter-spacing: 0px;
  373. font-weight: normal;
  374. padding:0px 0px 0px 0px;
  375. }
  376.  
  377.  
  378. .blogtitle{
  379. font-family: "black swan";
  380. opacity:0.9999;
  381. line-height:15px;
  382. text-shadow:1px 1px 1px #ccc;
  383. font-size: 35px;
  384. letter-spacing:2px; color:{COLOR:title}; }
  385.  
  386. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  387.  
  388. .permalink{
  389. text-transform: normal;
  390. display: block;
  391. text-align: right;
  392. text-decoration: none;
  393. }
  394.  
  395. #infscr-loading{
  396. bottom: -70px;
  397. position: absolute;
  398. left: 50%;
  399. margin-left:-8px;
  400. width:16px;
  401. height:11px;
  402. overflow:hidden;
  403. margin-bottom: 50px;
  404. }
  405.  
  406. #postnotes{
  407. text-align: justify;}
  408.  
  409. #postnotes blockquote{
  410. border: 0px;}
  411.  
  412. blockquote{
  413. padding:0px 0px 2px 5px;
  414. margin:0px 0px 2px 10px;
  415. border-left: 1px dotted #555555;
  416. }
  417.  
  418. blockquote p, ul{
  419. margin:0px;
  420. padding:0px;
  421. }
  422.  
  423. a img{border: 0px;}
  424.  
  425.  
  426. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  427.  
  428. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  429. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  430.  
  431. .notes img{width:10px; position:relative; top:3px;}
  432. <--ses-->
  433. small{font-size: 90%;}
  434.  
  435.  
  436.  
  437. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  438.  
  439.  
  440.  
  441. @font-face{
  442.  
  443.  
  444.  
  445. font-family: 'pixel';
  446.  
  447.  
  448.  
  449. font-style: normal;
  450.  
  451.  
  452.  
  453. font-weight: normal;
  454.  
  455.  
  456.  
  457. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  458.  
  459. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  460.  
  461. {CustomCSS}
  462.  
  463. </style>
  464.  
  465. {block:IndexPage}
  466. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  467. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  468.  
  469. <script type="text/javascript">
  470. $(window).load(function () {
  471. var $content = $('#posts');
  472. $content.masonry({itemSelector: '.entry'}),
  473. $content.infinitescroll({
  474. navSelector : 'div#pagination',
  475. nextSelector : 'div#pagination a#nextPage',
  476. itemSelector : '.entry',
  477. loading: {
  478. finishedMsg: '',
  479. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  480. },
  481. bufferPx : 600,
  482. debug : false,
  483. },
  484. // call masonry as a callback.
  485. function( newElements ) {
  486. var $newElems = $( newElements );
  487. $newElems.hide();
  488. // ensure that images load before adding to masonry layout
  489. $newElems.imagesLoaded(function(){
  490. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  491.  
  492.  
  493. });
  494. });
  495. });
  496. </script>
  497.  
  498. {/block:IndexPage}
  499.  
  500.  
  501. <title>{title}</title>
  502.  
  503. <link rel="shortcut icon" href="{text:favicon img url}" />
  504. <meta name="viewport" content="width=820" />
  505. </head>
  506. <body onkeydown="return false">
  507.  
  508. <body>
  509.  
  510. <div class="wrapper">
  511. <div class="header">
  512. </div>
  513.  
  514. <div id="cage">
  515. <div id="center">
  516. <div style="margin-top:140px;z-index:999;font-family:pixel;letter-spacing:0;position:fixed;margin-left:50px;overflow:hidden;width:167px;text-align:right;"><a href="{text:link one}">{text:link one title}</a> {text:link seperation}
  517. <a href="{text:link two}">{text:link two title}</a> {text:link seperation}
  518. <a href="{text:link three}">{text:link three title}</a> {text:link seperation}
  519. <a href="{text:link four}">{text:link four title}</a> </div>
  520. <div id="niqqa">
  521. <a href="/"><img src="{image:sidebar 1}" width=80 height=80></a>
  522. </div>
  523. <div id="poop"><a href="/"><img src="{image:sidebar 2}" width=80 height=80></a>
  524. </div>
  525. <div id="sidebar">
  526. <div id="bonqueque"><a href="/"><img src="{image:sidebar 3}" width=167></a>
  527. <div id="boxxie">
  528. {Description}
  529. </div></div>
  530.  
  531. </div>{block:ifshowblogtitle}
  532. <div style="width:167px;margin-top:127px;color:{color:title}; z-index:1;opacity:0.999;text-align:left;margin-left:50px;position:fixed;font-family:black swan; text-shadow: 1px 1px 2px #ddd; font-size:{text:title size}px;letter-spacing:{text:title letter spacing}px;">{title}</div>{/block:ifblogshowtitle}
  533.  
  534. <div class="left">
  535. <div id="posts">
  536. {block:Posts}
  537. <div class="entry">
  538.  
  539. {block:Answer}
  540. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  541. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  542. {Asker}: {Question}</div>
  543. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  544. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  545. {/block:Answer}
  546.  
  547. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  548. {/block:Text}
  549.  
  550. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  551.  
  552. {block:Photo}
  553. {block:IndexPage}
  554. <center>
  555. <div class="perma">
  556.  
  557. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  558. </div>
  559. <div id="permalink">
  560. <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
  561. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="472px"/></a></div>{LinkCloseTag}
  565. {/block:PermalinkPage}
  566. {/block:Photo}
  567.  
  568. {block:Photoset}
  569. {block:IndexPage}
  570. <center>
  571. {Photoset-250}</center>
  572. {/block:IndexPage}
  573. {block:PermalinkPage}
  574. <center>
  575. {Photoset-500}</center>
  576. {/block:PermalinkPage}
  577. {/block:Photoset}
  578.  
  579. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  580.  
  581. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  582. <ul class="chat">
  583. {block:Lines}
  584. <li class="user_{UserNumber}">
  585. {block:Label}
  586. <span class="label">{Label}</span>
  587. {/block:Label}
  588.  
  589. {Line}
  590. </li>
  591. {/block:Lines}
  592. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  593. {/block:Chat}
  594.  
  595. {block:Audio}
  596. <div style="width:400px; height:30px;">
  597. {AudioPlayerBlack}
  598. </div>
  599. {block:IndexPage}<span class="permalink">
  600. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  601. </span>{/block:IndexPage}
  602. {/block:Audio}
  603.  
  604. {block:Video}
  605. {block:IndexPage}
  606. <center>
  607. {Video-250}</center>
  608. {/block:IndexPage}
  609. {block:PermalinkPage}
  610. <center>
  611. {Video-500}</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>
  665. {block:iftwitterbutton}
  666. <div id="twitter"><a href="https://twitter.com/{text:twitter username}" class="twitter-follow-button" data-show-count="false">Follow @{text:twitter username}</a>
  667. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>{block:iftwitterbutton}
  668.  
  669.  
  670. <div style="position:fixed; right:1px; bottom:1px;"> <a href="http://themesbycaralinaandnancy.tumblr.com/">theme</a></div>
  671.  
  672. </center>
  673. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement