Advertisement
olympianthemes

AVENGER, Theme #8

Aug 23rd, 2013
1,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---------------
  4.  
  5.  
  6.  
  7.  
  8. THEME #8 - "AVENGER" by OLYMPIAN THEMES
  9. Rules and Regulations:
  10. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  11.  
  12. #2: DO NOT redistribute this theme/page,
  13.  
  14. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  15.  
  16.  
  17.  
  18. ---------------->
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  23.  
  24. <title>{Title}</title>
  25.  
  26. <meta charset="utf-8">
  27.  
  28. <meta name="description" content="{MetaDescription}" />
  29.  
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700,800,900,500' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  40.  
  41. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function() {
  46. // Show or hide the sticky footer button
  47. $(window).scroll(function() {
  48. if ($(this).scrollTop() > 200) {
  49. $('.go-top').fadeIn(200);
  50. } else {
  51. $('.go-top').fadeOut(200);
  52. }
  53. });
  54.  
  55. // Animate the scroll to top
  56. $('.go-top').click(function(event) {
  57. event.preventDefault();
  58.  
  59. $('html, body').animate({scrollTop: 0}, 300);
  60. })
  61. });
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68. <meta name="if:Infinite Scroll" content="">
  69.  
  70. <meta name="text:Link 1" content="">
  71. <meta name="text:Link 1 URL" content="">
  72. <meta name="text:Link 2" content="">
  73. <meta name="text:Link 2 URL" content="">
  74. <meta name="text:Link 3" content="">
  75. <meta name="text:Link 3 URL" content="">
  76. <meta name="text:Link 4" content="">
  77. <meta name="text:Link 4 URL" content="">
  78.  
  79. <meta name="color:Accent" content="#a9d6d6">
  80. <meta name="color:Post BG" content="#ffffff">
  81. <meta name="color:Borders" content="#ffffff">
  82. <meta name="color:Background" content="#202020">
  83. <meta name="color:Post Color" content="#EEEEEE">
  84. <meta name="color:Description BG" content="#FFFFFF">
  85. <meta name="color:Nav Link Text" content="#FFFFFF">
  86. <meta name="color:Body Text" content="#877b76">
  87.  
  88.  
  89.  
  90. </head>
  91. <style type="text/css">
  92. body {
  93. margin: 0px;
  94. list-style: none;
  95. background-color: {color:Background};
  96. background-attachment: fixed;
  97. background-image:url('');
  98. font-family: 'Lora', sans-serif;
  99. font-size: 10px;
  100. color: {color:Body Text};
  101.  
  102. }
  103.  
  104. a {
  105. text-decoration: none;
  106. color: black;
  107. }
  108.  
  109. b,i,strong,em {
  110. color: {color:Accent};
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {
  114. background-color: {color:Accent};
  115. height: 10px;
  116. border-bottom: 2px solid #FFF;
  117. border-top: 2px solid #FFF;
  118. }
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color: {color:Accent};
  121. height: 7px!important;
  122. }
  123. ::-webkit-scrollbar {
  124. background-color: #FFF;
  125. height: 10px;
  126. width: 12px;
  127. }
  128. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  129. display:block;
  130. height:15px;
  131. width: 12px;
  132. background-color: {color:Accent};
  133. }
  134.  
  135.  
  136. header {
  137. width: 100%;
  138. border-top: 5px solid {color:Borders};
  139. border-bottom: 5px solid {color:Borders};
  140. background-color: {color:Background};
  141. position: fixed;
  142. height: 48px;
  143. z-index: 1;
  144. }
  145.  
  146. #icon img {
  147. position: fixed;
  148. border-left: 5px solid {color:Borders};
  149. border-right: 5px solid {color:Borders};
  150. background-color: #AAA;
  151. margin-left: 235px;
  152. width: 48px;
  153. height: 48px;
  154. float: left;
  155. }
  156.  
  157. .title {
  158. background-color: {color:Borders};
  159. padding: 16px 20px 22px 20px;
  160. float: left;
  161. width: 550px;
  162. font-family: raleway;
  163. font-size: 12px;
  164. text-transform: uppercase;
  165. margin-left: 300px;
  166. text-align: center;
  167. color: {color:Accent};
  168. z-index: 3000;
  169. position: absolute;
  170. letter-spacing: 5px;
  171. }
  172.  
  173. #desc {
  174. display: block;
  175. text-align: center;
  176. background-color: {color:Description BG};
  177. margin-bottom: 20px;
  178. padding: 10px;
  179. }
  180.  
  181. #desc a {
  182. color: {color:Accent};
  183. }
  184.  
  185. #posts {
  186. width: 540px;
  187. padding: 25px;
  188. background: {color:Post BG};
  189. display: inline-block;
  190. margin-left: 300px;
  191. height: 100%;
  192. margin-top: 80px;
  193. margin-bottom: 150px;
  194. }
  195.  
  196. .go-top {
  197. position: fixed;
  198. bottom: 2em;
  199. right: 2em;
  200. text-decoration: none;
  201. color: #877b76;
  202. font-family: 'Raleway';
  203. font-weight: 700;
  204. font-size: 12px;
  205. padding: 1em;
  206. display: none;
  207. width: 80px;
  208. text-align: center;
  209. text-transform: uppercase;
  210. opacity: 0.5;
  211. -webkit-transition: all 0.2s ease-in-out;
  212. -moz-transition: all 0.2s ease-in-out;
  213. -o-transition: all 0.2s ease-in-out;
  214. -ms-transition: all 0.2s ease-in-out;
  215. transition: all 0.2s ease-in-out;
  216. }
  217.  
  218. .go-top:hover {
  219. opacity: 1;
  220. }
  221.  
  222. .go-top img {
  223. width: 80px;
  224. margin: auto;
  225. height: 80px;
  226. background-color: {color:Accent};
  227. border-radius: 5px;
  228. -webkit-transition: all 0.2s ease-in-out;
  229. -moz-transition: all 0.2s ease-in-out;
  230. -o-transition: all 0.2s ease-in-out;
  231. -ms-transition: all 0.2s ease-in-out;
  232. transition: all 0.2s ease-in-out;
  233.  
  234. }
  235.  
  236. #nav {
  237. display: inline-block;
  238. width: 200px;
  239. height: 300px;
  240. position: fixed;
  241. margin-left: 20px;
  242. margin-top: 80px;
  243. }
  244.  
  245. #nav a {
  246. background-color: {color:Accent};
  247. color: {color:Nav Link Text};
  248. display: inline-block;
  249. padding: 3px 3px 4px 2px;
  250. width: 14px;
  251. font-family: calibri;
  252. text-align: center;
  253. border: 2px solid #FFF;
  254. text-transform: uppercase;
  255. margin-right: 4px;
  256. -webkit-transition: all 0.2s ease-in-out;
  257. -moz-transition: all 0.2s ease-in-out;
  258. -o-transition: all 0.2s ease-in-out;
  259. -ms-transition: all 0.2s ease-in-out;
  260. transition: all 0.2s ease-in-out;
  261. }
  262.  
  263. #nav a:hover {
  264. background-color: {color:Nav Link Text};
  265. color: {color:Accent};
  266. border: 2px solid {color:Accent};
  267. }
  268.  
  269. .section {
  270. display: inline-block;
  271. background-color: transparent;
  272. width: 200px;
  273. margin-top: 4px;
  274. font-family: raleway;
  275. text-transform: uppercase;
  276. padding-bottom: -2px;
  277. color: {color:Accent};
  278. -webkit-transition: all 0.2s ease-in-out;
  279. -moz-transition: all 0.2s ease-in-out;
  280. -o-transition: all 0.2s ease-in-out;
  281. -ms-transition: all 0.2s ease-in-out;
  282. transition: all 0.2s ease-in-out;
  283. }
  284.  
  285. .section:hover {
  286. background-color: {color:Accent};
  287. color: {color:Nav Link Text};
  288. }
  289.  
  290. #entries {
  291. background-color: {color:Post Color};
  292. width: 500px;
  293. height: 100%;
  294. padding: 20px;
  295. }
  296.  
  297. blockquote {
  298. border-left: 2px solid {color:Accent};
  299. max-width: 450px;
  300. padding: 2px 7px;
  301. margin: auto;
  302. }
  303.  
  304. blockquote img {
  305. max-width: 400px;
  306. }
  307.  
  308. blockquote blockquote {
  309. max-width: 400px;
  310. }
  311.  
  312. .ttitle {
  313. padding: 20px;
  314. font-family: Lato;
  315. font-size: 20px;
  316. text-transform: uppercase;
  317. font-weight: 600;
  318. color: #FFFFFF;
  319. width: 500px;
  320. background-color: {color:Accent};
  321. display: block;
  322. margin-top: -20px;
  323. margin-left: -20px;
  324. }
  325.  
  326. #entries a {
  327. color: {color:Accent};
  328. -webkit-transition: all 0.2s ease-in-out;
  329. -moz-transition: all 0.2s ease-in-out;
  330. -o-transition: all 0.2s ease-in-out;
  331. -ms-transition: all 0.2s ease-in-out;
  332. transition: all 0.2s ease-in-out;
  333. }
  334.  
  335. #entries a:hover {
  336. opacity: 0.6;
  337. }
  338.  
  339. #player {
  340. display: block;
  341. width: 100%;
  342. height: auto;
  343. padding: 7px 0px;
  344. background-color: {color:Accent};
  345. z-index: 1;
  346. margin-top: 10px;
  347. }
  348.  
  349. .album img {
  350. width: 60px;
  351. height: 60px;
  352. border: 5px solid #EEEEEE;
  353. position: absolute;
  354. z-index: 2;
  355. margin-top: -27px;
  356. float: left;
  357. margin-left: 30px;
  358. }
  359.  
  360. #audio {
  361. margin-bottom: 00px;
  362. }
  363.  
  364. .track {
  365. margin-left: 110px;
  366. font-family: Lato;
  367. font-weight: 600;
  368. text-transform: uppercase;
  369. letter-spacing: 2px;
  370. color: #FFFFFF;
  371. }
  372.  
  373. .button {
  374. width: 25px;
  375. height: 28px;
  376. overflow: hidden;
  377. z-index: 1000;
  378. }
  379.  
  380. .music {
  381. background-color: #FFF;
  382. position: absolute;
  383. padding: 12px 14px 10px 13px;
  384. z-index: 1000;
  385. margin: 5px 28px 0px 39px;
  386. margin-top: -17px;
  387. opacity: 0.3;
  388. webkit-transition: all 0.3s ease-in-out;
  389. -moz-transition: all 0.3s ease-in-out;
  390. -o-transition: all 0.3s ease-in-out;
  391. -ms-transition: all 0.3s ease-in-out;
  392. transition: all 0.3s ease-in-out;
  393. }
  394.  
  395. .music:hover {
  396. opacity: 0.5;
  397.  
  398. }
  399.  
  400. .info {
  401. margin-left: 110px;
  402. margin-top: 3px;
  403. }
  404.  
  405. .chat .convo li {
  406. list-style: none;
  407. text-align: justify;
  408. margin-top: 5px;
  409. }
  410.  
  411. .chat h4 {
  412. font-family: 'Lato';
  413. font-size: 20px;
  414. text-align: center;
  415. display: block;
  416. color: #a9d6d6;
  417. text-transform: uppercase;
  418. }
  419.  
  420. .line_odd .label {
  421. color: {color:Accent};
  422. text-transform: uppercase;
  423. border-bottom: 1px dotted #AAA;
  424. padding: 2px;
  425. }
  426.  
  427. .line_even .label {
  428. color: #BBB;
  429. text-transform: uppercase;
  430. border-bottom: 1px dotted #AAA;
  431. padding: 2px;
  432. }
  433.  
  434. .quo {
  435. padding: 20px;
  436. display: block;
  437. width: 500px;
  438. margin-left: -20px;
  439. margin-top: -20px;
  440. background-color: {color:Accent};
  441. color: #FFFFFF;
  442. font-family: 'Lato';
  443. font-size: 16px;
  444. font-style: italic;
  445. }
  446.  
  447. .sou {
  448. text-align: center;
  449. display: block;
  450. margin-top: 10px;
  451. }
  452.  
  453. .link a {
  454. display: block;
  455. background-color: #FFFFFF;
  456. padding: 20px;
  457. font-family: 'Raleway';
  458. font-size: 16px;
  459. text-align: center;
  460. text-transform: uppercase;
  461. font-weight: 700;
  462. color: #a9d6d6;
  463. }
  464.  
  465. .question {
  466. display: block;
  467. padding: 10px;
  468. background-color: {color:Accent};
  469. color: {color:Body Text};
  470. text-align: center;
  471. }
  472.  
  473. .question a {
  474. color: #FFFFFF;
  475. }
  476.  
  477. .answer {
  478. display: block;
  479. }
  480.  
  481. {block:IfNotInfiniteScroll}
  482.  
  483. .previous a {
  484. font-family: Lato;
  485. font-size: 48px;
  486. color: #FFFFFF;
  487. font-weight: 600;
  488. float: left;
  489. margin-left: 190px;
  490. margin-top: -10px;
  491. }
  492.  
  493. .next a {
  494. font-family: Lato;
  495. font-size: 48px;
  496. color: #FFFFFF;
  497. font-weight: 600;
  498. float: right;
  499. margin-right: 420px;
  500. margin-top: -10px;
  501. }
  502.  
  503. {/block:IfNotInfiniteScroll}
  504.  
  505. #stamp {
  506. display: block;
  507. width: 520px;
  508. margin-top: 10px;
  509. padding: 10px;
  510. text-align: center;
  511. font-style: italic;
  512. letter-spacing: 2px;
  513. }
  514.  
  515. #stamp a {
  516. color: {color:Accent};
  517. webkit-transition: all 0.3s ease-in-out;
  518. -moz-transition: all 0.3s ease-in-out;
  519. -o-transition: all 0.3s ease-in-out;
  520. -ms-transition: all 0.3s ease-in-out;
  521. transition: all 0.3s ease-in-out;
  522. }
  523.  
  524. #stamp a:hover {
  525. color: #FFFFFF;
  526. }
  527.  
  528. #tags {
  529. display: block;
  530. margin-bottom: 20px;
  531. padding: 10px;
  532. width: 520px;
  533. color: #CCCCCC;
  534. text-align: center;
  535. }
  536.  
  537. #tags a {
  538. color: {color:Accent};
  539. font-style: italic;
  540. letter-spacing: 1px;
  541. text-transform: lowercase;
  542. }
  543.  
  544. </style>
  545. <body>
  546. <header>
  547. <div id="icon"><img src="{PortraitURL-48}" /></div>
  548. {block:IfNotInfiniteScroll}
  549. {block:Pagination}<div class="previous">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>{/block:Pagination}
  550. {/block:IfNotInfiniteScroll}
  551.  
  552. <a href="/"><div class="title">{Title}</div></a>
  553. {block:IfNotInfiniteScroll}
  554. {block:Pagination}<div class="next">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  555. {/block:IfNotInfiniteScroll}
  556. </header>
  557.  
  558. <div id="posts">
  559. {block:Posts}
  560.  
  561. <div id="stamp">
  562. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}from <a href="{ReblogParentURL}">{ReblogParentName}{/block:RebloggedFrom}
  563.  
  564. </div>
  565. <div id="entries">
  566.  
  567.  
  568.  
  569. {block:Text}
  570. {block:Title}<div class="ttitle">{Title}</div>{/block:Title}
  571. {Body}
  572. {/block:Text}
  573.  
  574. {block:Photo}
  575. <center><img src="{PhotoURL-500}" /></center>
  576. {block:Caption}{Caption}{block:Caption}
  577. {/block:Photo}
  578.  
  579. {block:Photoset}
  580. {Photoset-500}
  581. {block:Caption}{Caption}{block:Caption}
  582. {/block:Photoset}
  583.  
  584. {block:Video}
  585. {Video-500}
  586. {block:Caption}{Caption}{block:Caption}
  587. {/block:Video}
  588.  
  589. {block:Audio}
  590. <div id="audio">
  591. <div id="player">
  592. <div class="music"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  593. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  594. {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}
  595. </div>
  596. <div class="info">{block:PlayCount}{PlayCount}{/block:PlayCount}{block:Artist} - {Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div>
  597. </div>
  598. {/block:Audio}
  599.  
  600. {block:Chat}
  601. <div class="chat">
  602. {block:Title}<h4>{Title}</h4>{/block:Title}
  603. <ul class="convo">
  604. {block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  605. {Line}</li>{/block:Lines}
  606. </ul>
  607. </div>
  608. {/block:Chat}
  609.  
  610. {block:Quote}
  611. <div class="quo">{Quote}</div>
  612. <div class="sou">{Source}</div>
  613. {/block:Quote}
  614.  
  615. {block:Link}
  616. <div class="link"><a href="{URL}">{Name}</a></div>
  617. {block:Description}{Description}{/block:Description}
  618. {/block:Link}
  619.  
  620. {block:Answer}
  621. <div class="question">{Asker}: {Question}</div>
  622. <div class="answer">{Answer}</div>
  623. {/block:Answer}
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630. <!-- {block:ContentSource}
  631. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  632. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  633. {/block:SourceLogo}
  634. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  635. {/block:ContentSource} -->
  636.  
  637.  
  638.  
  639. </div>
  640.  
  641. {block:HasTags}
  642. <div id="tags">
  643. {block:Tags}
  644. #<a href="{TagURL}">{Tag}</a>
  645. {/block:Tags}
  646. </div>
  647. {/block:HasTags}
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654. {/block:Posts}
  655.  
  656. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  657. </div>
  658.  
  659.  
  660.  
  661.  
  662. <div id="nav">
  663. <div id="desc">{Description}</div>
  664. <div class="section"><a href="/">I</a> Home</div>
  665. <div class="section"><a href="/ask">II</a> Message</div>
  666. <div class="section"><a href="{text:Link 1 URL}">III</a> {text:Link 1}</div>
  667. <div class="section"><a href="{text:Link 2 URL}">IV</a> {text:Link 2}</div>
  668. <div class="section"><a href="{text:Link 3 URL}">V</a> {text:Link 3}</div>
  669. <div class="section"><a href="{text:Link 4 URL}">VI</a> {text:Link 4}</div>
  670. <div class="section"><a href="http://olympianthemes.tumblr.com">VII</a> Theme</div>
  671. </div>
  672. </div>
  673.  
  674.  
  675.  
  676.  
  677.  
  678. <a href="#" class="go-top"><img src="http://static.tumblr.com/kamm2qy/ppMmrcqdn/up_button.png" />Back to Top</a>
  679. </body>
  680. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement