Advertisement
Itsyourcaterina

theme 30

Oct 6th, 2013
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. <head>
  2.  
  3. <head>
  4. <script type="text/javascript">
  5. <!--
  6.  
  7. // Disable Right Click Script
  8.  
  9. function IE(e)
  10. {
  11. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  12. {
  13. return false;
  14. }
  15. }
  16. function NS(e)
  17. {
  18. if (document.layers || (document.getElementById && !document.all))
  19. {
  20. if (e.which == "2" || e.which == "3")
  21. {
  22. return false;
  23. }
  24. }
  25. }
  26. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  27.  
  28. //-->
  29. </script>
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <meta name="color:background" content="#FFFFFF"/>
  33. <meta name="color:text" content="#130C11"/>
  34. <meta name="color:hover" content="#130C11"/>
  35. <meta name="color:link" content="#000000"/>
  36.  
  37. <meta name="image:sidebar" content="1"/>
  38. <meta name="image:background" content="1"/>
  39. <meta name="text:Link 1 title" content="link" />
  40. <meta name="text:Link 1 link" content="" />
  41. <meta name="text:Link 2 title" content="link" />
  42. <meta name="text:Link 2 link" content="" />
  43. <meta name="text:Link 3 title" content="link" />
  44. <meta name="text:Link 3 link" content="" />
  45. <meta name="text:Link 4 title" content="link" />
  46. <meta name="text:Link 4 link" content="" />
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  53.  
  54.  
  55.  
  56. #aaaaaa; border-right: 1px solid #aaaaaa; }
  57.  
  58. .wrapper{
  59. margin:1px auto;
  60. width: 802px;
  61. }
  62.  
  63. .header{
  64. float: left;
  65. width: 100%;
  66. }
  67.  
  68. .left{
  69. float: left;
  70. margin-right: 20px;
  71. width: 802px;
  72. }
  73.  
  74. .right{
  75. float: right;
  76. width: 200px;
  77. background-color: {color:Background};
  78. }
  79.  
  80.  
  81. p {
  82. margin:0px;
  83. margin-top:0px;
  84. }
  85.  
  86.  
  87. body {
  88. margin:0px;
  89. text-decoration: none;
  90. text-align:left;
  91. background-color: {color:background};
  92. background-image:url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. color: {color:Text};
  96. font-family:arial;
  97. font-size: 9px;
  98. }
  99.  
  100.  
  101. ::-webkit-scrollbar {width: 3px; height: 4px; background: {color:Background};}
  102.  
  103. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. a:link, a:active, a:visited{
  111. color: {color:Link};
  112. text-decoration: none;
  113. -webkit-transition: color 0.2s ease-out;
  114. -moz-transition: color 0.2s ease-out;
  115. }
  116.  
  117. a:hover{
  118. color:{color:Hover};
  119. -webkit-transition: color 0.2s ease-out;
  120. -moz-transition: color 0.2s ease-out;
  121. }
  122. .entry{
  123. float: left;
  124. width: 260px;
  125. height: auto;
  126. text-align:center;
  127. line-height:11px;
  128. background-color:{color:backgrond};
  129. padding:6px;
  130. margin-right:3px;
  131. overflow:hidden;
  132. margin-bottom:3px;
  133. }
  134.  
  135.  
  136.  
  137. #entry img{
  138.  
  139. max-width: 270px;
  140. height: auto;
  141.  
  142.  
  143. }
  144.  
  145.  
  146. .credit{
  147. position:fixed;
  148. right:6px;
  149. top:25px;
  150. z-index:9999;
  151. opacity:0.4;
  152. -webkit-transition: all 1s linear;
  153. -webkit-transition: all 1s linear;
  154. -moz-transition: all 1s linear;
  155. transition: all 1s linear;
  156. }
  157. .credit:hover{
  158. opacity:1;
  159. -webkit-transition: all 1s linear;
  160. -webkit-transition: all 1s linear;
  161. -moz-transition: all 1s linear;
  162. transition: all 1s linear;
  163. }
  164.  
  165.  
  166.  
  167.  
  168. img{-webkit-filter: grayscale(40%);-webkit-transition: opacity 0.9s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;
  169. transition: all 0.9s linear; opacity: 1.0;}
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176. div#sidebar{
  177. position:fixed !important;
  178. width: 180px;
  179. height:auto;
  180. margin-top: 190px;
  181. margin-left: 300px;
  182. {block:ifsidebarright}
  183. margin-left: 300px;
  184. {/block:ifsidebarright}
  185. padding: 2px;
  186. line-height:11px;
  187. -webkit-transition-duration: 0.8s;
  188. -moz-transition-duration: 0.8s;
  189. padding-bottom: 5px;
  190. margin-bottom: 0px;
  191. -webkit-animation: flipInY 2s;
  192. -moz-animation: flipInY 2s;
  193. -ms-animation: flipInY: 2s;
  194. }
  195.  
  196.  
  197. #posts {
  198. width: 700px;
  199. margin-left:530px;
  200. margin-top: 10px;
  201. background-color: transparent;
  202. background-image:url({image:Background});
  203. {block:PermalinkPage}
  204. margin-left:530px;
  205. {/block:PermalinkPage}
  206. float:left;
  207. }
  208.  
  209. #infscr-loading{
  210. bottom: -70px;
  211. position: absolute;
  212. left: 50%;
  213. margin-left:-8px;
  214. width:16px;
  215. height:11px;
  216. overflow:hidden;
  217. margin-bottom: 50px;
  218. }
  219.  
  220.  
  221. .title{
  222. font-size: 11px;
  223. line-height:14px;
  224. color: {color:Title};
  225. font-weight: bold;
  226. }
  227.  
  228.  
  229. #pagination{
  230. display:none;
  231. }
  232.  
  233.  
  234. blockquote{
  235. padding:0px 0px 2px 5px;
  236. margin:0px 0px 2px 10px;
  237. border-left: 1px dotted #555555;
  238. }
  239.  
  240.  
  241.  
  242. #descriptionman{
  243. padding-top: 3px;
  244. padding-bottom: 3px;
  245. }
  246.  
  247.  
  248. .speclink{
  249. word-spacing:1px;
  250. }
  251.  
  252. .chat li {
  253. list-style-type:none;
  254. margin-left:-40px;
  255. padding:5px;
  256.  
  257. }
  258. .label{
  259. font-weight:700;
  260. font-size:11px;
  261. }
  262.  
  263.  
  264. .permalink{
  265. line-height: 13px;
  266. text-transform: none;
  267. font-family: arial;
  268. font-size: 9px;
  269. margin-top: 0px;
  270. text-align:right;
  271. margin-left:10px;
  272. text-transform: lowercase;
  273. }
  274.  
  275.  
  276. .speclink{
  277. word-spacing:1px;
  278. }
  279. .perms{
  280. opacity: 0.0;
  281.  
  282. filter: alpha(opacity = 0);
  283. position:absolute;
  284. z-index:9999991;
  285. top: 12px;
  286. right: 180px;}
  287.  
  288. }
  289.  
  290. .permsimg{
  291. height:26px;
  292. width:26px;
  293. border:3px solid white;
  294. margin-left:3px;
  295. -webkit-filter: invert(100%);
  296. -webkit-transition: all 0.2s linear;
  297. -webkit-transition: all 0.2s linear;
  298. -moz-transition: all 0.2s linear;
  299. transition: all 0.2s linear;
  300. }
  301.  
  302. .entry:hover .perms{
  303. bottom:13px;
  304. opacity: .8;
  305. -webkit-transition: all 0.2s linear;
  306. -webkit-transition: all 0.2s linear;
  307. -moz-transition: all 0.2s linear;
  308. transition: all 0.2s linear;
  309. }
  310.  
  311. .my-like {
  312. background-image: url("http://static.tumblr.com/j1tjexd/aeQmam5ia/like1.png") !important;
  313. height:35px;
  314. width:35px;
  315. cursor:pointer;
  316. display:inline-block;
  317. vertical-align:top;
  318. margin-left:3px;
  319. }
  320. .my-liked, .my-like:hover {
  321. background-image: url("http://static.tumblr.com/j1tjexd/5YOmanh18/like2.png") !important;
  322. height:35px;
  323. width:35px;
  324. cursor:pointer;
  325. display:inline-block;
  326. vertical-align:top;
  327. margin-left:3px;
  328. }
  329.  
  330.  
  331. {CustomCSS}
  332.  
  333. </style>
  334.  
  335.  
  336. {block:IndexPage}
  337. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  338. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  339.  
  340. <script type="text/javascript">
  341. $(window).load(function () {
  342. var $content = $('#posts');
  343. $content.masonry({itemSelector: '.entry'}),
  344. $content.infinitescroll({
  345. navSelector : 'div#pagination',
  346. nextSelector : 'div#pagination a#nextPage',
  347. itemSelector : '.entry',
  348. loading: {
  349. finishedMsg: '',
  350. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  351. },
  352. bufferPx : 600,
  353. debug : false,
  354. },
  355. // call masonry as a callback.
  356. function( newElements ) {
  357. var $newElems = $( newElements );
  358. $newElems.hide();
  359. // ensure that images load before adding to masonry layout
  360. $newElems.imagesLoaded(function(){
  361. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  362.  
  363.  
  364. });
  365. });
  366. });
  367. </script>
  368.  
  369. {/block:IndexPage}
  370.  
  371.  
  372. <title>{title}</title>
  373.  
  374. <link rel="shortcut icon" href="{Favicon}">
  375. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  376. <meta name="viewport" content="width=820" />
  377.  
  378. </head>
  379.  
  380.  
  381. <body>
  382.  
  383.  
  384. <div class="wrapper">
  385. <div class="header">
  386. </span>
  387. </div>
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. <div id="sidebar">
  395.  
  396.  
  397.  
  398.  
  399. <div align="left" style="padding-bottom:4px;margin-left:-6px; ">
  400. <a href="/">
  401. <img style="" src="{image:sidebar}" width=210 "; /></a></div>
  402.  
  403.  
  404. <div id="descriptionman">
  405.  
  406. <center>{Description}</center></div>
  407.  
  408.  
  409. <div align="left" style="line-height:12px; margin-left:0px; margin-bottom:2px; color:#000000;">
  410. </i>
  411.  
  412. <center>&nbsp;&nbsp&nbsp;&nbsp<a href="{text:link 1 link}">{text:link 1 title}</a>&nbsp;&nbsp
  413. <a href="{text:link 2 link}">{text:link 2 title}</a>&nbsp;&nbsp
  414. <a href="{text:link 3 link}">{text:link 3 title}</a>&nbsp;&nbsp&nbsp
  415. <a href="{text:link 4 link}">{text:link 4 title}</a>&nbsp;&nbsp
  416.  
  417.  
  418.  
  419.  
  420. </div>
  421.  
  422.  
  423.  
  424. </div>
  425. </div>
  426.  
  427.  
  428. <div class="left">
  429.  
  430. <div id="posts">
  431.  
  432. {block:Posts}
  433. <div class="entry">
  434.  
  435. {block:IndexPage}
  436. {/block:IndexPage}
  437.  
  438. {block:Text}
  439. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  440.  
  441. <div class="permalink"><a href="{permalink}">x</a></div>
  442.  
  443.  
  444. {/block:Text}
  445.  
  446. {block:Link}
  447. <a href="{URL}" class="title">{Name}</a>
  448. {block:Description}{Description}{/block:Description}
  449.  
  450. <div class="permalink"><a href="{permalink}">x</a></div>
  451. {block:Link}
  452.  
  453.  
  454. {block:Photo}
  455. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="260px"/></a></div>{LinkCloseTag}
  456. <div class="perms">
  457. <a href="{ReblogUrl}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/nGmmam5hg/reblog.png"></a>
  458. <div class="my-like" data-reblog="{ReblogUrl}" data-id="{PostID}"></div>
  459. </div>{/block:indexpage}
  460. {/block:Photo}
  461.  
  462.  
  463.  
  464.  
  465.  
  466. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/>{LinkCloseTag}{/block:PermalinkPage}
  467. {/block:Photo}
  468.  
  469. {block:Photoset}
  470. {block:IndexPage}
  471. {Photoset-250}
  472. {/block:IndexPage}
  473. {/block:Photoset}
  474.  
  475. {block:Quote}
  476. {Quote}</span>
  477. {block:Source}<strong>{Source}</strong>{/block:Source}
  478. <div class="permalink"><a href="{permalink}">x</a></div>
  479.  
  480.  
  481.  
  482. {/block:Quote}
  483.  
  484.  
  485. {block:Chat}
  486. <div style="padding:6px;">
  487. {block:Title}<span class="title">{Title}</span>{/block:Title}
  488. <div class="chat">
  489. {block:Lines}
  490. <div class="user_{UserNumber}">
  491. {block:Label}
  492. <span class="label">{Label}</span>
  493. {/block:Label}
  494.  
  495. {Line}
  496. </div>
  497. {/block:Lines}
  498. </div>
  499. {block:IndexPage}
  500. <div class="permalink"><a href="{permalink}">{notecountwithlabel}</a></div>
  501. {/block:indexpage}</div>
  502. {/block:Chat}
  503.  
  504.  
  505. {block:Audio}
  506. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  507. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  508. <div class="permalink"><a href="{permalink}">x</a></div>
  509.  
  510. {/block:Audio}
  511.  
  512. {block:Video}
  513. {block:IndexPage}
  514. {Video-250}
  515. {/block:IndexPage}
  516. {block:Video}
  517.  
  518.  
  519.  
  520.  
  521. {block:PermalinkPage}
  522. <center>
  523. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  524. {/block:PermalinkPage}
  525.  
  526.  
  527. {block:PostNotes}{PostNotes}
  528. {/block:PostNotes}
  529. </div>
  530.  
  531.  
  532. {/block:Posts}
  533. </div>
  534. </div>
  535. {block:IndexPage}
  536. {block:Pagination}
  537. <div id="pagination">
  538. {block:NextPage}
  539. <a id="nextPage" href="{NextPage}"></a>
  540. {/block:NextPage}
  541. {block:PreviousPage}
  542. <a href="{PreviousPage}"></a>
  543. {/block:PreviousPage}
  544. </div>
  545. {/block:Pagination}
  546. {/block:IndexPage}
  547. </div>
  548. </body>
  549. <div class="credit">
  550. <a href="http://thatfaith.tumblr.com" target="_blank">
  551. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  552.  
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement