Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!---
- don't remove the credit
- leave the credit if you want to use parts of the theme
- ____________________________________
- --->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:BlockquoteBackground" content="#fdb5b8" />
- <meta name="color:BlockquoteBorder" content="#d44d51" />
- <meta name="color:BlockquoteText" content="#d44d51" />
- <meta name="color:BlogTitle" content="#ee434c" />
- <meta name="color:BlogTitleBackground" content="#fdb5b8" />
- <meta name="color:Bold" content="#d44d51" />
- <meta name="color:BoxShadow" content="#b4b5b7" />
- <meta name="color:CustomLinkBackground" content="#fdb5b8"/>
- <meta name="color:CustomLinkBackgroundHover" content="#fff8f0"/>
- <meta name="color:CustomLinkText" content="#110c08"/>
- <meta name="color:DescBold" content="#ee434c" />
- <meta name="color:DescItalic" content="#ff7e85" />
- <meta name="color:DescLink" content="#000209" />
- <meta name="color:DescText" content="#d44d51" />
- <meta name="color:EntryBackground" content="#f9f9f9" />
- <meta name="color:Italic" content="#ff7e85" />
- <meta name="color:leftlinksBackground" content="#fdb5b8"/>
- <meta name="color:leftlinksText" content="#db5c61"/>
- <meta name="color:Link" content="#110c08" />
- <meta name="color:LinkHover" content="#db5c61" />
- <meta name="color:NaviIcons" content="#110c08" />
- <meta name="color:OrnamentColor" content="#db5c61"/>
- <meta name="color:PermaLink" content="#110c08" />
- <meta name="color:PermaLinkBackground" content="#fdb5b8" />
- <meta name="color:PermaText" content="#d44d51" />
- <meta name="color:PortraidBorder" content="#db5c61" />
- <meta name="color:PostTitle" content="#d44d51" />
- <meta name="color:QuoteSourceItalic" content="#fddccb" />
- <meta name="color:QuoteSourceLink" content="#110c08" />
- <meta name="color:SidebarBackground" content="#f9f9f9" />
- <meta name="color:Text" content="#e17278" />
- <meta name="if:InfiniteScrolling" content="0" />
- <meta name="if:ShowCaptions" content="0">
- <meta name="if:ShowSidebarImg" content="1">
- <meta name="if:FadingPhoto" content="1" />
- <meta name="if:Big Posts" content="0" />
- <meta name="if:MusicPlayer" content="1" />
- <meta name="if:ShowTags" content="1" />
- <meta name="image:SidebarImage" content="https://40.media.tumblr.com/f9f7e0372f3abe57c3b1a0b682fdadc5/tumblr_o48zoyWl1Q1rd6t1go1_250.png"/>
- <meta name="image:BackgroundImage" content="https://static.tumblr.com/1e558705c2578d589cbbd3c60936b430/7fjp0ap/mfVn3xb2f/tumblr_static_d36xwlwx86osckk404wccg40c.png"/>
- <meta name="image:CornerImage" content=" " />
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:MusicCode" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:URL1" content="/"/>
- <meta name="text:Link2" content="" />
- <meta name="text:URL2" content="/"/>
- <meta name="text:Link3" content="" />
- <meta name="text:URL3" content="/"/>
- <meta name="text:Link4" content="" />
- <meta name="text:URL4" content="/"/>
- <meta name="text:Link5" content="" />
- <meta name="text:URL5" content="/"/>
- <meta name="text:Link6" content="" />
- <meta name="text:URL6" content="/"/>
- <meta name="text:Link7" content="" />
- <meta name="text:URL7" content="/"/>
- <meta name="text:Link8" content="" />
- <meta name="text:URL8" content="/"/>
- <meta name="text:Link9" content="" />
- <meta name="text:URL9" content="/"/>
- <meta name="text:Link10" content="" />
- <meta name="text:URL10" content="/"/>
- <head>
- <link href='https://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <link href='https://static.tumblr.com/7fjp0ap/Qo4n3x9iq/stylesheet.css' rel='stylesheet' type='text/css'>
- <link href='https://static.tumblr.com/7fjp0ap/BvSn3xap4/stylesheet.css' rel='stylesheet' type='text/css'>
- <link href='https://static.tumblr.com/7fjp0ap/uQWn2jbu0/stylesheet.css' rel='stylesheet' type='text/css'>
- <link href='https://static.tumblr.com/7fjp0ap/e7Qn26log/stylesheet.css' rel='stylesheet' type='text/css'>
- <meta https-equiv="content-type" content="text/html; charset=utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- @import url(https://weloveiconfonts.com/api/?family=entypo|fontawesome);
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- }
- body {
- background-image: url('{image:backgroundimage}');
- background-color: {color:background};
- background-attachment: fixed;
- background-repeat: {text:Background Repeat};
- color: {color:text};
- font-family: {font:body};
- font-size: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:text};
- height: 5px;
- width: 8px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;
- background-color: {color:entrybackground};
- }
- a{
- color: {color:link};
- text-decoration: none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- a:hover{
- color: {color:linkhover};
- }
- .header{
- position:fixed;
- top:0px;
- right:0px;
- height:30px;
- text-align:left;
- {block:ifBigPosts}width: 930px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 830px;{/block:ifNotBigPosts}
- z-index:8;
- box-shadow: 1px 1px 3px {color:boxshadow};
- background-color:{color:sidebarbackground};
- -moz-border-radius: 0px 0px 0px 50px;
- -webkit-border-radius: 0px 0px 0px 50px;
- border-radius: 0px 0px 0px 50px;
- }
- .sh{
- position:fixed;
- z-index:9;
- background-color: {color:sidebarbackground};
- height:30px;
- width:250px;
- top:0px;
- right:10px;
- }
- .ornaments{
- color:{color:ornamentcolor};
- font-size:33px;
- width:200px;
- display:inline-block;
- z-index:2;
- font-family: 'rosegardenregular';
- }
- #sidebar{
- width: 200px;
- bottom: 0px;;
- top: 0px;
- overflow:hidden;
- right: 20px;
- z-index:8;
- text-align: center;
- box-shadow: 1px 1px 3px {color:boxshadow};
- background-color: {color:sidebarbackground};
- position: fixed;
- }
- #sidebarx img{
- width: 200px;
- margin-bottom:-15px;
- text-align: center;
- }
- #lefttitle{
- font-size: 21px;
- font-family: 'mad_beefregular';
- margin-top: 40px;
- width: 194px;
- display: inline-block;
- padding: 3px;
- background-color: {color:blogtitlebackground};
- color: {color:BlogTitle};
- }
- #desc{
- padding: 15px;
- width: 170px;
- text-align: center;
- color: {color:Desctext};
- margin-bottom: 10px;
- margin-top: -5px;
- font-family: 'pixel_millenniumregular';
- font-size: 8px;
- text-transform:uppercase;
- }
- #desc a{
- color:{color:desclink};
- text-decoration:none;
- }
- #desc i,em{
- color:{color:descitalic};
- text-decoration:none;
- }
- #desc b,strong{
- color:{color:descbold};
- text-decoration:none;
- }
- #custombox1 {
- margin-top: 10px;
- width: 195px;
- display: inline-block;
- }
- #custombox1 a {
- background-color: {color:CustomLinkBackground};
- display: inline-block;
- width: 90px;
- padding: 3px;
- margin-bottom: 2px;
- font-family: calibri;
- font-size: 9px;
- color: {color:CustomLinkText};
- text-decoration: none;
- text-align: center;
- letter-spacing: 1px;
- text-shadow: 0 0 #000000;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #custombox1 a:hover {
- text-shadow: 5px 5px 2px rgba(0,0,0,.5);
- color: {color:CustomLinkTextHover};
- background-color: {color:CustomLinkBackgroundHover};
- }
- #custombox2{
- display:block;
- float:left;
- width:100px;
- margin-left:50px;
- margin-top:30px;
- }
- #custombox2 img{
- position:absolute;
- z-index:999;
- width:70px;
- display:block;
- height:70px;
- margin-left:1px;
- margin-top:35px;
- box-shadow: 1px 1px 3px {color:boxshadow};
- border:2px solid {color:PortraidBorder};
- }
- #custombox2 a{
- display:block;
- float:left;
- z-index:998;
- margin-left:5px;
- background-color:{color:leftlinksbackground};
- color:{color:leftlinkstext};
- padding-top:180px;
- width:7px;
- height:30px;
- box-shadow: 1px 1px 3px {color:boxshadow};
- -moz-border-radius: 0px 0px 10px 10px;
- -webkit-border-radius: 0px 0px 10px 10px;
- border-radius: 0px 0px 10px 10px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- #custombox2 a:hover{
- padding-top:230px;
- }
- #navibox{
- margin-top: -5px;
- width: 200px;
- margin-bottom: 10px;
- text-align: center;
- display: block;
- }
- #navibox a{
- display: inline-block;
- width: 30px;
- height: 20px;
- padding: 3px;
- line-height: 20px;
- margin-right: 3px;
- font-size:13px;
- text-align: center;
- color:{color:naviicons};
- background-color: {color:blogtitlebackground};
- -moz-border-radius: 0px 0px 50px 50px;
- -webkit-border-radius: 0px 0px 50px 50px;
- border-radius: 0px 0px 50px 50px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #pagi{
- display:inline-block;
- width:200px;
- height:15px;
- margin-top:10px;
- line-height:15px;
- font-size: 11px;
- text-align:center;
- font-family: cambria;
- }
- #pagi a{
- color: {color:desctext};
- }
- .jump_page {
- padding: 2px;
- font-family:cambria;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 2px;
- color: {color:desclink};
- font-family:cambria;
- font-size:11px;
- text-decoration:none;
- }
- #posts{
- {block:ifBigPosts}width: 528px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 430px;{/block:ifNotBigPosts}
- margin-right: 235px;
- margin-bottom: 20px;
- float:right;
- position:relative;
- margin-top:33px;
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry{
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- padding:10px;
- margin-top: 25px;
- overflow: hidden;
- font-family: calibri;
- box-shadow: 1px 1px 3px {color:boxshadow};
- font-size: 11px;
- background-color: {color:EntryBackground};
- }
- .entry img{
- {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
- {block:ifFadingPhoto}
- opacity: 0.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out; {/block:ifFadingPhoto}
- }
- {block:ifFadingPhoto}
- .entry img:hover{
- opacity: 1;
- }
- {/block:ifFadingPhoto}
- {block:ifFadingPhoto}
- .photosetfade {
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- {/block:ifFadingPhoto}
- {block:ifFadingPhoto}
- .photosetfade:hover {
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 0.9;
- }
- {/block:ifFadingPhoto}
- .entry b, strong{
- color: {color:Bold};
- }
- .entry i, em{
- color: {color:Italic};
- }
- .entry a{
- color: {color:Link};
- text-decoration: none;
- }
- .entry h1{
- font-family: consolas;
- text-transform: uppercase;
- font-size: 15px;
- font-weight: 20px;
- letter-spacing: 1px;
- }
- .entry h1 a{
- color: {color:NormalLink};
- }
- blockquote{
- border-left: 3px solid {color:blockquoteborder};
- background-color:{color:blockquotebackground};
- color:{color:blockquotetext};
- padding-left:10px;
- padding-right: 4px;
- margin:5px;
- text-align:justify;
- }
- .entry blockquote img{
- max-width: 90%;
- margin-left: 3px;
- }
- .entry pre{
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- font-family:courier new;
- font-size:11px;
- padding:5px;
- line-height:10px;
- letter-spacing:0px;
- background-color:{color:blockquotebackground};
- color:{color:blockquotetext};
- }
- .entry blockquote pre{
- font-size:11px;
- font-family:courier new;
- padding:5px;
- width:100%;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- background-color:{color:blockquotebackground};
- color:{color:blockquotetext};
- }
- #quote{
- color: {color:text};
- padding: 15px;
- font-family: dosismedium;
- font-size:13px;
- text-align:center;
- border:2px solid {color:text};
- border-top:44px solid {color:text};
- line-height: 15px;
- display:block;
- margin-top:-44px;
- }
- .quoteor{
- font-family: 'dingleberriesregular';
- width:50px;
- height:38px;
- border:2px solid {color:text};
- line-height:40px;
- padding-top:2px;
- text-align:center;
- font-size:40px;
- color: {color:text};
- background-color:{color:entrybackground};
- display:inline-block;
- }
- #source {
- font-family: consolas;
- font-size:10px;
- display:block;
- background-color:{color:text};
- padding:3px;
- color:{color:entrybackground};
- text-align: center;
- margin-top: 10px;
- }
- #source a{
- color:{color:quotesourcelink};
- }
- #source i,em{
- color:{color:quotesourceitalic};
- }
- b,strong{
- color:{color:bold};
- background-color:{color:boldbackground};
- }
- i,em{
- color:{color:italic};
- }
- .perma2{
- display:block;
- text-align:left;
- font-family:consolas;
- font-size:10px;
- padding:10px;
- padding-top:5px;
- padding-bottom:5px;
- margin-bottom:-10px;
- margin-left:-10px;
- margin-top:10px;
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- background-color:{color:permalinkbackground};
- color:{color:permatext};
- }
- .perma2 a{
- text-decoration:none;
- color:{color:permalink};
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .perma2 a:hover{
- color:{color:link};
- }
- .permalink {
- font-family: cambria;
- font-size: 10px;
- color: {color:Text};
- text-transform: uppercase;
- text-align: center;
- {block:ifBigPosts}width: 494px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 394px;{/block:ifNotBigPosts}
- margin-top: 20px;
- padding:10px;
- margin-bottom: 10px;
- margin-left: -10px;
- float: left;
- background-color: {color:entrybackground};
- }
- .permalink b {
- color: {color:Bold};
- font-weight: normal;
- }
- #date {
- color: {color:text};
- }
- .permalink a {
- color: {color:Link};
- text-decoration: none;
- }
- .title{
- color: {color:PostTitle};
- padding: 10px;
- font-size: 22px;
- font-family: 'solomon_decoregular';
- line-height: 100%;
- margin-bottom:10px;
- text-transform: none;
- text-align: center;
- border-bottom: 2px {color:PostTitle} solid;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- transition: all 0.7s linear;
- }
- .entry:hover .title{
- letter-spacing:3px;
- }
- .title2{
- color: {color:PostTitle};
- padding:20px;
- font-size: 24px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: elephant,calibri;
- background-color: {color:posttitlebackground};
- border:1px solid {color:posttitle};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .title2 a{
- color: {color:PostTitle};
- width:100%;
- display:block;
- text-decoration:none;
- }
- .title2 z{
- color: {color:PostTitle};
- font-size:11px;
- font-family:calibri;
- width:100%;
- text-decoration:underline;
- display:block;
- }
- .title2 a:hover{
- color: {color:PostTitle};
- }
- .arrow-down {
- margin-top:-5px;
- display:block;
- margin-left:20px;
- width:0px;
- height:0px;
- border-left:10px solid transparent;
- border-right:10px solid transparent;
- border-top:15px solid {color:text};
- font-size:0px;
- line-height:0px;
- }
- .ask {
- display:block;
- padding:10px;
- background-color:{color:text};
- color:{color:entrybackground};
- text-transform: none;
- }
- .askx img {
- max-width: 30px;
- display:block;
- margin-left:15px;
- margin-top:5px;
- -moz-border-radius: 30px 30px 30px 30px;
- -webkit-border-radius: 30px 30px 30px 30px;
- border-radius: 30px 30px 30px 30px;
- }
- .asky {
- display:block;
- float:left;
- text-transform:uppercase;
- margin-top:13px;
- font-size:10px;
- margin-left:5px;
- }
- .aska{
- display:block;
- margin-top:50px;
- border-top: 1px solid {color:text};
- }
- ol.notes {
- background-color:{color:EntryBackground};
- font-family:tahoma;
- font-size:10px;
- padding-top:10px;
- border: 0px;
- padding-left:15px;
- margin-top:10px;
- {block:ifBigPosts}width:476px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width:376px;{/block:ifNotBigPosts}
- margin-left: 0px;
- list-style-type: none;}
- ol.notes li.note {
- background: ;
- padding:5px;
- {block:ifBigPosts}width:480px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width:380px;{/block:ifNotBigPosts}
- letter-spacing: 0px;
- text-align: left;
- }
- ol.notes li.note a{
- color:{color:Link};
- background: ;
- font-family:tahoma;
- text-transform:none;
- letter-spacing:0px;
- font-size:10px;}
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 0px;
- }
- #musicbox{
- height: 216px;
- margin-bottom:10px;
- display:inline-block;
- text-align: left;
- {block:indexpage}
- {block:ifbigposts}width: 494px;{/block:ifbigposts}
- {block:ifnotbigposts}width: 394px;{/block:ifnotbigposts}
- {/block:indexpage}
- {block:permalinkpage}
- width: 494px;
- {/block:permalinkpage}
- border-bottom: 2px solid {color:text};
- }
- .cover {
- width:200px;
- height: 200px;
- display: block;
- position:absolute;
- z-index:2;
- }
- .cover img{
- width:200px;
- height: 200px;
- opacity:1;
- border:3px solid {color:text};
- }
- .coverx{
- width:200px;
- height: 200px;
- display: block;
- position:absolute;
- z-index:1;
- }
- .coverx img{
- width:200px;
- height: 200px;
- border:3px solid {color:text};
- }
- .playbutton {
- width:30px;
- height: 50px;
- line-height:50px;
- overflow: hidden;
- position:relative;
- z-index:100;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- margin-top:85px;
- }
- .playbox {
- opacity: 0.8;
- background-color: #000000;
- position: absolute;
- z-index: 1000;
- margin-left:3px;
- margin-top:3px;
- width:30px;
- height: 200px;
- line-height:40px;
- text-align:center;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .playbox:hover{
- width:200px;
- }
- .playbox:hover .playbutton{
- width:100%;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .audioplayer {
- float:left;
- margin-left: 210px;
- width:100%;
- position: absolute;
- display: block;
- margin-top: 40px;
- padding-bottom:7px;
- }
- .infomusic {
- font-size:10px;
- text-align:left;
- padding-left:10px;
- {block:indexpage}
- {block:ifbigposts}width: 284px;{/block:ifbigposts}
- {block:ifnotbigposts}width: 184px;{/block:ifnotbigposts}
- {/block:indexpage}
- {block:permalinkpage}
- width: 284px;
- {/block:permalinkpage}
- margin-left:0px;
- margin-bottom:10px;
- background-color:{color:text};
- color:{color:entrybackground};
- padding-bottom:2px;
- }
- .audiotitle{
- font-style:italic;
- font-size:11px;
- font-family:calibri;
- text-transform:uppercase;
- }
- .odd .line {
- padding: 3px;
- margin-bottom:3px;
- border-bottom: 2px solid {color:text};
- }
- .even .line {
- padding:3px;
- margin-bottom:3px;
- border-bottom: 2px solid {color:text};
- }
- .odd .name {
- padding: 3px;
- }
- .even .name {
- padding: 3px;
- }
- .musictab{
- position:fixed;
- z-index:998;
- width:100px;
- background-color:{color:entrybackground};
- color:{color:text};
- bottom:-20px;
- left:0px;
- height:20px;
- text-align:left;
- line-height:20px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- -webkit-border-radius:0px 10px 0px 0px;
- -moz-border-radius: 0px 10px 0px 0px;
- border-radius: 0px 10px 0px 0px;
- }
- .miholder{
- padding:5px;
- padding-left:15px;
- padding-right:15px;
- padding-bottom:0px;
- margin-top:-30px;
- background-color:{color:entrybackground};
- color:{color:text};
- display:block;
- float:left;
- height:25px;
- font-size:13px;
- width:10px;
- -webkit-border-radius:0px 20px 0px 0px;
- -moz-border-radius: 0px 20px 0px 0px;
- border-radius: 0px 20px 0px 0px;
- }
- .musictab:hover{
- bottom:0px;
- }
- #s-m-t-tooltip{
- display:inline-block;
- z-index:9999999 !important;
- margin:24px 14px 7px 12px;
- padding:2px;
- font-family:calibri;
- font-size:10px;
- background-color: {color:leftlinksbackground};
- color: {color:leftlinkstext};
- }
- .tmblr-iframe {
- right:3px !important;
- position:fixed !important;
- z-index:9999999;
- opacity: 0.4;
- -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;
- }
- .tmblr-iframe:hover {
- opacity: 1;
- -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;
- }
- </style>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/7fjp0ap/8qemg20tu/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </head>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfInfiniteScrolling}
- <body>
- {block:ifmusicplayer}
- <div class="musictab">
- <div class="miholder">
- <span class="fontawesome-music" ></span>
- </div>
- {text:musiccode}
- </div>
- {/block:ifmusicplayer}
- <div class="sh"></div>
- <div class="header">
- <div id="custombox2">
- <img src="{PortraitURL-96}">
- <a href="{text:URL5}" style="height:50px" title="{text:Link5}"></a>
- <a href="{text:URL6}" style="height:30px" title="{text:Link6}"></a>
- <a href="{text:URL7}" style="height:40px" title="{text:Link7}"></a>
- <a href="{text:URL8}" style="height:60px" title="{text:Link8}"></a>
- <a href="{text:URL9}" style="height:50px" title="{text:Link9}"></a>
- <a href="{text:URL10}" style="height:30px" title="{text:Link10}"></a>
- </div>
- </div>
- <div id="sidebar">
- <div id="lefttitle">{Title}</div>
- <div id="navibox">
- <a href="/" title="Home"><span class="fontawesome-home"></span></a>
- <a href="/ask" title="Message"><span class="fontawesome-envelope-alt"></span></a>
- <a href="/archive" title="Archive"<span class="fontawesome-calendar"></span></a>
- <a href="https://dianthus-s.tumblr.com/" title="Theme"><span class="fontawesome-tags"></span></a>
- </div>
- {block:ifShowSidebarImg}
- <div id="sidebarx">
- <img src="{image:sidebarimage}">
- </div>
- <div class="ornaments">hhhhhhhhh</div>
- {/block:ifShowSidebarImg}
- <div id="custombox1">
- {block:ifLink1}<a href="{text:URL1}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:URL2}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:URL3}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:URL4}">{text:Link4}</a>{/block:ifLink4}
- </div>
- <center><div id="desc">{Description}</div></center>
- {block:IfNotInfiniteScrolling}
- {block:indexpage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:indexpage}
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry" >
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" class="center">{LinkCloseTag}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {block:IfBigPosts}<div class="photosetfade">{Photoset-500}</div>{/block:IfBigPosts}
- {block:IfNotBigPosts}<div class="photosetfade">{Photoset-400}</div>{/block:IfNotBigPosts}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Link}
- <div class="title2">
- <a href="{URL}" {Target}>{Name}</br>
- <z>{URL}</z>
- </a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <center>
- <div class="quoteor">
- g
- </div>
- </center>
- <div id="quote">{Quote}</div>
- {block:Source}
- <div id="source"> —{Source}</div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="title">» {Title}</div>
- {/block:Title}
- {block:Lines}<div class="{Alt}">
- <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="musicbox">
- <div class="playbox">
- <div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
- </div>
- </div>
- <div class="coverx"><img src="https://media.tumblr.com/90911ce35307a2b68bb52c9794d02dd0/tumblr_inline_mgshunrUnn1r8s568.png"></div>
- {block:AlbumArt}
- <div class="cover"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audioplayer">
- {block:Artist}
- <div class="infomusic" ><div class="audiotitle">Artist:</div> {Artist}</div>
- {/block:Artist}
- {block:TrackName}
- <div class="infomusic"><div class="audiotitle">Track:</div> {TrackName}</div>
- {/block:TrackName}
- <div class="infomusic"><div class="audiotitle">Plays:</div> {PlayCountWithLabel}</div>
- </div>
- </div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Audio}
- {block:Video}
- {block:IfBigPosts}{Video-500}{/block:IfBigPosts}
- {block:IfNotBigPosts}{Video-400}{/block:IfNotBigPosts}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask">{Question}</div>
- <div class="arrow-down"></div>
- <div class="askx"><img src="{AskerPortraitURL-40}" align="left"></div>
- <div class="asky">{Asker}</div>
- <div class="aska">{Answer}</div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="permalink">
- <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- {block:HasTags}<b>tags »</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</center>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {block:indexpage}
- <div class="perma2">
- <a href="{ReblogURL}">REBLOG</a> |
- {block:Date}Posted <a href="{Permalink}">{timeago}</a> {/block:Date}
- With <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}
- +
- <a href="{ReblogRootURL}">Ori</a>.
- <a href="{ReblogParentURL}">Via</a>
- {/block:RebloggedFrom}
- <br>
- {block:IfShowTags}
- {block:HasTags}
- <div>
- tags:{block:Tags} #<a href="/tagged/{Tag}">{Tag} </a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- {/block:indexpage}
- </div>
- {/block:Posts}
- </div>
- <div>
- <img src="{image:cornerimage}" style="position:fixed;
- max-height: 100%;
- max-width: 500px;
- left:-5px;
- bottom:-5px;
- z-index:-9;
- ">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment