Advertisement
themesbycl

theme - 22

Oct 31st, 2012
43,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html lang="en">
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text Color" content="#000000"/>
  13. <meta name="color:Link" content="#000000"/>
  14. <meta name="color:Hover" content="#b0c4de"/>
  15. <meta name="color:Blogtitle" content="#000000"/>
  16. <meta name="color:Scrollbar" content="#000000"/>
  17. <meta name="color:nav bg" content="#ffffff"/>
  18. <meta name="color:nav hover bg" content="#000000">
  19. <meta name="color:Blogtitle" content="#000000"/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Header" content=""/>
  22. <meta name="if:Rainbow links" content="0"/>
  23. <meta name="if:Tiny cursor" content="1"/>
  24. <meta name="text:Link 1 Title" content=""/>
  25. <meta name="text:Link 1 URL" content=""/>
  26. <meta name="text:Link 2 Title" content=""/>
  27. <meta name="text:Link 2 URL" content=""/>
  28. <meta name="text:Link 3 Title" content=""/>
  29. <meta name="text:Link 3 URL" content=""/>
  30. <meta name="text:Link 4 Title" content=""/>
  31. <meta name="text:Link 4 URL" content=""/>
  32. <meta name="text:Link 5 Title" content=""/>
  33. <meta name="text:Link 5 URL" content=""/>
  34.  
  35. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  36. <script type="text/javascript" src="scrolltopcontrol.js">
  37. </script>
  38. <script type="text/javascript" src="http://static.tumblr.com/2plu7ye/jt0mgeac5/top.txt"></script>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />
  47. {/block:Description}
  48.  
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. 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;}
  55.  
  56. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  57. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  58.  
  59. body {
  60. background-color: {color:Background};
  61. background-image:url({image:Background});
  62. background-attachment: fixed;
  63. background-repeat: repeat;
  64. color:{color:TextColor};
  65. font-family: helvetica;
  66. font-size: 11px;
  67. line-height: 11px;}
  68.  
  69. #infscr-loading{
  70. position: absolute;
  71. bottom: 0;
  72. left: 25%;}
  73.  
  74. #tumblr_controls{
  75. position:fixed z-index:9999999999;}
  76.  
  77. a:link, a:active, a:visited{
  78. color:{color:Link};
  79. text-decoration: none;}
  80.  
  81. a:hover{
  82. color:{color:Hover};}
  83.  
  84. div#content{
  85. width: 1290px;}
  86.  
  87. div#contain {
  88. width: 1290px;
  89. margin:-15px;
  90. margin-left: 40px;}
  91.  
  92. div#header{
  93. z-index:555;
  94. float:center;
  95. background-color:transparent;
  96. width: 900px;
  97. height: auto;
  98. margin-top: 30px;
  99. margin-left: 190px;
  100. padding: 30px;
  101. float:center;
  102. text-align: center;}
  103.  
  104. div#blogtitle{
  105. float:center;
  106. color:{color:blogtitle};
  107. text-align:center;
  108. font-size: 60px;
  109. line-height: 40px;
  110. padding:0px;
  111. font-family: 'Allura', cursive;
  112. font-style:none;
  113. text-align:center;
  114. -webkit-transition: all 0.3s ease;
  115. -moz-transition: all 0.3s ease;
  116. -o-transition: all 0.3s ease;
  117. transition: all 0.3s ease;}
  118.  
  119. div#blogtitle a:hover{
  120. color:{color:blogtitle};}
  121.  
  122. div#pagination{
  123. display:none;}
  124.  
  125. div#content .entry{
  126. float: left;
  127. background-color:transparent;
  128. {block:Indexpage}
  129. width: 250px;
  130. float: left;
  131. margin-left: 2px;
  132. padding:0px;
  133. {/block:Indexpage}
  134. {block:Permalinkpage}
  135. padding:5px;
  136. width: 500px;
  137. margin-left:160px;
  138. margin-top:0px;
  139. {/block:Permalinkpage}}
  140.  
  141. .entry:hover #text{padding-right:15px;opacity:0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}.entry:hover
  142.  
  143. #text:hover{opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  144.  
  145. .entry #text a{
  146. font-style:italic;
  147. text-align:right;
  148. font-weight:bold;
  149. font-family:helvetica;
  150. color:{color:post permalinks};}
  151.  
  152. .entry #text{
  153. text-align:right;
  154. font-family:helvetica;
  155. opacity:0;
  156. font-size:10px;
  157. color:{color:post permalinks};-webkit-transition: all 0.4s ease-out;
  158. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  159. }
  160.  
  161. .entry #text:hover{
  162. text-align:right;
  163. font-family:helvetica;
  164. opacity:1;
  165. color:{color:post permalinks};-webkit-transition: all 0.4s ease-out;
  166. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  167. }
  168.  
  169. div#desc{
  170. float:center;
  171. margin:5px;
  172. font-size: 11px;
  173. line-height: 11px;
  174. font-family:helvetica;}
  175.  
  176. #reblog{
  177. display:block;
  178. height:10px;
  179. width:240px;
  180. text-align:center;
  181. text-transform:uppercase;
  182. position: absolute;
  183. padding-left:5px;
  184. padding-bottom:5px;
  185. padding-right:5px;
  186. padding-top:5px;
  187. letter-spacing:1px;
  188. opacity:0;
  189. bottom:0px;
  190. -webkit-transition: 0.3s ease-in;
  191. font-family: 'helvetica';
  192. background:#ffffff;
  193. color:black;
  194. font-size: 8px;
  195. line-height:10px;}
  196.  
  197. #reblog a:hover{
  198. color:{color:hover};
  199. }
  200. {block:IndexPage}
  201. .entry:hover #reblog{
  202. opacity:0.75;
  203. -webkit-transition: 0.3s ease-in;}
  204.  
  205. .entry:hover #reblog:hover{
  206. opacity:.75;
  207. -webkit-transition: 0.3s ease-in;}
  208. {/block:IndexPage}
  209.  
  210. .biebs{
  211. padding:10px;
  212. border-radius:6px;}
  213.  
  214. .t{
  215. text-align:left;
  216. font-weight:normal;
  217. font-family:"century gothic";
  218. font-size: 14px;
  219. line-height:15px;}
  220.  
  221. blockquote {margin: 0px; padding-left: 5px; margin-left: 5px;border-left: 3px solid #000000;}
  222.  
  223. ul, ol, li{
  224. list-style:none;
  225. margin:0px;
  226. padding:1px;}
  227.  
  228.  
  229. #sidebarnav {
  230. padding-top:1px;
  231. position: relative;
  232. text-align: center;
  233. }
  234.  
  235. #sidebarnav a {
  236. padding-left:5px;
  237. padding-right:4px;
  238. padding-top:4px;
  239. padding-bottom:3px;
  240. margin-top: 3px;
  241. border-radius:5px;
  242. margin-left: 7px;
  243. width: auto;
  244. font-family:helvetica;
  245. font-size: 11px;
  246. font-weight:bold;
  247. text-transform: uppercase;
  248. letter-spacing: 1px;
  249. display: inline-block;
  250. text-align: center;
  251. color:{color:link} ;
  252. background-color: {color:nav bg};
  253. -webkit-transition: all 0.3s ease-in-out;
  254. -moz-transition: all 0.3s ease-in-out;
  255. -o-transition: all 0.3s ease-in-out;
  256. -ms-transition: all 0.3s ease-in-out;
  257. transition: all 0.3s ease-in-out;
  258. }
  259.  
  260.  
  261. #sidebarnav a:hover {
  262. color: {color:hover};
  263. background-color:{color:nav hover bg};
  264. }
  265.  
  266. biebs{
  267. display:block;
  268. margin-bottom:6px;
  269. -moz-transition-duration:.5s;
  270. -webkit-transition-duration:.5s;
  271. padding-left:5px;
  272. padding-bottom:3px;
  273. padding-top:3px;
  274. border-bottom:1px solid #7FFFD4;}
  275.  
  276. biebs:hover{
  277. border-bottom:1px solid #000;
  278. padding-left:15px;}
  279.  
  280. #linksss{
  281. position:absolute !important;
  282. width:auto;
  283. height:auto;
  284. right:3px;
  285. top:26px;
  286. }
  287.  
  288. {CustomCSS}
  289.  
  290.  
  291. </style>
  292.  
  293. {block:ifrainbowlinks}
  294. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  295. "></script>{/block:ifrainbowlinks}
  296.  
  297. {block:IndexPage}
  298. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  299.  
  300. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  301.  
  302. <script type="text/javascript">
  303. $(window).load(function () {
  304. var $content = $('#content');
  305. $content.masonry({itemSelector: '.entry'}),
  306. $content.infinitescroll({
  307. navSelector : '#pagination',
  308. nextSelector : '#pagination a#nextPage',
  309. itemSelector : '.entry',
  310. loading: {
  311. finishedMsg: '',
  312. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  313. },
  314. bufferPx : 600,
  315. debug : false,
  316. },
  317. // call masonry as a callback.
  318. function( newElements ) {
  319. var $newElems = $( newElements );
  320. $newElems.hide();
  321. // ensure that images load before adding to masonry layout
  322. $newElems.imagesLoaded(function(){
  323. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  324.  
  325.  
  326. });
  327. });
  328. });
  329. </script>
  330.  
  331. {/block:IndexPage}
  332.  
  333. </head><script src='http://static.tumblr.com/xgp678o/IdWm3lca4/infinitescrolling.txt' type='text/javascript'></script>
  334. <body>
  335.  
  336. <div id="header">
  337. {block:IfHeaderImage}<center><img src="{image:Header}" max-width="600"></center>
  338. <div id="sidebarnav">
  339. <a href="/">home</a>
  340. <a href="/ask">message</a>
  341. <a href="/archive">archive</a>
  342.  
  343. {block:ifLink1Title}
  344. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  345. {/block:ifLink1Title}
  346.  
  347. {block:ifLink2Title}
  348. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  349. {/block:ifLink2Title}
  350.  
  351. {block:ifLink3Title}
  352. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  353. {/block:ifLink3Title}
  354.  
  355. {block:ifLink4Title}
  356. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  357. {/block:ifLink4Title}
  358.  
  359. {block:ifLink5Title}
  360. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a> &nbsp; &nbsp;
  361. {/block:ifLink5Title}
  362. <a href="http://classy-lovely.tumblr.com" target="_blank">theme</a>
  363. </div><div id="desc"><br>{description}</div>
  364. {/block:IfHeaderImage}
  365.  
  366.  
  367. {block:IfNotHeaderImage}<div id="blogtitle"><a href="/">{Title}</a></div>
  368. <br><br>
  369. <div id="sidebarnav">
  370. <a href="/">home</a>
  371. <a href="/ask">message</a>
  372. <a href="/archive">archive</a>
  373.  
  374. {block:ifLink1Title}
  375. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  376. {/block:ifLink1Title}
  377.  
  378. {block:ifLink2Title}
  379. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  380. {/block:ifLink2Title}
  381.  
  382. {block:ifLink3Title}
  383. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  384. {/block:ifLink3Title}
  385.  
  386. {block:ifLink4Title}
  387. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  388. {/block:ifLink4Title}
  389.  
  390. {block:ifLink5Title}
  391. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a> &nbsp; &nbsp;
  392. {/block:ifLink5Title}
  393. <a href="http://classy-lovely.tumblr.com" target="_blank">theme</a></div>
  394.  
  395. <div id="desc">{description}</div>
  396.  
  397. {/block:IfNotHeaderImage}<br><br>
  398.  
  399. <script src="http://static.tumblr.com/2plu7ye/dTemfp01j/infinitescrolling.txt" type="text/javascript"></script>
  400. </div></div></div>
  401. <div id="contain">
  402. <div id="content">
  403. {block:Posts}
  404. <div class="entry">
  405.  
  406. {block:Text}
  407. <div class="perm">
  408. {block:Title}
  409. <div class="t">
  410. <a href="{Permalink}">{Title}</a></div>
  411. {/block:Title}
  412. <li>
  413. {Body}
  414. </li>
  415. {block:Indexpage}
  416. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  417. {/block:Text}
  418.  
  419. {block:Link}
  420. <div class="biebs">
  421. <div class="t">
  422. <a href="{URL}" class="title">{Name}</a></div>
  423. {block:Description}<li>{Description}</li>{/block:Description}
  424. {block:Indexpage}
  425. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  426. {/block:Link}
  427.  
  428. {block:Photo}
  429. {block:IndexPage}
  430. <div id="reblog">
  431. Posted <a href="{permalink}">{TimeAgo} </a>•
  432. <a href="{permalink}"> {NoteCount} ❤ </a> •<a href="{reblogurl}" target="_blank"> Reblog</a>
  433. </div>
  434. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}
  435. {/block:Photo}
  436.  
  437. {block:Photoset}
  438. {block:IndexPage}
  439. <center>
  440. {Photoset-250}</center>
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. <center>
  444. {Photoset-550}</center>
  445. {/block:PermalinkPage}
  446. {block:Indexpage}{block:Caption}{Caption}{/block:Caption}
  447. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}
  448. {/block:Photoset}
  449.  
  450. {block:Quote}
  451. <div class="biebs">
  452. {Quote}</span>
  453. {block:Source}<strong>{Source}</strong>{/block:Source}
  454. {block:Indexpage}
  455. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  456. {/block:Quote}
  457.  
  458. {block:Answer}
  459. <b>{Asker}</b> asked : {Question}
  460. <br><i>{Answer}</i>
  461. {block:Indexpage}
  462. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}
  463. {/block:Answer}
  464.  
  465. {block:Chat}
  466. <div class="biebs">
  467. {block:Title}<span class="title">{Title}</span>{/block:Title}
  468. <ul class="chat">
  469. {block:Lines}
  470. <li class="user_{UserNumber}">
  471. {block:Label}
  472. <span class="label">{Label}</span>
  473. {/block:Label}
  474. {Line}
  475. </li>
  476. {/block:Lines}
  477. </ul>
  478. {block:Indexpage}
  479. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  480. {/block:Chat}
  481.  
  482. {block:Audio}
  483. <center>
  484. <div class="biebs">
  485. {AudioPlayerBlack}
  486. {block:Indexpage}{block:Caption}{Caption}{/block:Caption}
  487. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  488. {/block:Audio}
  489.  
  490. {block:Video}
  491. <div class="biebs">
  492. {block:IndexPage}
  493. <center>
  494. {Video-250}
  495. {/block:IndexPage}
  496. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  497. {block:Indexpage}{block:Caption}{Caption}{/block:Caption}
  498. <div id="text"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  499. {/block:Video}
  500.  
  501. {block:PermalinkPage}
  502. <div align="left">
  503. {block:Date}
  504. <p>
  505. <li>
  506. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  507. {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
  508. at {12Hour}:{Minutes}{AmPm} {block:Date}
  509. </li>
  510. <li>
  511. {block:RebloggedFrom}
  512. Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>.
  513. {/block:RebloggedFrom}
  514. </li>
  515. <li>
  516. {block:HasTags} &middot; {block:Tags}<a href="/{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  517. </li>
  518. <p>
  519. {block:PostNotes}
  520. <div style="margin-top:0;margin-left:0px;margin-right:auto;margin-bottom:0px;width:500px;text-align:left;background-color:#eee;max-height:150px;overflow-y:scroll;"}{PostNotes}</div>
  521. {/block:PostNotes}
  522. {/block:PermalinkPage}
  523. </div>
  524. {/block:Posts}
  525. </div>
  526. {block:PermalinkPage}{/block:PermalinkPage}
  527. {block:IndexPage}
  528. {block:Pagination}
  529. <ul id="pagination">
  530. {block:PreviousPage}
  531. <li><a href="{PreviousPage}"></a></li>
  532. {/block:PreviousPage}
  533. {block:JumpPagination length="0"}
  534. {block:CurrentPage}
  535. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  536. {/block:CurrentPage}
  537. {block:JumpPage}
  538. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  539. {/block:JumpPage}
  540. {/block:JumpPagination}
  541. {block:NextPage}
  542. <li><a id="nextPage" href="{NextPage}"></a></li>
  543. {/block:NextPage}
  544. </ul>
  545. {/block:Pagination}
  546. {/block:IndexPage}
  547.  
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement