Advertisement
themesbycl

theme 12

Jul 27th, 2012
26,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.06 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Dr+Sugiyama' rel='stylesheet' type='text/css'>
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#130C11"/>
  16. <meta name="color:Title" content="#130C11"/>
  17. <meta name="color:Hover" content="#130C11"/>
  18. <meta name="color:Link" content="#000000"/>
  19. <meta name="color:Scrollbar" content="#130C11"/>
  20. <meta name="image:Sidebar" content="1"/>
  21. <meta name="image:Background" content="1"/>
  22. <meta name="if:show photo" content="1"/>
  23. <meta name="if:Show Blog Title" content="1"/>
  24. <meta name="if:rainbow links" content="0"/>
  25. <meta name="if:faded images" content="1"/>
  26. <meta name="if:tiny cursor" content="1"/>
  27. <meta name="text:Link One Title" content="" />
  28. <meta name="text:Link One" content="" />
  29. <meta name="text:Link Two Title" content="" />
  30. <meta name="text:Link Two" content="" />
  31. <meta name="text:Link Three Title" content="" />
  32. <meta name="text:Link Three" content="" />
  33. <meta name="text:Link Four Title" content="" />
  34. <meta name="text:Link Four" content="" />
  35. <meta name="text:Link Five Title" content="" />
  36. <meta name="text:Link Five" content="" />
  37.  
  38. <style type="text/css">
  39.  
  40. {block:iftinycursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:iftinycursor}
  41.  
  42.  
  43. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  44. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  45.  
  46. <title>{Title}{block:Title} - {Title}{/block:Title}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  47. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  48.  
  49. #tumblr_controls{
  50. position:fixed !important;
  51. }
  52.  
  53. .wrapper{
  54. margin: 0px auto;
  55. width: 802px;
  56. }
  57.  
  58. .header{
  59. float: left;
  60. width: 100%;
  61. }
  62.  
  63. .left{
  64. float: left;
  65. margin-right: 20px;
  66. width: 802px;
  67. }
  68.  
  69. .right{
  70. float: right;
  71. width: 200px;
  72. background-color: {color:Background};
  73. }
  74.  
  75. body {
  76. padding: 0px;
  77. margin: 0px;
  78. color:{color:text};
  79. font-family: Geneva,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 10px;
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-size: cover;
  83. background-repeat: repeat;
  84. background-attachment: fixed;
  85. }
  86.  
  87. a:link, a:active, a:visited{
  88. color: {color:Link};
  89. text-decoration: none;
  90. -webkit-transition: color 0.4s ease-out;
  91. -moz-transition: color 0.4s ease-out;
  92. }
  93.  
  94. a:hover{
  95. color:{color:Hover};
  96. -webkit-transition: color 0.4s ease-out;
  97. -moz-transition: color 0.4s ease-out;
  98. {block:ifshadowhover}text-shadow:0px 0px 4px #000{/block:ifshadowhover};
  99. }
  100.  
  101.  
  102. .entry {
  103. margin:2px;
  104. padding: 2px;
  105. float:left;
  106. background-color: #ffffff;
  107. border: border:1px solid #eee;
  108. font-family: Geneva,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  109. font-size: 10px;
  110. line-height:11px;
  111. {block:iffadedimages}-webkit-transition: opacity 0.5s linear;
  112. opacity: 0.80;{/block:iffadedimages}
  113. {block:IndexPage}
  114. width:340px;
  115. {/block:IndexPage}
  116. {block:PermalinkPage}
  117. width:550px;
  118. margin-left: 357x;
  119. {/block:PermalinkPage}
  120. }
  121. .entry:hover{
  122. {block:iffadedimages}-webkit-transition: opacity 0.5s linear;
  123. opacity: 1;{/block:iffadedimages}
  124. }
  125. .title{
  126. font-family: Geneva,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  127. font-size: 14px;
  128. line-height:12px;
  129. color: #000000;
  130. font-weight: normal;
  131. padding:0px 0px 0px 0px;
  132. }
  133.  
  134. @font-face { font-family: "loversquarrel-regular"; src: url('http://static.tumblr.com/xgp678o/bgZm6go4x/loversquarrel-regular.ttf'); }
  135.  
  136. .blogtitle{
  137. font-family: "loversquarrel-regular";
  138. font-color: {color:title};
  139. padding-top:25px;
  140. font-size:50px;
  141. line-height:10px;
  142. letter-spacing:1px;}
  143.  
  144.  
  145. .entry .perma{
  146. width:340px;
  147. height: 13px;
  148. position: absolute;
  149. font-size: 10px;
  150. line-height: 10px;
  151. letter-spacing: 0px;
  152. text-align: center;
  153. text-transform:uppercase;
  154. overflow:hidden;
  155. opacity: 0.0;
  156. background-color: #fff;
  157. -webkit-transition: all 0.3s linear;
  158. -moz-transition: all 0.3s linear;
  159. transition: all 0.3s linear;
  160. padding-top: 3px;
  161. margin-top: 0px;
  162. margin-left: 0px;
  163. }
  164.  
  165. .entry:hover .perma{
  166. padding-top:4px;
  167. padding-bottom:4px;
  168. overflow:visible;
  169. -webkit-transition: opacity 0.3s linear; opacity: 0.9;
  170. -webkit-transition: all 0.5s linear;
  171. -moz-transition: all 0.5s linear;
  172. transition: all 0.5s linear;
  173. margin-top: 0px;
  174. margin-left: 0px;
  175. }
  176.  
  177. .permahover {
  178. text-align: center;
  179. opacity: 0.0;
  180. filter: alpha(opacity = 0);
  181. font-size: 10px;
  182. line-height: 9px;
  183. margin-top:0px;
  184. text-decoration: underline;
  185.  
  186. }
  187.  
  188. .entry:hover .permahover {
  189. text-align: center;
  190. opacity: .5;
  191. font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  192. margin-top:5px;
  193. filter: alpha(opacity = 50);
  194. -webkit-transition-duration:1s;
  195.  
  196.  
  197. }
  198.  
  199. .videoperma embed, .post div.video object {
  200. width:400px !important;
  201. height:350px !important;
  202. }
  203.  
  204. div#sidebar{
  205. position:fixed !important;
  206. width: 245px;
  207. height:auto;
  208. margin: 105px 0px 0px 710px;
  209. padding:1px;
  210. text-align: center;
  211. font-family: Geneva,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 10px;
  212. line-height:12px;
  213. letter-spacing:0px;
  214. margin-bottom: 5px;
  215. background-color:#ffffff;
  216. }
  217.  
  218. .yo a{
  219. color: #fff;}
  220.  
  221. .yo{
  222. color: #fff;
  223. font-size: 12px;
  224. display: inline-block;}
  225.  
  226. #posts {
  227. width: 800px;
  228. margin-left:-32px;
  229. margin-top:2px;
  230. float:left;
  231. font-family: cambria;
  232. }
  233.  
  234. #infscr-loading{
  235. bottom: -70px;
  236. position: absolute;
  237. left: 50%;
  238. margin-left:-8px;
  239. width:16px;
  240. height:11px;
  241. overflow:hidden;
  242. margin-bottom: 50px;
  243. }
  244.  
  245.  
  246. .as {
  247. text-align: center;
  248. padding: 0 12px;
  249. color: {color:link};
  250. margin: 0px;
  251. }
  252.  
  253. .cb a {
  254. margin-right: 6px;
  255. }
  256.  
  257. .cb {
  258. text-align: center;
  259. padding: 0px 12px;
  260. opacity: 0;
  261. filter: alpha(opacity = 0);
  262. margin-top: -10px;
  263. -webkit-transition: all 0.8s ease;
  264. -moz-transition: all 0.8s ease;
  265. transition: all 0.8s ease;
  266. -o-transition: all 0.8s ease;
  267. }
  268.  
  269.  
  270. .m {
  271. display: block;
  272. padding: 3px;
  273. }
  274.  
  275. .m:hover .cb {
  276. opacity: 1;
  277. filter: alpha(opacity = 100);
  278. margin-top: 0px;
  279. }
  280.  
  281.  
  282. .nine{
  283. bottom:5px;
  284. right:5px;
  285. font-size:11px;
  286. z-index:4;
  287. position:fixed;
  288. font-family: "century gothic";
  289. padding:0px;
  290. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  291. }
  292. .nine:hover{
  293. bottom:15px;
  294. font-family: "century gothic";
  295. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  296. }
  297. .nine .linkk{opacity:0;
  298. bottom:5px;
  299. right:7px;
  300. font-family: "century gothic";
  301. font-size:11px;
  302. z-index:4;
  303. position:fixed;
  304. padding:0px;
  305. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  306. }
  307. .nine:hover .linkk{
  308. opacity:0.9;
  309. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  310. }
  311.  
  312.  
  313. #linksss{
  314. position:fixed !important;
  315. width:auto;
  316. height:auto;
  317. right:3px;
  318. top:26px;
  319. }
  320.  
  321.  
  322. {CustomCSS}
  323.  
  324. </style>
  325. {block:ifrainbowlinks}
  326. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  327. "></script>{/block:ifrainbowlinks}
  328.  
  329. {block:IndexPage}
  330. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  331. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  332.  
  333. <script type="text/javascript">
  334. $(window).load(function () {
  335. var $content = $('#posts');
  336. $content.masonry({itemSelector: '.entry'}),
  337. $content.infinitescroll({
  338. navSelector : 'div#pagination',
  339. nextSelector : 'div#pagination a#nextPage',
  340. itemSelector : '.entry',
  341. loading: {
  342. finishedMsg: '',
  343. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  344. },
  345. bufferPx : 600,
  346. debug : false,
  347. },
  348. // call masonry as a callback.
  349. function( newElements ) {
  350. var $newElems = $( newElements );
  351. $newElems.hide();
  352. // ensure that images load before adding to masonry layout
  353. $newElems.imagesLoaded(function(){
  354. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  355.  
  356.  
  357. });
  358. });
  359. });
  360. </script>
  361.  
  362. {/block:IndexPage}
  363.  
  364. <title>{title}</title>
  365.  
  366. <link rel="shortcut icon" href="{Favicon}">
  367. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  368. <meta name="viewport" content="width=820" />
  369.  
  370. </head><script src='http://static.tumblr.com/xgp678o/IdWm3lca4/infinitescrolling.txt' type='text/javascript'></script>
  371. <body>
  372. <div class="wrapper">
  373. <div class="header">
  374. </div>
  375.  
  376. <div id="sidebar">
  377. {block:ifShowBlogTitle}
  378. <a href="/"><div align="left" class="blogtitle">{Title}</div></a>
  379. {/block:ifShowBlogTitle}<br>
  380. <center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=243px></a>{/block:ifshowphoto}</center><center>{Description}</center>
  381. <br><div class="m"><p class="as">NAVIGATE</p>
  382. <p class="cb"><a href="/">home</a>
  383. <a href="/ask">ask</a>
  384. <a href="/archive">archive</a>
  385.  
  386. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a>{/block:ifLinkOneTitle}
  387.  
  388.  
  389. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a>{/block:ifLinkTwoTitle}
  390.  
  391.  
  392. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> {/block:ifLinkThreeTitle}
  393.  
  394.  
  395. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> {/block:ifLinkFourTitle}
  396.  
  397.  
  398. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> {/block:ifLinkFiveTitle}
  399.  
  400.  
  401. <a href="http://classy-lovely.tumblr.com/">theme</a>
  402. </div>
  403. </div>
  404.  
  405.  
  406. <div class="left">
  407.  
  408. <div id="posts">
  409.  
  410. {block:Posts}
  411. <div class="entry">
  412.  
  413.  
  414. {block:Text}
  415. {block:Title}<span class="title">{Title}</span>{/block:Title}
  416. <span class="entrytext">{Body}</span></a>
  417. {block:IndexPage}
  418. <div class="permahover"><p><a href="{permalink}">{NoteCount} notes</a> &bull; <a href="{ReblogURL}" target="_blank">reblog</a> &bull; <a href="{permalink}">{timeago}</a></p></div>
  419. {/block:IndexPage}
  420. {/block:Text}
  421.  
  422. {block:Link}
  423. <a href="{URL}" class="title">{Name}</a>
  424. {block:Description}{Description}{/block:Description}
  425. {block:IndexPage}
  426. <div class="permahover"><p><a href="{permalink}">{NoteCount} notes</a> &bull; <a href="{ReblogURL}" target="_blank">reblog</a> &bull; <a href="{permalink}">{timeago}</a></p></div>
  427. {/block:IndexPage}
  428. {block:Link}
  429.  
  430. {block:Photo}
  431. {block:IndexPage}{LinkOpenTag}<div class="photo"><div class="perma">
  432. <a href="{Permalink}">{block:Date}</a> <a href="{Permalink}">{NoteCountwithlabel}</a> &bull; <a href="{reblogurl}" target="_blank">reblog</a> &bull; <a href="{permalink}">posted {timeago}{/block:Date}</a></span></div><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="340"/></a></div>{LinkCloseTag}{/block:IndexPage}
  433. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>{LinkCloseTag}{/block:PermalinkPage}
  434. {/block:Photo}
  435.  
  436. {block:Photoset}
  437. <center>{Photoset-400}</center></span><div class="permahover"><p><a href="{permalink}">{NoteCount} notes</a> &bull; <a href="{ReblogURL}" target="_blank">reblog</a> &bull; <a href="{permalink}">{timeago}</a></p></div>
  438. {/block:Photoset}
  439.  
  440. {block:Quote}
  441. <span class="title">{Quote}</span><br />
  442. {block:Source}{Source}{/block:Source}
  443. {block:IndexPage}
  444. <br /><div class="permahover"><p><a href="{permalink}">{NoteCount} notes</a> &bull; <a href="{ReblogURL}" target="_blank">reblog</a> &bull; <a href="{permalink}">{timeago}</a></p></div>
  445. {/block:IndexPage}
  446. {/block:Quote}
  447.  
  448. {block:Chat}
  449. {block:Title}<span class="title">{Title}</span>{/block:Title}
  450. <ul class="chat">
  451. {block:Lines}
  452. <li class="user_{UserNumber}">
  453. {block:Label}
  454. <span class="label">{Label}</span>
  455. {/block:Label}
  456.  
  457. {Line}
  458. </li>
  459. {/block:Lines}
  460. </ul>
  461. {block:IndexPage}
  462. <div class="textperma"><a href="{permalink}">{TimeAgo}</a> • <a href="{Permalink}">{NoteCount}</a></span></a></div>
  463. {/block:IndexPage}
  464. {/block:Chat}
  465.  
  466. {block:Audio}
  467. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  468. {FormattedPlayCount} plays</small></div></div></center><br>
  469. {block:Caption}{Caption}{/block:Caption}
  470. {block:IndexPage}<div class="permahover"><p><a href="{permalink}">{NoteCount} notes</a> &bull; <a href="{ReblogURL}" target="_blank">reblog</a> &bull; <a href="{permalink}">{timeago}</a></p></div>
  471. {/block:IndexPage}
  472. {/block:Audio}
  473.  
  474. {block:Video}
  475. <center>
  476. <div class="videoperma">{Video-400}</div><BR>
  477. {block:Caption}{Caption}</a>{/block:Caption}</center>
  478. <div class="textperma"><a href="{permalink}">{TimeAgo}</a> • <a href="{Permalink}">{NoteCount}</a></span></a></div>
  479. {block:Video}
  480.  
  481. {block:PermalinkPage}
  482. <center>
  483. <br>{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>
  484.  
  485.  
  486. {/block:PermalinkPage}
  487.  
  488.  
  489. {block:PostNotes}{PostNotes}
  490. {/block:PostNotes}
  491. </div>
  492.  
  493.  
  494. {/block:Posts}
  495. </div>
  496. </div>
  497. {block:IndexPage}
  498. {block:Pagination}
  499. <div id="pagination">
  500. {block:NextPage}
  501. <a id="nextPage" href="{NextPage}"></a>
  502. {/block:NextPage}
  503. {block:PreviousPage}
  504. <a href="{PreviousPage}"></a>
  505. {/block:PreviousPage}
  506. </div>
  507. {/block:Pagination}
  508. {/block:IndexPage}
  509. </div>
  510.  
  511.  
  512. </body><div class="nine"><a href="http://classy-lovely.tumblr.com">theme credit</a><br><div class="linkk"><a href="http://classy-lovely.tumblr.com">classy-lovely</a></div>
  513. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement