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:Text" content="#090909" />
- <meta name="color:SidebarBackground" content="#ffffff" />
- <meta name="color:NaviIcon" content="#ffffff" />
- <meta name="color:NaviIconHolder" content="#090909" />
- <meta name="color:EntryBackground" content="#ffffff" />
- <meta name="color:Bold" content="#ffffff" />
- <meta name="color:BoldBackground" content="#090909" />
- <meta name="color:DescText" content="#090909" />
- <meta name="color:DescLink" content="#777777" />
- <meta name="color:Italic" content="#777777" />
- <meta name="color:LinkHover" content="#888888" />
- <meta name="color:Link" content="#777777" />
- <meta name="color:PostTitle" content="#ffffff" />
- <meta name="color:PostTitleBackground" content="#090909" />
- <meta name="color:BlogTitle" content="#090909" />
- <meta name="color:BlockquoteBorder" content="#090909" />
- <meta name="if:InfiniteScrolling" content="0" />
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:FadingPhoto" content="0" />
- <meta name="if:Big Posts" content="1" />
- <meta name="if:ShowTags" content="1" />
- <meta name="if:Monochrome" content="0" />
- <meta name="if:MusicPlayer" content="1" />
- <meta name="if:RightAlign" content="0" />
- <meta name="image:MainImage" content="https://41.media.tumblr.com/65066d9095d731233ec3d5c42e55a9ee/tumblr_o4avbzr00E1rd6t1go1_250.png"/>
- <meta name="image:BackgroundImage" content="https://static.tumblr.com/e8ec4aa40ea6b3d27b889c5deec02109/7fjp0ap/7lImo62ay/tumblr_static_tumblr_mno24pe3ik1rebw0do6_250.png"/>
- <meta name="image:CornerImage" content="" />
- <meta name="text:SubTitle" content=""/>
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:MusicCode" content=""/>
- <meta name="text:Link1 URL" content=""/>
- <meta name="text:Link2 URL" content=""/>
- <meta name="text:Link3 URL" content=""/>
- <meta name="text:Link4 URL" content=""/>
- <meta name="text:Link5 URL" content=""/>
- <meta name="text:Link1 Title" content="Title1"/>
- <meta name="text:Link2 Title" content="Title2"/>
- <meta name="text:Link3 Title" content="Title3"/>
- <meta name="text:Link4 Title" content="Title4"/>
- <meta name="text:Link5 Title" content="Title5"/>
- <head>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/hbcoz7i/SsImo6vff/stylesheet.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/hbcoz7i/xGBmo6vyb/stylesheet.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=Lobster+Two' 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">
- 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;
- }
- ::-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};
- }
- #sidebar{
- width: 250px;
- top:0px;
- bottom:0px;
- background-color:{color:sidebarbackground};
- display:inline-block;
- {block:ifnotRightAlign}
- left: 100px;
- border-left: 1px solid {color:naviiconholder};
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- right: 100px;
- border-right: 1px solid {color:naviiconholder};
- {/block:ifRightAlign}
- z-index:999;
- text-align:center;
- position:fixed;
- }
- .navibar{
- position:fixed;
- top:0px;
- bottom:0px;
- text-align:center;
- padding:3px;
- width:30px;
- background-color:{color:naviiconholder};
- {block:ifnotRightAlign}
- left:350px;
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- right:350px;
- {/block:ifRightAlign}
- z-index:9999;
- }
- #iconsss a{
- z-index:999999;
- color:{color:NaviIcon};
- display:block;
- margin-bottom:20px;
- }
- .navibar a:hover .navilinks{
- width:100px;
- {block:ifnotRightAlign}
- margin-left:-358px;
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- right:-358px;
- {/block:ifRightAlign}
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .navilinks{
- position:absolute;
- width:0px;
- height:15px;
- line-height:15px;
- font-family:calibri;
- font-size:11px;
- overflow:hidden;
- color:{color:naviicon};
- background-color:{color:naviiconholder};
- {block:ifnotRightAlign}
- margin-left:-358px;
- text-align:left;
- padding-left:5px;
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- display:block;
- float:right;
- right:-361px;
- padding-right:8px;
- text-align:right;
- {/block:ifRightAlign}
- z-index:998;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #blogtitle{
- margin-top:10px;
- display:inline-block;
- width:230px;
- padding:3px;
- text-align:center;
- font-family: 'Lobster Two', cursive;
- font-size:18px;
- border-bottom: 2px dashed {color:blogtitle};
- text-transform:none;
- color: {color:blogtitle};
- }
- #blogtitle a{
- color: {color:blogtitle};
- }
- #subtitle{
- margin-top:5px;
- display:inline-block;
- width:230px;
- line-height:10px;
- font-size:12px;
- font-family: calibri;
- color:{color:sidebarbackground};
- text-shadow: 0.1em 0.1em 0.06em {color:blogtitle};
- }
- #sidebarx img{
- margin-top:10px;
- display:inline-block;
- max-width:240px;
- margin-bottom:10px;
- text-align: center;
- }
- #desc{
- display:inline-block;
- width:230px;
- text-align:center;
- font-family:calibri;
- font-size:10px;
- color:{color:desctext};
- font-style: none;
- }
- #desc a{
- color:{color:desclink};
- text-decoration: underline;
- }
- #desc t{
- font-family: nymphetteregular;
- display:block;
- margin-bottom:10px;
- font-size:25px;
- }
- #pagi{
- display:inline-block;
- padding:3px;
- width:180px;
- background-color:{color:naviiconholder};
- text-align:center;
- font-family: calibri;
- margin-top:20px;
- }
- #pagi a{
- color: {color:naviicon};
- }
- .jump_page {
- padding: 4px;
- font-family:calibri;
- font-size:10px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px;
- color: {color:link};
- font-family:calibri;
- font-size:10px;
- text-decoration:none;
- }
- #posts{
- position:relative;
- overflow:hidden;
- text-align:left;
- padding-bottom:20px;
- margin-bottom: 25px;
- {block:ifBigPosts}width: 518px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 418px;{/block:ifNotBigPosts}
- {block:ifnotRightAlign}
- margin-top:8px;
- margin-left: 450px;
- display:block;
- float:left;
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- margin-top:5px;
- display:block;
- float:right;
- margin-right:450px;
- {/block:ifRightAlign}
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry{
- padding: 8px;
- text-align:justify;
- margin-top: 25px;
- font-family: calibri;
- overflow: hidden;
- border:1px solid {color:header};
- background-color: {color:entrybackground};
- color: {color:text};
- {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
- font-size: 12px;
- {block:ifnotRightAlign}
- float:right;
- {/block:ifnotRightAlign}
- {block:ifRightAlign}
- display:block;
- float:left;
- {/block:ifRightAlign}
- }
- .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}
- {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: 5px solid {color:blockquoteborder};
- padding-left:10px;
- padding-right: 4px;
- padding-top: 3px;
- padding-bottom: 3px;
- margin:5px;
- }
- .entry blockquote img{
- max-width: 90%;
- margin-left: 3px;
- }
- #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};
- }
- b,strong{
- color:{color:bold};
- background-color:{color:boldbackground};
- }
- .perma2{
- display:block;
- text-align:left;
- font-family:calibri;
- font-size:10px;
- padding:5px;
- margin-top:8px;
- {block:ifBigPosts}width: 490px;{/block:ifBigPosts}
- {block:ifNotBigPosts}width: 390px;{/block:ifNotBigPosts}
- background-color:{color:boldbackground};
- color:{color:bold};
- }
- .perma2 a{
- text-decoration:none;
- color:{color:naviicon};
- -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: 518px;{/block:IfBigPosts}
- {block:IfNotBigPosts}width: 418px;{/block:IfNotBigPosts}
- font-size: 10px;
- margin-left:1px;
- font-family: calibri;
- font-style: normal;
- margin-top: 5px;
- display:inline-block;
- text-align: center;
- text-transform: lowercase;
- }
- #tags t{
- border:1px solid {color:naviiconholder};
- background-color:{color:naviicon};
- color:{color:naviiconholder};
- padding-left:3px;
- padding-right:3px;
- }
- #tags ar{
- font-family:cambria;
- font-size:12px;
- }
- #tags a{
- padding-top:1px;
- padding-bottom:1px;
- padding-left:3px;
- padding-right:3px;
- color:{color:naviicon};
- background-color:{color:naviiconholder};
- }
- .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;
- 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:9px;
- color:{color:bold};
- background-color:{color:boldbackground};
- text-align: center;
- margin-top: -5px;
- }
- 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{
- height: 216px;
- margin-bottom:10px;
- display:inline-block;
- text-align: left;
- {block:ifbigposts}width: 494px;{/block:ifbigposts}
- {block:ifnotbigposts}width: 394px;{/block:ifnotbigposts}
- border-bottom: 2px dashed {color:header};
- }
- .cover {
- width:200px;
- height: 200px;
- display: block;
- position:absolute;
- z-index:2;
- }
- .cover img{
- width:200px;
- height: 200px;
- opacity:1;
- border:3px solid {color:header};
- }
- .coverx{
- width:200px;
- height: 200px;
- display: block;
- position:absolute;
- z-index:1;
- }
- .coverx img{
- width:200px;
- height: 200px;
- 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;
- 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:9px;
- text-align:center;
- {block:ifbigposts}max-width: 284px;{/block:ifbigposts}
- {block:ifnotbigposts}max-width: 184px;{/block:ifnotbigposts}
- 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;
- }
- .musictab{
- position:fixed;
- z-index:998;
- width:100px;
- background-color:{color:naviiconholder};
- color:{color:naviicon};
- 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:naviiconholder};
- color:{color:naviicon};
- 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;
- }
- .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>
- </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">
- <i class="fa fa-music" style="font-size:15px;margin:5px 0px 0px -5px;"></i>
- </div>
- {text:musiccode}
- </div>
- {/block:ifmusicplayer}
- <div class="navibar">
- <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 id="iconsss" style=" #position: relative; #top: -50%; width:100%;margin-bottom:-20px;">
- <a href="/"><div class="navilinks">Return</div><i class="fa fa-home" style="font-size:15px"></i></a>
- <a href="/ask"><div class="navilinks">Message</div><i class="fa fa-comment" style="font-size:15px"></i></a>
- <a href="/archive"><div class="navilinks">Archive</div><i class="fa fa-calendar" style="font-size:15px"></i></a>
- <a href="https://dianthus-s.tumblr.com/"><div class="navilinks">Theme</div><i class="fa fa-code" style="font-size:15px"></i></a>
- {block:ifLink1Title}
- <a href="{text:Link1 URL}"><div class="navilinks">{text:Link1 Title}</div><i class="fa fa-cutlery" style="font-size:14px"></i></a>
- {/block:ifLink1Title}
- {block:ifLink2Title}
- <a href="{text:Link2 URL}"><div class="navilinks">{text:Link2 Title}</div><i class="fa fa-paw" style="font-size:14px"></i></a>
- {/block:ifLink2Title}
- {block:ifLink3Title}
- <a href="{text:Link3 URL}"><div class="navilinks">{text:Link3 Title}</div><i class="fa fa-camera" style="font-size:14px"></i></a>
- {/block:ifLink3Title}
- {block:ifLink4Title}
- <a href="{text:Link4 URL}"><div class="navilinks">{text:Link4 Title}</div><i class="fa fa-cogs" style="font-size:14px"></i></a>
- {/block:ifLink4Title}
- {block:ifLink5Title}
- <a href="{text:Link5 URL}"><div class="navilinks">{text:Link5 Title}</div><i class="fa fa-car" style="font-size:14px"></i></a>
- {/block:ifLink5Title}
- </div>
- </div>
- </div>
- </div>
- <div id="sidebar">
- <div id="blogtitle">
- <a href="/">{Title}</a>
- </div>
- {block:ifSubTitle}
- <div id="subtitle">
- {text:subtitle}
- </div>
- {/block:ifSubtitle}
- <div id="sidebarx">
- <img src="{image:mainimage}">
- </div>
- <div id="desc">
- <t>ef</t>
- {Description}
- </div>
- {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">{PageNumber}</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}<t></t></div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {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: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: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: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}</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:IndexPage}
- {block:ifBigPosts}
- {Video-500}
- {/block:ifBigPosts}
- {block:ifNotBigPosts}
- {Video-400}
- {/block:ifNotBigPosts}
- {/block:IndexPage}
- {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:indexpage}
- </div>
- {block:indexpage}
- {block:IfShowTags}
- {block:HasTags}
- <div id="tags">
- <t>tags:</t> <ar> → </ar>{block:Tags} <a href="/tagged/{Tag}">{Tag}</a> + {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:indexpage}
- {/block:Posts}
- </div>
- <div>
- <img src="{image:CornerImage}" style="position:fixed;
- max-height: 100%;
- max-width: 500px;
- {block:ifnotrightalign}
- right:-20px;
- {/block:ifnotrightalign}
- {block:ifrightalign}
- left:-20px;
- {/block:ifrightalign}
- bottom:-5px;
- z-index:-9;
- ">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment