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="#f9f9f9" />
- <meta name="color:BlockquoteBorder" content="#aebfd3" />
- <meta name="color:BlogTitle" content="#f3f3f3" />
- <meta name="color:BlogTitleBackground" content="#8aa5bf" />
- <meta name="color:Bold" content="#594e5e" />
- <meta name="color:BoldBackground" content="#aebfd3" />
- <meta name="color:CustomLinkText" content="#e59179"/>
- <meta name="color:CustomLinkBackground" content="#f0f0f0"/>
- <meta name="color:DescLink" content="#e59179" />
- <meta name="color:DescText" content="#594e5e" />
- <meta name="color:EntryBackground" content="#777777" />
- <meta name="color:EntryQuoteBackground" content="#dcdcdc" />
- <meta name="color:EntryQuoteText" content="#666666" />
- <meta name="color:Italic" content="#abd6f7" />
- <meta name="color:Link" content="#f7b2d7" />
- <meta name="color:LinkHover" content="#c1f5a1" />
- <meta name="color:MusicPlayer" content="#ffffff" />
- <meta name="color:Navi1Background" content="#f7b2d7"/>
- <meta name="color:Navi2Background" content="#c1f5a1"/>
- <meta name="color:Navi3Background" content="#f5d5a1"/>
- <meta name="color:Navi4Background" content="#abd6f7"/>
- <meta name="color:NaviText" content="#81a1a7" />
- <meta name="color:PermaBackground" content="#f7f7f7" />
- <meta name="color:PermaLink" content="#e7a592" />
- <meta name="color:PermaText" content="#594e5e" />
- <meta name="color:PostTitle" content="#f3f3f3" />
- <meta name="color:PostTitleBackground" content="#f5d5a1" />
- <meta name="color:SidebarTopBorder" content="#7794b5"/>
- <meta name="color:SidebarBottomBorder" content="#e59179"/>
- <meta name="color:TagsLink" content="#986681" />
- <meta name="color:TagsText" content="#594e5e" />
- <meta name="color:Text" content="#e59179" />
- <meta name="if:InfiniteScrolling" content="0" />
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:FadingPhoto" content="0" />
- <meta name="if:Big Posts" content="0" />
- <meta name="if:ShowTags" content="1" />
- <meta name="if:TwoColumnPosts" content="1" />
- <meta name="if:MusicPlayer" content="1" />
- <meta name="if:Monochrome" content="0" />
- <meta name="if:SolidEntryBackground" content="1" />
- <meta name="image:MainImage" content="https://static.tumblr.com/uuxiawr/3RMo9aghj/untitled-2.png"/>
- <meta name="image:BackgroundImage" content=""/>
- <meta name="image:CornerImage" content="" />
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:MusicCode" content=""/>
- <meta name="text:Link1 Title" content="Title1"/>
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link2 Title" content="Title2"/>
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link3 Title" content="Title3"/>
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link4 Title" content="Title4"/>
- <meta name="text:Link4 URL" content=""/>
- <meta name="text:Link5 Title" content="Title5"/>
- <meta name="text:Link5 URL" content=""/>
- <meta name="text:Link6 Title" content="Title6"/>
- <meta name="text:Link6 URL" content=""/>
- <meta name="text:Link7 Title" content="Title7"/>
- <meta name="text:Link7 URL" content=""/>
- <meta name="text:Link8 Title" content="Title8"/>
- <meta name="text:Link8 URL" content=""/>
- <head>
- <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/7ono98kkl/mohave_gluk.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:calibri;
- font-size: 10px;
- }
- @font-face {
- font-family: "edmondsans";
- src: url('https://static.tumblr.com/7fjp0ap/Sdvmmwkrz/edmondsans-regular.otf');}
- @font-face {
- font-family: "elephant";
- src: url('https://static.tumblr.com/7fjp0ap/sfQmmur4s/elephnt.ttf');}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:text};
- width: 8px;
- height: 30px;
- }
- ::-webkit-scrollbar {
- height: 30px;
- 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};
- }
- .bg{
- width:350px;
- position:fixed;
- top:0px;
- bottom:0px;
- left:0px;
- z-index:-9;
- background-color: {color:background};
- }
- #sidebar{
- width: 250px;
- left:70px;
- display:inline-block;
- top:0px;
- bottom:0px;
- position:fixed;
- text-align: left;
- }
- .sideimg img{
- width:120px;
- height:120px;
- display:block;
- float:left;
- margin-bottom:0px;
- }
- .sb1{
- display:block;
- float:left;
- width:250px;
- height:3px;
- margin-bottom:5px;
- background-color:{color:sidebartopborder};
- -moz-border-radius: 0px 3px 0px 0px;
- -webkit-border-radius: 0px 3px 0px 0px;
- border-radius: 0px 3px 0px 0px;
- }
- .sb2{
- display:block;
- float:right;
- width:250px;
- height:3px;
- margin-top:-5px;
- margin-bottom:10px;
- background-color:{color:sidebarbottomborder};
- -moz-border-radius: 0px 0px 0px 3px;
- -webkit-border-radius: 0px 0px 0px 3px;
- border-radius: 0px 0px 0px 3px;
- }
- #blogtitle{
- width:240px;
- margin-bottom:10px;
- display:block;
- padding:0px 5px 0px 5px;
- text-align:center;
- font-family: 'Indie Flower', cursive;
- font-size:16px;
- text-transform:none;
- color: {color:blogtitle};
- background-color: {color:blogtitlebackground};
- }
- .s{
- width:50px;
- display:inline-block;
- text-align:center;
- margin-top:0px;
- font-size:30px;
- color: #3c475f;
- font-family: nymphetteregular;
- }
- #desc{
- margin-bottom:10px;
- width:250px;
- display:inline-block;
- text-align:left;
- font-family:calibri;
- font-size:10px;
- color:{color:desctext};
- font-style: none;
- }
- #desc a{
- color:{color:desclink};
- text-decoration: underline;
- }
- .custombox{
- display:block;
- margin-top:10px;
- width:250px;
- text-align:left;
- }
- .custombox a{
- display:inline-block;
- margin-right:3px;
- margin-bottom:5px;
- font-family:calibri;
- font-size:10px;
- padding:0px 2px 0px 2px;
- color:{color:customlinktext};
- background-color:{color:customlinkbackground};
- border:1px solid {color:customlinktext};
- }
- .custombox a:hover{
- font-style:italic;
- text-decoration: line-through;
- }
- #navibox{
- width:130px;
- height:130px;
- display:block;
- float:left;
- margin-top:0px;
- text-align: center;
- display: inline-block;
- }
- #navibox a{
- width:55px;
- height:55px;
- margin:0px 10px 10px 0px;
- display: block;
- text-align:center;
- font-size:16px;
- line-height:55px;
- float:left;
- color:{color:navitext};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- #navibox a:hover{
- font-size:22px;
- }
- #pagi{
- display:inline-block;
- margin-bottom:-3px;
- width:250px;
- text-align:center;
- font-family:calibri;
- font-size:12px;
- font-style:italic;
- color:{color:desctext};
- }
- .xx{
- display:inline-block;
- float:right;
- text-align:center;
- width:33%;
- }
- .next a{
- display:block;
- float:right;
- font-style:italic;
- letter-spacing:2px;
- text-transform:uppercase;
- font-family:calibri;
- font-size:12px;
- color:{color:desclink};
- }
- .prev a{
- display:block;
- float:left;
- font-style:italic;
- letter-spacing:2px;
- text-transform:uppercase;
- font-family:calibri;
- font-size:12px;
- color:{color:desclink};
- }
- #posts{
- margin-left: 380px;
- {block:ifNotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}width: 520px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
- {/block:IndexPage}
- {/block:ifNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- width:650px;
- margin-left: 340px;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 520px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- margin-bottom: 25px;
- margin-top:25px;
- position:relative;
- z-index:999;
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry2{
- margin-left:auto;
- margin-right:auto;
- display:block;
- margin-top: 25px;
- margin-bottom:20px;
- text-align:center;
- {block:ifnotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}width: 510px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 410px;{/block:ifNotBigPosts}
- margin-bottom:40px;
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- width:260px;
- position: relative;
- margin-left:45px;
- margin-right:10px;
- float: left;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 510px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 410px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- }
- .entry{
- padding: 5px;
- padding-bottom:13px;
- margin-bottom:-7px;
- text-align:justify;
- font-family: calibri;
- overflow: hidden;
- color: {color:text};
- {block:ifsolidentrybackground}
- background-color:{color:entrybackground};
- {/block:ifsolidentrybackground}
- {block:ifnotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- font-size: 12px;
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- width:250px;
- font-size: 11px;
- float: left;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- font-size: 12px;
- {/block:PermalinkPage}
- }
- .entry img{
- {block:ifnotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- max-width: 250px;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- {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}
- {block:ifMonochrome}
- .mono{
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .mono:hover{
- filter: none;
- -webkit-filter: grayscale(0%);
- }
- {/block:ifMonochrome}
- .entry b, strong{
- color: {color:Bold};
- background-color: {color:Boldbackground};
- }
- .entry i, em{
- color: {color:Italic};
- }
- .entry a{
- color: {color:Link};
- text-decoration: underline;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .entry a:hover{
- color:{color:linkhover};
- }
- .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};
- padding-left:10px;
- padding-right: 4px;
- background: ;
- 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;
- letter-spacing:0px;
- background-color:#a5a5a5;
- color: #252324;
- }
- .entry blockquote pre{
- background-color:#a5a5a5;
- font-size:11px;
- font-family:courier new;
- padding:5px;
- width:100%;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- color: #252324;
- }
- .entry blockquote pre a{
- color: {color:entrybackground};
- }
- #quote{
- color: {color:EntryQuotetext};
- background-color:{color:EntryQuoteBackground};
- padding: 15px;
- font-family: 'mohavebold';
- font-size:13px;
- display:block;
- text-align:left;
- border-top:5px solid {color:EntryQuotetext};
- line-height: 15px;
- padding-top:30px;
- }
- .quote2{
- position:relative;
- margin-bottom:-25px;
- margin-top:0px;
- display:block;
- height:40px;
- line-height:65px;
- width:40px;
- text-align:center;
- border:5px solid {color:EntryQuotetext};
- color: {color:EntryQuoteBackground};
- background-color:{color:EntryQuotetext};
- font-family: Donegal One,serif;
- font-size: 52px;
- }
- b,strong{
- color:{color:bold};
- background-color:{color:boldbackground};
- }
- .perma2{
- display: inline-block;
- position:relative;
- z-index:999;
- text-align:center;
- font-family:calibri;
- font-size:10px;
- padding:0px 2px 0px 2px;
- margin-top:-13px;
- border:1px solid {color:permalink};
- color:{color:permalink};
- background-color:{color:permabackground};
- }
- .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};
- }
- /* tagx */
- #tagx{
- margin-top:5px;
- position:absolute;
- width:120px;
- opacity:0;
- z-index: 999;
- font-family: calibri;
- font-size: 10px;
- display: inline-block;
- color:{color:tagstext};
- padding-left: 5px;
- padding-right: 5px;
- text-align: left;
- {block:ifBigPosts}margin-left:267px;{/block:ifBigPosts}
- {block:ifNotBigPosts}margin-left: 217px;{/block:ifNotBigPosts}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- #tagx a{
- color:{color:tagslink};
- font-style: none;
- text-decoration:none;
- }
- #tagx a:hover {
- color:{color:linkhover};
- font-style: none;
- }
- .entry2:hover #tagx{
- opacity:1;
- margin-top:-3px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- .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: ;
- }
- .permalink b,strong{
- color: {color:Bold};
- font-weight: normal;
- }
- #date {
- color: {color:text};
- }
- .permalink a {
- color: {color:Link};
- text-decoration: none;
- }
- .title{
- color: {color:PostTitle};
- padding:5px;
- font-size: 24px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: elephant,calibri;
- border-bottom:3px double {color:PostTitle};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .title2{
- color: {color:PostTitle};
- padding:20px;
- font-size: 24px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: elephant,calibri;
- border:1px solid {color:text};
- -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:posttitlebackground};
- font-size:0px;
- line-height:0px;
- }
- .ask {
- display:block;
- padding:10px;
- background-color:{color:posttitlebackground};
- color:{color:posttitle};
- 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:posttitlebackground};
- }
- #source{
- font-family: consolas;
- font-size:10px;
- padding:2px 0px 2px 0px;
- text-align: center;
- margin-top: -5px;
- color: {color:EntryQuoteBackground};
- background-color:{color:EntryQuotetext};
- margin-bottom:15px;
- }
- #source p{
- display:none;
- }
- #source a{
- color:{color:EntryQuoteBackground};
- }
- ol.notes {
- background: ;
- 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{
- {block:IfTwoColumnPosts}
- height: 136px;
- width: 245px;
- {/block:IfTwoColumnPosts}
- margin-bottom:10px;
- display:inline-block;
- text-align: left;
- {block:IfNotTwoColumnPosts}
- height: 216px;
- {block:ifbigposts}width: 494px;{/block:ifbigposts}
- {block:ifnotbigposts}width: 394px;{/block:ifnotbigposts}
- {/block:IfnotTwoColumnPosts}
- {block:PermaLinkPage}
- {block:ifbigposts}width: 484px;{/block:ifbigposts}
- {block:ifnotbigposts}width: 384px;{/block:ifnotbigposts}
- {/block:PermaLinkPage}
- border-bottom: 2px dashed {color:boldbackground};
- }
- .cover {
- {block:IfNotTwoColumnPosts}
- width:200px;
- height: 200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- width:120px;
- height: 120px;
- {/block:IfTwoColumnPosts}
- display: block;
- position:absolute;
- z-index:2;
- }
- .cover img{
- {block:IfNotTwoColumnPosts}
- width:200px;
- height: 200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- width:120px;
- height: 120px;
- {/block:IfTwoColumnPosts}
- opacity:1;
- border:3px solid {color:text};
- }
- .coverx{
- {block:IfNotTwoColumnPosts}
- width:200px;
- height: 200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- width:120px;
- height: 120px;
- {/block:IfTwoColumnPosts}
- display: block;
- position:absolute;
- z-index:1;
- }
- .coverx img{
- {block:IfNotTwoColumnPosts}
- width:200px;
- height: 200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- width:120px;
- height: 120px;
- {/block:IfTwoColumnPosts}
- 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;
- {block:IfNotTwoColumnPosts}
- margin-top:85px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- margin-top:50px;
- {/block:IfTwoColumnPosts}
- }
- .playbox {
- opacity: 0.8;
- background-color: #000000;
- position: absolute;
- z-index: 1000;
- margin-left:3px;
- margin-top:3px;
- width:30px;
- {block:IfNotTwoColumnPosts}
- height: 200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- height: 120px;
- {/block:IfTwoColumnPosts}
- 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{
- {block:IfNotTwoColumnPosts}
- width:200px;
- {/block:IfNotTwoColumnPosts}
- {block:IfTwoColumnPosts}
- width:120px;
- {/block:IfTwoColumnPosts}
- }
- .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;
- {block:IfTwoColumnPosts}
- margin-left: 125px;
- margin-top: 20px;
- {/block:IfTwoColumnPosts}
- }
- .infomusic {
- font-size:9px;
- text-align:center;
- {block:IfNotTwoColumnPosts}
- {block:ifbigposts}max-width: 284px;{/block:ifbigposts}
- {block:ifnotbigposts}max-width: 184px;{/block:ifnotbigposts}
- {/block:IfNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- max-width: 124px;
- {/block:ifTwoColumnPosts}
- {block:PermaLinkPage}
- {block:ifbigposts}max-width: 284px;{/block:ifbigposts}
- {block:ifnotbigposts}max-width: 184px;{/block:ifnotbigposts}
- {/block:PermaLinkPage}
- margin-left:0px;
- margin-bottom:10px;
- border-bottom:1px dashed {color:boldbackground};
- padding-bottom:2px;
- }
- .audiotitle{
- background-color:{color:boldbackground};
- color:{color:bold};
- 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;
- }
- .pagination {
- display:none;
- position: fixed;
- right: 20px;
- bottom: 10px;
- text-align: center;
- }
- /*
- #over{
- height:2000px!important;
- position:absolute;
- top:0px;
- left:0px;
- width: 100%;}
- */
- #musicboxx
- {position:fixed;
- bottom:0px;
- left:35;
- width:95px;
- height:12px;
- background-color:{color:musicplayer};
- text-align:center;
- padding:3px;
- overflow:hidden;
- opacity:0.3;
- z-index:9999999;
- -webkit-transition: opacity 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #musicboxx:hover
- {opacity:1;
- }
- #insidebox
- {height:11px;
- -webkit-transition: opacity 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #playerbox
- {margin-top:5px;
- }
- #musicboxx:hover #insidebox
- {margin-top:-15px;
- }
- .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;
- }
- {CustomCSS}
- </style>
- {block:IndexPage}
- {block:IfTwoColumnPosts}
- {block:IfInfiniteScrolltosave}
- <script src="https://static.tumblr.com/uuxiawr/tQOmomt6e/jquery.infinitescroll.js"></script>
- {/block:IfInfiniteScrolltosave}
- <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/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- {block:IfInfiniteScrolling}
- <script src="https://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- {/block:IfInfiniteScrolling}
- <script>
- $(function(){
- var $container = $('#posts');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry2',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry2",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:IfTwoColumnPosts}
- {/block:IndexPage}
- {block:IfnotTwoColumnPosts}
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IfInfiniteScrolling}
- {/block:IfnotTwoColumnPosts}
- </head>
- <body>
- {block:ifmusicplayer}
- <div id="musicboxx">
- <div id="insidebox">
- <div id="musicpic"><img src="https://static.tumblr.com/rltvkjt/jwflmr3vh/marcadores71.gif"></div>
- <div id="playerbox">
- {text:musiccode}
- </div>
- </div><!-- insidebox -->
- </div><!-- musicbox -->
- {/block:ifmusicplayer}
- <div id="sidebar">
- <div style="display: table; height: 100%; #position: relative; overflow: hidden; z-index:999; width:100%;">
- <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle; width:100%;">
- <div style=" #position: relative; #top: -50%; width:100%;margin-bottom:-20px;">
- {block:IfNotInfiniteScrolling}
- <center>
- <div id="pagi">
- {block:Pagination}
- {block:NextPage}
- <div class="xx">
- <div class="next">
- <a href="{NextPage}"> next</a>
- </div>
- </div>
- {/block:NextPage}
- <div class="xx">
- {CurrentPage} of {TotalPages}
- </div>
- {block:PreviousPage}
- <div class="xx">
- <div class="prev">
- <a href="{PreviousPage}">Prev</a>
- </div>
- </div>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- </center>
- {/block:IfNotInfiniteScrolling}
- <div class="sb1"></div>
- <div id="navibox">
- <a href="/" style="background-color:{color:navi1background};"><span class="fontawesome-home"></span></a>
- <a href="/ask" style="background-color:{color:navi2background};"><span class="fontawesome-comments"></span></a>
- <a href="/archive" style="background-color:{color:navi3background};"><span class="fontawesome-calendar"></span></a>
- <a href="https://dianthus-s.tumblr.com/" style="background-color:{color:navi4background};"><span class="fontawesome-tags"></span></a>
- </div>
- <div class="sideimg">
- <img src="{image:mainimage}">
- </div>
- <div class="sb2"></div>
- <div id="desc">
- {Description}
- </div>
- <div id="blogtitle">
- {Title}
- </div>
- <div class="custombox">
- {block:ifLink1Title}
- <a href="{text:Link1 URL}">{text:Link1 Title}</a>
- {/block:ifLink1Title}
- {block:ifLink2Title}
- <a href="{text:Link2 URL}">{text:Link2 Title}</a>
- {/block:ifLink2Title}
- {block:ifLink3Title}
- <a href="{text:Link3 URL}">{text:Link3 Title}</a>
- {/block:ifLink3Title}
- {block:ifLink4Title}
- <a href="{text:Link4 URL}">{text:Link4 Title}</a>
- {/block:ifLink4Title}
- {block:ifLink5Title}
- <a href="{text:Link5 URL}">{text:Link5 Title}</a>
- {/block:ifLink5Title}
- {block:ifLink6Title}
- <a href="{text:Link6 URL}">{text:Link6 Title}</a>
- {/block:ifLink6Title}
- {block:ifLink7Title}
- <a href="{text:Link7 URL}">{text:Link7 Title}</a>
- {/block:ifLink7Title}
- {block:ifLink8Title}
- <a href="{text:Link8 URL}">{text:Link8 Title}</a>
- {/block:ifLink8Title}
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="pagination">
- {block:Pagination}
- {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
- {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
- {/block:Pagination}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry2">
- {block:ifnotTwoColumnPosts}
- {block:IfShowTags}
- {block:HasTags}
- <div id="tagx">
- tags:<br />{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a><br/>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:indexpage}
- {/block:ifnotTwoColumnPosts}
- <div class="entry" >
- {block:Text}
- {block:Title}<div class="title">» {Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:ifnotTwoColumnPosts}
- {block:IndexPage}
- {LinkOpenTag}
- <div class="mono">
- {block:ifBigPosts}
- <img src="{PhotoURL-500}" class="center">
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- <img src="{PhotoURL-400}" class="center">
- {/block:ifNotBigPosts}
- </div>
- {LinkCloseTag}
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- {LinkOpenTag}
- <div class="mono">
- <img src="{PhotoURL-250}" class="center">
- </div>
- {LinkCloseTag}
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {LinkOpenTag}
- {block:ifBigPosts}
- <img src="{PhotoURL-500}" class="center">
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- <img src="{PhotoURL-400}" class="center">
- {/block:ifNotBigPosts}
- {LinkCloseTag}
- {/block:PermalinkPage}
- {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:ifnotTwoColumnPosts}
- {block:IndexPage}
- <div class="mono">
- {block:ifBigPosts}
- <div class="photosetfade">{Photoset-500}</div>
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- <div class="photosetfade">{Photoset-400}</div>
- {/block:ifNotBigPosts}
- </div>
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- <div class="mono">
- <div class="photosetfade">{Photoset-250}</div>
- </div>
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}
- {Photoset-500}
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- {Photoset-400}
- {/block:ifNotBigPosts}
- {/block:PermalinkPage}
- {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="quote2">“ </div></center>
- <div id="quote">
- {Quote}</div>
- {block:Source}
- <div id="source"> —{Source}</div>
- {/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:ifnotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}
- {Video-500}
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- {Video-400}
- {/block:ifNotBigPosts}
- {/block:IndexPage}
- {/block:ifnotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}
- {Video-500}
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- {Video-400}
- {/block:ifNotBigPosts}
- {/block:PermalinkPage}
- {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}
- </div>
- {block:indexpage}
- <div class="perma2">
- <a href="{ReblogURL}">REBLOG</a> + <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogRootURL}">Ori</a> .<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
- </div>
- {/block:indexpage}
- </div>
- {/block:Posts}
- </div>
- <div>
- <img src="{image:CornerImage}" style="position:fixed;
- max-height: 100%;
- max-width: 500px;
- right:-20px;
- bottom:-5px;
- z-index:-9;
- ">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment