Advertisement
hor4ny

Theme 19 - themesbycaralinaandnancy

Jul 9th, 2012
2,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. <!--
  2. Theme by cuntcealer.
  3. Basecode by takec4re but she deleted :c
  4.  
  5. If you remove the credit, which you probablly will, please put it in your FAQ. Thank you.
  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. <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. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <!-- DEFAULT VARIABLES -->
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  47. <meta name="color:background" content="#fff"/>
  48. <meta name="color:link" content="#777"/>
  49. <meta name="color:text" content="#777"/>
  50. <meta name="color:title" content="#333"/>
  51. <meta name="color:hover" content="#fff"/>
  52. <meta name="color:scrollbar" content="#ddd" />
  53. <meta name="image:sidebar" content="1"/>
  54. <meta name="image:background" content="1"/>
  55. <meta name="if:show photo" content="1"/>
  56. <meta name="if:show blog title" content="1"/>
  57. <meta name="if:scrollbar" content="1"/>
  58. <meta name="text:link separation" content="/" />
  59. <meta name="text:link one" content="" />
  60. <meta name="text:link one title" content="" />
  61. <meta name="text:link two" content="" />
  62. <meta name="text:link two title" content="" />
  63. <meta name="text:link three" content="" />
  64. <meta name="text:link three title" content="" />
  65. <meta name="text:link four" content="" />
  66. <meta name="text:link four title" content="" />
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. {block:ifscrollbar}
  72. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
  73. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  74. {/block:ifscrollbar}
  75.  
  76. 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;}
  77.  
  78. 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;}
  79.  
  80.  
  81.  
  82. .wrapper{
  83. margin: 0px auto;
  84. width: 100%;
  85. }
  86.  
  87. .header{
  88. float: left;
  89. width: 100%;
  90. }
  91.  
  92. .left{
  93. float: left;
  94. margin-right: 20px;
  95. width: 802px;
  96. }
  97.  
  98. .right{
  99. float: right;
  100. width: 200px;
  101. background-color: #fff;
  102. }
  103.  
  104. p {
  105. margin:0px;
  106. margin-top:0px;
  107. }
  108.  
  109.  
  110.  
  111.  
  112. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  113.  
  114.  
  115. body {
  116. padding: 0px;
  117. margin: 0px;
  118. color:{color:text};
  119. font-family: handy00;
  120. font-size: 8px;
  121. line-height:9px;
  122. letter-spacing: 1px;
  123. background-color: {color:Background};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat;
  127. }
  128.  
  129. a:link, a:active, a:visited{
  130. text-decoration: none;
  131. -webkit-transition: color 0.3s ease-out;
  132. -moz-transition: color 0.3s ease-out;
  133. transition: color 0.3s ease-out;
  134. color: {color:Link};
  135. }
  136.  
  137. a:hover {
  138. text-decoration: none;
  139. font-style: italic;
  140. color: {color:Hover};
  141. }
  142.  
  143. div#center{
  144. margin:auto;
  145. position:relative;
  146. width:1000px;
  147. background-color:;
  148. overflow:auto;
  149. overflow-y:hidden;
  150. }
  151.  
  152. .entry {
  153. float:left;
  154. display: block;
  155. margin: 1px;
  156. margin-bottom:0px;
  157. padding:0px;
  158. border:0px solid #bbb;
  159. overflow:hidden;
  160. width:300px;
  161. {block:PermalinkPage}
  162. width:500px;
  163. text-align:left;
  164. {/block:PermalinkPage}
  165. background: transparent;
  166. background-image:URL();
  167. }
  168.  
  169. #permalink {
  170. position: absolute;
  171. margin-top: 14px;
  172. margin-left: 69px;
  173. opacity: 0;
  174. -webkit-transition: all .7s ease;
  175. -moz-transition: all .7s ease;
  176. -o-transition: all .7s ease;
  177. transition: all .7s ease;
  178. }
  179.  
  180. .entry:hover #permalink {
  181. margin-top: 14px;
  182. margin-left: 69px;
  183. opacity: 1;
  184. -webkit-transition: all .7s ease;
  185. -moz-transition: all .7s ease;
  186. -o-transition: all .7s ease;
  187. transition: all .7s ease;
  188. }
  189.  
  190. .countreblog {
  191. color: #fff;
  192. height: 20px;
  193. padding: 2px;
  194. font-weight:bold;
  195. font-family:arial;
  196. font-size:11px;
  197. line-height:10px;
  198. font-style: none;
  199. margin-left:-20px;
  200. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  201. background-repeat:repeat;
  202. border:1px solid rgba(0,0,0,0.1);
  203. -webkit-border-radius:2px;
  204. moz-border-radius:2px;
  205. -o-border-radius:2px;
  206. border-radius:2px;
  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. .countreblog a { color: #FFF; }
  214.  
  215. .perma{
  216. position:absolute;
  217. width: 60px;
  218. height: 30px;
  219. margin-top: 9px;
  220. margin-left: -15px;
  221. z-index:9999991;
  222. opacity: 0.0;
  223. filter: alpha(opacity = 0);
  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. .entry:hover .perma {
  231. -webkit-transition: opacity 0.6s linear;
  232. margin-top: 9px;
  233. margin-left: 0px;
  234. opacity: 1;
  235. -webkit-transition: all .7s ease;
  236. -moz-transition: all .7s ease;
  237. -o-transition: all .7s ease;
  238. transition: all .7s ease;
  239. }
  240.  
  241. .likep {
  242. display: inline;
  243. overflow: hidden;
  244. position: relative;
  245. float: right;
  246. width: 21px;
  247. height: 20px;
  248. margin-left:-4px;
  249. z-index: 9999999;
  250. }
  251.  
  252. .likep a {
  253. background-image:
  254. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  255. background-position: 0px 0px;
  256. display: block;
  257. z-index: 9999999;
  258. -webkit-transition: all .7s ease;
  259. -moz-transition: all .7s ease;
  260. -o-transition: all .7s ease;
  261. transition: all .7s ease;
  262. }
  263.  
  264. .likep img {
  265. width: 21px;
  266. height: 20px;
  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. .rep img{
  274. display: inline;
  275. width: 24px;
  276. height: 20px;
  277. }
  278.  
  279.  
  280.  
  281. #posts {
  282. width:650px;
  283. margin-top: 1px;
  284. margin-left:255px;
  285. right:auto;
  286. margin-right:auto;
  287. position:relative;
  288. overflow-y: hidden;
  289. }
  290.  
  291. #sidebar{
  292. position:fixed !important;
  293. width:240px;
  294. height:auto;
  295. margin-top:100px;
  296. margin-left:0px;
  297. border:0px solid #bbb;
  298. }
  299.  
  300.  
  301. .title{
  302. font-family:georgia;
  303. font-size: 11px;
  304. line-height: 10px;
  305. color:{color:Title};
  306. letter-spacing: 0px;
  307. font-weight: normal;
  308. padding:0px 0px 0px 0px;
  309. }
  310.  
  311.  
  312. .blogtitle{
  313. font-family: "black swan";
  314. opacity:0.9999;
  315. line-height:15px;
  316. text-shadow:1px 1px 1px #ccc;
  317. font-size: 40px;
  318. letter-spacing:2px; color:{COLOR:title}; }
  319.  
  320. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  321.  
  322. .permalink{
  323. text-transform: normal;
  324. display: block;
  325. text-align: right;
  326. text-decoration: none;
  327. }
  328.  
  329. #infscr-loading{
  330. bottom: -70px;
  331. position: absolute;
  332. left: 50%;
  333. margin-left:-8px;
  334. width:16px;
  335. height:11px;
  336. overflow:hidden;
  337. margin-bottom: 50px;
  338. }
  339.  
  340. #postnotes{
  341. text-align: justify;}
  342.  
  343. #postnotes blockquote{
  344. border: 0px;}
  345.  
  346. blockquote{
  347. padding:0px 0px 2px 5px;
  348. margin:0px 0px 2px 10px;
  349. border-left: 1px dotted #555555;
  350. }
  351.  
  352. blockquote p, ul{
  353. margin:0px;
  354. padding:0px;
  355. }
  356.  
  357. a img{border: 0px;}
  358.  
  359.  
  360. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  361.  
  362. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  363. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  364.  
  365. .notes img{width:10px; position:relative; top:3px;}
  366. <--ses-->
  367. small{font-size: 90%;}
  368.  
  369. {CustomCSS}
  370.  
  371. </style>
  372.  
  373. {block:IndexPage}
  374. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  376.  
  377. <script type="text/javascript">
  378. $(window).load(function () {
  379. var $content = $('#posts');
  380. $content.masonry({itemSelector: '.entry'}),
  381. $content.infinitescroll({
  382. navSelector : 'div#pagination',
  383. nextSelector : 'div#pagination a#nextPage',
  384. itemSelector : '.entry',
  385. loading: {
  386. finishedMsg: '',
  387. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  388. },
  389. bufferPx : 600,
  390. debug : false,
  391. },
  392. // call masonry as a callback.
  393. function( newElements ) {
  394. var $newElems = $( newElements );
  395. $newElems.hide();
  396. // ensure that images load before adding to masonry layout
  397. $newElems.imagesLoaded(function(){
  398. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  399.  
  400.  
  401. });
  402. });
  403. });
  404. </script>
  405.  
  406. {/block:IndexPage}
  407.  
  408.  
  409. <title>{title}</title>
  410.  
  411. <link rel="shortcut icon" href="{Favicon}" />
  412. <meta name="viewport" content="width=820" />
  413. </head>
  414. <body onkeydown="return false">
  415.  
  416. <body>
  417.  
  418. <div class="wrapper">
  419. <div class="header">
  420. </div>
  421.  
  422. <div id="cage">
  423. <div id="center">
  424.  
  425.  
  426. <div id="sidebar">
  427. {block:ifshowblogtitle}<div style="text-align:center;"><span class="blogtitle">{title}</span></div>{/block:ifshowblogtitle}<center>
  428. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=100%></a>{/block:ifshowphoto}
  429. {Description}<br>
  430. <a href="{text:link one}">{text:link one title}</a> {text:link separation}
  431. <a href="{text:link two}">{text:link two title}</a> {text:link separation}
  432. <a href="{text:link three}">{text:link three title}</a> {text:link separation}
  433. <a href="{text:link four}">{text:link four title}</a>
  434. </center></div>
  435.  
  436.  
  437. <div class="left">
  438. <div id="posts">
  439. {block:Posts}
  440. <div class="entry">
  441.  
  442. {block:Answer}
  443. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  444. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  445. {Asker}: {Question}</div>
  446. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  447. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  448. {/block:Answer}
  449.  
  450. {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>
  451. {/block:Text}
  452.  
  453. {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}
  454.  
  455. {block:Photo}
  456. {block:IndexPage}
  457. <center>
  458. <div class="perma">
  459.  
  460. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  461. </div>
  462. <div id="permalink">
  463. <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
  464. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  465. {/block:IndexPage}
  466. {block:PermalinkPage}
  467. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a></div>{LinkCloseTag}
  468. {/block:PermalinkPage}
  469. {/block:Photo}
  470.  
  471. {block:Photoset}
  472. {block:IndexPage}
  473. <center>
  474. {Photoset-250}</center>
  475. {/block:IndexPage}
  476. {block:PermalinkPage}
  477. <center>
  478. {Photoset-500}</center>
  479. {/block:PermalinkPage}
  480. {/block:Photoset}
  481.  
  482. {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}
  483.  
  484. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  485. <ul class="chat">
  486. {block:Lines}
  487. <li class="user_{UserNumber}">
  488. {block:Label}
  489. <span class="label">{Label}</span>
  490. {/block:Label}
  491.  
  492. {Line}
  493. </li>
  494. {/block:Lines}
  495. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  496. {/block:Chat}
  497.  
  498. {block:Audio}
  499. <div style="width:400px; height:30px;">
  500. {AudioPlayerBlack}
  501. </div>
  502. {block:IndexPage}<span class="permalink">
  503. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  504. </span>{/block:IndexPage}
  505. {/block:Audio}
  506.  
  507. {block:Video}
  508. {block:IndexPage}
  509. <center>
  510. {Video-250}</center>
  511. {/block:IndexPage}
  512. {block:PermalinkPage}
  513. <center>
  514. {Video-500}</center>
  515. {/block:PermalinkPage}
  516. {block:Video}
  517.  
  518.  
  519. {block:PostNotes}<div align="middle">{caption}</div>
  520. <center>
  521.  
  522. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  523.  
  524. {block:HasTags}
  525. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  526. {block:RebloggedFrom}
  527. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  528. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  529.  
  530. {/block:RebloggedFrom}
  531. </center></span>
  532. <br>
  533. <div id="postnotes">{PostNotes}</div><br>
  534.  
  535. <center>{block:ContentSource}
  536. <br><a href="{SourceURL}">
  537. {lang:Source}:
  538. {block:SourceLogo}
  539. <img src="{BlackLogoURL}" width="{LogoWidth}"
  540. height="{LogoHeight}" alt="{SourceTitle}" />
  541. {/block:SourceLogo}
  542. {block:NoSourceLogo}
  543. {SourceLink}
  544. {/block:NoSourceLogo}
  545. </a>
  546. {/block:ContentSource}</center>
  547.  
  548. {/block:PostNotes}
  549. </div>
  550. {/block:Posts}
  551. </div></div>
  552.  
  553. {block:IndexPage}
  554. {block:Pagination}
  555. <div id="pagination">
  556. {block:NextPage}
  557. <a id="nextPage" href="{NextPage}"></a>
  558. {/block:NextPage}
  559. {block:PreviousPage}
  560. <a href="{PreviousPage}"></a>
  561. {/block:PreviousPage}
  562. </div>
  563. {/block:Pagination}
  564. {/block:IndexPage}
  565. </body>
  566.  
  567. </div>
  568.  
  569. <div style="position:fixed; right:1px; bottom:1px;"> <a href="http://themesbycaralinaandnancy.tumblr.com/">theme</a></div>
  570.  
  571. </center>
  572. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement