Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- @DADDYTHEMES
- theme 19: radio
- this theme was made by azure/daddythemes.
- 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-->
- <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>
- <script>
- return check;
- }
- function init() {
- var menu = document.getElementById( 'bt-menu' ),
- trigger = menu.querySelector( 'a.bt-menu-trigger' ),
- // triggerPlay only for demo 6
- triggerPlay = document.querySelector( 'a.bt-menu-trigger-out' ),
- // event type (if mobile use touch events)
- eventtype = mobilecheck() ? 'touchstart' : 'click',
- resetMenu = function() {
- classie.remove( menu, 'bt-menu-open' );
- classie.add( menu, 'bt-menu-close' );
- },
- closeClickFn = function( ev ) {
- resetMenu();
- overlay.removeEventListener( eventtype, closeClickFn );
- };
- var overlay = document.createElement('div');
- overlay.className = 'bt-overlay';
- menu.appendChild( overlay );
- trigger.addEventListener( eventtype, function( ev ) {
- ev.stopPropagation();
- ev.preventDefault();
- if( classie.has( menu, 'bt-menu-open' ) ) {
- resetMenu();
- }
- else {
- classie.remove( menu, 'bt-menu-close' );
- classie.add( menu, 'bt-menu-open' );
- overlay.addEventListener( eventtype, closeClickFn );
- }
- });
- if( triggerPlay ) {
- triggerPlay.addEventListener( eventtype, function( ev ) {
- ev.stopPropagation();
- ev.preventDefault();
- classie.remove( menu, 'bt-menu-close' );
- classie.add( menu, 'bt-menu-open' );
- overlay.addEventListener( eventtype, closeClickFn );
- });
- }
- }
- init();
- })();
- </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">
- <meta name="color:link accent" content="#ffffff">
- <!--images-->
- <meta name="image:icon" 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: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:2px solid {color:border};
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-top:15px;
- margin-left:-12px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:11px;
- font-family: 'roboto', 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: 'arial', sans-serif;
- letter-spacing:-1px;
- margin-left:-240px;
- 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:bold;
- font-family: 'arial', 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;
- }
- 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:50px;
- height:50px;
- left:273px;
- top:275px;
- position:fixed;
- padding:8px;
- background:{color:posts};
- border:1px solid {color:border};
- opacity:1;
- z-index:99999999;
- }
- #description {
- font-size:10px;
- top:343px;
- overflow:hidden;
- z-index:-9999999;
- position:fixed;
- letter-spacing:0px;
- left:353px;
- width:130px;
- background:{color:posts};
- text-align:justify;
- height:37px;
- border:1px solid {color:border};
- font-weight:400;
- padding:14px;
- line-height:14px;
- font-family: 'calibri', sans-serif;
- }
- /*titles*/
- #sbtitle3{
- width:148px;
- top:296px;
- height:10px;
- opacity:1;
- position:fixed;
- font-family: 'calibri', serif;
- letter-spacing:2px;
- text-align:left;
- overflow:hidden;
- font-weight:800;
- word-wrap:none;
- font-style:italic;
- color:{color:text};
- padding:1px;
- text-transform:lowercase;
- line-height:4px;
- font-size:8px;
- left:353px;
- z-index:99;
- }
- /*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:'roboto',sans-serif;
- list-style-type: none;
- margin-top:-134px;
- background:{color:posts};
- margin-left:15px;
- width:440px;
- 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;
- }
- /*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:15px;
- letter-spacing:0px;
- text-transform:none;
- text-align:left;
- background:{color:posts};
- font-weight:400;
- }
- .pcaption a{
- font-size:10px;
- letter-spacing:0.5px;
- font-family:'raleway', sans-serif;
- text-transform:lowercase;
- font-weight:500;
- }
- .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:605px;
- margin-top:50px;
- z-index:9999999999999999999999999;
- }
- #post {
- font-size:10px;
- width:400px;
- color:{color:text};
- background-color:{color:posts};
- text-align:justify;
- z-index:99999999999;
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- border-top:1px solid {color:border};
- padding:20px;
- margin-left:15px;
- margin-bottom:130px;
- padding-bottom:0px;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- margin-top:-12px;
- height:auto;
- }
- /*questions and answers*/
- #asking {
- margin-left:20px;
- margin-top:-35px;
- }
- #askingimage {
- }
- #askingimage img {
- margin-left:10px;
- width:30px;
- height:30px;
- border-radius:100px;
- margin-top:0px;
- }
- #question {
- padding:20px;
- padding-left:14px;
- margin-top:-32px;
- margin-left:0px;
- width:359px;
- font-family: 'calibri', serif;
- color:{color:text};
- background-color:{color:asks};
- }
- #answer {
- font-size:9px;
- width:auto;
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-top:5px;
- margin-left:-3px;
- font-size:10px;
- font-family: 'calibri', sans-serif;
- margin-right:20px;
- padding-left:15px;
- color:{color:text};
- }
- #asker{
- margin-top:-66px;
- padding:1px;
- font-weight:300;
- font-size:11px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:34px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- #askerurl{
- margin-top:-19px;
- padding:1px;
- font-weight:500;
- font-size:10px;
- padding:7px;
- line-height:14px;
- height:13px;
- width:465px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:36px;
- padding-bottom:11px;
- letter-spacing:0px;
- font-family: 'Montserrat', sans-serif;
- text-transform:lowercase;
- }
- /*post info*/
- #info {
- width:420px;
- text-align:left;
- font-family: 'calibri', sans-serif;
- text-transform:uppercase;
- margin-left:-21px;
- font-size:8px;
- margin-top:15px;
- padding-left:20px;
- padding-top:20px;
- padding-bottom:13px;
- opacity:1;
- overflow:hidden;
- font-weight:800;
- border:1px solid {color:border};
- line-height:20px;
- letter-spacing:1px;
- z-index:9999999999999999;
- color:{color:text};
- }
- #info a {
- text-align:left;
- font-weight:500;
- padding:2px;
- letter-spacing:0px;
- font-family: 'calibri', sans-serif;
- line-height:5px;
- color:{color:text};
- -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:10px;
- font-family: 'calibri', sans-serif;
- font-weight:bold;
- color:{color:link accent};
- }
- #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;
- }
- /*sidebar links*/
- .links {
- width:158px;
- height:29px;
- overflow:hidden;
- cursor:pointer;
- border:1px solid {color:border};
- left:353px;
- opacity:1;
- background:{color:posts};
- z-index:9999;
- position:fixed;
- top:313px;
- text-align:left;
- }
- .links a {
- width:auto;
- height:15px;
- text-align:center;
- text-transform:uppercase;
- opacity:1;
- color:{color:links};
- z-index:99999;
- padding-left:8px;
- margin-top:-2px;
- line-height:34px;
- letter-spacing:0px;
- font-weight:600;
- font-family: 'calibri', serif;
- font-size:8px;
- display:inline-block;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .links 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;
- }
- .bt-menu {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 0;
- border-width: 0px;
- border-style: solid;
- border-color: {color:posts};
- z-index:99999999999999999999999999999999;
- background-color: rgba(0,0,0,0);
- -webkit-backface-visibility: hidden;
- -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
- transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
- }
- .bt-menu.bt-menu-open {
- height: 100%;
- border-width: 0px 0px 50px 100px;
- background-color: rgba(0,0,0,0.0);
- -webkit-transition: border-width 0.3s, background-color 0.3s;
- transition: border-width 0.3s, background-color 0.3s;
- }
- .bt-overlay {
- position: absolute;
- width: 100%;
- z-index:99999999999999999999999999999999;
- }
- .bt-menu-open .bt-overlay {
- height: 100%;
- z-index:99999999999999999999999999999999;
- }
- .bt-menu-trigger {
- position: fixed;
- top: 10px;
- left: 20px;
- z-index: 100;
- display: block;
- width: 15px;
- height: 30px;
- cursor: pointer;
- }
- .bt-menu-trigger span {
- position: absolute;
- top: 370px;
- left: 280px;
- display: block;
- width: 100%;
- height: 8%;
- background-color:{color:text};
- font-size: 0px;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-transition: background-color 0.3s;
- transition: background-color 0.3s;
- }
- .bt-menu-trigger span:before,
- .bt-menu-trigger span:after {
- position: absolute;
- left: 0;
- width: 100%;
- height: 100%;
- background-color:{color:text};
- content: '';
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- }
- .bt-menu-trigger span:before {
- -webkit-transform: translateY(-250%);
- transform: translateY(-250%);
- }
- .bt-menu-trigger span:after {
- -webkit-transform: translateY(250%);
- transform: translateY(250%);
- }
- .bt-menu-open .bt-menu-trigger span:before {
- -webkit-transform: translateY(-300%);
- transform: translateY(-300%);
- }
- .bt-menu-open .bt-menu-trigger span:after {
- -webkit-transform: translateY(300%);
- transform: translateY(300%);
- }
- .bt-menu ul {
- position: fixed;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .bt-menu ul:first-of-type {
- top: 205px;
- left: 3px;
- }
- .bt-menu ul:nth-of-type(2) {
- right: 0;
- bottom: 0;
- }
- .bt-menu ul li,
- .bt-menu ul li a {
- display: block;
- }
- .bt-menu ul:nth-of-type(2) li {
- float: left;
- font-size: 0px;
- }
- .bt-menu ul li {
- visibility: hidden;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
- transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
- }
- .bt-menu.bt-menu-open ul:first-of-type li,
- .bt-menu.bt-menu-open ul:nth-of-type(2) li {
- visibility: visible;
- opacity: 1;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
- transition: transform 0.3s, opacity 0.3s;
- }
- /* First menu */
- .bt-menu ul:first-of-type li {
- width: 150px;
- height: 50px;
- line-height: 50px;
- -webkit-transform: translate3d(-100%,50%,0);
- transform: translate3d(-100%,50%,0);
- }
- .bt-menu.bt-menu-open ul:first-of-type li {
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- /* Second menu */
- .bt-menu ul:nth-of-type(2) li {
- width: 60px;
- height: 50px;
- line-height: 50px;
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child {
- -webkit-transition-delay: 0.1s;
- transition-delay: 0.1s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) {
- -webkit-transition-delay: 0.2s;
- transition-delay: 0.2s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) {
- -webkit-transition-delay: 0.3s;
- transition-delay: 0.3s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
- -webkit-transition-delay: 0.4s;
- transition-delay: 0.4s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .bt-menu ul li a {
- display: block;
- outline: none;
- text-decoration: none;
- }
- .bt-menu ul:first-of-type li a {
- padding: 0 15px;
- color: {color:links};
- text-transform: uppercase;
- font-weight:800;
- font-family:'calibri' , sans-serif;
- letter-spacing: 1px;
- font-size:8px;
- -webkit-transition: color 0.2s;
- transition: color 0.2s;
- }
- .bt-menu ul:nth-of-type(2) li a {
- color: transparent;
- text-align: center;
- font-size: 0px;
- }
- .bt-menu ul li a:before {
- color: {color:links};
- font-size: 24px;
- -webkit-transition: color 0.2s;
- transition: color 0.2s;
- }
- .bt-menu ul:first-of-type li a:hover,
- .bt-menu ul:first-of-type li a:focus,
- .bt-menu ul li a:hover:before,
- .bt-menu ul li a:focus:before {
- color: {color:hover};
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!--basics-->
- <div id="sidebar">
- <div id="sbimage"><img src="{image:icon}"></a></div>
- <div id="sbtitle3"><u>{text:title}</u></div>
- <div id="description">{description}</div>
- </div>
- <div class="links">
- <a href="/"title="refresh">01</a>
- <a href="/ask"title="ask">02</a>
- <a href="/archive"title="archive">03</a>
- <a href="/submit"title="submit">04</a>
- </div>
- </div>
- <body class="demo5">
- <nav id="bt-menu" class="bt-menu">
- <a href="#" class="bt-menu-trigger"><span>Menu</span></a>
- <ul>
- <li><a href="{text:link one url}"><i class="fa fa-pencil"></i> {text:link one}</a></li>
- <li><a href="{text:link two url}"><i class="fa fa-cog"></i> {text:link two}</a></li>
- <li><a href="{text:link three url}"><i class="fa fa-bookmark"></i> {text:link three}</a></li>
- <li><a href="{text:link four url}"><i class="fa fa-compass"></i> {text:link four}</a></li>
- </ul>
- </nav>
- </div></div>
- <!--posts and entries-->
- <div id="entries">
- {block:Posts}
- <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="askingimage"><img src="{AskerPortraitURL-48}"/></div>
- <div id="askerurl">{Asker} asked:</div>
- <div id="question">{Question}</div>
- <div id="answer">{Answer}</div>{/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}
- <!--info-->
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}"title="{TimeAgo}"><date>{Month} {DayOfMonth}{DayOfMonthSuffix}</date></a> {NoteCountWithLabel}
- {block:RebloggedFrom}{block:ContentSource}
- <font style="float:right;margin-right:20px"> <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><i class="fa fa-chain"style="font-size:10px"></i></a> <a href="{SourceURL}"title="{ReblogRootName}"><i class="fa fa-copyright"style="font-size:10px"></i></a> <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="font-size:10px"></i></a></font style>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:Date}
- {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag} </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://pintient.com/2YIW"title="daddythemes">DA</a>
- </div>
- <script src="http://static.tumblr.com/zkwuipe/lHxnec4a0/classie.js"></script>
- <script src="http://static.tumblr.com/zkwuipe/15Znec4bh/bordermenu.js"></script>
- </html>
- </body>
- <!--end html-->
Add Comment
Please, Sign In to add comment