Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- ☾ ● Espeon Themes ● ☽
- Theme No. 01 - Absol
- This theme and coding was created by espeon themes.
- Any distribution without permission is violating against the copyright.
- This theme was published for public use, but can not be claimed as own!
- © Espeon themes, 2016. All rights reserved.
- --->
- <!-----start html---->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <!-----custom google fonts---->
- <script type="text/javascript">
- WebFontConfig = {
- 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', ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <!-----tooltips---->
- <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>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:500,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-----back to top button---->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
- var back_to_top_button = ['<a href="#top" class="back-to-top">back to top</a>'].join("");
- $("body").append(back_to_top_button)
- // Der Button wird ausgeblendet
- $(".back-to-top").hide();
- // Funktion für das Scroll-Verhalten
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
- $('.back-to-top').fadeIn();
- } else {
- $('.back-to-top').fadeOut();
- }
- });
- $('.back-to-top').click(function () { // Klick auf den Button
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-----all colors---->
- <meta name="color:background" content="#f5f5f5"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:info" content="#000000"/>
- <meta name="color:posts" content="#ffffff">
- <meta name="color:scrollbar" content="#000000">
- <meta name="color:scrollbar background" content="#ffffff">
- <meta name="color:hover" content="#97c5e0">
- <meta name="color:accent" content="#97c5e0">
- <!-----images---->
- <meta name="image:background" content=""/>
- <meta name="image:header" content=""/>
- <!-----texts---->
- <meta name="text:title" content="Theme No. 01: Absol "/>
- <!-----sidebar links---->
- <meta name="text:link one" content="link one">
- <meta name="text:link two" content="link two">
- <meta name="text:link three" content="link three">
- <meta name="text:link four" content="link four">
- <meta name="text:link five" content="link five">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:link four url" content="/">
- <meta name="text:link five url" content="/">
- <!-----custom css---->
- <style type="text/css">
- /*tumblr controls*/
- .tumblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
- top: 0px !important;
- right:0px !important;
- opacity:0.5;
- z-index:9999999999999999999999999999999999999999999999999999999999;
- position: fixed !important;
- }
- /*scrollbar*/
- ::-webkit-scrollbar-thumb{
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar{
- height:2px;
- width:5px;
- background-color:{color:scrollbar background};
- }
- /*tooltips*/
- #s-m-t-tooltip{
- margin:2px 4px 4px 15px;
- padding:8px;
- background-color:{color:text};
- font-family: 'roboto', sans-serif;
- border-radius:2px 2px 2px 2px;
- box-shadow:1px 1px 7px #ddd;
- font-weight:400;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:0px;
- color:{color:posts};
- z-index:999999999999999999999999999999999999;
- }
- /*body basics*/
- body{
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'calibri', sans-serif;
- font-size:10px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a{
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- a:hover{
- text-decoration:none;
- color:{color:accent};
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- img {
- }
- blockquote {
- font-size:10px;
- max-width:545px;
- border-left:3px solid #eee;
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-left:0px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:10px;
- font-family: 'calibri', sans-serif;
- margin-right:30px;
- padding-left:15px;
- color:{color:text};
- }
- pre{
- font-size:9px;
- text-align:center;
- text-transform:none;
- font-family: 'Bitter', serif;
- font-weight:bold;
- line-height:9px;
- border-left:1px solid #eee;
- border-bottom:1px solid #eee;
- letter-spacing:2px;
- background-color:{color:posts};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:8px;
- }
- big{
- font-size:11px;
- }
- sub{
- font-size:7px;
- }
- h1 {
- font-size:11px;
- text-align:center;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- text-transform:uppercase;
- font-weight:700;
- line-height:17px;
- border-bottom:1px solid #eee;
- color:{color:text};
- padding:7px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Roboto', sans-serif;
- text-align:left;
- }
- b {
- font-weight:bold;
- padding:2px;
- font-family: 'Roboto', sans-serif;
- color:{color:text};
- }
- i {
- font-weight:italic;
- color:{color:text};
- }
- grouptitle {
- color:{color:text};
- text-transform:none;
- font-size:9px;
- font-family: 'Roboto', sans-serif;
- }
- tit {
- color:{color:accent};
- font-size:13px;
- text-transform:uppercase;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- font-weight:700;
- }
- n {
- font-weight:bold;
- letter-spacing:-1px;
- text-shadow: 1px 1px 1px #cccccc;
- font-size:12px;
- text-transform:uppercase;
- color:{color:text};
- }
- u {
- text-decoration:none;
- color:color:;{text};
- border-bottom:1px solid {color:text};
- }
- underline {
- text-decoration:none;
- color:color:;{text};
- border-bottom:1px solid {color:text};
- }
- /*header image*/
- #header {
- position:fixed;
- width:70px;
- margin-top:190px;
- padding:10px;
- height:70px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #headerimage {
- width 70px;
- z-index:-99999;
- }
- #headerimage img {
- width:930px;
- height:270px;
- border:1px solid #eee;
- margin-left:224px;
- top:0px;
- position:absolute;
- opacity:1;
- z-index:-9999999;
- }
- /*sidebar description*/
- #description {
- overflow:auto;
- position:fixed;
- text-align:left;
- top:331px;
- margin-left:237px;
- word-wrap: break-word;
- font-family: 'calibri', sans-serif;
- width:125px;
- height:auto;
- opacity:1;
- line-height:13px;
- background:{color:posts};
- font-weight:400;
- color:{color:text};
- letter-spacing:0px;
- font-size:11px;
- z-index:-9999999999;
- }
- #description::-webkit-scrollbar{
- width: 0px;
- }
- #description::-webkit-scrollbar-thumb{
- background:transparent;
- }
- #description::-webkit-scrollbar-track{
- background-color:transparent;
- }
- /*back to top button*/
- .back-to-top {
- position: fixed;
- color:{color:text};
- bottom:13px;
- text-transform:uppercase;
- background:{color:background};
- left:13px;
- font-family: 'calibri', sans-serif;
- font-size:8px;
- font-weight:700;
- padding:10px;
- }
- /*jump pagination*/
- .pagination{
- font-family: 'roboto', sans-serif;
- margin-left:-190px;
- width:auto;
- padding-top:-10px;
- padding-bottom:20px;
- font-size:13px;
- text-align:center;
- }
- .pagination a{
- padding:5px;
- font-family: 'roboto', sans-serif;
- font-weight:600;
- bottom:10px;
- margin-left:5px;
- color:{color:text};
- }
- .pagination a:hover{
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- /*post notes*/
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- font-family:'Roboto',sans-serif;
- list-style-type: none;
- margin-top:-31px;
- background:{color:posts};
- margin-left:16px;
- width:560px;
- border-bottom: solid 1px #eee;
- }
- ol.notes li.note {
- border-top: solid 1px #eee;
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -2px;
- border-radius:100px;
- margin-right: 0px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: 300;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /*audio*/
- .audioartist {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audiotitle {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayed {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayr {
- width:400px;
- color:{color:text};
- background:{color:accent};
- }
- audioinfo {
- font-family:'roboto', sans-serif;
- font-size:10px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-weight:300;
- }
- /*posts*/
- #entries {
- margin-left:579px;
- margin-top:350px;
- overflow:hidden;
- }
- #post {
- font-size:10px;
- width:500px;
- color:{color:post text};
- border:1px solid #eee;
- background-color:{color:posts};
- text-align:justify;
- padding:30px;
- padding-top:20px;
- margin-left:15px;
- padding-bottom:0px;
- overflow:hidden;
- line-height:20px;
- margin-bottom:30px;
- }
- #post img{
- max-width:500px;
- height:auto;
- }
- /*questions and answers*/
- #asking {
- margin-left:20px;
- margin-top:-23px;
- }
- #question {
- padding:20px;
- padding-left:14px;
- margin-top:-28px;
- margin-left:-1px;
- font-size:9px;
- width:367px;
- color:{color:text};
- background:#eee;
- }
- #asker{
- margin-top:18px;
- padding:1px;
- font-weight:600;
- font-size:9px;
- z-index:9999999999;
- color:{color:text};
- font-style:italic;
- opacity:1;
- margin-left:12px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- /*post info*/
- #info {
- width:540px;
- height:13px;
- text-align:left;
- font-family: 'calibri', sans-serif;
- text-transform:uppercase;
- margin-left:-31px;
- font-size:8px;
- margin-top:18px;
- overflow:hidden;
- font-weight:700;
- font-style:none;
- letter-spacing:1px;
- border:1px solid #eee;
- z-index:9999999999999999;
- padding:10px;
- line-height:10px;
- color:{color:info};
- }
- #info a {
- text-align:center;
- font-weight:700;
- padding:5px;
- background:{color:posts};
- letter-spacing:1px;
- font-family: 'calibri', sans-serif;
- line-height:10px;
- color:{color:info};
- }
- #info a:hover{
- color:{color:accent};
- }
- #info top {
- padding:5px;
- background:{color:posts};
- }
- #info spare {
- padding:5px;
- }
- #permalinkk{
- text-align:left;
- margin-left:-32px;
- margin-top:-1px;
- font-weight:bold;
- width:561px;
- font-size:8px;
- text-transform:uppercase;
- border:1px solid #eee;
- font-weight:700;
- font-family: 'calibri', sans-serif;
- letter-spacing:0px;
- line-height:15px;
- color:{color:info};
- }
- #permalinkk a{
- color:{color:info};
- font-family: 'calibri', sans-serif;
- font-size:8px;
- margin-left:-3px;
- margin-top:-22px;
- text-transform:none;
- font-weight:700;
- padding:5px;
- }
- #permalink a:hover {
- color:{color:hover};
- }
- #permalinkk img{
- width:20px;
- height:20px;
- margin-top:6px;
- margin-left:14px;
- border-radius:100px;
- border:1px solid #eee;
- }
- #permalinkk #spark{
- margin-top:-23px;
- margin-left:44px;
- padding-bottom:17px;
- font-size:8px;
- color:{color:info};
- background:{color:posts};
- text-transform:uppercase;
- font-weight:700;
- font-family: 'calibri', sans-serif;
- }
- #permalinkk spark:hover {
- color:{color:hover};
- }
- /*post tags*/
- #tags {
- text-align:left;
- opacity:0;
- font-size:8px;
- font-family: 'calibri', sans-serif;
- margin-top:-41px;
- margin-left:250px;
- color:{color:info};
- padding:5px;
- font-weight:700;
- padding-bottom:10px;
- height:15px;
- width:450px;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #tags a {
- padding:5px;
- margin-top:-3px;
- color:{color:info};
- line-height:12px;
- letter-spacing:0px;
- font-weight:700;
- text-align:left;
- font-size:8px;
- font-family: 'calibri', sans-serif;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #post:hover #tags {
- opacity:1;
- margin-left:60px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- /*sidebar*/
- #boxes {
- overflow:auto;
- position:absolute;
- text-align:left;
- margin-top:45px;
- margin-left:215px;
- text-transform:none;
- font-style:normal;
- font-family: 'Roboto', sans-serif;
- width:255px;
- height:100px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- background:{color:description};
- padding:17px;
- letter-spacing:0px;
- font-size:10px;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .tit {
- font-size:12px;
- text-transform:uppercase;
- margin-bottom:15px;
- letter-spacing:1px;
- font-weight:700;
- width:286px;
- margin-left:-21px;
- font-style:italic;
- margin-top:-21px;
- text-align:left;
- border:1px solid #eee;
- background:{color:posts};
- font-family: 'calibri', sans-serif;
- color:{color:text};
- padding:12px;
- }
- .sidebox {
- position:absolute;
- background:{color:posts};
- border:1px solid #eee;
- width:310px;
- top:350px;
- margin-left:224px;
- z-index:999;
- }
- .box {
- padding:20px;
- }
- #description {
- margin:5px;
- text-align:justify;
- }
- .members {
- margin:5px;
- font-size:10px;
- text-transform:uppercase;
- text-align:justify;
- }
- #description1 {
- margin:5px;
- font-size:10px;
- padding-top:8px;
- font-weight:500;
- padding:15px;
- line-height:14px;
- font-family:'calibri', sans-serif;
- }
- #sidebarr {
- margin:5px;
- text-align:justify;
- }
- #dates {
- z-index:9999999999;
- padding:22px;
- text-align:left;
- font-size:10px;
- font-weight:400;
- line-height:52px;
- font-family:'calibri', sans-serif;
- margin-left:-15px;
- margin-top:0px;
- width:282px;
- }
- #dates date {
- font-size:9px;
- text-align:center;
- width:auto;
- height:5px;
- font-weight:none;
- font-weight:500;
- border:1px solid #eee;
- border-top:1px solid {color:accent};
- font-family: 'calibri', sans-serif;
- letter-spacing:2px;
- color:{color:text};
- padding:13px;
- }
- #dates dateu {
- font-size:9px;
- text-align:center;
- width:auto;
- height:4px;
- font-weight:500;
- text-transform:none;
- border-bottom:1px solid #eee;
- font-family: 'calibri', sans-serif;
- letter-spacing:0px;
- color:{color:text};
- padding:13px;
- }
- .aboutt {
- margin:5px;
- font-size:10px;
- padding-top:8px;
- font-weight:500;
- padding:15px;
- line-height:14px;
- font-family:'calibri', sans-serif;
- }
- #projects {
- text-align:left;
- margin:5px;
- margin-top:30px;
- font-size:10px;
- letter-spacing:0px;
- }
- #projects img {
- border:1px solid #eee;
- width:70px;
- height:70px;
- border-radius:5px 5px 5px 5px;
- float:left;
- margin-right:10px;
- }
- .navlinks {
- z-index:9999999999;
- padding:22px;
- text-align:justify;
- font-size:10px;
- font-weight:500;
- line-height:12px;
- font-family:'roboto', sans-serif;
- margin-left:5px;
- margin-top:0px;
- width:195px;
- }
- .navlinks a{
- margin:5px;
- width:190px;
- height:25px;
- margin-bottom:2px;
- text-align:left;
- padding-bottom:1px;
- padding:6px;
- line-height:33px;
- color:{color:text};
- border-bottom:1px solid #eee;
- font-style:none;
- z-index:99999;
- font-weight:300;
- font-family: 'kanit', sans-serif;
- letter-spacing:1px;
- font-size:9px;
- text-transform:uppercase;
- text-decoration:none;
- display:inline-block;
- }
- .navlinks a:hover {
- padding-left:15px;
- width:181px;
- color:{color:hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- /*credit (u better leave this here u goof)*/
- #credit{
- position:fixed;
- font-size:8px;
- font-weight:700;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:auto;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- background:transparent;
- right:13px;
- bottom:13px;
- letter-spacing:0px;
- line-height:22px;
- padding:3px;
- text-align:center;
- float:left;
- font-family: 'calibri', sans-serif;
- color:{color:text};
- text-transform:uppercase;
- }
- #credit:hover{
- background:{color:posts};
- }
- /*links*/
- .toppp {
- top:270px;
- position:absolute;
- margin-left:224px;
- z-index:9999999999999999;
- background:{color:posts};
- width:930px;
- border:1px solid #eee;
- }
- .sticky{
- position:fixed;
- width:930px;
- top:0px;
- margin-left:224px;
- background:{color:posts};
- border:1px solid #eee;
- z-index:9999;
- }
- .sticky #navi{
- width:930px;
- text-align:center;
- background:white;
- color:white;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #navi{
- margin:auto;
- font-size:8px;
- height:40px;
- letter-spacing:1px;
- font-weight:700;
- color:white;
- width:900px;
- font-style:none;
- text-align:center;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #navi a{
- display:inline-block;
- color:{color:text};
- padding:18px 0px 16px 0px;
- margin:0px 20px 0px 20px;
- font-weight:700;
- margin-top:-1px;
- line-height:6px;
- font-style:none;
- border-bottom:1px solid transparent;
- border-top:1px solid transparent;
- font-family: 'calibri', sans-serif;
- text-transform:uppercase;
- }
- #navi a:hover{
- border-bottom:1px solid {color:hover};
- border-top:1px solid {color:hover};
- color:{color:hover};
- }
- /*search box*/
- .search {
- text-align:left;
- line-height:100%;
- position:absolute;
- background:none;
- margin-top:5px;
- margin-left:180px;
- }
- .search input{
- color:black;
- position:absolute;
- font-family:'calibri', sans-serif;
- font-size:8px;
- border:0px;
- font-weight:700;
- text-transform:uppercase;
- letter-spacing:1px;
- border-bottom:1px solid #eee;
- padding:3px 8px;
- text-align:left;
- background:none;
- margin-left:-125px;
- width:180px;
- height:30px;
- outline:none;
- }
- input.sbutton{
- outline:none;
- cursor:help;
- font-family:'icomoon';
- padding:10px;
- margin-left:-165px;
- margin-top:2px;
- color:black;
- font-size:12px;
- text-transform:uppercase;
- border-bottom:1px solid #eee;
- background:none;
- font-weight:normal;
- width:40px;
- height:35px;
- outline:none;
- }
- @font-face {
- font-family:'icomoon';
- src:url('https://dl.dropboxusercontent.com/s/2irmmmxhhoz2w7h/icomoon.ttf');
- font-style:normal;
- font-weight:normal;
- }
- ::-webkit-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-moz-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-o-input-placeholder {
- color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
- }
- ::-ms-input-placeholder {
- color:black;text-transform:uppercase;opacity:15;letter-spacing:1px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!-----basics---->
- <div id="sidebar">
- <div id="headerimage"><img src="{image:header}"></a></div>
- </div>
- </div>
- <!-----top bar links---->
- <div class="toppp">
- <div id="navi">
- <a href="/">Index</a>
- <a href="/ask">Contact</a>
- <a href="{text:link one url}">{text:link one}</a>
- <tit>{text:title}</tit>
- <a href="{text:link two url}">{text:link two}</a>
- <a href="{text:link three url}">{text:link three}</a>
- <a href="{text:link four url}">{text:link four}</a>
- </div>
- </div>
- <!---- Sticky Position (Bar) with CSS or jQuery by http://www.hongkiat.com/ --->
- <script>
- var header = document.querySelector('.toppp');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('sticky') :
- header.classList.remove('sticky');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- <!-----sidebar---->
- <div class="sidebox">
- <!-----description---->
- <div class="box">
- <div class="tit"style=" z-index:999999999;">Home</div>
- <div id="description1">{description}</div>
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="" placeholder="Search {name}" />
- <input type="submit" value="" class="sbutton" />
- </form></div></br></br></br>
- </div>
- <!-----updates---->
- <div class="box">
- <div class="tit">Updates</div>
- <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.
- Lorem ipsum dolor sit amet.
- Consectetuer adipiscing elit.
- Nam at tortor quis ipsum tempor aliquet.
- 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>
- </div></div>
- <!-----projects or albums---->
- <div class="box">
- <div class="tit">Albums</div>
- <div id="projects"><img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
- <ul>
- <b>Album name</b><br>
- <b>Producer:</b> Name here<br>
- <b>Year:</b> Year here<br>
- <b>Tracks:</b> Tracks amount here<br>
- <b>Label:</b> Label here
- </ul>
- </br></br>
- <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
- <ul>
- <b>Album name</b><br>
- <b>Producer:</b> Name here<br>
- <b>Year:</b> Year here<br>
- <b>Tracks:</b> Tracks amount here<br>
- <b>Label:</b> Label here
- </ul>
- </div>
- </div>
- <!-----tour or event dates---->
- <div class="box">
- <div class="tit">Upcoming Events</div>
- <div id="dates">
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- <date>DATE</date><dateu>City here</dateu>
- </br>
- </div></div>
- <!-----social media links---->
- <div class="box">
- <div class="tit">navigation</div>
- <div class="navlinks">
- <div id="all">
- <a href="/"title="text">navi link</a>
- <a href="/" title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- <a href="/"title="text">navi link</a>
- </div>
- </div>
- </div>
- <!-----blog members---->
- <div class="box">
- <div class="tit">Blog members</div>
- <div class="members">
- {block:GroupMembers}
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:40px;">
- <img src="{GroupMemberPortraitURL-128}" width="40px;" height="auto;" style="margin-right: 10px;border:solid 1px #ddd;border-radius:5px"> </td>
- <td style="height:auto;">
- <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'arial', sans-serif;margin-top:0px;font-weight:bold;text-transform:uppercase;font-size:8px;letter-spacing:0px;text-decoration:underline">{GroupMemberName}</a><br><grouptitle>{GroupMemberTitle}</grouptitle></div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div></div>
- <!-----disclaimer---->
- <div class="box">
- <div class="tit">disclaimer</div>
- <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.
- Lorem ipsum dolor sit amet.
- Consectetuer adipiscing elit.
- Nam at tortor quis ipsum tempor aliquet.
- 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>
- </div></div>
- <!-----blog info---->
- <div class="box">
- <div class="tit">Blog info</div>
- <div class="aboutt">
- <b>Blog created by:</b> Name here
- </br>
- <b>Blog established:</b> Date here
- </br>
- <b>Graphics by:</b> Name here
- </br>
- <b>Theme made by:</b> Azure (Espeon Themes)
- </div>
- </div>
- </div>
- </div>
- <!-----posts and entries---->
- <div id="entries">
- {block:Posts}
- <div id="post"
- <div id="post">
- <!----texts---->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!-----question and answers---->
- {block:Answer}
- <div id="asker">{Asker} asked:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- <!-----quotes---->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!-----links---->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-----chats---->
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!-----photos---->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-----photosets---->
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-----videos---->
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-----audios---->
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
- {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
- {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
- {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
- </br>
- <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
- {/block:Audio}
- <!-----info---->
- <div id="borderbottom"></div>
- <div id="info">
- <div id="permalink">
- <top><a href="{Permalink}">
- {DayOfMonth} {ShortMonth} {ShortYear}</top></a><top>{NoteCountWithLabel}</top>
- <font style="float:right;margin-left:-2px"><top><a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-repeat"style="color:{color:info}"></i></a></top></font style>
- {block:RebloggedFrom}
- {/block:RebloggedFrom}
- </a></div></div>
- {block:Date}
- <div id="permalinkk">
- {block:RebloggedFrom}
- {block:ContentSource}<top><a href="{BlogURL}"title="{Title}"><img src="{PortraitURL-128}"></a> <div id="spark"><a href="{ReblogParentURL}" ><a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>· <a href="{SourceURL}"title="{ReblogRootName}">SRC</top></a></div>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:Date}
- {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination"style="{color:title text}">
- {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}
- {/block:Pagination}</div>
- </div>
- <!-----credit (u better dont touch this here u goof)---->
- <div id="credit">
- <a href="http://pintient.com/2YIW"title="espeon themes"style="color:{color:text}">© Espeon</a>
- </div>
- </html>
- </body>
- <!-----end html---->
Advertisement
Add Comment
Please, Sign In to add comment