Advertisement
hor4ny

Theme 32 - Themesbycaralinaandnancy

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