Advertisement
Itsyourcaterina

theme 28

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