Advertisement
lsaac

Genevo Theme

Sep 4th, 2012
100,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Genevo Theme by lsaac.tumblr.com
  6.  
  7. Feel free to customise the theme as much as you like but please rememeber to leave at least one credit link, thank you :-)
  8. -->
  9.  
  10. <head>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  12. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  13. <script type="text/javascript">
  14. $(document).ready(function(){
  15. $(".description").hide();
  16. $(".about").click(function(){
  17. $('.description').slideToggle("fast");
  18. return true;
  19. });
  20. });
  21. </script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  26.  
  27. <meta name="color:Background" content="#fff" />
  28. <meta name="color:Text" content="#333" />
  29. <meta name="color:Links" content="#555555"/>
  30. <meta name="color:Hover" content="#555555"/>
  31. <meta name="color:Scrollbar" content="#666666"/>
  32. <meta name="color:Answer" content="#dad8d8"/>
  33. <meta name="if:Background image" content="0" />
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Header" content=""/>
  36. <meta name="text:first custom link title" content=""/>
  37. <meta name="text:first custom link url" content=""/>
  38. <meta name="text:second custom link title" content=""/>
  39. <meta name="text:second custom link url" content=""/>
  40. <meta name="text:third custom link title" content=""/>
  41. <meta name="text:third custom link url" content=""/>
  42. <meta name="text:fourth custom link title" content=""/>
  43. <meta name="text:fourth custom link url" content=""/>
  44. <meta name="text:fifth custom link title" content=""/>
  45. <meta name="text:fifth custom link url" content=""/>
  46. <meta name="text:sixth custom link title" content=""/>
  47. <meta name="text:sixth custom link url" content=""/>
  48. <meta name="if:first custom link" content="0"/>
  49. <meta name="if:second custom link" content="0"/>
  50. <meta name="if:third custom link" content="0"/>
  51. <meta name="if:fourth custom link" content="0"/>
  52. <meta name="if:fifth custom link" content="0"/>
  53. <meta name="if:sixth custom link" content="0"/>
  54. <meta name="if:Home link" content="1"/>
  55. <meta name="if:Message link" content="1"/>
  56. <meta name="if:Submit link" content="0"/>
  57. <meta name="if:Archive link" content="1"/>
  58. <meta name="if:Faded header" content="1" />
  59. <meta name="if:Show header image" content="0"/>
  60. <meta name="if:Show Normal Title" content="1"/>
  61. <meta name="if:Cross cursor" content="1"/>
  62. <meta name="if:Image Shadows" content="1"/>
  63. <meta name="font:Body" content="Georgia"/>
  64.  
  65. <title>{Title}</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <title>Untitled Document</title>
  70. <link rel="shortcut icon" href="{Favicon}">
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  72.  
  73. {block:Description}
  74. <meta name="description" content="{MetaDescription}" />
  75. {/block:Description}
  76.  
  77. <style type="text/css">
  78. {CustomCSS}
  79.  
  80. p{
  81. margin:0px;
  82. padding:0px;
  83. }
  84.  
  85. #tumblr_controls{
  86. position:absolute;
  87. margin-top:0px;
  88. margin-right:0px;
  89. }
  90.  
  91. #tumblr_controls{
  92. -webkit-transition: opacity 0.2s linear;
  93. opacity: 0.7;
  94. }
  95. #tumblr_controls:hover{
  96. -webkit-transition: opacity 0.2s linear;
  97. opacity: 1;
  98. }
  99.  
  100. a{
  101. text-decoration: none;
  102. color:{color:links};
  103. -moz-transition: all 0.3s ease-out;
  104. -o-transition: all 0.3s ease-out;
  105. -webkit-transition: all 0.3s ease-out;
  106. transition: all 0.3s ease-out;
  107. }
  108.  
  109. a:hover{
  110. color:{color:hover};
  111. -moz-transition: all 0.3s ease-out;
  112. -o-transition: all 0.3s ease-out;
  113. -webkit-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;
  115. }
  116.  
  117. body{
  118. color:{color:Text};
  119. background-color:{color:Background};
  120. font-size:12px;
  121. text-align: center;
  122. font-family: {font:Body};
  123. line-height:15px;
  124. {block:ifcrosscursor}
  125. cursor: crosshair;
  126. {/block:ifcrosscursor}
  127. }
  128.  
  129. #content{
  130. margin: auto auto auto auto ;
  131. width:100%;
  132. top:0px;
  133. position:relative;
  134.  
  135. }
  136. #content .posts{
  137. width:1280px;
  138. margin:auto;
  139. {block:PermalinkPage}
  140. margin-bottom:35px;
  141. width:600px;
  142. {/block:PermalinkPage}
  143. }
  144.  
  145. #content .entry{
  146. {block:IndexPage}
  147. width:250px;
  148. margin:3px;
  149. padding:0px;
  150. float:left;
  151. {/block:IndexPage}
  152. {block:PermalinkPage}
  153. width:600px; font-size:9px; margin-left: margin-left: 120px;px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157. #content .entry img{
  158. {block:IndexPage}
  159. max-width:250px;
  160. {/block:IndexPage}
  161. {block:ifcrosscursor}
  162. cursor: crosshair;
  163. {/block:ifcrosscursor}
  164. }
  165.  
  166. .entry:hover .tc {
  167. opacity: .5;
  168. filter: alpha(opacity = 50);
  169. margin-left: 0;
  170. }
  171.  
  172. .td {
  173. position: absolute;
  174. text-transform: uppercase;
  175. text-align: center;
  176. font-size: 8px;
  177. height: 10px;
  178. line-height: 10px;
  179. bottom: 2px;
  180. width: 100%;
  181. height: 100%;
  182. background-color: rgba(300, 300, 300, 0.4);
  183. opacity: 0;
  184. filter: alpha(opacity = 0);
  185. -webkit-transition: all 0.7s ease;
  186. -moz-transition: all 0.7s ease;
  187. transition: all 0.7s ease;
  188. -o-transition: all 0.7s ease;
  189. }
  190.  
  191. .entry:hover .td {
  192. opacity: 1;
  193. filter: alpha(opacity = 100);
  194. }
  195.  
  196. .entry a:hover .td{
  197. background: rgba(0, 0, 0, 1.0)!important;
  198. }
  199.  
  200. .e {
  201. position: absolute;
  202. top: 65%;
  203. width: 100%;
  204. height: 120px;
  205. margin: -50px 0 0 0px;
  206. color: #ffffff;
  207. }
  208.  
  209. .e a {
  210. font-size: 60px;
  211. letter-spacing:1px;
  212. font-family:Six Caps;
  213. color: #000;
  214. }
  215.  
  216. .top{
  217. width:550px;
  218. text-align:center;
  219. margin: 10px auto ;
  220. z-index:5000;
  221. margin-bottom:10px;
  222. padding: 8px;
  223. background:transparent;
  224. font-family: {font:Body};
  225. }
  226.  
  227. {block:iffadedheader}
  228. .top{
  229. -webkit-transition: opacity 0.5s linear;
  230. opacity: 0.60;
  231. }
  232. .top:hover{
  233. -webkit-transition: opacity 0.3s linear;
  234. opacity: 1;
  235. }
  236. {/block:iffadedheader}
  237.  
  238.  
  239. .h1{
  240. font-family: {font:Body};
  241. display:block;
  242. font-size:27px;
  243. letter-spacing: 7px;
  244. line-height:20px;
  245. text-align: center;
  246. margin-bottom: 10px;
  247. }
  248.  
  249. .h2{
  250. font-size:27px;
  251. letter-spacing: 5px;
  252. line-height:20px;
  253. margin-bottom:5px;
  254. font-family: {font:Body};
  255. }
  256.  
  257. .h3{
  258. font-size:36px;
  259. line-height:20px;
  260. text-align:center;
  261. font-family: 'Raleway', cursive;
  262. }
  263.  
  264.  
  265. .h4{
  266. font-size:9px;
  267. line-height:20px;
  268. text-align:center;
  269. text-transform: uppercase;
  270. letter-spacing:1px;
  271. font-family: {font:Body};
  272. }
  273.  
  274. .h5{
  275. font-size:9px;
  276. line-height:11px;
  277. text-align:center;
  278. text-transform: lowercase;
  279. letter-spacing:1px;
  280. font-family: {font:Body};
  281. }
  282.  
  283. .nav{
  284. text-align:center;
  285. margin-top:0px;
  286. margin-bottom:0px;
  287. font-family: {font:Body};
  288. }
  289.  
  290. .permalink{
  291. display:block;
  292. text-align:right;
  293. padding:0px;
  294. font-family: 'Raleway', cursive;
  295. border-top-style:dotted;
  296. border-width:1px;
  297. }
  298.  
  299. .permalink{
  300. -webkit-transition: opacity 0.3s linear;
  301. opacity: 0.3;
  302. }
  303. .permalink:hover{
  304. -webkit-transition: opacity 0.3s linear;
  305. opacity: 1;
  306. }
  307.  
  308. .quote{
  309. font-size:17px;
  310. line-height:20px;
  311. text-transform:none;
  312. margin-bottom:5px;
  313. font-family: {font:Body};
  314. }
  315.  
  316. .audio{
  317. {block:IndexPage}
  318. width:300px;
  319. {/block:IndexPage}
  320. {block:PermalinkPage}
  321. width:488px;
  322. {/block:PermalinkPage}
  323. background-color:#fff;
  324. padding:5px;
  325. margin-bottom:0px;
  326. border-left:1px solid;
  327. border-right:1px solid;
  328. border-color:{color:Other};
  329. }
  330.  
  331. .audiocap, .videocap{
  332. background-color:{color:Other};
  333. display:block;
  334. padding:10px;
  335. }
  336.  
  337. .albumart, .albumart img{
  338. {block:IndexPage}
  339. width:300px;
  340. {/block:IndexPage}
  341. {block:PermalinkPage}
  342. width:500px;
  343. {/block:PermalinkPage}
  344. }
  345.  
  346. div.video embed,
  347. div.post div.video object {
  348. {block:IndexPage}
  349. width:250px !important;
  350. height:150px !important;
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. width:500px !important;
  354. height:400px !important;
  355. {/block:PermalinkPage}
  356. }
  357.  
  358. .question{
  359. font-weight:normal;
  360. margin-bottom:5px;
  361. font-size:13px;
  362. line-height:15px;
  363. display:block;
  364. font-family: {font:Body};
  365. }
  366.  
  367. {block:ifimageshadows}
  368. img{
  369. -webkit-box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  370. box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  371. }
  372. {/block:ifimageshadows}
  373.  
  374. .nav { font-size:10px;
  375. }
  376.  
  377. #bg img {
  378. z-index:-1;
  379. position:fixed;
  380. top:0;
  381. left:0;
  382. height:100%;
  383. width:100%;
  384. }
  385.  
  386. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  387.  
  388. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  389.  
  390. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  391.  
  392. #biter
  393.  
  394. #bite a {display:block}
  395.  
  396. #bite .death {margin-top:-10px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  397.  
  398. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  399.  
  400. .asker{
  401. padding:10px;
  402. font-family: {font:Body};
  403. font-size:12px;
  404. }
  405.  
  406. .answer{
  407. padding:5px;
  408. font-size:10px;
  409. font-family: {font:Body};
  410. color: {color:text};
  411. border-right-style: solid;
  412. border-left-style: solid;
  413. border-width:1px;
  414. background-color:{color:answer};
  415. }
  416.  
  417.  
  418. ::-webkit-scrollbar-thumb:vertical {
  419. background-color:{color:Scrollbar};
  420. height:100px;
  421. }
  422.  
  423. ::-webkit-scrollbar-thumb:horizontal {
  424. background-color:{color:Scrollbar};
  425. height:10px;
  426. }
  427.  
  428. ::-webkit-scrollbar {
  429. height:10px;
  430. width:8px;
  431. background-color:{color:background};
  432. }
  433.  
  434. </style>
  435.  
  436. {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
  437.  
  438.  
  439. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  440. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  441. </script>
  442. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  443. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  444. <script type="text/javascript">
  445.  
  446. $(window).load(function () {
  447. $('.posts').masonry(),
  448. $('.masonryWrap').infinitescroll({
  449. navSelector : "div#navigation",
  450. // selector for the paged navigation (it will be hidden)
  451. nextSelector : "div#navigation a#nextPage",
  452. // selector for the NEXT link (to page 2)
  453. itemSelector : ".entry",
  454. // selector for all items you'll retrieve
  455. bufferPx : 10000,
  456. extraScrollPx: 11000,
  457. loadingImg : "",
  458. loadingText : "<em></em>",
  459. },
  460. // call masonry as a callback.
  461. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  462. );
  463. });
  464. </script>
  465. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  466.  
  467. <body>
  468. <div id="bite">
  469. <div class="top">
  470.  
  471. {block:ifshowheaderimage}
  472. <a href="/"><img src="{image:header}" width=500px></a>
  473. {/block:ifshowheaderimage}
  474. <br><br>
  475.  
  476. {block:ifshownormaltitle}
  477. <span class="h3"><a href="/">{Title}</a></span><br><br>
  478. {/block:ifshownormaltitle}
  479.  
  480.  
  481.  
  482. <span class="h5">
  483. {Description}<br><br></span>
  484. <div class="death">
  485.  
  486. <div class="nav">
  487. <span class="h4">
  488.  
  489. {block:ifhomelink}<a href="/">Home</a> &nbsp;{block:ifhomelink}
  490. {block:ifmessagelink}<a href="/ask">Message</a> &nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a> &nbsp;{/block:ifarchivelink}
  491. {block:ifsubmitlink}<a href="/submit">Submit</a> &nbsp;
  492. {/block:ifsubmitlink}
  493. {block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> &nbsp;{/block:iffirstcustomlink}
  494. {block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> &nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> &nbsp;{/block:ifthirdcustomlink}
  495. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> &nbsp;{/block:iffourthcustomlink}
  496. {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a> &nbsp;{/block:iffifthcustomlink}
  497. {block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a> &nbsp;{/block:ifsixthcustomlink}
  498. <a href="http://lsaac.tumblr.com">Theme</a></span>
  499. </div>
  500. </div>
  501. </div>
  502. </div>
  503.  
  504. <div id="content">
  505.  
  506. <div class="posts">
  507.  
  508. {block:Posts}
  509.  
  510. <div class="entry">
  511.  
  512.  
  513. {block:Text}
  514. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  515. {Body}
  516. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  517. {/block:Text}
  518.  
  519. {block:Photo}
  520. {block:IndexPage}
  521. <div class="td"><div class="e"><a href="{Permalink}">{NoteCount}</a></div></div>
  522. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. {LinkOpenTag}
  526. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>
  527. {LinkCloseTag}
  528. {/block:permalinkpage}
  529. {/block:Photo}
  530.  
  531.  
  532. {block:Photoset}
  533. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  534. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  535. {block:Caption}{Caption}{/block:Caption}
  536. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  537. {/block:Photoset}
  538.  
  539. {block:Quote}
  540. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  541. {block:Source}<small>{Source}</small>{/block:Source}
  542. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  543. {/block:Quote}
  544.  
  545. {block:Link}
  546. <a href="{URL}"{Target}><span class="h2"> ☞{Name}☜</span></a>
  547. {block:Description}<small>{Description}</small>{/block:Description}
  548. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  549. {/block:Link}
  550.  
  551. {block:Video}
  552. <div class="video">
  553. {block:IndexPage}{Video-250}{/block:IndexPage}
  554. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  555. </div>
  556. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  557. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  558. {/block:Video}
  559.  
  560. {block:Chat}
  561. {block:Title}
  562. <div class="ptitle">{Title}</div>
  563. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  564. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  565. {/block:Chat}
  566.  
  567. {block:Audio}
  568. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  569. <div class="audio">{AudioPlayerWhite}</div>
  570. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  571. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  572. {/block:Audio}
  573.  
  574. {block:Answer}
  575. <div class="asker">{Asker}said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
  576. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
  577. {/block:Answer}
  578.  
  579.  
  580. {block:PermalinkPage}<div class="notes"><br>
  581. {block:Caption}{Caption}{/block:Caption}
  582. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  583. <br>Has a total of: {NoteCount} Notes
  584. {block:PostNotes}<br><br><div style="background-color:{color:Answer}; text-align:left; max-height: 200px; width:600px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  585. {/block:PermalinkPage}
  586.  
  587. </div>
  588.  
  589. {/block:Posts}
  590. </div>
  591. </div>
  592.  
  593. {block:IndexPage}
  594. <div class="column navigation" id="navigation">
  595. {block:Pagination}
  596. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  597. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  598. </div>
  599. {/block:IndexPage}
  600.  
  601. <div style="position:fixed; font-family: 'Raleway', cursive; bottom:0px; right:0px; font-size:12px;padding:1px;"><a href="http://lsaac.tumblr.com">Theme</a></div>
  602.  
  603. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  604.  
  605. </div>
  606. </div>
  607. </div>
  608. </div>
  609. </div>
  610. </body>
  611. </html>
  612. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement