azurethemes

theme no. 02

Mar 5th, 2016
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.20 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5. ☾ ● Espeon Themes ● ☽
  6. Theme No. 02 - Heliolisk
  7. This theme and coding was created by espeon themes.
  8. Any distribution without permission is violating against the copyright.
  9. This theme was published for public use, but can not be claimed as own!
  10. © Espeon themes, 2016. All rights reserved.
  11.  
  12.  
  13. --->
  14. <!-----start html---->
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  17. <!-----custom google fonts---->
  18. <script type="text/javascript">
  19. WebFontConfig = {
  20. google: { families: [ 'Roboto:400,500,700:latin' , 'Roboto::latin' , 'Khand:400,600:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin', 'Oxygen:400,700:latin' , 'Hind:400,700:latin' , 'Karla:400,700:latin' , 'Open+Sans:400,700,600:latin' , 'Exo:400,700,600:latin','Roboto+Condensed:400,700:latin', 'Titillium+Web:400,600,700:latin', 'PT+Sans:400,700:latin', 'Droid+Sans::latin','Kanit:400,500,500italic,400italic,600,600italic,700,700italic:latin', 'Work+Sans:400,500,700,600:latin', 'Timmana::latin' ] }
  21. };
  22. (function() {
  23. var wf = document.createElement('script');
  24. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  25. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  26. wf.type = 'text/javascript';
  27. wf.async = 'true';
  28. var s = document.getElementsByTagName('script')[0];
  29. s.parentNode.insertBefore(wf, s);
  30. })(); </script>
  31. <!-----tooltips---->
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("a[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:100,
  39. tip_fade_speed:500,
  40. attribute:"title"
  41. });
  42. });
  43. })(jQuery);
  44. </script>
  45. <!-----back to top button---->
  46. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  47. <script>
  48. $(document).ready(function(){
  49.  
  50. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  51. var back_to_top_button = ['<a href="#top" class="back-to-top">back to top</a>'].join("");
  52. $("body").append(back_to_top_button)
  53.  
  54. // Der Button wird ausgeblendet
  55. $(".back-to-top").hide();
  56.  
  57. // Funktion für das Scroll-Verhalten
  58. $(function () {
  59. $(window).scroll(function () {
  60. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  61. $('.back-to-top').fadeIn();
  62. } else {
  63. $('.back-to-top').fadeOut();
  64. }
  65. });
  66.  
  67. $('.back-to-top').click(function () { // Klick auf den Button
  68. $('body,html').animate({
  69. scrollTop: 0
  70. }, 800);
  71. return false;
  72. });
  73. });
  74.  
  75. });
  76. </script>
  77. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  78. <script type="text/javascript"
  79. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  80. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  81. <head>
  82. <title>{Title}</title>
  83. <link rel="shortcut icon" href="{Favicon}">
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  85. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  86. <!-----all colors---->
  87. <meta name="color:background" content="#f5f5f5"/>
  88. <meta name="color:text" content="#000000"/>
  89. <meta name="color:links" content="#000000"/>
  90. <meta name="color:info" content="#000000"/>
  91. <meta name="color:title" content="#000000"/>
  92. <meta name="color:posts" content="#ffffff">
  93. <meta name="color:scrollbar" content="#000000">
  94. <meta name="color:scrollbar background" content="#ffffff">
  95. <meta name="color:hover" content="#97c5e0">
  96. <meta name="color:accent" content="#97c5e0">
  97. <!-----images---->
  98. <meta name="image:background" content=""/>
  99. <meta name="image:header" content=""/>
  100. <!-----texts---->
  101. <!-----sidebar links---->
  102. <meta name="text:link one url" content="/">
  103. <!-----custom css---->
  104. <style type="text/css">
  105. /*tumblr controls*/
  106. .tumblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  107. top: 0px !important;
  108. right:0px !important;
  109. opacity:0.5;
  110. z-index:9999999999999999999999999999999999999999999999999999999999;
  111. position: fixed !important;
  112. }
  113. /*scrollbar*/
  114. ::-webkit-scrollbar-thumb{
  115. height:auto;
  116. background-color:{color:scrollbar};
  117. }
  118. ::-webkit-scrollbar{
  119. height:2px;
  120. width:5px;
  121. background-color:{color:scrollbar background};
  122. }
  123. /*tooltips*/
  124. #s-m-t-tooltip{
  125. margin:15px 18px 6px 18px;
  126. padding:6px;
  127. background-color:{color:accent};
  128. font-family: 'calibri', sans-serif;
  129. border-radius:2px 2px 2px 2px;
  130. font-weight:600;
  131. font-size:10px;
  132. text-transform:uppercase;
  133. letter-spacing:0px;
  134. color:{color:text};
  135. z-index:999999999999999999999999999999999999;
  136. }
  137. /*body basics*/
  138. body{
  139. background-color:{color:background};
  140. background-image:url('{image:background}');
  141. background-attachment: fixed;
  142. background-repeat: repeat;
  143. font-weight:none;
  144. font-family: 'calibri', sans-serif;
  145. font-size:10px;
  146. text-align:justify;
  147. color:{color:text};
  148. margin:0;
  149. }
  150. a{
  151. text-decoration:none;
  152. color:{color:links};
  153. transition-duration: 0.1s;
  154. -moz-transition-duration: 0.1s;
  155. -webkit-transition-duration: 0.1s;
  156. -o-transition-duration: 0.1s;
  157. }
  158. a:hover{
  159. text-decoration:none;
  160. color:{color:accent};
  161. transition-duration: 0.1s;
  162. -moz-transition-duration: 0.1s;
  163. -webkit-transition-duration: 0.1s;
  164. -o-transition-duration: 0.1s;
  165. }
  166. img {
  167.  
  168. }
  169. blockquote {
  170. font-size:10px;
  171. max-width:545px;
  172. border-left:3px solid #eee;
  173. text-align:left;
  174. padding:1px;
  175. font-weight:none;
  176. margin-left:0px;
  177. padding-top:0.5px;
  178. padding-bottom:0.5px;
  179. font-size:10px;
  180. font-family: 'calibri', sans-serif;
  181. margin-right:30px;
  182. padding-left:15px;
  183. color:{color:text};
  184. }
  185. pre{
  186. font-size:9px;
  187. text-align:center;
  188. text-transform:none;
  189. font-family: 'Bitter', serif;
  190. font-weight:bold;
  191. line-height:9px;
  192. border-left:1px solid #eee;
  193. border-bottom:1px solid #eee;
  194. letter-spacing:2px;
  195. background-color:{color:posts};
  196. color:{color:text};
  197. padding:6px;
  198. }
  199. small{
  200. font-size:8px;
  201. }
  202. big{
  203. font-size:11px;
  204. }
  205. sub{
  206. font-size:7px;
  207. }
  208. h1 {
  209. font-size:11px;
  210. text-align:center;
  211. font-family: 'roboto', sans-serif;
  212. letter-spacing:0px;
  213. text-transform:uppercase;
  214. font-weight:700;
  215. line-height:17px;
  216. border-bottom:1px solid #eee;
  217. color:{color:text};
  218. padding:7px;
  219. }
  220. h1 a{
  221. color:{color:text};
  222. }
  223. h2{
  224. color:{color:text};
  225. text-transform:uppercase;
  226. font-family: 'Roboto', sans-serif;
  227. text-align:left;
  228. }
  229. b {
  230. font-weight:bold;
  231. padding:2px;
  232. font-family: 'Roboto', sans-serif;
  233. color:{color:text};
  234. }
  235. i {
  236. font-weight:italic;
  237. color:{color:text};
  238. }
  239. grouptitle {
  240. color:{color:text};
  241. text-transform:none;
  242. font-size:10px;
  243. font-family: 'calibri', sans-serif;
  244. }
  245. tit {
  246. color:{color:accent};
  247. font-size:10px;
  248. text-transform:uppercase;
  249. font-style:italic;
  250. font-family: 'roboto', sans-serif;
  251. letter-spacing:0px;
  252. font-weight:600;
  253. }
  254. am {
  255. color:{color:text};
  256. font-size:22px;
  257. padding:8px;
  258. padding-top:2px;
  259. text-transform:uppercase;
  260. font-family: 'roboto', sans-serif;
  261. letter-spacing:0px;
  262. font-weight:500;
  263. }
  264. n {
  265. font-weight:bold;
  266. letter-spacing:-1px;
  267. text-shadow: 1px 1px 1px #cccccc;
  268. font-size:12px;
  269. text-transform:uppercase;
  270. color:{color:text};
  271. }
  272. u {
  273. text-decoration:none;
  274. color:color:;{text};
  275. border-bottom:1px solid {color:text};
  276. }
  277. underline {
  278. text-decoration:none;
  279. color:color:;{text};
  280. border-bottom:1px solid {color:text};
  281. }
  282. /*header image*/
  283. #header {
  284. position:fixed;
  285. width:70px;
  286. margin-top:190px;
  287. padding:10px;
  288. height:70px;
  289. margin-left:180px;
  290. background-color:transparent;
  291. z-index:9999999999999999;
  292. }
  293. #headerimage {
  294. width 70px;
  295. z-index:-99999;
  296. }
  297. #headerimage img {
  298. width:800px;
  299. height:350px;
  300. border-radius:0px 0px 5px 5px;
  301. margin-left:260px;
  302. top:90px;
  303. position:absolute;
  304. opacity:1;
  305. z-index:-9999999;
  306. }
  307. /*sidebar description*/
  308. #description {
  309. overflow:auto;
  310. position:fixed;
  311. text-align:left;
  312. top:40px;
  313. left:225px;
  314. word-wrap: break-word;
  315. font-family: 'calibri', sans-serif;
  316. width:700px;
  317. height:28px;
  318. opacity:1;
  319. line-height:13px;
  320. background:{color:posts};
  321. font-weight:400;
  322. color:{color:text};
  323. letter-spacing:0px;
  324. font-size:11px;
  325. z-index:-999999;
  326. }
  327. #description::-webkit-scrollbar{
  328. width: 0px;
  329. }
  330. #description::-webkit-scrollbar-thumb{
  331. background:transparent;
  332. }
  333. #description::-webkit-scrollbar-track{
  334. background-color:transparent;
  335. }
  336. /*back to top button*/
  337. .back-to-top {
  338. position: fixed;
  339. color:{color:text};
  340. bottom:13px;
  341. text-transform:uppercase;
  342. background:{color:background};
  343. left:13px;
  344. font-family: 'calibri', sans-serif;
  345. font-size:8px;
  346. font-weight:700;
  347. padding:10px;
  348. }
  349. /*jump pagination*/
  350. .pagination{
  351. font-family: 'roboto', sans-serif;
  352. margin-left:-190px;
  353. width:auto;
  354. padding-top:-10px;
  355. padding-bottom:20px;
  356. font-size:13px;
  357. text-align:center;
  358. }
  359. .pagination a{
  360. padding:5px;
  361. font-family: 'roboto', sans-serif;
  362. font-weight:600;
  363. bottom:10px;
  364. margin-left:5px;
  365. color:{color:text};
  366. }
  367. .pagination a:hover{
  368. color:{color:hover};
  369. -moz-transition-duration:0.5s;
  370. -webkit-transition-duration:0.5s;
  371. -o-transition-duration:0.5s;
  372. transition: all 0.3s ease-out;
  373. }
  374. /*post notes*/
  375. ol.notes {
  376. padding: 0px;
  377. margin: 25px 0px;
  378. font-family:'Roboto',sans-serif;
  379. list-style-type: none;
  380. margin-top:-31px;
  381. background:{color:posts};
  382. margin-left:16px;
  383. width:560px;
  384. border-bottom: solid 1px #eee;
  385. }
  386. ol.notes li.note {
  387. border-top: solid 1px #eee;
  388. padding: 10px;
  389. }
  390. ol.notes li.note img.avatar {
  391. vertical-align: -2px;
  392. border-radius:100px;
  393. margin-right: 0px;
  394. width: 16px;
  395. height: 16px;
  396. }
  397. ol.notes li.note span.action {
  398. font-weight: 300;
  399. }
  400. ol.notes li.note .answer_content {
  401. font-weight: normal;
  402. }
  403. ol.notes li.note blockquote {
  404. border-color: #eee;
  405. padding: 4px 10px;
  406. margin: 10px 0px 0px 25px;
  407. }
  408. ol.notes li.note blockquote a {
  409. text-decoration: none;
  410. }
  411. /*audio*/
  412. .audioartist {
  413. font-family:'roboto', sans-serif;
  414. font-size:10px;
  415. text-transform:lowercase;
  416. font-weight:600;
  417. }
  418. .audiotitle {
  419. font-family:'roboto', sans-serif;
  420. font-size:10px;
  421. text-transform:lowercase;
  422. font-weight:600;
  423. }
  424. .audioplayed {
  425. font-family:'roboto', sans-serif;
  426. font-size:10px;
  427. text-transform:lowercase;
  428. font-weight:600;
  429. }
  430. .audioplayr {
  431. width:400px;
  432. color:{color:text};
  433. background:{color:accent};
  434. }
  435. audioinfo {
  436. font-family:'roboto', sans-serif;
  437. font-size:10px;
  438. letter-spacing:2px;
  439. text-transform:lowercase;
  440. font-weight:300;
  441. }
  442. /*posts*/
  443. #entries {
  444. margin-left:585px;
  445. margin-top:495px;
  446. overflow:hidden;
  447. }
  448. #post {
  449. font-size:10px;
  450. width:400px;
  451. color:{color:post text};
  452. border-radius:5px 5px 5px 5px;
  453. background-color:{color:posts};
  454. text-align:justify;
  455. padding:30px;
  456. padding-top:12px;
  457. margin-left:15px;
  458. padding-bottom:0px;
  459. overflow:hidden;
  460. line-height:20px;
  461. margin-bottom:30px;
  462. }
  463. #post img{
  464. max-width:400px;
  465. height:auto;
  466. }
  467. /*questions and answers*/
  468. #asking {
  469. margin-left:20px;
  470. margin-top:-23px;
  471. }
  472. #question {
  473. padding:20px;
  474. padding-left:14px;
  475. margin-top:-28px;
  476. margin-left:-1px;
  477. font-size:9px;
  478. width:367px;
  479. color:{color:text};
  480. background:#eee;
  481. }
  482. #asker{
  483. margin-top:18px;
  484. padding:1px;
  485. font-weight:600;
  486. font-size:9px;
  487. z-index:9999999999;
  488. color:{color:text};
  489. font-style:italic;
  490. opacity:1;
  491. margin-left:12px;
  492. letter-spacing:0px;
  493. font-family: 'roboto', sans-serif;
  494. text-transform:lowercase;
  495. }
  496. /*post info*/
  497. #info {
  498. width:440px;
  499. height:23px;
  500. text-align:left;
  501. font-family: 'calibri', sans-serif;
  502. text-transform:uppercase;
  503. margin-left:-31px;
  504. font-size:8px;
  505. margin-top:25px;
  506. overflow:hidden;
  507. font-weight:700;
  508. font-style:none;
  509. letter-spacing:1px;
  510. border-top:3px solid {color:accent};
  511. z-index:9999999999999999;
  512. padding:10px;
  513. line-height:10px;
  514. color:{color:info};
  515. }
  516. #info a {
  517. text-align:center;
  518. font-weight:700;
  519. padding:5px;
  520. background:{color:posts};
  521. letter-spacing:1px;
  522. font-family: 'calibri', sans-serif;
  523. line-height:10px;
  524. color:{color:info};
  525. }
  526. #info a:hover{
  527. color:{color:accent};
  528. }
  529. #info top {
  530. padding:5px;
  531. background:{color:posts};
  532. }
  533. #info spare {
  534. padding:5px;
  535. }
  536. /*post tags*/
  537. #tags {
  538. text-align:left;
  539. opacity:1;
  540. font-size:8px;
  541. font-family: 'calibri', sans-serif;
  542. margin-top:-31px;
  543. margin-left:-21px;
  544. color:{color:info};
  545. padding:5px;
  546. font-weight:700;
  547. padding-bottom:10px;
  548. height:15px;
  549. width:450px;
  550. text-transform:uppercase;
  551. -webkit-transition: all 0.7s ease-in-out;
  552. -moz-transition: all 0.7s ease-in-out;
  553. -o-transition: all 0.7s ease-in-out;
  554. -ms-transition: all 0.7s ease-in-out;
  555. transition: all 0.7s ease-in-out;
  556. }
  557. #tags a {
  558. padding:5px;
  559. margin-top:-3px;
  560. color:{color:info};
  561. line-height:12px;
  562. letter-spacing:0px;
  563. font-weight:700;
  564. text-align:left;
  565. font-size:8px;
  566. font-family: 'calibri', sans-serif;
  567. display:inline-block;
  568. }
  569. #tags a:hover {
  570. -moz-transition-duration:0.3s;
  571. -webkit-transition-duration:0.3s;
  572. -o-transition-duration:0.3s;
  573. color:{color:hover};
  574. }
  575. /*sidebar*/
  576. #boxes {
  577. overflow:auto;
  578. position:absolute;
  579. text-align:left;
  580. margin-top:45px;
  581. margin-left:215px;
  582. text-transform:none;
  583. font-style:normal;
  584. font-family: 'Roboto', sans-serif;
  585. width:255px;
  586. height:100px;
  587. opacity:1;
  588. line-height:10px;
  589. font-weight:none;
  590. color:{color:text};
  591. background:{color:description};
  592. padding:17px;
  593. letter-spacing:0px;
  594. font-size:10px;
  595. transition-duration: 0.9s;
  596. -moz-transition-duration:0.9s;
  597. -webkit-transition-duration:0.9s;
  598. -o-transition-duration:0.9s;
  599. }
  600. .tit {
  601. font-size:11px;
  602. text-transform:uppercase;
  603. margin-bottom:0px;
  604. margin-left:5px;
  605. margin-top:-25px;
  606. width:236px;
  607. letter-spacing:1px;
  608. font-weight:700;
  609. background:{color:posts};
  610. text-align:left;
  611. border-bottom:3px solid {color:accent};
  612. border-radius:5px 5px 0px 0px;
  613. font-family: 'calibri', sans-serif;
  614. color:{color:text};
  615. padding:17px;
  616. }
  617.  
  618. .sidebox {
  619. position:absolute;
  620. width:320px;
  621. top:500px;
  622. margin-left:234px;
  623. z-index:999;
  624. }
  625. .box {
  626. padding:20px;
  627. }
  628. #description {
  629. margin:5px;
  630. background:{color:posts};
  631. text-align:justify;
  632. }
  633. .members {
  634. margin:5px;
  635. font-size:10px;
  636. font-family: 'calibri', sans-serif;
  637. border-radius:0px 0px 5px 5px;
  638. padding:25px;
  639. background:{color:posts};
  640. text-transform:uppercase;
  641. text-align:justify;
  642. }
  643. #description1 {
  644. margin:5px;
  645. border-radius:0px 0px 5px 5px;
  646. font-size:10px;
  647. background:{color:posts};
  648. padding-top:8px;
  649. font-weight:500;
  650. padding:25px;
  651. line-height:14px;
  652. font-family:'calibri', sans-serif;
  653. }
  654. #sidebarr {
  655. margin:5px;
  656. text-align:justify;
  657. }
  658. #dates {
  659. z-index:9999999999;
  660. padding:25px;
  661. text-align:center;
  662. border-radius:0px 0px 5px 5px;
  663. background:{color:posts};
  664. font-size:10px;
  665. font-weight:400;
  666. line-height:52px;
  667. font-family:'calibri', sans-serif;
  668. margin-left:5px;
  669. margin-top:0px;
  670. width:220px;
  671. }
  672. #dates date {
  673. font-size:11px;
  674. text-align:left;
  675. width:auto;
  676. height:5px;
  677. font-weight:none;
  678. font-weight:600;
  679. background:{color:accent};
  680. border-radius:5px 0px 0px 5px;
  681. font-family: 'calibri', sans-serif;
  682. letter-spacing:2px;
  683. color:{color:posts};
  684. padding:13px;
  685. }
  686. #dates dateu {
  687. font-size:10px;
  688. text-align:center;
  689. width:auto;
  690. height:3px;
  691. font-weight:600;
  692. text-transform:none;
  693. border:1px solid #eee;
  694. border-radius:0px 5px 5px 0px;
  695. font-family: 'calibri', sans-serif;
  696. letter-spacing:0px;
  697. color:{color:text};
  698. padding:12px;
  699. }
  700. .aboutt {
  701. margin:5px;
  702. font-size:10px;
  703. background:{color:posts};
  704. padding-top:8px;
  705. border-radius:0px 0px 5px 5px;
  706. font-weight:500;
  707. padding:25px;
  708. line-height:14px;
  709. font-family:'calibri', sans-serif;
  710. }
  711. #projects {
  712. text-align:left;
  713. background:{color:posts};
  714. margin:5px;
  715. padding:25px;
  716. margin-top:30px;
  717. border-radius:0px 0px 5px 5px;
  718. font-size:10px;
  719. letter-spacing:0px;
  720. }
  721. #projects img {
  722. border:1px solid #eee;
  723. width:70px;
  724. height:70px;
  725. border-radius:5px 5px 5px 5px;
  726. float:left;
  727. margin-right:10px;
  728. }
  729. .navlinks {
  730. z-index:9999999999;
  731. padding:25px;
  732. background:{color:posts};
  733. text-align:justify;
  734. font-size:10px;
  735. font-weight:500;
  736. border-radius:0px 0px 5px 5px;
  737. line-height:12px;
  738. font-family:'roboto', sans-serif;
  739. margin-left:5px;
  740. margin-top:0px;
  741. width:220px;
  742. }
  743. .navlinks a{
  744. margin:5px;
  745. width:190px;
  746. height:25px;
  747. margin-bottom:2px;
  748. text-align:left;
  749. padding-bottom:1px;
  750. padding:6px;
  751. line-height:33px;
  752. color:{color:text};
  753. border-bottom:1px solid #eee;
  754. font-style:none;
  755. z-index:99999;
  756. font-weight:600;
  757. font-family: 'calibri', sans-serif;
  758. letter-spacing:1px;
  759. font-size:9px;
  760. text-transform:uppercase;
  761. text-decoration:none;
  762. display:inline-block;
  763. -webkit-transition: all 0.3s ease-in-out;
  764. -moz-transition: all 0.3s ease-in-out;
  765. -o-transition: all 0.3s ease-in-out;
  766. -ms-transition: all 0.3s ease-in-out;
  767. transition: all 0.3s ease-in-out;
  768. }
  769. .navlinks a:hover {
  770. padding-left:15px;
  771. width:181px;
  772. border-bottom:1px solid {color:accent};
  773. color:{color:hover};
  774. -webkit-transition: all 0.3s ease-in-out;
  775. -moz-transition: all 0.3s ease-in-out;
  776. -o-transition: all 0.3s ease-in-out;
  777. -ms-transition: all 0.3s ease-in-out;
  778. transition: all 0.3s ease-in-out;
  779. }
  780. /*credit (u better leave this here u goof)*/
  781. #credit{
  782. position:fixed;
  783. font-size:8px;
  784. font-weight:700;
  785. padding-bottom:5px;
  786. padding-top:5px;
  787. height:20px;
  788. width:auto;
  789. opacity:1;
  790. padding-left:5px;
  791. padding-right:5px;
  792. background:transparent;
  793. right:13px;
  794. bottom:13px;
  795. letter-spacing:0px;
  796. line-height:22px;
  797. padding:3px;
  798. text-align:center;
  799. float:left;
  800. font-family: 'calibri', sans-serif;
  801. color:{color:text};
  802. text-transform:uppercase;
  803. }
  804. #credit:hover{
  805. background:{color:posts};
  806. }
  807. /*sidebar links*/
  808. .links {
  809. width:800px;
  810. border-radius:5px 5px 0px 0px;
  811. height:30px;
  812. overflow:hidden;
  813. cursor:pointer;
  814. top:60px;
  815. opacity:1;
  816. z-index:999999;
  817. position:absolute;
  818. background:{color:title};
  819. left:260px;
  820. text-align:left;
  821. }
  822. .links #all {
  823. margin-left:3px;
  824. margin-top:4px;
  825. padding:5px;
  826. height:28px;
  827. transition-duration: 0.3s;
  828. -moz-transition-duration: 0.3s;
  829. -webkit-transition-duration: 0.3s;
  830. -o-transition-duration: 0.3s;
  831. }
  832. .links #all a:hover {
  833. color:{color:hover};
  834. transition-duration: 0.3s;
  835. -moz-transition-duration: 0.3s;
  836. -webkit-transition-duration: 0.3s;
  837. -o-transition-duration: 0.3s;
  838. }
  839. .links a {
  840. width:13px;
  841. height:13px;
  842. margin-bottom:5px;
  843. text-align:center;
  844. border-radius:100px;
  845. text-transform:uppercase;
  846. padding:0px;
  847. opacity:1;
  848. margin-left:4px;
  849. line-height:12px;
  850. color:{color:text};
  851. z-index:99999;
  852. font-weight:600;
  853. font-family: 'calibri', sans-serif;
  854. letter-spacing:3px;
  855. font-size:10px;
  856. display:inline-block;
  857. -webkit-transition: all 0.3s ease-in-out;
  858. -moz-transition: all 0.3s ease-in-out;
  859. -o-transition: all 0.3s ease-in-out;
  860. -ms-transition: all 0.3s ease-in-out;
  861. transition: all 0.3s ease-in-out;
  862. }
  863. {CustomCSS}</style>
  864. </head>
  865. <body>
  866. <!-----basics---->
  867. <div id="sidebar">
  868. <div id="headerimage"><img src="{image:header}"></a></div>
  869. </div>
  870. </div>
  871. <!-----top bar links---->
  872. <div class="links">
  873. <div id="all">
  874. <a href="/"title="index"style="background:#e06963"></a>
  875. <a href="/ask"title="contact"style="background:#ffff94"></a>
  876. <a href="{text:link one url}"title="{text:link one}"style="background:#83ba42"></a>
  877. </div>
  878. </div>
  879. <!-----sidebar---->
  880. <div class="sidebox">
  881. <!-----description---->
  882. <div class="box">
  883. <div class="tit"style=" z-index:999999999;margin-bottom:-5px;">Home</div>
  884. <div id="description1">{description}</div>
  885. </div>
  886. <!-----updates---->
  887. <div class="box">
  888. <div class="tit"style=" z-index:999999999;margin-bottom:-5px;">Updates</div>
  889. <div class="aboutt">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  890. Lorem ipsum dolor sit amet.
  891. Consectetuer adipiscing elit.
  892. Nam at tortor quis ipsum tempor aliquet.
  893. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</a>
  894. </div></div>
  895. <!-----projects or albums---->
  896. <div class="box">
  897. <div class="tit"style=" z-index:999999999;margin-bottom:-30px;">Albums</div>
  898. <div id="projects"><img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
  899. <ul>
  900. <b>Album name</b><br>
  901. <b>Producer:</b> Name here<br>
  902. <b>Year:</b> Year here<br>
  903. <b>Tracks:</b> Tracks amount here<br>
  904. <b>Label:</b> Label here
  905. </ul>
  906. </br></br>
  907. <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
  908. <ul>
  909. <b>Album name</b><br>
  910. <b>Producer:</b> Name here<br>
  911. <b>Year:</b> Year here<br>
  912. <b>Tracks:</b> Tracks amount here<br>
  913. <b>Label:</b> Label here
  914. </ul>
  915. </div>
  916. </div>
  917. <!-----tour or event dates---->
  918. <div class="box">
  919. <div class="tit">Upcoming Events</div>
  920. <div id="dates">
  921. <date>DATE</date><dateu>City here</dateu>
  922. </br>
  923. <date>DATE</date><dateu>City here</dateu>
  924. </br>
  925. <date>DATE</date><dateu>City here</dateu>
  926. </br>
  927. <date>DATE</date><dateu>City here</dateu>
  928. </br>
  929. <date>DATE</date><dateu>City here</dateu>
  930. </br>
  931. </div></div>
  932. <!-----social media links---->
  933. <div class="box">
  934. <div class="tit">navigation</div>
  935. <div class="navlinks">
  936. <div id="all">
  937. <a href="/"title="text">navi link</a>
  938. <a href="/" title="text">navi link</a>
  939. <a href="/"title="text">navi link</a>
  940. <a href="/"title="text">navi link</a>
  941. <a href="/"title="text">navi link</a>
  942. </div>
  943. </div>
  944. </div>
  945. <!-----blog members---->
  946. <div class="box">
  947. <div class="tit"style=" z-index:999999999;margin-bottom:-5px;">Blog members</div>
  948. <div class="members">
  949. {block:GroupMembers}
  950. <table style="margin-top:0px;">
  951. {block:GroupMember}
  952. <tr>
  953. <td style="width:40px;">
  954. <img src="{GroupMemberPortraitURL-128}" width="40px;" height="auto;" style="margin-right: 10px;border-radius:5px"> </td>
  955. <td style="height:auto;">
  956. <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'calibri', sans-serif;margin-top:0px;font-weight:bold;text-transform:uppercase;font-size:10px;letter-spacing:0px;">{GroupMemberName}</a><br><grouptitle>{GroupMemberTitle}</grouptitle></div>
  957. </tr>
  958. {/block:GroupMember}
  959. </table>
  960. {/block:GroupMembers}
  961. </div></div>
  962. <!-----disclaimer---->
  963. <div class="box">
  964. <div class="tit"style=" z-index:999999999;margin-bottom:-5px;">disclaimer</div>
  965. <div class="aboutt">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  966. Lorem ipsum dolor sit amet.
  967. Consectetuer adipiscing elit.
  968. Nam at tortor quis ipsum tempor aliquet.
  969. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</a>
  970. </div></div>
  971. <!-----blog info---->
  972. <div class="box">
  973. <div class="tit"style=" z-index:999999999;margin-bottom:-5px;">Blog info</div>
  974. <div class="aboutt">
  975. <b>Blog created by:</b> Name here
  976. </br>
  977. <b>Blog established:</b> Date here
  978. </br>
  979. <b>Graphics by:</b> Name here
  980. </br>
  981. <b>Theme made by:</b> Azure (Espeon Themes)
  982. </div>
  983. </div>
  984. </div>
  985. </div>
  986. <!-----posts and entries---->
  987. <div id="entries">
  988. {block:Posts}
  989. <div id="post"
  990. <div id="post">
  991. <!----texts---->
  992. {block:Text}
  993. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  994. {Body}
  995. {/block:Text}
  996. <!-----question and answers---->
  997. {block:Answer}
  998. <div id="asker">{Asker} asked:</div>
  999. <div id="question">{Question}</div>
  1000. {Answer}{/block:Answer}
  1001. <!-----quotes---->
  1002. {block:Quote}
  1003. {block:Quote}
  1004. <h2>{Quote}</h2>
  1005. <div align="right">
  1006. {block:Source}<h1>-{Source}</h1>{/block:Source}
  1007. </div>
  1008. {/block:Quote}
  1009. <!-----links---->
  1010. {block:Link}
  1011. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1012. {block:Description}{Description}{/block:Description}
  1013. {/block:Link}
  1014. <!-----chats---->
  1015. {block:Chat}
  1016. {block:Title}<h2>{Title}</h2>{/block:Title}
  1017. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  1018. {Line}</li>{/block:Lines}</ul>
  1019. {/block:Chat}
  1020. <!-----photos---->
  1021. {block:Photo}
  1022. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  1023. {block:Caption}{Caption}{/block:Caption}
  1024. {/block:Photo}
  1025. <!-----photosets---->
  1026. {block:Photoset}
  1027. {Photoset-400}
  1028. {block:Caption}{Caption}{/block:Caption}
  1029. {/block:Photoset}
  1030. <!-----videos---->
  1031. {block:Video}
  1032. {Video-400}
  1033. {block:Caption}{Caption}{/block:Caption}
  1034. {/block:Video}
  1035. <!-----audios---->
  1036. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  1037. {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  1038. {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  1039. {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  1040. </br>
  1041. <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
  1042. {/block:Audio}
  1043. <!-----info---->
  1044. <div id="borderbottom"></div>
  1045. <div id="info">
  1046. <div id="permalink">
  1047. <top><a href="{Permalink}"title="{TimeAgo}">
  1048. {DayOfMonth} {ShortMonth} {ShortYear}</top></a><top>{NoteCountWithLabel}</top>
  1049. <font style="float:right"style="margin-left:-10px">
  1050. {block:RebloggedFrom}
  1051. <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-repeat"style="color:{color:text}"></i></a>
  1052. {block:RebloggedFrom}
  1053. {/block:RebloggedFrom}
  1054. {block:ContentSource}
  1055. <a href="{ReblogParentURL}" title="{ReblogParentName}"><i class="fa fa-history"style="color:{color:text}"></i></a> <a href="{SourceURL}"title="Source"><i class="fa fa-copyright"style="color:{color:text}"></i></a>
  1056. {/block:ContentSource}
  1057. {/block:RebloggedFrom}
  1058. </font style>
  1059. </a></div></div>
  1060. {/block:Date}
  1061. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}
  1062. </div>
  1063. {/block:HasTags}
  1064. </div>
  1065. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1066.  
  1067. {/block:Posts}
  1068. {block:Pagination}
  1069. <div class="pagination"style="{color:title text}">
  1070. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:accent};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  1071. {/block:Pagination}</div>
  1072. </div>
  1073. <!-----credit (u better dont touch this here u goof)---->
  1074. <div id="credit">
  1075. <a href="http://adf.ly/1WydlU"title="espeon themes"style="color:{color:text}">© Espeon</a>
  1076. </div>
  1077. </html>
  1078. </body>
  1079. <!-----end html---->
Add Comment
Please, Sign In to add comment