Advertisement
hor4ny

Theme 30 - themesbycaralinaandnancy

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