Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- @ DADDYTHEMES @ DADDYTHEMES @ DADDYTHEMES @ DADDYTHEMES
- theme #18 wild.
- keep the credit.
- dont steal.
- dont claim as own.
- dont be an asshole.
- (=゚ω゚)ノ
- @ DADDYTHEMES @ DADDYTHEMES @ DADDYTHEMES @ DADDYTHEMES
- --->
- <!-----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' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin' , 'Maven+Pro:400,900,500,700:latin', 'Karla:400,700:latin', 'Work+Sans:400,500,600,700:latin', 'Prompt:400,400i,500,500i,600,600i,700,700' , 'Yeseva+One::latin', 'Vidaloka::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:10,
- tip_fade_speed:900,
- 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"><i class="fa fa-arrow-up"></i></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>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.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="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:border" content="#f6f6f6"/>
- <meta name="color:top bar" content="#f6f6f6"/>
- <meta name="color:posts" content="#f6f6f6">
- <meta name="color:scrollbar" content="#070707">
- <meta name="color:asks" content="#f6f6f6">
- <meta name="color:hover" content="#888888">
- <meta name="color:tooltip" content="#ffffff">
- <meta name="color:accent" content="#ffffff">
- <!--images-->
- <meta name="image:header" content=""/>
- <!--texts-->
- <meta name="text:title" content="You're driving me wild"/>
- <!--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 one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <meta name="text:link four url" content="/">
- <!--custom css-->
- <style type="text/css">
- /*tumblr controls*/
- .tmblr-iframe {
- top:0px!important;
- position:fixed!important;
- opacity:0.5;
- -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
- z-index:99999999999999!important;
- white-space:nowrap;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- width:6px;
- height:6px;
- background:{color:accent};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- }
- /*tooltips*/
- #s-m-t-tooltip{
- margin:13px 10px 6px 10px;
- padding:6px;
- background-color:{color:tooltip};
- font-family: 'roboto', sans-serif;
- border:1px solid {color:border};
- font-weight:400;
- font-size:9px;
- text-transform:none;
- letter-spacing:1px;
- font-style:italic;
- color:{color:posts};
- z-index:999999999999999999999999999999999999;
- transition:0.3s ease-in-out;
- -webkit-transition:0.3s ease-in-out;
- -moz-transition:0.3s ease-in-out;
- -ms-transition:0.3s ease-in-out;
- -o-transition:0.3s ease-in-out;
- }
- /*body basics*/
- body{
- background-color:{color:background};
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'roboto', sans-serif;
- font-size:10px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a{
- text-decoration:none;
- margin-left:12px;
- color:{color:links};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- a:hover{
- text-decoration:none;
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- img {
- }
- blockquote {
- font-size:10px;
- width:auto;
- border-left:2px solid {color:border};
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-top:15px;
- margin-left:20px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:11px;
- font-family: 'calibri', sans-serif;
- margin-right:20px;
- 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:9px;
- font-family: 'calibri', sans-serif;
- }
- big{
- font-size:12px;
- font-family: 'calibri', sans-serif;
- font-weight:700;
- }
- sub{
- font-size:9px;
- letter-spacing:0px;
- font-weight:600;
- text-transform:none;
- font-family: 'arial', sans-serif;
- }
- h1 {
- font-size:15px;
- text-align:left;
- font-family: 'karla', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:700;
- line-height:17px;
- color:{color:text};
- padding:7px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- text-align:left;
- }
- b {
- font-weight:bold;
- font-family: 'calibri', sans-serif;
- color:{color:text};
- }
- grouptitle {
- color:{color:text};
- text-transform:none;
- font-size:10px;
- font-family: 'calibri', sans-serif;
- }
- sh {
- color:{color:links};
- text-transform:uppercase;
- font-family: 'arial', sans-serif;
- font-size:13px
- font-weight:800;
- }
- am {
- color:{color:text};
- font-size:22px;
- padding:8px;
- padding-top:2px;
- text-transform:uppercase;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- font-weight:500;
- }
- 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};
- padding:3px;
- border-bottom:1px solid {color:border};
- }
- /*sidebar*/
- #sb {
- position:fixed;
- margin-top:190px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #sbimage {
- z-index:-99999;
- }
- #sbimage img {
- width:1000px;
- height:370px;
- left:173px;
- top:50px;
- position:absolute;
- opacity:1;
- z-index:999;
- }
- #description {
- font-size:9px;
- top:314px;
- overflow:hidden;
- z-index:9999999;
- position:fixed;
- letter-spacing:0px;
- left:240px;
- width:179px;
- text-align:justify;
- height:97px;
- font-weight:300;
- padding:0px;
- line-height:14px;
- font-family: 'arial', sans-serif;
- }
- /*titles*/
- #sbtitle3{
- width:1080px;
- top:0px;
- height:450px;
- opacity:1;
- position:absolute;
- font-family: 'raleway', serif;
- letter-spacing:1px;
- text-align:center;
- overflow:hidden;
- font-weight:600;
- background:{color:top bar};
- word-wrap:none;
- color:{color:text};
- padding:10px;
- text-transform:uppercase;
- line-height:34px;
- font-size:15px;
- left:122px;
- z-index:-999;
- }
- #sidebaar{
- width:1058px;
- top:0px;
- height:100%;
- position:fixed;
- background:{color:accent};
- left:142px;
- z-index:-99999;
- }
- /*back to top button*/
- .back-to-top {
- position: fixed;
- color:{color:text};
- bottom:7px;
- text-transform:uppercase;
- left:13px;
- font-family: 'lato', sans-serif;
- font-size:9px;
- letter-spacing:0px;
- z-index:9999999999;
- font-weight:600;
- padding:10px;
- }
- /*jump pagination*/
- .pagination{
- font-family: 'roboto', sans-serif;
- margin-left:-190px;
- width:auto;
- padding-top:-10px;
- letter-spacing:2px;
- 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:'montserrat',sans-serif;
- list-style-type: none;
- margin-top:-61px;
- background:{color:posts};
- margin-left:-16px;
- width:566px;
- border-bottom: solid 1px {color:border};
- }
- ol.notes li.note {
- border-top: solid 1px {color:border};
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -10px;
- border-radius:100px;
- margin-left: 10px;
- padding:6px;
- 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: {color:border};
- 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;
- }
- /*post styles*/
- .pcaption{
- font-family:'calibri', sans-serif;
- font-size:10px;
- margin-left:15px;
- letter-spacing:0px;
- text-transform:none;
- background:{color:posts};
- font-weight:400;
- }
- .pcaption a{
- font-size:10px;
- margin-left:0px;
- letter-spacing:0.5px;
- font-family:'roboto', sans-serif;
- text-transform:lowercase;
- font-weight:700;
- }
- .psets{
- width:100%;
- margin-top:-12px;
- }
- .vsets{
- width:100%;
- margin-top:-12px;
- }
- .qcaption{
- font-family:'Vidaloka', sans-serif;
- font-size:15px;
- margin-left:15px;
- letter-spacing:0px;
- text-align:justify;
- text-transform:none;
- color:{color:text};
- font-weight:200;
- }
- .qsource{
- font-size:12px;
- margin-left:30px;
- margin-top:12px;
- text-align:left;
- letter-spacing:0px;
- font-family:'calibri', sans-serif;
- text-transform:uppercase;
- font-style:italic;
- font-weight:300;
- }
- /*posts*/
- #entries {
- margin-left:625px;
- margin-top:516px;
- z-index:9999999999999999999999999;
- }
- #post {
- font-size:10px;
- width:500px;
- color:{color:text};
- background-color:{color:posts};
- text-align:justify;
- z-index:99999999999;
- margin-left:15px;
- margin-bottom:130px;
- padding-bottom:-40px;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- margin-top:-12px;
- margin-left:-12px;
- height:auto;
- }
- /*questions and answers*/
- #asking {
- margin-left:40px;
- margin-top:-35px;
- }
- #askingimage {
- }
- #askingimage img {
- margin-left:335px;
- width:40px;
- height:40px;
- border-radius:3px;
- margin-top:-1px;
- }
- #question {
- padding:20px;
- padding-left:12px;
- margin-top:-31px;
- margin-left:20px;
- width:263px;
- border-radius:3px;
- font-family: 'roboto', serif;
- color:{color:text};
- background-color:{color:asks};
- }
- #asker{
- margin-top:-60px;
- padding:1px;
- font-weight:300;
- font-size:11px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:14px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- #askerurl{
- margin-top:-60px;
- padding:1px;
- font-weight:bold;
- font-size:10px;
- padding:7px;
- line-height:14px;
- height:13px;
- width:465px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:13px;
- padding-bottom:11px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- .triangle {
- align:right;
- margin:7px 0px 10px 0px;
- padding:10px;
- position: relative;
- }
- .triangle t1{
- display:block;
- position:absolute;
- width:1px;
- height:1px
- font-size:0;
- margin-left:5px;
- top:-19px;z-index:9999999;
- border-right:7px solid transparent;
- border-left:7px solid transparent;
- border-top:10px solid transparent;
- -ms-transform: rotate(92deg); /* IE 9 */
- -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
- transform: rotate(92deg);
- }
- .triangle t2 {
- display:block;
- position:absolute;
- width:0px;
- height:1px
- font-size:0;
- margin-left:264px;
- top:-20px;
- border-right:9px solid transparent;
- border-left:9px solid transparent;
- border-top:10px solid {color:asks};
- -ms-transform: rotate(90deg); /* IE 9 */
- -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
- transform: rotate(270deg);
- }
- /*links*/
- .toppp {
- top:400px;
- position:absolute;
- left:232px;
- z-index:9999999999999999;
- background:{color:top bar};
- width:880px;
- }
- .sticky{
- position:fixed;
- width:100%;
- text-align:center;
- top:0px;left:0px;
- background:{color:top bar};
- z-index:99999999999999999999999;
- }
- .sticky #navi{
- width:100%;
- height:60px;
- line-height:65px;
- background:{color:top bar};
- -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:11px;
- height:50px;
- letter-spacing:0px;
- font-weight:700;
- color:white;
- width:880px;
- margin-left:0px;
- 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:links};
- padding:22px 0px 1px 0px;
- margin:0px 30px 0px 5px;
- font-weight:700;
- margin-top:-5px;
- text-align:center;
- line-height:22px;
- font-style:none;
- border-bottom:3px solid transparent;
- font-family: 'raleway', sans-serif;
- text-transform:uppercase;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #navi a:hover{
- border-bottom:3px solid {color:hover};
- padding:18px 0px 8px 0px;
- color:{color:hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*post info*/
- #info {
- width:500px;
- height:25px;
- text-align:left;
- font-family: 'arial', sans-serif;
- text-transform:uppercase;
- margin-left:15px;
- font-size:11px;
- margin-top:10px;
- overflow:hidden;
- font-weight:700;
- font-style:none;
- padding:10px;
- line-height:15px;
- color:{color:info text};
- }
- #info a {
- text-align:center;
- font-weight:600;
- font-size:11px;
- letter-spacing:0px;
- font-family: 'arial', sans-serif;
- line-height:7px;
- color:{color:info text};
- }
- #info a:hover{
- color:{color:hover};
- }
- /*permalinks*/
- #permalink{
- margin-bottom:25px;
- text-align:left;
- font-size:9px;
- margin-left:12px;
- margin-top:11px;
- font-weight:bold;
- width:520px;
- font-size:11px;
- text-transform:none;
- font-weight:300;
- font-family: 'arial', sans-serif;
- letter-spacing:0px;
- line-height:5px;
- color:{color:text};
- }
- #permalink a{
- color:{color:text};
- font-family: 'arial', sans-serif;
- font-size:10px;
- margin-left:-3px;
- text-transform:none;
- font-weight:700;
- padding:3px;
- }
- #permalink a:hover{
- color:{color:hover};
- }
- #permalinkb{
- margin-bottom:15px;
- text-align:left;
- font-size:9px;
- margin-left:0px;
- margin-top:3px;
- font-weight:bold;
- width:520px;
- font-size:10px;
- text-transform:none;
- font-weight:300;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- line-height:5px;
- color:{color:text};
- }
- #permalinkb a{
- color:{color:info text};
- font-family: 'roboto', sans-serif;
- font-size:9px;
- opacity:0.8;
- margin-left:-3px;
- text-transform:none;
- font-weight:300;
- padding:3px;
- }
- #tags {
- width:440px;
- text-align:left;
- font-family: 'arial', sans-serif;
- text-transform:none;
- margin-left:-7px;
- font-size:10px;
- margin-top:-33px;
- padding-top:4px;
- padding-left:20px;
- padding-bottom:10px;
- opacity:1;
- overflow:hidden;
- font-weight:300;
- line-height:15px;
- letter-spacing:0px;
- z-index:9999999999999999;
- color:{color:text};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- #tags a {
- text-align:left;
- font-weight:300;
- padding:2px;
- margin-left:0px;
- letter-spacing:0px;
- font-family: 'arial', sans-serif;
- line-height:0px;
- color:{color:text};
- }
- #tags a:hover{
- color:{color:hover};
- }
- /*credit (u better leave this here u goof)*/
- #credit a{
- position:fixed;
- font-size:11px;
- font-weight:800;
- height:15px;
- width:25px;
- opacity:1;
- right:10px;
- bottom:10px;
- padding:2px;
- letter-spacing:0px;
- padding-top:3px;
- line-height:11px;
- z-index:9999999999999999999999999999;
- font-style:italic;
- text-align:center;
- float:left;
- font-family: 'Yeseva One', cursive;
- color:{color:text};
- text-transform:uppercase;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- transition: all 0.3s ease-out;
- }
- #credit a:hover{
- color:{color:hover};
- font-size:16px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- transition: all 0.3s ease-out;
- }
- .tit {
- font-size:16px;
- text-transform:uppercase;
- margin-bottom:10px;
- letter-spacing:0px;
- line-height:54px;
- font-weight:700;
- width:330px;
- padding-left:20px;
- height:50px;
- margin-left:-21px;
- background:{color:posts};
- font-style:italic;
- margin-top:-11px;
- text-align:left;
- font-family: 'raleway', sans-serif;
- color:{color:text};
- }
- .sidebox {
- position:absolute;
- width:300px;
- top:510px;
- left:200px;
- 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;
- margin-top:11px;
- padding-top:8px;
- z-index:-9;
- background:{color:posts};
- margin-left:-20px;
- width:303px;
- font-weight:400;
- padding:23px;
- margin-bottom:50px;
- line-height:14px;
- font-family: 'roboto', sans-serif;
- }
- .navlinks {
- z-index:9999999999;
- padding:22px;
- text-align:justify;
- font-size:10px;
- font-weight:500;
- background:{color:posts};
- line-height:12px;
- font-family:'roboto', sans-serif;
- margin-left:-21px;
- margin-top:11px;
- width:306px;
- }
- .navlinks a{
- margin:5px;
- width:273px;
- height:25px;
- margin-bottom:2px;
- text-align:left;
- padding-bottom:1px;
- padding:6px;
- line-height:33px;
- color:{color:text};
- border-bottom:1px solid {color:border};
- z-index:99999;
- font-weight:600;
- font-family: 'raleway', sans-serif;
- letter-spacing:1px;
- font-size:9px;
- text-transform:uppercase;
- text-decoration:none;
- display:inline-block;
- }
- .navlinks a:hover {
- padding-left:15px;
- font-style:italic;
- width:264px;
- border-bottom:1px solid {color:hover};
- 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;
- }
- #sidebarr {
- margin:5px;
- text-align:justify;
- }
- #members {
- margin:5px;
- font-size:10px;
- margin-top:11px;
- padding-top:8px;
- z-index:-9;
- background:{color:posts};
- margin-left:-21px;
- width:303px;
- font-weight:400;
- padding:23px;
- line-height:14px;
- font-family: 'roboto', sans-serif;
- }
- #binfo {
- margin:5px;
- font-size:10px;
- margin-top:11px;
- padding-top:8px;
- z-index:-9;
- background:{color:posts};
- margin-left:-20px;
- width:303px;
- text-align:left;
- font-weight:400;
- padding:23px;
- line-height:14px;
- font-family: 'roboto', sans-serif;
- }
- #affiliates {
- margin:5px;
- font-size:10px;
- margin-top:11px;
- padding-top:8px;
- z-index:-9;
- background:{color:posts};
- margin-left:-21px;
- width:303px;
- text-align:center;
- letter-spacing:5px;
- font-weight:400;
- padding:23px;
- line-height:17px;
- font-family: 'roboto', sans-serif;
- }
- #affiliates img {
- width:45px;
- height:45px;
- opacity:1;
- border-radius:100px;
- -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;
- }
- #affiliates img:hover{
- box-shadow:0px 0px 8px {color:hover};
- opacity:1;
- -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;
- }
- #projects {
- font-size:10px;
- margin-top:21px;
- margin-left:-21px;
- font-weight:400;
- width:290px;
- padding:30px;
- background:{color:posts};
- line-height:15px;
- }
- #projects img {
- width:70px;
- height:70px;
- border-radius:100px;
- float:left;
- margin-right:10px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!--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>
- <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>
- </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>
- <div id="sidebaar"></div>
- <!--basics-->
- <div id="sidebar">
- <div id="sbimage"><img src="{image:header}"></a></div>
- <div id="sbtitle3">{text:title}</div>
- </div>
- <!--sidebar-->
- <div class="sidebox">
- <!--description-->
- <div class="box">
- <div class="tit"style="margin-bottom:15px">
- Home
- </div>
- <div id="description1">{description}</div>
- </div>
- <!--updates-->
- <div class="box">
- <div class="tit"style="margin-bottom:15px">
- Updates
- </div>
- <div id="description1">
- 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"style="margin-bottom:15px">
- Projects
- </div>
- <div id="projects">
- <img src="https://40.media.tumblr.com/d43ef707e6651fa2c632b84265521285/tumblr_ny80wbtVNe1u9o0yqo1_100.jpg">
- <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">
- <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>
- <!--navigation-->
- <div class="box">
- <div class="tit"style="margin-bottom:15px">
- 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"style="margin-bottom:15px">
- Members
- </div>
- <div id="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-radius:100px"> </td>
- <td style="height:auto;">
- <a href="{GroupMemberURL}" title="{GroupMemberTitle}"style="font-family: 'raleway', sans-serif;margin-top:0px;font-weight:600;text-transform:uppercase;font-size:8px;letter-spacing:3px;">{GroupMemberName}</a><br><grouptitle>{GroupMemberTitle}</grouptitle></div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div></div>
- <!--affiliates-->
- <div class="box">
- <div class="tit"style="margin-bottom:15px">
- Affiliates
- </div>
- <div id="affiliates">
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- <a href="/"title="name"><img src="http://static.tumblr.com/5a4e4d6f3c48dfb28ece173301496e37/ylbnqqn/RkHo83o97/tumblr_static_zpja20drtuokwkoww0c4s0g4.png"></a>
- </div></div>
- <!--disclaimer-->
- <div class="box">
- <div class="tit"style="margin-bottom:15px">
- Disclaimer
- </div>
- <div id="description1">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"style="margin-bottom:15px">
- Blog Info
- </div>
- <div id="binfo">
- <b>Blog created by:</b> Azure
- </br>
- <b>Blog established:</b> Late 2015
- </br>
- <b>Graphics by:</b> Azure
- </br>
- <b>Theme made by:</b> Azure (daddythemes)
- </div>
- </div>
- </div>
- <!--posts and entries-->
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Date}
- <div id="permalink">
- {block:RebloggedFrom}
- {block:ContentSource}
- <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a> <i class="fa fa-retweet"style="color:{color:post text}"></i> <a href="{SourceURL}"title="source">{ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </br>
- </br>
- <div id="permalinkb">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}, {24Hour}:{Minutes}:{Seconds} {AmPm} · {TimeAgo} </a>
- </div></div>
- {/block:Date}
- <!--texts-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!--question and answers-->
- {block:Answer}
- <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
- <div class="triangle" style="background:transparent;margin-top:-11px; margin-left:35px;"><t2></t2><t1></t1></div>
- <div id="askerurl">{Asker} asked:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- <!--quotes-->
- {block:Quote}
- {block:Quote}
- <div class="qcaption">{Quote}</div>
- <div class="qsource">
- {block:Source}- {Source}{/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}<div class="pcaption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- <!--photosets-->
- {block:Photoset}
- <div class="psets">{Photoset}</div>
- {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- <!--videos-->
- {block:Video}
- <div class="vsets">{Video}</div>
- {block:Caption}<div class="pcaption">{Caption}</div>{/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}
- <!--tags-->
- <div id="info">
- <div id="permalink"style="margin-left:-10px;margin-top:-7px;margin-bottom:-22px">
- <a href="{Permalink}">{NoteCountWithLabel}</a><font style="float:right;margin-right:50px"><a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"></i></a></font style></div></div>
- {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://ceesty.com/qNgV4R"title="daddythemes">DA</a>
- </div>
- </html>
- </body>
- <!-----end html---->
Advertisement
Add Comment
Please, Sign In to add comment