Advertisement
hor4ny

Theme 25 - Themesbycaralinaandnancy

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