Advertisement
hor4ny

Theme 19 2.0 - themesbycaralinaandnancy

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