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:BlockquoteBorder" content="#b12f4e" />
- <meta name="color:BlogTitle" content="#b12f4e" />
- <meta name="color:Bold" content="#b12f4e" />
- <meta name="color:BoxShadow" content="#9f9f9f" />
- <meta name="color:CustomLink1" content="#b12f4e" />
- <meta name="color:CustomLink1Background" content="#d4d871" />
- <meta name="color:CustomLink2" content="#b12f4e" />
- <meta name="color:CustomLink2Background" content="#fe999e" />
- <meta name="color:CustomLink3" content="#b12f4e" />
- <meta name="color:CustomLink3Background" content="#99defe" />
- <meta name="color:CustomLink4" content="#b12f4e" />
- <meta name="color:CustomLink4Background" content="#fec999" />
- <meta name="color:CustomLink5" content="#b12f4e" />
- <meta name="color:CustomLink5Background" content="#d4d871" />
- <meta name="color:CustomLink6" content="#b12f4e" />
- <meta name="color:CustomLink6Background" content="#fe999e" />
- <meta name="color:EntryBackground" content="#ffffff" />
- <meta name="color:Italic" content="#71794d" />
- <meta name="color:Link" content="#fe999e" />
- <meta name="color:LinkHover" content="#3c332a" />
- <meta name="color:MusicIcon" content="#ffffff" />
- <meta name="color:MusicPlayer" content="#b12f4e" />
- <meta name="color:Navi1Text" content="#b12f4e" />
- <meta name="color:Navi2Text" content="#b12f4e" />
- <meta name="color:Navi3Text" content="#b12f4e" />
- <meta name="color:Navi4Text" content="#b12f4e" />
- <meta name="color:PermaLink" content="#c83669" />
- <meta name="color:PermaBackground" content="#ffd7d5" />
- <meta name="color:PostTitle" content="#71794d" />
- <meta name="color:PostTitleBackground" content="#edf5c6" />
- <meta name="color:SidebarImageBorder" content="#f8efec" />
- <meta name="color:Text" content="#222222" />
- <meta name="if:InfiniteScrolling" content="0" />
- <meta name="if:ShowTags" content="1" />
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:FadingPhoto" content="0" />
- <meta name="if:Big Posts" content="1" />
- <meta name="if:Monochrome" content="0" />
- <meta name="if:MusicPlayer" content="0" />
- <meta name="if:TwoColumnPosts" content="0" />
- <meta name="image:BackgroundImage" content="https://static.tumblr.com/e8ec4aa40ea6b3d27b889c5deec02109/7fjp0ap/7lImo62ay/tumblr_static_tumblr_mno24pe3ik1rebw0do6_250.png"/>
- <meta name="image:SidebarImage" content="https://40.media.tumblr.com/69249d4b2a6c84fd05b80fe6e585b1be/tumblr_o3y21qvxGI1rd6t1go1_250.jpg"/>
- <meta name="image:Link1Image" content=""/>
- <meta name="image:Link2Image" content=""/>
- <meta name="image:Link3Image" content=""/>
- <meta name="image:Link4Image" content=""/>
- <meta name="image:Link5Image" content=""/>
- <meta name="image:Link6Image" content=""/>
- <meta name="image:CornerImage" content=""/>
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:MusicCode" content="Code Here"/>
- <meta name="text:Link1 Title" content="Link1" />
- <meta name="text:Link1 URL" content="/"/>
- <meta name="text:Link2 Title" content="Link2" />
- <meta name="text:Link2 URL" content="/"/>
- <meta name="text:Link3 Title" content="Link3" />
- <meta name="text:Link3 URL" content="/"/>
- <meta name="text:Link4 Title" content="Link4" />
- <meta name="text:Link4 URL" content="/"/>
- <meta name="text:Link5 Title" content="Link5" />
- <meta name="text:Link5 URL" content="/"/>
- <meta name="text:Link6 Title" content="Link6" />
- <meta name="text:Link6 URL" content="/"/>
- <head>
- <link href='https://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Mystery+Quest' 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);
- /* entypo */
- [class*="entypo-"]:before {
- color:{color:naviicon};
- font-size:11px;
- display:block;
- font-family: 'entypo', sans-serif;
- }
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- color:{color:naviicon};
- font-size:11px;
- display:block;
- }
- body {
- background-image: url('{image:backgroundimage}');
- background-color: {color:background};
- background-attachment: fixed;
- background-repeat: {text:Background Repeat};
- color: {color:text};
- font-size: 10px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:entrybackground};
- height: 30px;
- width:5px;
- }
- ::-webkit-scrollbar {
- height: 30px;
- width: 5px;
- background-color: {color:text};
- }
- 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};
- }
- b,strong{
- color:{color:bold};
- background-color:{color:permabackground};
- }
- #sidebar{
- width: 170px;
- top: 0px;
- right: 50px;
- text-align: center;
- position: fixed;
- z-index: 200;
- display:inline-block;
- }
- #sidebarx{
- margin-top:10px;
- width: 170px;
- height:211px;
- box-shadow:-2px 1px 2px{color:boxshadow};
- display:inline-block;
- }
- #sidebarx img{
- width: 160px;
- height:200px;
- opacity: 1;
- border: 5px solid {color:SidebarImageBorder};
- }
- .descholder{
- top:85px;
- position:fixed;
- height:206px;
- display: block;
- width: 170px;
- right:50px;
- z-index:999999999;
- }
- #desc{
- opacity:0;
- height:0px;
- overflow:hidden;
- font-size: 10px;
- padding:0px 10px;
- width: 150px;
- display: block;
- font-family: calibri;
- background-color:{color:SidebarImageBorder};
- color:{color:blogtitle};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .descholder:hover #desc{
- opacity:0.9;
- height:206px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidetitle{
- width: 160px;
- display: inline-block;
- padding: 5px;
- font-size: 20px;
- text-align: center;
- letter-spacing: 1px;
- margin-top: -5px;
- text-transform: none;
- box-shadow:-2px 1px 2px{color:boxshadow};
- font-family: 'Mystery Quest',cursive;
- font-style:none;
- color: {color:blogtitle};
- background-color: {color:SidebarImageBorder};
- }
- #navibox{
- margin-top:60px;
- width: 170px;
- height:15px;
- display: block;
- text-align: center;
- box-shadow:-2px 1px 2px{color:boxshadow};
- }
- #navibox a{
- display: inline-block;
- width: 25%;
- height: 15px;
- line-height: 15px;
- float:left;
- text-align: center;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .navitext{
- position:absolute;
- top:60px;
- height:0px;
- overflow:hidden;
- width:25%;
- display:block;
- text-align:center;
- z-index:999;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #navibox a:hover .navitext{
- padding-top:69px;
- height: 200px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox{
- font-family: calibri;
- width: 112px;
- padding-left:7px;
- margin-left:5px;
- font-size:10px;
- display: inline-block;
- text-align: center;
- text-transform:uppercase;
- }
- #custombox a{
- display: block;
- padding:3px;
- float:left;
- height:0px;
- margin-right: 7px;
- line-height:9px;
- word-break: break-all;
- text-align: center;
- font-weight:bold;
- box-shadow:-2px 1px 2px {color:boxshadow};
- text-shadow:-2px 1px 2px {color:boxshadow};
- }
- #custombox1 a{
- padding-top:50px;
- color: {color:customlink1};
- background-color: {color:customlink1background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox1 a:hover{
- text-align: center;
- padding-top:75px;
- }
- #custombox a img{
- width: 160px;
- height:200px;
- top:90px;
- right:5px;
- position:absolute;
- opacity:0;
- z-index:98;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #custombox a:hover img{
- opacity: 1;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #custombox2 a{
- padding-top:75px;
- color: {color:customlink2};
- background-color: {color:customlink2background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox2 a:hover{
- text-align: center;
- padding-top:100px;
- }
- #custombox3 a{
- padding-top:125px;
- color: {color:customlink3};
- background-color: {color:customlink3background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox3 a:hover{
- text-align: center;
- padding-top:150px;
- }
- #custombox4 a{
- padding-top:100px;
- color: {color:customlink4};
- background-color: {color:customlink4background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox4 a:hover{
- text-align: center;
- padding-top:125px;
- }
- #custombox5 a{
- padding-top:175px;
- color: {color:customlink5};
- background-color: {color:customlink5background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox5 a:hover{
- text-align: center;
- padding-top:200px;
- }
- #custombox6 a{
- padding-top:50px;
- text-align: center;
- color: {color:customlink6};
- background-color: {color:customlink6background};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #custombox6 a:hover{
- text-align: center;
- padding-top:75px;
- }
- #pagi{
- display:inline-block;
- position: fixed;
- {block:ifNotTwoColumnPosts}
- {block:ifBigPosts}right: 900px;{/block:ifBigPosts}
- {block:ifNotBigPosts}right: 800px;{/block:ifNotBigPosts}
- {/block:ifNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- right: 980px;
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}right: 900px;{/block:ifBigPosts}
- {block:ifNotBigPosts}right: 800px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- bottom:15px;
- padding:2px;
- width:30px;
- padding-left:0px;
- padding-right:0px;
- text-align:center;
- }
- #pagi a{
- padding:2px;
- display:block;
- margin-bottom:2px;
- font-family:cambria;
- font-size:11px;
- line-height:11px;
- height:10px;
- width:30px;
- color:{color:CustomLink4Background};
- background-color: {color:navi4text};
- }
- #posts{
- margin-right:310px;
- {block:ifNotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}width: 550px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 450px;{/block:ifNotBigPosts}
- {/block:IndexPage}
- {/block:ifNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- width:600px;
- margin-right:290px;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 530px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 430px;{/block:ifNotBigPosts}
- margin-right:310px;
- {/block:PermalinkPage}
- padding-bottom:10px;
- margin-top:40px;
- margin-bottom:20px;
- overflow:hidden;
- position:relative;
- text-align:left;
- display:block;
- float:right;
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry{
- text-align:left;
- {block:IfNotTwoColumnPosts}
- {block:IndexPage}
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- {/block:IndexPage}
- {/block:IfNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- position: relative;
- width:250px;
- margin-left:20px;
- text-align:justify;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- box-shadow:-2px 1px 2px{color:boxshadow};
- padding: 10px;
- margin-left:20px;
- margin-top: 20px;
- font-family: calibri;
- font-size: 10px;
- overflow: hidden;
- background-color: {color:EntryBackground};
- float:left;
- display:block;
- }
- .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};
- }
- .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};
- }
- .entry blockquote{
- border-left: 3px solid {color:blockquoteborder};
- font-size: 11px;
- padding:0px 4px 0px 5px;
- 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;
- }
- .entry blockquote pre{
- font-size:10px;
- font-family:courier new;
- width:93%;
- margin:5px;
- display:block;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- }
- #quote{
- color: {color:text};
- padding: 15px;
- font-family: calibri;
- font-size:18px;
- text-align:center;
- letter-spacing: 1px;
- line-height: 15px;
- }
- .quote2{
- position:absolute;
- margin-left:-20px;
- margin-top:10px;
- font-family: Donegal One,serif;
- font-size: 50px;
- color: {color:text};
- }
- .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}
- padding:10px;
- margin-top: 20px;
- margin-bottom: 10px;
- margin-left: -10px;
- float: left;
- background-color: {color:entrybackground};
- }
- .permalink b,strong{
- color: {color:Bold};
- font-weight: normal;
- }
- #date {
- color: {color:text};
- }
- .permalink a {
- color: {color:NormalLink};
- text-decoration: none;
- }
- .perma2{
- display:block;
- text-align:left;
- font-family:calibri;
- font-size:10px;
- padding:5px;
- margin-top:10px;
- {block:IfNotTwoColumnPosts}
- {block:ifBigPosts}width: 490px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 390px;{/block:ifNotBigPosts}
- {/block:IfNotTwoColumnPosts}
- {block:ifTwoColumnPosts}
- {block:IndexPage}
- width: 240px;
- {/block:IndexPage}
- {/block:ifTwoColumnPosts}
- {block:PermalinkPage}
- {block:ifBigPosts}width: 490px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 390px;{/block:ifNotBigPosts}
- {/block:PermalinkPage}
- background-color:{color:permabackground};
- color:{color:permalink};
- }
- .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 */
- #tags {
- {block:ifBigPosts}width: 490px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 390px;{/block:ifNotBigPosts}
- display:block;
- text-align:left;
- font-family:cambria;
- font-size:9px;
- margin-top:5px;
- padding:5px;
- padding-top:2px;
- padding-bottom:0px;
- border-top:1px dashed {color:permabackground};
- color:{color:permalink}
- }
- #tags ar{
- font-family:cambria;
- font-size:12px;
- color:{color:permalink}
- }
- #tags a{
- color:{color:permalink}
- }
- .title{
- color: {color:PostTitle};
- padding:5px;
- font-size: 24px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: elephant,calibri;
- background-color: {color:posttitlebackground};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .title t{
- display:block;
- height:5px;
- margin-top:5px;
- background-color:{color:PostTitle};
- }
- .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: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:7pt;
- text-align: right;
- margin-top: -5px;
- }
- 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{
- {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:permabackground};
- }
- .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:header};
- }
- .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:header};
- }
- .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:permabackground};
- padding-bottom:2px;
- }
- .audiotitle{
- background-color:{color:permabackground};
- 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;
- }
- .musictab{
- position:fixed;
- z-index:998;
- width:100px;
- background-color:{color:musicplayer};
- color:{color:musicicon};
- 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:musicplayer};
- color:{color:musicicon};
- display:block;
- float:left;
- height:25px;
- 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;
- }
- .pagination {
- display:none;
- position: fixed;
- right: 20px;
- bottom: 10px;
- text-align: center;
- }
- .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>
- {block:IndexPage}
- {block:IfTwoColumnPosts}
- <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: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- 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}
- </head>
- {block:IfnotTwoColumnPosts}
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="https://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:IfInfiniteScrolling}
- {/block:IfnotTwoColumnPosts}
- <body>
- <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>
- {block:ifmusicplayer}
- <div class="musictab">
- <div class="miholder">
- <span class="entypo-note" ></span>
- </div>
- {text:musiccode}
- </div>
- {/block:ifmusicplayer}
- {block:IfNotInfiniteScrolling}<div id="pagi">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}"> ← </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> → </a>{/block:NextPage}{/block:Pagination}
- </div>{/block:IfNotInfiniteScrolling}
- <div class="descholder">
- <div id="desc">
- <div class="desc2"><br><center>{Description}</center></div>
- </div>
- </div>
- <div id="sidebar">
- <div id="navibox">
- <a href="/" style="background-color:{color:customlink1background};color:{color:navi1text};"><div class="navitext" style="background-color:{color:customlink1background};color:{color:navi1text};"><div style="display:inline-block;text-align:center;width:1.8ex; word-wrap:break-word;">Home</div></div><span class="entypo-home"></span></a>
- <a href="/ask" style="background-color:{color:customlink2background};color:{color:navi2text};"><div class="navitext" style="background-color:{color:customlink2background};color:{color:navi2text};"><div style="display:inline-block;text-align:center;width:1.5ex; word-wrap:break-word;">Message</div></div><span class="fontawesome-comment"></span></a>
- <a href="/archive" style="background-color:{color:customlink3background};color:{color:navi3text};"><div class="navitext" style="background-color:{color:customlink3background};color:{color:navi3text};"><div style="display:inline-block;text-align:center;width:1.5ex; word-wrap:break-word;">Archive</div></div><span class="fontawesome-folder-open"></span></a>
- <a href="https://dianthus-s.tumblr.com/" style="background-color:{color:customlink4background};color:{color:navi4text};"><div class="navitext" style="background-color:{color:customlink4background};color:{color:navi4text};"><div style="display:inline-block;text-align:center;width:1.8ex; word-wrap:break-word;">Theme</div></div><span class="fontawesome-tag"></span></a>
- </div>
- <div id="sidebarx">
- <img src="{image:sidebarimage}">
- </div>
- <div id="sidetitle">{Title}</div>
- <div id="custombox">
- <div id="custombox1"><a href="{text:Link1 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link1image}"><br>{text:Link1 Title}</a></div>
- <div id="custombox2"><a href="{text:Link2 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link2image}"><br>{text:Link2 Title}</a></div>
- <div id="custombox3"><a href="{text:Link3 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link3image}"><br>{text:Link3 Title}</a></div>
- <div id="custombox4"><a href="{text:Link4 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link4image}"><br>{text:Link4 Title}</a></div>
- <div id="custombox5"><a href="{text:Link5 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link5image}"><br>{text:Link5 Title}</a></div>
- <div id="custombox6"><a href="{text:Link6 URL}" style="width:1ex; word-wrap:break-word"><img src="{image:link6image}"><br>{text:Link6 Title}</a></div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry" >
- {block:Text}
- {block:Title}<div class="title">{Title}<t></t></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}
- <div id="quote">
- <div class="quote2">“ </div>{Quote}</div>
- {block:Source}
- <div id="source"> —{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}<t></t></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}
- {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:ifnottwocolumnposts}
- {block:IfShowTags}
- {block:HasTags}
- <div id="tags">
- tags: <ar> → </ar>{block:Tags} <a href="/tagged/{Tag}">{Tag}</a> + {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:ifnottwocolumnposts}
- {/block:indexpage}
- </div>
- {/block:Posts}
- </div>
- <div>
- <img src="{image:cornerimage}" style="position:fixed;
- max-height: 100%;
- max-width: 500px;
- left:-20px;
- bottom:-5px;
- z-index:-9;
- ">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment