Advertisement
themesbycl

theme 26 - 2

Nov 19th, 2012
42,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6. <head>
  7. <script type="text/javascript">
  8. WebFontConfig = {
  9. google: { families: [ 'Open+Sans+Condensed:300:latin' ] }
  10. };
  11. (function() {
  12. var wf = document.createElement('script');
  13. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  14. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  15. wf.type = 'text/javascript';
  16. wf.async = 'true';
  17. var s = document.getElementsByTagName('script')[0];
  18. s.parentNode.insertBefore(wf, s);
  19. })(); </script>
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Title" content="#000000"/>
  24. <meta name="color:Hover" content="#000000"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Sidebar" content="#ffffff"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:Border" content="#aaaaaa"/>
  29. <meta name="color:nav hover bg" content="#6ed9fd">
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="image:Background" content=""/>
  32. <meta name="if:sidebar on top" content="0" />
  33. <meta name="if:Show sidebar image" content="0"/>
  34. <meta name="if:Show blog title" content="1"/>
  35. <meta name="if:Rainbow links" content="0"/>
  36. <meta name="if:Faded images" content="0"/>
  37. <meta name="if:Rounded photos" content="0"/>
  38. <meta name="if:Sidebar border" content="0"/>
  39. <meta name="if:Tiny cursor" content="1"/>
  40. <meta name="text:Link 1 Title" content=""/>
  41. <meta name="text:Link 1 URL" content=""/>
  42. <meta name="text:Link 2 Title" content=""/>
  43. <meta name="text:Link 2 URL" content=""/>
  44. <meta name="text:Link 3 Title" content=""/>
  45. <meta name="text:Link 3 URL" content=""/>
  46. <meta name="text:Link 4 Title" content=""/>
  47. <meta name="text:Link 4 URL" content=""/>
  48. <meta name="text:Link 5 Title" content=""/>
  49. <meta name="text:Link 5 URL" content=""/>
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  53. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  54. <script type="text/javascript" src="scrolltopcontrol.js">
  55. </script>
  56. <script type="text/javascript" src="http://static.tumblr.com/2plu7ye/jt0mgeac5/top.txt"></script>
  57.  
  58. <script type="text/javascript"
  59. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Dr+Sugiyama' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. <style type="text/css">
  66. @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  67.  
  68. {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}
  69.  
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {
  72. -webkit-border-radius: 13px;
  73. -moz-border-radius: 13px;
  74. border-radius: 13px;
  75. background-color:{color:scrollbar};
  76. border:3px solid {color:background};
  77. height:70px;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:horizontal {
  81. border:3px solid {color:background};
  82. height:7px !important;
  83. -webkit-border-radius: 13px;
  84. -moz-border-radius: 13px;
  85. border-radius: 13px;
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. height:12px;
  90. width:13px;
  91. background-color:{color:background};}
  92.  
  93. #tumblr_controls{
  94. z-index:555;
  95. position:absolute !important;
  96. -webkit-filter: invert(100%) ;}
  97.  
  98. .wrapper{
  99. margin: 0px auto;
  100. width: 802px;
  101. }
  102.  
  103. .header{
  104. float: left;
  105. width: 100%;
  106. }
  107.  
  108. .left{
  109. float: left;
  110. margin-right: 20px;
  111. width: 802px;
  112. }
  113.  
  114. .right{
  115. float: right;
  116. width: 200px;
  117. background-color: {color:Background};
  118. }
  119.  
  120. body {
  121. padding: 0px;
  122. margin: 0px;
  123. color:{color:text};
  124. font-family: helvetica;
  125. font-size: 10px;
  126. background-color: {color:Background};
  127. background-image:url({image:Background});
  128. background-size: cover;
  129. background-repeat: repeat;
  130. background-attachment: fixed;
  131. }
  132.  
  133. a:link, a:active, a:visited{
  134. color: {color:Link};
  135. text-decoration: none;
  136. -webkit-transition: color 0.4s ease-out;
  137. -moz-transition: color 0.4s ease-out;
  138. }
  139.  
  140. a:hover{
  141. color:{color:Hover};
  142. -webkit-transition: color 0.4s ease-out;
  143. -moz-transition: color 0.4s ease-out;
  144. {block:ifshadowhover}text-shadow:0px 0px 4px #000{/block:ifshadowhover};
  145. }
  146.  
  147. img{{block:ifroundedphotos}
  148. border-radius:5px;
  149. {/block:ifroundedphotos}}
  150.  
  151. .entry {
  152. margin:4px;
  153. float:left;
  154. font-family: helvetica;
  155. font-size: 10px;
  156. line-height:11px;
  157. {block:iffadedimages}-webkit-transition: opacity 0.5s linear;
  158. opacity: 0.70;{/block:iffadedimages}
  159. {block:IndexPage}
  160. width:300px;
  161. {/block:IndexPage}
  162. {block:PermalinkPage}
  163. width:500px;
  164. margin-left: 357x;
  165. {/block:PermalinkPage}
  166. }
  167.  
  168. .entry:hover{
  169. {block:iffadedimages}-webkit-transition: opacity 0.5s linear;
  170. opacity: 1;{/block:iffadedimages}
  171. }
  172. .title{
  173. font-family: 'Open Sans Condensed', sans-serif;
  174. font-size: 19px;
  175. line-height:20px;
  176. color: {color:title};
  177. font-weight: bold;
  178. padding:0px 0px 0px 0px;
  179. }
  180.  
  181.  
  182. .entry .perma{
  183. width:300px;
  184. height: 13px;
  185. position: absolute;
  186. font-size: 10px;
  187. line-height: 10px;
  188. letter-spacing: 0px;
  189. text-align: center;
  190. font-family:georgia;
  191. font-style:italic;
  192. overflow:hidden;
  193. opacity: 0.0;
  194. background-color: #fff;
  195. -webkit-transition: all 0.3s linear;
  196. -moz-transition: all 0.3s linear;
  197. transition: all 0.3s linear;
  198. padding-top: 5px;
  199. padding-bottom: 3px;
  200. bottom: 0px;
  201. margin-left: 0px;
  202. }
  203.  
  204. .entry:hover .perma{
  205. overflow:visible;
  206. -webkit-transition: opacity 0.3s linear; opacity: 0.9;
  207. -webkit-transition: all 0.5s linear;
  208. -moz-transition: all 0.5s linear;
  209. transition: all 0.5s linear;
  210. bottom: 15px;
  211. }
  212.  
  213. .permahover {
  214. text-align: center;
  215. opacity: 0.0;
  216. filter: alpha(opacity = 0);
  217. font-size: 10px;
  218. line-height: 9px;
  219. margin-top:0px;}
  220.  
  221. .entry:hover .permahover {
  222. text-align: right;
  223. opacity: 1;
  224. font-family:georgia;
  225. margin-top:5px;
  226. font-style:italic;
  227. filter: alpha(opacity = 50);
  228. -webkit-transition-duration:1s;}
  229.  
  230. .videoperma embed, .post div.video object {
  231. width:400px !important;
  232. height:350px !important;
  233. }
  234.  
  235. div#sidebar{
  236. position:fixed !important;
  237. width: 245px;
  238. height:auto;
  239. {block:ifsidebarontop}top:25px;{/block:ifsidebarontop}
  240. {block:ifnotsidebarontop}top:105px;{/block:ifnotsidebarontop}
  241. margin-left:-90px;
  242. padding-top:0px;
  243. padding-left:4px;
  244. padding-right:4px;
  245. padding-bottom:4px;
  246. text-align: center;
  247. font-family: helvetica;
  248. font-size: 10px;
  249. line-height:11px;
  250. letter-spacing:0px;
  251. margin-bottom: 5px;
  252. background-color:{color:sidebar};
  253. {block:ifsidebarborder}
  254. border:1px solid {color:border};{/block:ifsidebarborder};
  255. }
  256.  
  257. #posts {
  258. width:830px;
  259. margin-left:202px;
  260. margin-top:20px;
  261. float:left;
  262. }
  263.  
  264. #infscr-loading {
  265. position: absolute;
  266. bottom: 0;
  267. left: 25%;
  268. }
  269.  
  270. .question {
  271. border-radius:5px;
  272. padding: 5px 10px;
  273. background-color: #eee;
  274. margin-bottom: 10px;
  275. position: relative;
  276. font-size: 11px;
  277. line-height: 175%;
  278. color:#000000;
  279. }
  280.  
  281. .question::after {
  282. content: '';
  283. position: absolute;
  284. top: 100%;
  285. left: 10px;
  286. border-left: 5px solid transparent;
  287. border-right: 5px solid transparent;
  288. border-top: 5px solid #eee;
  289. width: 0;}
  290.  
  291. .asker_line {
  292. margin: 0;
  293. margin-left: 10px;
  294. font-weight:bold;
  295. font-family:helvetica;
  296. font-size:11px;
  297. }
  298.  
  299. .as {
  300. text-align: center;
  301. padding: 0 12px;
  302. color: {color:link};
  303. margin: 0px;
  304. }
  305.  
  306. .cb a {
  307. margin-right: 6px;
  308. }
  309.  
  310. .cb {
  311. text-align: center;
  312. padding: 0px 12px;
  313. opacity: 0;
  314. filter: alpha(opacity = 0);
  315. margin-top: -10px;
  316. -webkit-transition: all 0.8s ease;
  317. -moz-transition: all 0.8s ease;
  318. transition: all 0.8s ease;
  319. -o-transition: all 0.8s ease;
  320. }
  321.  
  322.  
  323. .m {
  324. display: block;
  325. padding: 3px;
  326. }
  327.  
  328. .m:hover .cb {
  329. opacity: 1;
  330. filter: alpha(opacity = 100);
  331. margin-top: 0px;
  332. }
  333.  
  334. .links {font-size: 10px;font-family:tahoma;color:{color:link};line-height:17px;text-align:center;marging:7px;}
  335.  
  336. .links:hover {color:{color:hover};text-align:center;background:{color:nav hover bg};}
  337.  
  338. .blogtitle{
  339. text-align:center;
  340. font-family: 'Open Sans Condensed', sans-serif;
  341. font-size: 24px;
  342. line-height: 22px;
  343. color: {color:Title};
  344. font-weight:bold;
  345. padding-bottom:4px;
  346. }
  347.  
  348. blockquote {
  349. margin: 0px;
  350. padding-left: 5px;
  351. margin-left: 5px;
  352. border-left: 3px solid #000000;}
  353.  
  354. #linksss{
  355. position:absolute !important;
  356. width:auto;
  357. height:auto;
  358. right:3px;
  359. top:26px;
  360. -webkit-filter: invert(100%)
  361. }
  362.  
  363. {CustomCSS}
  364.  
  365. </style>
  366. {block:ifrainbowlinks}
  367. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  368. "></script>{/block:ifrainbowlinks}
  369.  
  370. {block:IndexPage}
  371. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  372. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  373.  
  374. <script type="text/javascript">
  375. $(window).load(function () {
  376. var $content = $('#posts');
  377. $content.masonry({itemSelector: '.entry'}),
  378. $content.infinitescroll({
  379. navSelector : 'div#pagination',
  380. nextSelector : 'div#pagination a#nextPage',
  381. itemSelector : '.entry',
  382. loading: {
  383. finishedMsg: '',
  384. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  385. },
  386. bufferPx : 600,
  387. debug : false,
  388. },
  389. // call masonry as a callback.
  390. function( newElements ) {
  391. var $newElems = $( newElements );
  392. $newElems.hide();
  393. // ensure that images load before adding to masonry layout
  394. $newElems.imagesLoaded(function(){
  395. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  396.  
  397.  
  398. });
  399. });
  400. });
  401. </script>
  402.  
  403. {/block:IndexPage}
  404.  
  405. <title>{title}</title>
  406.  
  407. <link rel="shortcut icon" href="{Favicon}">
  408. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  409. <meta name="viewport" content="width=820" />
  410.  
  411. </head><script src='http://static.tumblr.com/xgp678o/IdWm3lca4/infinitescrolling.txt' type='text/javascript'></script>
  412. <body>
  413. <div class="wrapper">
  414. <div class="header">
  415. </div>
  416.  
  417. <div id="sidebar"><br>
  418. {block:ifshowblogtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifshowblogtitle}<br>
  419. <center>{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=239px></a>{/block:ifshowsidebarimage}</center><br><center>{Description}</center>
  420. <br>
  421. <div style="border-bottom:1px solid {color:border};margin-bottom:3px;"></div>
  422. <center><a href="/" class="links">home</a>&nbsp;&nbsp;
  423. <a href="/ask" class="links">message</a>&nbsp;&nbsp;
  424. <a href="/archive" class="links">archive</a>&nbsp;&nbsp;
  425.  
  426. {block:ifLink1Title}
  427. <a href="{text:Link 1 URL}" class="links">{text:Link 1 Title}</a>&nbsp;&nbsp;
  428. {/block:ifLink1Title}
  429.  
  430. {block:ifLink2Title}
  431. <a href="{text:Link 2 URL}" class="links">{text:Link 2 Title}</a>&nbsp;&nbsp;
  432. {/block:ifLink2Title}
  433.  
  434. {block:ifLink3Title}
  435. <a href="{text:Link 3 URL}" class="links">{text:Link 3 Title}</a>&nbsp;&nbsp;
  436. {/block:ifLink3Title}
  437.  
  438. {block:ifLink4Title}
  439. <a href="{text:Link 4 URL}" class="links">{text:Link 4 Title}</a>&nbsp;&nbsp;
  440. {/block:ifLink4Title}
  441.  
  442. {block:ifLink5Title}
  443. <a href="{text:Link 5 URL}" class="links">{text:Link 5 Title}&nbsp;&nbsp;</a>
  444. {/block:ifLink5Title}
  445.  
  446. <a href="http://classy-lovely.tumblr.com/" class="links">theme</a></center>
  447.  
  448. </div>
  449.  
  450.  
  451. <script src="http://static.tumblr.com/2plu7ye/dTemfp01j/infinitescrolling.txt" type="text/javascript"></script>
  452.  
  453.  
  454.  
  455. <div class="left">
  456.  
  457. <div id="posts">
  458.  
  459. {block:Posts}
  460. <div class="entry">
  461.  
  462.  
  463. {block:Text}
  464. {block:Title}<span class="title">{Title}</span>{/block:Title}
  465. <span class="entrytext">{Body}</span></a>
  466. {block:IndexPage}
  467. <div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  468. {/block:IndexPage}
  469. {/block:Text}
  470.  
  471. {block:Link}
  472. <a href="{URL}" class="title">{Name}</a>
  473. {block:Description}{Description}{/block:Description}
  474. {block:IndexPage}
  475. <div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  476. {/block:IndexPage}
  477. {block:Link}
  478.  
  479. {block:Photo}
  480. {block:IndexPage}{LinkOpenTag}<div class="photo"><div class="perma">
  481. <a href="{Permalink}">{block:Date}</a> <a href="{permalink}">Posted {timeago}</a> with <a href="{Permalink}">{NoteCount}<font color="#E6A2AD">♥</font></a>
  482. / <a href="{reblogurl}" target="_blank">Reblog{/block:Date}</a> </span></div><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a></div>{LinkCloseTag}{/block:IndexPage}
  483. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}
  487. <center>{Photoset-250}</center></span><div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  488. {/block:Photoset}
  489.  
  490. {block:Answer}<div class="inner">
  491. <div class="question">{Question}</div><p class="asker_line">{Asker}</p><p>{Answer}</p>
  492. </div>{block:IndexPage}
  493. <div class="permahover"><p><a href="{permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</p></div>
  494. {/block:IndexPage}{/block:Answer}
  495.  
  496. {block:Quote}
  497. <span class="title">{Quote}</span>
  498. {block:Source}- <strong>{Source}</strong>{/block:Source}
  499. {block:IndexPage}
  500. <br /><div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  501. {/block:IndexPage}
  502. {/block:Quote}
  503.  
  504. {block:Chat}
  505. {block:Title}<span class="title">{Title}</span>{/block:Title}
  506. <ul class="chat">
  507. {block:Lines}
  508. <li class="user_{UserNumber}">
  509. {block:Label}
  510. <span class="label">{Label}</span>
  511. {/block:Label}
  512.  
  513. {Line}
  514. </li>
  515. {/block:Lines}
  516. </ul>
  517. {block:IndexPage}
  518. <div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  519. {/block:IndexPage}
  520. {/block:Chat}
  521.  
  522. {block:Audio}
  523. <center><div style="width:400px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  524. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  525. <br>{block:Caption}{Caption}{/block:Caption}
  526. {block:IndexPage}<div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{/block:IndexPage}
  527. {/block:Audio}
  528.  
  529. {block:Video}
  530. <center>
  531. {block:IndexPage}
  532. <center>
  533. {Video-250}</center>
  534. {/block:IndexPage}
  535. {block:PermalinkPage}
  536. <center>
  537. {Video-500}</center>
  538. {/block:PermalinkPage}
  539. {block:IndexPage}
  540. <div class="permahover"><p><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{/block:IndexPage}
  541. {block:Video}
  542.  
  543. {block:PermalinkPage}
  544. <center>
  545. <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>
  546.  
  547.  
  548. {/block:PermalinkPage}
  549.  
  550.  
  551. {block:PostNotes}{PostNotes}
  552. {/block:PostNotes}
  553. </div>
  554.  
  555.  
  556. {/block:Posts}
  557. </div>
  558. </div>
  559. {block:IndexPage}
  560. {block:Pagination}
  561. <div id="pagination">
  562. {block:NextPage}
  563. <a id="nextPage" href="{NextPage}"></a>
  564. {/block:NextPage}
  565. {block:PreviousPage}
  566. <a href="{PreviousPage}"></a>
  567. {/block:PreviousPage}
  568. </div>
  569. {/block:Pagination}
  570. {/block:IndexPage}
  571. </div>
  572.  
  573.  
  574. </body>
  575. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement