Advertisement
hor4ny

Theme 20 (1 sidebar photo) - Themesbycaralinaandnancy

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