Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- @1204px // prev. daddythemes
- theme 25: hydra 3d
- this theme was made by azure/1204px.
- dont steal or copy.
- --->
- <!--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-->
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Montserrat:400,700|Raleway:400,500,600,700,800|Roboto+Condensed:400,700|Roboto:300i,400,400i,500,500i,700,700i|Josefin+Sans:700|Muli:400|Cabin:400,500,600|Catamaran:400,500,600|Poppins:400,500,600|Rubik:400,500|Source+Sans+Pro:400,600,700|Cantarell:400,700|Chivo|Doppio+One|Overlock:700" rel="stylesheet">
- <!--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>
- <!--minimalist fonts-->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
- <link rel="stylesheet" href="path/to/material-design-iconic-font/css/material-design-iconic-font.min.css">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.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="#f6f6f6"/>
- <meta name="color:posts" content="#ffffff">
- <meta name="color:top bar" content="#ffffff"/>
- <meta name="color:text" content="#888888"/>
- <meta name="color:links" content="#888888"/>
- <meta name="color:text accent" content="#ffffff"/>
- <meta name="color:accent" content="#dcbbb2">
- <meta name="color:link accent" content="#222222">
- <meta name="color:hover" content="#000000">
- <meta name="color:asks" content="#f6f6f6">
- <meta name="color:border" content="#eeeeee"/>
- <meta name="color:scrollbar" content="#070707">
- <meta name="color:tooltip" content="#ffffff">
- <meta name="color:search" content="#ffffff">
- <!--images-->
- <meta name="image:header" content=""/>
- <meta name="image:icon" content=""/>
- <!--texts-->
- <meta name="text:small title" content="Brand new"/>
- <!--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 one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <!--custom css-->
- <style type="text/css">
- /*tumblr controls*/
- .tmblr-iframe {
- top:0px!important;
- position:fixed!important;
- opacity:0.5;
- transform-origin:right;
- z-index:99999999999999!important;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- 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:background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- }
- /*tooltips*/
- #s-m-t-tooltip{
- margin:13px 10px 6px 10px;
- padding:6px;
- background-color:{color:tooltip};
- font-family: 'Source Sans Pro', sans-serif;
- border:1px solid {color:border};
- font-weight:400;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:0px;
- color:{color:text};
- 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;
- 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:9px;
- width:auto;
- border-left:1px solid {color:border};
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-top:11px;
- margin-left:20px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:11px;
- font-family: 'Source Sans Pro', 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:8px;
- letter-spacing:6px;
- font-weight:800;
- text-transform:uppercase;
- font-family: 'calibri', sans-serif;
- }
- h1 {
- font-size:15px;
- text-align:left;
- font-family: 'arial', sans-serif;
- letter-spacing:-1px;
- margin-left:-190px;
- text-transform:lowercase;
- font-weight:700;
- line-height:0px;
- color:{color:text};
- padding:7px;
- }
- h1 a{
- color:{color:text};
- text-align:left;
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- text-align:left;
- }
- b {
- font-weight:800;
- font-family: 'roboto', sans-serif;
- color:{color:text};
- }
- 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;
- }
- t {
- font-weight:bold;
- letter-spacing:0px;
- font-size:45px;
- font-style:italic;
- font-family: 'times new roman', sans-serif;
- text-transform:uppercase;
- color:{color:text};
- }
- u {
- text-decoration:none;
- color:{color:text};
- padding:3px;
- border-bottom:1px solid {color:border};
- }
- /*back to top button*/
- .back-to-top {
- position: fixed;
- color:{color:text};
- bottom:10px;
- text-transform:uppercase;
- left:10px;
- font-family: 'calibri', sans-serif;
- font-size:8px;
- letter-spacing:3px;
- 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:'roboto',sans-serif;
- list-style-type: none;
- margin-top:-60px;
- background:{color:posts};
- margin-left:15px;
- width:500px;
- border: 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;
- }
- /*like button*/
- .buttons a {
- position:relative;
- display:inline-block;
- padding:3px;
- }
- .custom-like-button {
- position: relative;
- display: inline-block;
- width: 12px;
- height: 12px;
- cursor: pointer;
- }
- .like_button {
- position: absolute;
- top: 0px;
- left: -2px;
- right: 0;
- bottom: -1px;
- width: 12px;
- height: 12px;
- opacity: 0;
- z-index: 10;
- }
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- .our_button {
- position: absolute;
- top: 1.5px;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
- -o-transition:all 0.6s ease-in-out;/*opera*/
- -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
- -ms-transition:all 0.6s ease-in-out;/*ie*/
- transition:all 0.6s ease-in-out;/*w3c*/
- }
- .like_button:hover + .our_button {
- color: {color:link hover};
- }
- .like_button.liked + .our_button {
- color: red;
- }
- /*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:'roboto', sans-serif;
- font-size:10px;
- margin-left:10px;
- letter-spacing:0px;
- text-transform:none;
- text-align:left;
- background:{color:posts};
- font-weight:400;
- }
- .pcaption a{
- font-family:'roboto', sans-serif;
- font-size:10px;
- margin-left:0px;
- letter-spacing:0px;
- text-transform:none;
- text-align:left;
- font-weight:400;
- }
- .psets{
- width:100%;
- margin-top:-24px;
- margin-left:1.5px;
- }
- .vsets{
- width:100%;
- margin-top:-12px;
- }
- .ppost{
- 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:500px;
- margin-top:330px;
- z-index:99999999999;
- }
- #post {
- font-size:10px;
- width:500px;
- color:{color:text};
- background-color:{color:posts};
- border:1px solid {color:border};
- text-align:justify;
- z-index:9999;
- padding:0px;
- border-radius:3px;
- margin-left:15px;
- margin-bottom:20px;
- padding-bottom:0px;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- margin-top:-12px;
- height:auto;
- }
- /*questions and answers*/
- #asking {
- margin-left:40px;
- margin-top:-35px;
- }
- #askingimage {
- }
- #askingimage img {
- margin-left:23px;
- width:35px;
- height:35px;
- border:1px solid {color:border};
- border-radius:3px;
- margin-top:-7px;
- }
- #question {
- padding:25px;
- padding-left:62px;
- margin-top:-24px;
- padding-top:32px;
- margin-left:20px;
- width:467px;
- text-transform:none;
- border-radius:3px;
- font-family: 'calibri', serif;
- color:{color:text};
- background-color:{color:asks};
- }
- #asker{
- margin-top:-39px;
- padding:20px;
- font-weight:300;
- width:365px;
- font-size:11px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- background:{color:asks};
- border:1px solid {color:border};
- border-radius:2px;
- margin-left:70px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:none;
- }
- askerurl{
- font-weight:bold;
- font-family: 'montserrat', sans-serif;
- }
- /*post info*/
- #info {
- width:530px;
- text-align:left;
- font-family: 'Source Sans Pro', sans-serif;
- text-transform:lowercase;
- margin-left:-40px;
- font-size:9px;
- margin-top:-5px;
- padding-left:60px;
- padding-top:17px;
- padding-bottom:13px;
- opacity:1;
- overflow:hidden;
- font-weight:600;
- line-height:14px;
- letter-spacing:0px;
- border-top:1px solid {color:border};
- background:{color:posts};
- z-index:9999999999999999;
- color:{color:links};
- }
- #info a {
- text-align:center;
- font-weight:600;
- padding:2px;
- font-size:9px;
- letter-spacing:0px;
- font-family: 'Source Sans Pro', sans-serif;
- text-transform:lowercase;
- line-height:5px;
- color:{color:links};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- #info a:hover{
- color:{color:hover};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- #info date {
- font-size:11px;
- letter-spacing:0px;
- text-transform:uppercase;
- font-family: 'Source Sans Pro', sans-serif;
- font-weight:500;
- color:{color:link accent};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- #info tagged {
- font-family: 'Source Sans Pro', sans-serif;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:0px;
- font-weight:500;
- }
- #info date:hover{
- color:{color:hover};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- #infot {
- width:500px;
- text-align:left;
- font-family: 'source sans pro', sans-serif;
- text-transform:uppercase;
- margin-left:0px;
- font-size:9px;
- margin-top:15px;
- padding-left:20px;
- padding-top:15px;
- padding-bottom:16px;
- margin-bottom:24px;
- opacity:1;
- overflow:hidden;
- font-weight:500;
- border-bottom:1px solid {color:border};
- line-height:0px;
- letter-spacing:1px;
- background:{color:top bar};
- z-index:9999999999999999;
- color:{color:info};
- }
- #infot img {
- width:23px;
- height:23px;
- border-radius:100px;
- }
- #infot #nname {
- text-align:left;
- font-weight:500;
- padding:2px;
- font-size:9px;
- letter-spacing:0px;
- margin-left:28px;
- margin-top:-22px;
- font-family: 'Source Sans Pro', sans-serif;
- line-height:10px;
- color:{color:info};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- #infot posted {
- text-align:left;
- font-weight:500;
- padding:2px;
- font-size:9px;
- letter-spacing:0px;
- margin-top:-12px;
- font-family: 'Source Sans Pro', sans-serif;
- line-height:0px;
- color:{color:info};
- }
- #infot a{
- text-align:left;
- font-weight:500;
- padding:2px;
- font-size:9px;
- letter-spacing:0px;
- margin-left:0px;
- margin-top:-22px;
- font-family: 'Source Sans Pro', sans-serif;
- line-height:0px;
- color:{color:info};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- transition: all 0.2s ease-out;
- }
- /*top navigation*/
- .topbar {
- width:100%;
- top:40px;
- position:absolute;
- z-index:9999;
- }
- .sticky{
- width:705px;
- top:-55px;
- z-index:99999999999;
- position:fixed;
- }
- .sticky #navi{
- width:705px;
- height:45px;
- margin-top:50px;
- margin-left:300px;
- text-align:center;
- line-height:15px;
- background:{color:top bar};
- -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;
- }
- .sticky #sidebox {
- margin-top:20px;
- margin-left:310px;
- position:fixed;
- -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{
- margin:auto;
- font-size:10px;
- border-radius:3px;
- letter-spacing:0px;
- border:1px solid {color:border};
- font-weight:300;
- z-index:9999;
- background:{color:posts};
- padding:5px;
- width:705px;
- height:45px;
- margin-left:300px;
- 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:4px 0px 4px 0px;
- margin:2px 4px 0px 5px;
- padding:6px;
- width:15px;
- height:15px;
- border-radius:3px 3px 3px 3px;
- background:transparent;
- border:1px solid transparent;
- font-weight:400;
- margin-bottom:7px;
- text-align:center;
- line-height:15px;
- font-style:none;
- border:1px solid transparent;
- font-family: 'Source Sans Pro', 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{
- color:{color:hover};
- padding:6px;
- border-radius:3px;
- background:{color:search};
- border:1px solid {color:border};
- -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 .firstlink a{
- font-weight:500;
- color:{color:links};
- padding:6px;
- height:15px;
- width:15px;
- border-radius:3px;
- background:{color:search};
- border:1px solid {color:border};
- }
- #navi #iconss {
- margin-left:-93px;
- margin-top:8px;
- }
- /*titles*/
- #stickytitle{
- margin-top:4px;
- width:100px;
- height:15px;
- opacity:1;
- position:absolute;
- font-family: 'rubik', sans-serif;
- letter-spacing:0px;
- text-align:left;
- overflow:hidden;
- font-weight:500;
- word-wrap:none;
- color:{color:text};
- text-transform:uppercase;
- line-height:15px;
- font-size:10px;
- margin-left:51px;
- z-index:9999999;
- }
- #userr {
- position:fixed;
- margin-top:190px;
- margin-left:180px;
- background:{color:top bar};
- z-index:9999999999999999;
- }
- #userrimage {
- z-index:-99999;
- }
- #userrimage img {
- width:35px;
- height:35px;
- left:313px;
- margin-top:6px;
- position:absolute;
- background:{color:top bar};
- border-radius:3px;
- opacity:1;
- z-index:99999999;
- -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;
- }
- /*sidebar image*/
- #sb {
- position:fixed;
- border-radius:3px;
- margin-top:190px;
- background:{color:posts};
- margin-left:180px;
- z-index:9999999999999999;
- }
- #sbimage {
- border-radius:3px;
- background:{color:posts};
- }
- #sbimage img {
- width:60px;
- height:60px;
- left:363px;
- padding:6px;
- background:{color:posts};
- top:105px;
- border:1px solid {color:posts};
- border-radius:100px;
- position:fixed;
- opacity:1;
- z-index:-99999;
- }
- #header {
- position:fixed;
- border-radius:3px;
- margin-top:190px;
- background:{color:posts};
- margin-left:180px;
- z-index:9999999999999999;
- }
- #headerimage {
- border-radius:3px;
- background:{color:posts};
- }
- #headerimage img {
- width:715px;
- height:212px;
- left:300px;
- background:{color:posts};
- top:105px;
- border-radius:3px 3px 3px 3px;
- position:absolute;
- border:1px solid {color:border};
- opacity:1;
- z-index:99999;
- }
- /*search box*/
- .search {
- text-align:left;
- line-height:55px;
- position:absolute;
- margin-top:18px;
- opacity:1;
- z-index:99999999999999999999999;
- margin-left:173px;
- }
- .search input{
- color:black;
- position:absolute;
- font-family: 'Source Sans Pro', sans-serif;
- font-size:8px;
- border:0px;
- text-transform:uppercase;
- letter-spacing:1px;
- opacity:1;
- font-weight:600;
- padding:3px 8px;
- background:{color:search};
- text-align:left;
- border:1px solid {color:border};
- color:{color:text};
- border-radius:3px;
- margin-left:-125px;
- width:103px;
- padding-left:34px;
- height:16px;
- outline:none;
- }
- input.sbutton{
- border:1px solid {color:border};
- cursor:help;
- font-family:'icomoon';
- padding:10px;
- line-height:5px;
- padding-left:6px;
- margin-left:-125px;
- opacity:1;
- background:{color:posts};
- margin-top:0px;
- color:{color:text};
- font-size:9px;
- text-transform:uppercase;
- font-weight:normal;
- width:23px;
- height:24px;
- }
- @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:0.5;letter-spacing:1px;
- }
- /*credit (u better leave this here u goof)*/
- #credit a{
- position:fixed;
- font-size:9px;
- font-weight:800;
- height:15px;
- width:25px;
- opacity:1;
- right:15px;
- bottom:5px;
- padding:2px;
- letter-spacing:0px;
- padding-top:3px;
- line-height:11px;
- z-index:9999999999999999999999999999;
- text-align:center;
- float:left;
- font-family: 'montserrat', cursive;
- color:{color:text};
- text-transform:lowercase;
- -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};
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- transition: all 0.3s ease-out;
- }
- /*sidebar*/
- #description {
- font-size:11px;
- top:180px;
- padding-top:8px;
- text-align:center;
- color:{color:text};
- z-index:-999999;
- background:{color:posts};
- text-transform:uppercase;
- left:326px;
- position:fixed;
- width:120px;
- border-radius:0px 0px 3px 3px;
- font-weight:400;
- padding:15px;
- line-height:14px;
- font-family: 'Source Sans Pro', sans-serif;
- }
- /*sidebar*/
- .sidebar-title {
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:-1px;
- padding-top:5px;
- line-height:32px;
- font-weight:700;
- width:185px;
- padding-left:16px;
- padding-top:10px;
- height:40px;
- z-index:99999;
- margin-left:-21px;
- margin-bottom:10px;
- background:{color:accent};
- border-top:1px solid {color:border};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- border-radius:3px;
- margin-top:-21px;
- text-align:left;
- font-family: 'cantarell', sans-serif;
- color:{color:text};
- }
- #sidebox {
- position:absolute;
- width:200px;
- margin-top:244px;
- margin-left:310px;
- z-index:999;
- -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;
- }
- .box {
- padding:10px;
- }
- #description1 {
- margin:5px;
- font-size:10px;
- margin-top:-18px;
- padding-top:8px;
- z-index:-999999;
- text-transform:uppercase;
- background:{color:posts};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- border-bottom:1px solid {color:border};
- margin-left:-21px;
- width:171px;
- border-radius:0px 0px 3px 3px;
- font-weight:400;
- padding:15px;
- text-align:center;
- line-height:14px;
- font-family: 'source sans pro', sans-serif;
- }
- #description1 h5 {
- font-family: 'muli', sans-serif;
- font-size:12px;
- font-weight:500;
- }
- .navlinks {
- z-index:9999999999;
- padding:15px;
- text-align:justify;
- font-size:10px;
- font-weight:500;
- background:{color:posts};
- line-height:12px;
- border-radius:0px 0px 3px 3px;
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- border-bottom:1px solid {color:border};
- font-family:'roboto', sans-serif;
- margin-left:-21px;
- margin-top:-16px;
- margin-bottom:5px;
- width:171px;
- }
- .navlinks a{
- margin:5px;
- width:140px;
- height:15px;
- margin-bottom:0px;
- text-align:left;
- padding-bottom:2px;
- padding:6px;
- line-height:13px;
- color:{color:text};
- border-bottom:1px dashed {color:border};
- z-index:99999;
- font-weight:400;
- font-family: 'source sans pro', sans-serif;
- letter-spacing:1px;
- font-size:9px;
- text-transform:uppercase;
- text-decoration:none;
- display:inline-block;
- }
- .navlinks a:hover {
- color:{color:hover};
- border-bottom:1px dashed {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;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="headerimage"><img src="{image:header}"></div>
- <!--basics-->
- <!--top bar links-->
- <div class="topbar">
- <div id="navi">
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="" placeholder="Search blog" />
- <input type="submit" value="" class="sbutton" />
- </form></div>
- <div id="stickytitle"><i class="zmdi zmdi-chevron-right"></i> {text:small title}</div>
- <div id="userrimage"><img src="{PortraitURL-128}"></a></div>
- <div id="iconss">
- <span class="firstlink"><a href="/"title="home">01.</a></span>
- <a href="/ask"title="askbox">02.</a>
- <a href="{text:link one url}"title="{text:link one}">03.</a>
- <a href="{text:link two url}"title="{text:link two}">04.</a>
- <a href="{text:link three url}"title="{text:link three}">05.</a></div></div>
- <!--sidebar-->
- <div id="sidebox">
- <!--description // will appear automatically. dont edit this here -->
- <div class="box">
- <div class="sidebar-title"style="background:{color:accent};height:65px">
- </div>
- <div id="description1"><img src="{image:icon}"style="width:60px;height:60px;border-radius:100px;border:1px solid {color:posts};background:{color:posts};padding:8px;margin-left:0px;margin-top:-42px"></br></br> {description}</div>
- </div>
- <!--navigation // to add more links, just copy and paste the "<a href="/">navi link</a> as much as you want.-->
- <div class="box">
- <div class="sidebar-title"style="margin-bottom:15px;margin-left:-21px">
- <f>Navigation</f>
- </div>
- <div class="navlinks">
- <div id="all">
- <a href="/">navi link</a>
- <a href="/">navi link</a>
- <a href="/">navi link</a>
- <a href="/">navi link</a>
- <a href="/">navi link</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script>
- var header = document.querySelector('.topbar');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('sticky') :
- header.classList.remove('sticky');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- <!--posts and entries-->
- <div id="entries">
- {block:Posts}
- <div id="post">
- <div id="infot">
- <div id="permalink">
- <img src="{PortraitURL-128}"></a><div id="nname"><posted>posted</posted> {TimeAgo}</br> <i class="zmdi zmdi-star"></i>
- {NoteCountWithLabel}
- </div></a>
- {block:RebloggedFrom}{block:ContentSource}
- <font style="float:right;margin-right:35px;margin-top:-15px;font-weight:500"> <a href="{ReblogParentURL}" title="{ReblogParentName}"><posted><i class="zmdi zmdi-rotate-right"></i> Via</posted></a> | <a href="{SourceURL}"title="{ReblogRootName}"><posted> <i class="zmdi zmdi-pin"></i> Source</posted></a></font style>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:Date}
- </div>
- <!--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 id="asker"><askerurl>{Asker} asked:</askerurl> {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}<div class="ppost"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}</div>
- {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-500}</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}
- <!--info-->
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}"title="{TimeAgo}"><date>{DayOfMonth}. {Month} {Year}</date></a>
- <font style="float:right;margin-right:70px"> <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="zmdi zmdi-refresh-alt"style="font-size:14px;margin-top:-25px"></i>
- </a><div class="custom-like-button">{LikeButton}<span class="our_button"><i class="zmdi zmdi-favorite-outline"style="font-size:13px;margin-top:-7px"></i></span></div></font style>
- </div>
- {/block:Date}
- {block:HasTags}<tagged>Tagged with: {block:Tags} <a href="{TagURL}"> <tagged>#{Tag}</tagged> </a> {/block:Tags}
- {/block:HasTags}
- </div></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="theme credit">Code by 1204px</a>
- </div>
- </html>
- </body>
- <!--end html-->
Advertisement
Add Comment
Please, Sign In to add comment