Advertisement
harreyeh

theme 11: oxygene

May 25th, 2014
2,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. <!-- oxygene theme, by feverfires // themesbyzsu.tumblr.com-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="color:Link" content="#333" />
  15. <meta name="color:Link Hover" content="#eee" />
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Left Border" content="#fff" />
  18. <meta name="color:Text" content="#000" />
  19.  
  20. <meta name="if:Infinite Scroll" content="1" />
  21.  
  22. <meta name="text:Short Description" content="name. age. location." />
  23. <meta name="text:Link1" content="index" />
  24. <meta name="text:Link1 URL" content="/" />
  25. <meta name="text:Link2" content="ask" />
  26. <meta name="text:Link2 URL" content="/ask" />
  27. <meta name="text:Link3" content="archive" />
  28. <meta name="text:Link3 URL" content="/archive" />
  29. <meta name="text:Link4" content="link" />
  30. <meta name="text:Link4 URL" content="/" />
  31. <meta name="text:Link5" content="link" />
  32. <meta name="text:Link5 URL" content="/" />
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Oswald:400,700|Roboto|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  35.  
  36. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  37.  
  38. <script type="text/javascript">
  39. $(window).load(function(){
  40. $("p").remove(":contains('(Source:')");
  41. $("p").remove(":contains('(source:')");
  42. $("p").remove(":contains('(via ')");
  43. });
  44. </script>
  45.  
  46. <script language="javascript">
  47. $(document).ready(function() {
  48. $('a#buttonsend').click(function() {
  49. $('.t',this).toggle();
  50. });
  51.  
  52. $("#about").css({"top": "-500px", "opacity":"0.0"})
  53. $("#buttonsend").toggle(
  54. function () {
  55. $("#about").animate({"top": "40%", "opacity":"1.0"}, "slow");
  56. $("#entries").animate({"left": "-500px"},"slow");
  57. $("#bar").animate({"left": "-510px"},"slow");
  58. },
  59. function () {
  60. $("#about").animate({"top": "-500px", "opacity":"0.0"}, "slow");
  61. $("#entries").animate({"left": "10px"},"slow");
  62. $("#bar").animate({"left": "0px"},"slow");
  63. });
  64. });
  65. </script>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. body {
  71. background: {color:Background};
  72. background-image: url('{image:Background}');
  73. position:absolute;
  74. margin:0;
  75. height:100%;
  76. width:100%;
  77. font-size:12px;
  78. font-family:Helvetica;
  79. color:{color:Text};
  80. }
  81.  
  82. blockquote {
  83. border-left: 3px solid #eee;
  84. padding:0px;
  85. padding-left:10px;
  86. margin:0;
  87. }
  88.  
  89. blockquote img {
  90. max-width: 100%;
  91. display: block;
  92. margin-bottom: 5px;
  93. }
  94.  
  95. blockquote blockquote {
  96. margin: 10px;
  97. padding: 10px;
  98. }
  99.  
  100. pre{
  101. {block:IndexPage}
  102. width:100px;
  103. word-wrap:break-word;
  104. {/block:IndexPage}
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. color:{color:Link};
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. }
  115.  
  116. a:hover {
  117. color:{color:Link Hover};
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. }
  122.  
  123. h1 {
  124. font-family:{font:Body};
  125. text-align:center;
  126. }
  127.  
  128. h2 {
  129. font-family:tahoma;
  130. text-transform:uppercase;
  131. padding:5px;
  132. color:{color:Link};
  133. }
  134.  
  135. #title {
  136. font-family:'Roboto';
  137. color:{color:Left Border};
  138. font-weight:700;
  139. font-size:55px;
  140. letter-spacing:-1px;
  141. text-align:center;
  142. text-transform:uppercase;
  143. text-decoration:none;
  144. -webkit-transition: all 0.5s ease-in-out;
  145. -moz-transition: all 0.5s ease-in-out;
  146. -o-transition: all 0.5s ease-in-out;
  147. }
  148.  
  149. #sidebar {
  150. position:fixed;
  151. top:40%;
  152. left:420px;
  153. width:300px;
  154. font-family:'Roboto';
  155. color:{color:Left Border};
  156. padding:5px;
  157. z-index:10000;
  158. }
  159.  
  160. #sidebar:hover .t{
  161. padding-left:90px;
  162. -webkit-transition: all 0.5s ease-in-out;
  163. -moz-transition: all 0.5s ease-in-out;
  164. -o-transition: all 0.5s ease-in-out;
  165.  
  166. }
  167.  
  168. .t{
  169. padding-left:0px;
  170. -webkit-transition: all 0.5s ease-in-out;
  171. -moz-transition: all 0.5s ease-in-out;
  172. -o-transition: all 0.5s ease-in-out;
  173. }
  174.  
  175. .t:before{
  176. content:"";
  177. height:1px;
  178. position:absolute;
  179. background:black;
  180. margin:6px 0px;
  181. width:0px;
  182. -webkit-transition: all 0.5s ease-in-out;
  183. -moz-transition: all 0.5s ease-in-out;
  184. -o-transition: all 0.5s ease-in-out;
  185. }
  186. #sidebar:hover .t:before{
  187. background:{color:Left Border};
  188. margin:6px -80px;
  189. width:70px;
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;
  193. }
  194.  
  195.  
  196. #description {
  197. font-size:9px;
  198. text-transform:uppercase;
  199. margin:-10px 5px;
  200. }
  201. #description a{
  202. color:{color:Left Border};
  203. }
  204.  
  205. #about {position: fixed;
  206. border:1px solid {color:Left Border};
  207. z-index: 50;
  208. left:50px;
  209. width:300px;
  210. font:10px 'Roboto';
  211. padding: 20px;
  212. color:{color:Left Border};}
  213.  
  214. #links {
  215. text-align:right;
  216. padding-top:20px;
  217. margin-bottom:-10px;
  218. }
  219.  
  220. #links a{
  221. display:inline-block;
  222. padding:3px;
  223. color:{color:Border Left};
  224. padding-bottom:5px;
  225. border-bottom:1px solid rgba(255,255,255,0);
  226. -webkit-transition: all 0.2s ease-in-out;
  227. -moz-transition: all 0.2s ease-in-out;
  228. -o-transition: all 0.2s ease-in-out;
  229. }
  230.  
  231. #links a:hover{
  232. color:#333;
  233. padding-bottom:3px;
  234. border-color:#333;
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. }
  239.  
  240.  
  241. #entries {
  242. font-size:10px;
  243. left:10px;
  244. width:600px;
  245. {block:IndexPage}
  246. width:400px;
  247. {/block:IndexPage}
  248. padding-top:20px;
  249. z-index:80;
  250. position:absolute;
  251. }
  252.  
  253. #bar {
  254. position:fixed;
  255. width:110px;
  256. height:100%;
  257. background:{color:Left Border};
  258. top:0;
  259. z-index:9;
  260. left:0;
  261. }
  262.  
  263. #entries img{
  264. {block:IndexPage}
  265. max-width:250px;
  266. {/block:IndexPage}
  267. max-width:400px;
  268. }
  269.  
  270. #post {
  271. font-size:10px;
  272. padding: 5px;
  273. width:400px;
  274. {block:IndexPage}
  275. width: 250px;
  276. float:right;
  277. margin-bottom:120px;
  278. {/block:IndexPage}
  279. color:{color:Body};
  280. }
  281.  
  282. #post:hover #info{
  283. opacity:1;
  284. -webkit-transition-duration:1s;
  285. }
  286.  
  287. #info {
  288. padding: 10px;
  289. float:left;
  290. opacity:0;
  291. width:110px;
  292. margin-left:-140px;
  293. font:8px 'Inconsolata' monospace;
  294. text-transform:uppercase;
  295. display:block;
  296. background:{color:Background};
  297. color:{color:Left Border};
  298. -webkit-transition-duration:1s
  299. }
  300.  
  301. #info a{
  302. color:{color:Left Border};
  303. }
  304.  
  305. #info blockquote {
  306. margin:0;
  307. padding:0;
  308. border:none;
  309. }
  310.  
  311. .tumblr_blog{
  312. font-variant:small-caps;
  313. letter-spacing:2px;
  314. }
  315.  
  316. #audio{
  317. font:10px 'Roboto';
  318. width:140px;
  319. padding-top:5px;
  320. text-align:left;
  321. float:right;
  322. height:110px;
  323. }
  324.  
  325. #albumart{
  326. width:100px;
  327. height:100px;
  328. float:left;
  329. background:url(http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg);
  330. }
  331.  
  332. ol.notes {
  333. margin-top:10px;
  334. padding-bottom:2%;
  335. list-style:none;
  336. color:{color:Text};
  337. text-align:left;
  338. text-transform:uppercase;
  339. line-height:200%;
  340. font-size:9px;
  341. }
  342.  
  343. ol.notes li.note{
  344. padding:2%;
  345. }
  346.  
  347. ol.notes li.note img.avatar{
  348. width:0px;
  349. height:0px;
  350. }
  351.  
  352. #pagi {
  353. padding:10px;
  354. border-top:1px solid black;
  355. background:white;
  356. text-align:center;
  357. position:absolute;
  358. width:250px;
  359. margin-left:135px;
  360. bottom:0;
  361. }
  362.  
  363.  
  364. #credit a{
  365. position:fixed;
  366. right:10px;
  367. bottom:10px;
  368. padding:5px;
  369. line-height:10px;
  370. font-size:11px;
  371. color:{color:Left Border};
  372. border:1px solid {color:Background};
  373. -moz-transition-duration:1s;
  374. -webkit-transition-duration:1s;
  375. -o-transition-duration:1s;
  376. }
  377.  
  378. #credit a:hover {
  379. border:1px solid {color:Left Border};
  380. -moz-transition-duration:1s;
  381. -webkit-transition-duration:1s;
  382. -o-transition-duration:1s;
  383. }
  384.  
  385.  
  386.  
  387.  
  388. </style>
  389. <style type="text/css">{CustomCSS}</style>
  390. </head>
  391.  
  392. {block:ifInfiniteScroll}
  393. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  394. {/block:ifInfiniteScroll}
  395. <body>
  396.  
  397. <div id="sidebar">
  398. <a href="/"><div id="title">{Title}</div></a>
  399. <div id="description">
  400. {text:Short Description}
  401. <a id="buttonsend" style="cursor:pointer;">
  402. <span class="t">More <span style="font-family: arial">+</span></span>
  403. <span class="t" style="display:none">Less -</span></a>
  404. </div>
  405. </div>
  406.  
  407. <div id="about"><div class="desc">
  408. {block:Description}{Description}{/block:Description}
  409. <div id="links">
  410.  
  411. <a href="{text:Link1 URL}">{text:Link1}</a>
  412. <a href="{text:Link2 URL}">{text:Link2}</a>
  413. <a href="{text:Link3 URL}">{text:Link3}</a>
  414. <a href="{text:Link4 URL}">{text:Link4}</a>
  415. <a href="{text:Link5 URL}">{text:Link5}</a>
  416. </div>
  417. </div></div>
  418. {block:IndexPage}
  419. <div id="bar"></div>
  420. {/block:IndexPage}
  421. <div id="entries">
  422. {block:ifInfiniteScroll}
  423. <div class="autopagerize_page_element" >
  424. {/block:ifInfiniteScroll}
  425. {block:Posts}
  426. <div id="post">
  427.  
  428. {block:IndexPage}
  429. <div id="info">
  430. {block:Photo}{Caption}{/block:Photo}
  431. {block:Audio}{Caption}{/block:Audio}
  432. {block:Photoset}{Caption}{/block:Photoset}
  433.  
  434. <div align="right">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  435. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}</div>
  436. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  437. {block:IndexPage}
  438. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  439.  
  440. {block:Quote}<h3>“{Quote}” </h3>
  441. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  442.  
  443. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  444. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  445.  
  446. {block:Photo}
  447.  
  448. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  449. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a>{/block:PermalinkPage}
  450. {block:PermalinkPage}{Caption}{/block:PermalinkPage}
  451. {/block:Photo}
  452.  
  453.  
  454. {block:Photoset}{block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  455. <br><br>
  456. {block:PermalinkPage}{Photoset-400}<br><br>{Caption}{/block:PermalinkPage}{/block:Photoset}
  457.  
  458. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  459. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460.  
  461.  
  462.  
  463.  
  464. {block:Audio}
  465. <div id="albumart">
  466. {block:AlbumArt}
  467. <img src="{AlbumArtURL}" width="100px" height="100px"/>
  468. {/block:AlbumArt}
  469. </div>
  470. <div id="audio">
  471. {block:TrackName}{TrackName}{/block:TrackName}<br>
  472. {block:Artist}{Artist}{/block:Artist}<br>
  473. {block:Album}{Album}{/block:Album}<br>
  474. {block:Playcount}{FormattedPlayCount} plays<br>{/block:Playcount}
  475. <div style="width:140px; overflow:hidden">
  476. {block:AudioPlayer}
  477. {AudioPlayerWhite}
  478. {/block:AudioPlayer}</div><br><br><br>
  479. </div>
  480.  
  481. {block:PermalinkPage}{Caption}{/block:PermalinkPage}
  482. {/block:Audio}
  483.  
  484. {block:Answer}
  485. <div style="color:{color:Left Border}; padding:10px; background:rgba(255,255,255,0.2); font-family:Inconsolata" >
  486. <div style="text-transform:uppercase; letter-spacing:2px; text-align:center">
  487. {Asker} asked:</div><br> {Question}
  488. <hr />
  489. {Answer}
  490. </div>{/block:Answer}
  491.  
  492. </div>
  493.  
  494. {block:ifnotInfiniteScroll}
  495. <div id="pagi">
  496. {block:Pagination}
  497. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  498. {block:JumpPagination length="5"}
  499. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  500. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  501. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  502. {/block:Pagination}
  503. </div>
  504. {/block:ifnotInfiniteScroll}
  505.  
  506.  
  507. {/block:Posts}
  508. {block:ifInfiniteScroll}
  509. </div>
  510. {/block:ifInfiniteScroll}
  511. {block:PostNotes}{PostNotes}{/block:PostNotes}
  512. </div>
  513.  
  514. <div id="credit"><a href="http://feverfires.tumblr.com">✿</a></div>
  515.  
  516. <script>$("p").remove(":contains('Source:'),:contains('via ')");</script>
  517. </body>
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement