Advertisement
themesbycl

theme 1

Jul 25th, 2012
8,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.70 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{favicon}">
  9.  
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebar" content=""/>
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Sidebar Background" content="#ffffff"/>
  14. <meta name="color:Title" content="#696969"/>
  15. <meta name="color:Post Titles" content="#000000"/>
  16. <meta name="color:Text" content="#8f8e8e"/>
  17. <meta name="color:Link" content="#353434"/>
  18. <meta name="color:Link Hover" content="#000000"/>
  19. <meta name="color:Posts Hover" content="#ffffff"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:Navigation" content="#FFDAB9"/>
  22. <meta name="color:Navigation Hover" content="#eee"/>
  23. <meta name="if:Show Title" content="1"/>
  24. <meta name="if:Show sidebar image" content="0"/>
  25. <meta name="if:tiny cursor" content="1"/>
  26. <meta name="text:Link 1 Title" content=""/>
  27. <meta name="text:Link 1 URL" content=""/>
  28. <meta name="text:Link 2 Title" content=""/>
  29. <meta name="text:Link 2 URL" content=""/>
  30. <meta name="text:Link 3 Title" content=""/>
  31. <meta name="text:Link 3 URL" content=""/>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. {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;}
  39. {/block:iftinycursor}
  40.  
  41.  
  42. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  43. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  44.  
  45. @font-face { font-family: "ribeyemarrow-regular"; src: url('http://static.tumblr.com/xgp678o/zqEm6grim/ribeyemarrow-regular.ttf'); }
  46.  
  47.  
  48.  
  49. body{
  50. color:{color:Text};
  51. background-color:{color:Background};
  52. background-image:url({image:Background});
  53. background-attachment:fixed;
  54. background-repeat: repeat;}
  55. body, div, p, textarea, submit, input{
  56. font-family: "century gothic";
  57. font-size:10px;
  58. line-height: 11px;}
  59.  
  60. p{
  61. margin:0px;
  62. margin-top:5px;}
  63.  
  64.  
  65. a, a:active, a:visited{
  66. color: {color:Link};
  67. text-decoration: none;}
  68.  
  69. a:hover {
  70. color:{color:Link Hover};
  71. text-decoration: none;}
  72.  
  73.  
  74. #content{
  75. width: 400px;
  76. margin: auto;
  77. position:relative;}
  78.  
  79. #posts {
  80. width: 550px;
  81. margin:3;
  82. margin-left: -180px;
  83. margin-top:2px;
  84. {block:PermalinkPage}position:relative; {/block:PermalinkPage}}
  85.  
  86. #entry {
  87. background-color: #fff;
  88. position:relative;
  89. margin:1px;
  90.  
  91. {block:IndexPage}
  92. width:250px;
  93. padding:2px;
  94. float:left;
  95. {/block:IndexPage}
  96.  
  97. {block:PermalinkPage}
  98. padding:10px;
  99. width:500px;
  100. {/block:PermalinkPage}}
  101.  
  102. #entry img{
  103. {block:IndexPage}
  104. max-width:250px;
  105. height:auto;
  106. {/block:IndexPage}
  107. {block:PermalinkPage}
  108. max-width:500px;
  109. height:auto;
  110. {/block:PermalinkPage}}
  111.  
  112. #entry .permalink{
  113. display:block;
  114. width:240px;
  115. padding:5px;
  116. margin-top:-10px;
  117. margin-left:0px;
  118. font-family:tahoma;
  119. position: absolute;
  120. overflow:hidden;
  121. opacity:0.0;
  122. background:{color:Posts Hover};
  123. text-transform:uppercase;
  124. text-align: left;}
  125.  
  126. #entry:hover .permalink{
  127. display:block;
  128. width:240px;
  129. margin-top:-21px;
  130. position: absolute;
  131. overflow:visible;
  132. -webkit-transition: opacity 0.2s linear; opacity: 0.9;
  133. -webkit-transition: all 0.3s linear;
  134. -moz-transition: all 0.3s linear;
  135. transition: all 0.3s linear;}
  136.  
  137. .perma{
  138. text-align:left;
  139. display:block;
  140. width: auto;
  141. margin-top:7px;
  142. padding: 1px;
  143. font-family:tahoma;
  144. border-top: 1px solid #000;
  145. font-size:8px;
  146. line-height:13px;
  147. text-transform:uppercase;}
  148.  
  149. #sidebar{
  150. margin:0px 0px 0px 380px;
  151. padding:10px;
  152. width:233px;
  153. top:90px;
  154. height:auto;
  155. font-size:12px;
  156. font-family:century gothic;
  157. line-height:13px;
  158. letter-spacing:0px;
  159. margin-bottom:6px;
  160. position:fixed;
  161. border:1px solid #eee;
  162. background-color:{color:Sidebar Background}}
  163.  
  164.  
  165. .linkss {
  166. display : block;
  167. text-align: center;
  168. font-family: verdana;
  169. font-size:8px;
  170. text-transform:uppercase;
  171. letter-spacing:1px;
  172. width: 110px;
  173. height: 20px;
  174. top:50px;
  175. margin-left:3px;
  176. margin-top:3px;
  177. line-height:18px;
  178. text-align:center;
  179. -webkit-transition-duration: .4s;
  180. display: inline-block;
  181. background-color: {color:navigation};
  182. }
  183.  
  184. .linkss:hover {
  185. -moz-transition: all .3s ease-in-out;
  186. -o-transition: all .3s ease-in-out;
  187. transition: all .3s ease-in-out;
  188. -webkit-transition: all .3s ease-in-out;
  189. -webkit-transition-duration: .8s;
  190. -webkit-transition-duration: 1s;
  191. background-color: {color:navigation hover};
  192. }
  193.  
  194.  
  195.  
  196.  
  197. .title{
  198. text-align: center;
  199. font-family: "ribeyemarrow-regular";
  200. font-size:21px;
  201. line-height:26px;
  202. color: {color:title};}
  203.  
  204. .titles{
  205. text-align: center;
  206. font-family:{font:Post Titles};
  207. font-size:12px;
  208. color: {color:Post Titles};
  209. {block:ifPostTitlesUppercase}text-transform:uppercase;{/block:ifPostTitlesUppercase}}
  210.  
  211. .audio {
  212. padding:3px;
  213. {block:IndexPage}width:244px;{/block:IndexPage}
  214. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  215. background-color:#000;}
  216.  
  217. .arrows{
  218. word-spacing:20px;}
  219.  
  220. .cred{
  221. position:fixed;
  222. right:10px;
  223. bottom:3px;}
  224.  
  225. #details{
  226. padding:4px;
  227. display:block;
  228. text-align:center;
  229. border-top:1px solid {color:Notes Background};}
  230.  
  231. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  232.  
  233. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  234. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  235.  
  236.  
  237.  
  238. .audio {
  239. {block:IndexPage}width:245px;{/block:IndexPage}
  240. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  241. background-color:#000;}
  242.  
  243. .credit{
  244. bottom:5px;
  245. right:5px;
  246. font-size:11px;
  247. z-index:4;
  248. position:fixed;
  249. font-family: "century gothic";
  250. padding:0px;
  251. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  252.  
  253. .credit:hover{
  254. bottom:15px;
  255. font-family: "century gothic";;
  256. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  257. }
  258.  
  259. .credit .linkk{opacity:0;
  260. bottom:5px;
  261. right:7px;
  262. font-family: "century gothic";
  263. font-size:11px;
  264. z-index:4;
  265. position:fixed;
  266. padding:0px;
  267. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  268. }
  269.  
  270. .credit:hover .linkk{
  271. opacity:0.9;
  272. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  273. }
  274.  
  275. #linksss{
  276. position:fixed !important;
  277. width:auto;
  278. height:auto;
  279. right:3px;
  280. top:26px;
  281. }
  282.  
  283.  
  284. {CustomCSS}
  285.  
  286. </style></head><script src='http://static.tumblr.com/xgp678o/IdWm3lca4/infinitescrolling.txt' type='text/javascript'></script>
  287.  
  288. <body>
  289.  
  290. <div id="content">
  291. <div id="center">
  292. <div id="sidebar">
  293. {block:IfShowTitle}<a href="/"><span class="title"><center>{Title}</center></a></span>{/block:IfShowTitle}
  294. {block:ifshowsidebarimage}<br><a href="/"><img src="{image:Sidebar}" width=233px></a><br>{/block:ifshowsidebarimage}
  295. <center><br>{Description}<p>
  296. <div class="linkss">
  297. <a href="/">home</a>
  298. </div>
  299.  
  300. <div class="linkss">
  301. <a href="/ask">message</a>
  302. </div>
  303.  
  304. {block:ifLink1title}<div class="linkss"><a href="{text:Link 1 URL}">{text:Link 1 Title}</div></a>
  305. {/block:ifLink1title}
  306.  
  307. {block:ifLink2title}<div class="linkss"><a href="{text:Link 2 URL}">{text:Link 2 Title}</div></a>
  308. {/block:ifLink2title}
  309.  
  310. {block:ifLink3title}<div class="linkss"><a href="{text:Link 3 URL}">{text:Link 3 Title}</div></a>
  311. {/block:ifLink3title}
  312.  
  313. <div class="linkss"><a href="http://classy-lovely.tumblr.com/">theme</div></a>
  314.  
  315. </div>
  316.  
  317.  
  318. </center>
  319. </div>
  320.  
  321.  
  322. <div id="posts">
  323. {block:Posts}
  324. <div id="entry">
  325.  
  326.  
  327.  
  328. {block:Text}
  329. {block:Title}<span class="titles">{Title}</span>{/block:Title}
  330. {Body}
  331. {block:IndexPage}
  332. <span class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  333. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  334. {/block:IndexPage}
  335. {/block:Text}
  336.  
  337.  
  338.  
  339. {block:Link}
  340. <a href="{URL}"><span class="titles"><b>→</b> {Name}</span></a>
  341. {block:Description}{Description}{/block:Description}
  342. {block:IndexPage}
  343. <span class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  344. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  345. {/block:IndexPage}
  346. {block:Link}
  347.  
  348.  
  349.  
  350. {block:Photo}
  351. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  352. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  353. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage} width="250" {/block:IndexPage}
  354. {block:PermalinkPage} width="500" {/block:PermalinkPage}/></a>
  355. {block:IndexPage}
  356. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  357. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  358. {/block:IndexPage}
  359. {/block:Photo}
  360.  
  361.  
  362.  
  363. {block:Photoset}
  364. {block:IndexPage}
  365. {PhotoSet-250}
  366. {/block:IndexPage}
  367. {block:PermalinkPage}
  368. {PhotoSet-500}
  369. {/block:PermalinkPage}
  370. {block:IndexPage}
  371. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  372. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  373. {/block:IndexPage}
  374. {/block:Photoset}
  375.  
  376.  
  377.  
  378. {block:Quote}
  379. {Quote}
  380. {block:Source}<br><b><div align=left>- {Source}</div></b>{/block:Source}
  381. {block:IndexPage}
  382. <span class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  383. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  384. {/block:IndexPage}
  385. {/block:Quote}
  386.  
  387.  
  388.  
  389. {block:Chat}
  390. {block:Title}<span class="titles">{Title}<br></span>{/block:Title}
  391. {block:Lines}
  392. {block:Label}<b><span class="label">{Label} </b></span>{/block:Label}
  393. {Line}<br>
  394. {/block:Lines}
  395. </ul>
  396. {/block:Label}
  397. {block:IndexPage}
  398. <span class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  399. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  400. {/block:IndexPage}
  401. {/block:Chat}
  402.  
  403.  
  404.  
  405. {block:Audio}
  406. <center> <div class="audio">{AudioPlayerBlack}</div><p>
  407. {block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist} </center>
  408. {block:IndexPage}
  409. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  410. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  411. {/block:IndexPage}
  412. {/block:Audio}
  413.  
  414.  
  415.  
  416. {block:Video}<center>
  417. {block:IndexPage}
  418. {Video-250}
  419. {/block:IndexPage}
  420. {block:PermalinkPage}
  421. {Video-500}
  422. {/block:PermalinkPage}
  423. </center>
  424. {block:IndexPage}
  425. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> //
  426. <a href="{ReblogURL}" target="_blank">reblog</a></font></span>
  427. {/block:IndexPage}
  428. {block:Video}
  429.  
  430.  
  431.  
  432. {block:Answer}
  433. {Asker} - {Question}<br clear="all">
  434. {Answer}
  435. {block:IndexPage}
  436. <span class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  437. {/block:IndexPage}
  438. {/block:Answer}
  439.  
  440.  
  441.  
  442. {block:PermalinkPage}
  443. <br clear="all" />
  444. <center><br>{block:Date}Posted {TimeAgo}{/block:Date}
  445. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}<br>
  446.  
  447. {block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">{/block:SourceLogo}{block:NoSourceLogo}&copy; {SourceTitle}{/block:NoSourceLogo}</a>, {/block:ContentSource}
  448. {block:RebloggedFrom}Via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</center>
  449.  
  450. <br>{block:Caption}{Caption}{/block:Caption}
  451. {block:PostNotes}{PostNotes}{/block:PostNotes}
  452. {/block:PermalinkPage}
  453. </div>
  454.  
  455. {/block:Posts}
  456.  
  457. </div>
  458. </div>
  459. </div>
  460. </center>
  461. </div>
  462. </div>
  463. {block:IndexPage}
  464. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  465. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  466. <script type="text/javascript" src="http://static.tumblr.com/evsc8np/vyum21gzi/infscr.txt"></script>
  467. <script type="text/javascript">
  468. $(window).load(function(){
  469. var $wall = $('#posts');
  470. $wall.imagesLoaded(function(){
  471. $wall.masonry({
  472. itemSelector: '#entry, #entry_photo',
  473. isAnimated : false
  474. });
  475. });
  476.  
  477. $wall.infinitescroll({
  478. navSelector : '#page-nav',
  479. nextSelector : '#page-nav a',
  480. itemSelector : '#entry, #entry_photo',
  481. bufferPx : 2000,
  482. debug : false,
  483. errorCallback: function() {
  484. $('#infscr-loading').fadeOut('normal');
  485. }},
  486. function( newElements ) {
  487. var $newElems = $( newElements );
  488. $newElems.hide();
  489. $newElems.imagesLoaded(function(){
  490. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  491. });
  492. }); $('#content').show(500);
  493. });
  494. </script>
  495. {/block:IndexPage}
  496. </body><div class="credit"><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>
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement