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="#f7f7f7" />
- <meta name="color:BlockquoteBackground" content="#757272" />
- <meta name="color:BlockquoteBorder" content="#767b84" />
- <meta name="color:BlockquoteLink" content="#444444" />
- <meta name="color:BlockquoteText" content="#000000" />
- <meta name="color:BlogTitle" content="#ffffff" />
- <meta name="color:BlogTitleBackground" content="#f7f7f7"/>
- <meta name="color:BottomBar" content="#ffffff" />
- <meta name="color:BottomBarBorder" content="#dc8989" />
- <meta name="color:DescAccent" content="#f3c9c9" />
- <meta name="color:DescAccentBody" content="#dc8989" />
- <meta name="color:DescBold" content="#97c5e0" />
- <meta name="color:DescFirstWord" content="#ffffff" />
- <meta name="color:DescFirstWordBackground" content="#dc8989" />
- <meta name="color:DescItalic" content="#f2992e" />
- <meta name="color:DescLink" content="#45966e" />
- <meta name="color:DescText" content="#dc8989" />
- <meta name="color:EntryBackground" content="#ffffff" />
- <meta name="color:EntryBold" content="#dc8989" />
- <meta name="color:EntryItalic" content="#bad8eb" />
- <meta name="color:EntryLikeButton" content="#ffffff" />
- <meta name="color:EntryLink" content="#bbe5b7" />
- <meta name="color:EntryReblogButton" content="#ffffff" />
- <meta name="color:EntryText" content="#707070" />
- <meta name="color:Link1" content="#bad8eb" />
- <meta name="color:Link2" content="#ffb1cc" />
- <meta name="color:Link3" content="#ffef99" />
- <meta name="color:Link4" content="#bbe5b7" />
- <meta name="color:Link5" content="#dccbe7" />
- <meta name="color:Link6" content="#f0bfb3" />
- <meta name="color:Link7" content="#b0b7ea" />
- <meta name="color:Link8" content="#fad6ab" />
- <meta name="color:NaviBackground" content="#dc8989"/>
- <meta name="color:NaviText" content="#ffffff"/>
- <meta name="color:PermaBackground" content="#f0b2b2" />
- <meta name="color:PermaLink" content="#ffffff" />
- <meta name="color:PermaText" content="#ffffff" />
- <meta name="color:PostTitle" content="#dc8989" />
- <meta name="color:QuotationMark" content="#dc8989" />
- <meta name="if:500Posts" content="0" />
- <meta name="if:540Posts" content="1" />
- <meta name="if:FadingPhoto" content="0" />
- <meta name="if:InfiniteScrolling" content="0" />
- <meta name="if:Monochrome" content="0" />
- <meta name="if:MultipleColumnPosts" content="0" />
- <meta name="if:MusicPlayer" content="1" />
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:ShowTags" content="1" />
- <meta name="image:Background" content=""/>
- <meta name="image:CornerImage" content="" />
- <meta name="image:SidebarImage" content="https://66.media.tumblr.com/f7436fdeb5a1feec60ac35a27998b487/aadaccd37154b72c-7e/s250x400/69eb7be162f1e296a838f8bf9ede2e434d0153dc.png"/>
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:MusicCode" content="Music Code Here"/>
- <meta name="text:LinkTitle1" content="/"/>
- <meta name="text:LinkURL1" content="/"/>
- <meta name="text:LinkTitle2" content="/"/>
- <meta name="text:LinkURL2" content="/"/>
- <meta name="text:LinkTitle3" content="/"/>
- <meta name="text:LinkURL3" content="/"/>
- <meta name="text:LinkTitle4" content="/"/>
- <meta name="text:LinkURL4" content="/"/>
- <meta name="text:LinkTitle5" content="/"/>
- <meta name="text:LinkURL5" content="/"/>
- <meta name="text:LinkTitle6" content="/"/>
- <meta name="text:LinkURL6" content="/"/>
- <meta name="text:LinkTitle7" content="/"/>
- <meta name="text:LinkURL7" content="/"/>
- <meta name="text:LinkTitle8" content="/"/>
- <meta name="text:LinkURL8" content="/"/>
- <head>
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/j4Dnukz0h/stylesheet.css" />
- <link href="https://fonts.googleapis.com/css?family=Arima+Madurai:300,400,700,900" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/N2wo9dw61/academic_gabo_grealn.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/dDeo9cebd/ostrich_prosto_govern.css" />
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/N2wo9dw61/academic_gabo_grealn.css" />
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.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:background}');
- background-color: {color:background};
- background-attachment: fixed;
- background-repeat: {text:Background Repeat};
- color: {color:entrytext};
- margin: 0;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:desctext};
- height: 5px;
- width: 8px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;
- background-color: {color:sidebarbackground};
- }
- a{
- color: #ffffff;
- text-decoration: none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- .linkholder{
- float:left;
- width:60px;
- text-align:left;
- }
- .linkholderlinks{
- float:left;
- width:280px;
- position:absolute;
- }
- .linkholderlinks,.linkholder a{
- font: 11px 'Arima Madurai', sans-serif;
- display:block;
- width:280px;
- padding:2px 0px 2px 2px;
- letter-spacing:0.6px;
- font-weight:bold;
- border-bottom: 1px solid ;
- background-color:{color:BottomBar};
- border-right: 18px solid ;
- margin-bottom:2px;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease
- }
- .txt{
- display:inline-block;
- float:right;
- margin-right:3px;
- font-family:calibri;
- font-size:13px;
- }
- .linkholderlinks,.linkholder a:hover{
- color: {color:Linkstext};
- width:350px;
- text-shadow:0px 0px {color:Linkstext}, -0px 0px {color:Linkstext};
- }
- .btm{
- position:fixed;
- height:100px;
- background:{color:BottomBar};
- bottom:0px;
- left:0px;
- right:0px;
- z-index:9998;
- border-top:10px solid {color:BottomBarBorder};
- }
- #sidebar{
- position: fixed;
- overflow:visible;
- left: 50px;
- height:250px;
- bottom:0px;
- width: 300px;
- text-align: right;
- z-index:999999999;
- background:{color:BottomBar};
- }
- #sidebary{
- position: fixed;
- overflow:visible;
- left: 40px;
- height:240px;
- bottom:0px;
- width: 300px;
- text-align: right;
- z-index:7;
- border:10px solid {color:BottomBarBorder};
- border-top:0px;
- }
- #sidebarx{
- width: 220px;
- float:left;
- margin-left:10px;
- }
- #sidebarx img{
- margin: 0px 0px 5px 0px;
- width: 200px;
- height:200px;
- border:10px solid {color:BottomBar};
- }
- #descbox{
- width: 450px;
- height:100px;
- display: table;
- margin-left:400px;
- color: {color:desctext};
- font-family: 'gabo_driveregular';
- font-size: 11px;
- letter-spacing:0.5px;
- float:left;
- text-align:left;
- }
- #descbox p{
- width:450px;
- text-align:justify;
- display: table-cell;
- vertical-align: middle;
- }
- #descbox a{
- color: {color:desclink};
- }
- #descbox b,strong{
- color: {color:descbold};
- }
- #descbox i,em{
- color: {color:descitalic};
- }
- .t1{
- display:block;
- float:left;
- margin-top:0px;
- margin-left:40px;
- font-family: Donegal One,serif;
- font-size: 100px;
- line-height:80px;
- color:{color:DescAccentBody};
- text-shadow: 8px 0.8px {color:DescAccent}, -8px 0.8px {color:DescAccent};
- }
- .t2 img{
- display:block;
- float:left;
- margin-top:25px;
- margin-left:25px;
- width:40px;
- height:40px;
- border:5px solid {color:DescAccent};
- }
- .first-word{
- padding:2px 5px 2px 5px;
- background-color:{color:descfirstwordbackground};
- color:{color:descfirstword};
- display:inline-block;
- float:left;
- border:3px double {color:descfirstword};
- font-size:20px;
- font-family: 'ostrich_sansheavy';
- margin-right: 3px;
- margin-bottom: -3px;
- letter-spacing:1px;
- }
- #navibox{
- text-align:center;
- display: inline-block;
- margin:-31px 10px 0px 0px;
- float:right;
- position:relative;
- width:200px;
- }
- #navibox a{
- text-transform: none;
- display: block;
- width: 25%;
- float:left;
- text-align: center;
- font-family: 'gabo_driveregular';
- letter-spacing:0.4px;
- font-size: 11px;
- padding:2px 0px 2px 0px;
- color: {color:navitext};
- background:{color:navibackground};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #navibox a:hover{
- color: {color:navibackground};
- background-color: {color:navitext};
- }
- #titlebox{
- display: inline-block;
- font-size: 12px;
- line-height:12px;
- font-family: 'haymakerregular';
- width: 290px;
- padding:5px;
- text-align: center;
- margin:0px 0px 5px 0px;
- color: {color:blogtitle};
- background-color: {color:BottomBarBorder};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #titlebox a{
- color: {color:blogtitle};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #titlebox a:hover{
- color: {color:blogtitlehover};
- }
- #pagi{
- display:table;
- float:left;
- width:300px;
- height:100px;
- margin-left:25px;
- font-size: 11px;
- text-align:center;
- font-family: 'gabo_driveregular';
- }
- #pagi a{
- color: {color:desctext};
- margin-left:10px;
- }
- #pagi p{
- display: table-cell;
- vertical-align: middle;
- }
- .jump_page {
- font-family: 'gabo_driveregular';
- font-size:15px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- color: {color:desctext};
- font-family: 'gabo_driveregular';
- font-size:15px;
- text-decoration:none;
- }
- .holdxx{
- left:540px;
- right:0px;
- {block:ifMultipleColumnPosts}
- left:400px;
- right:50px;
- {/block:ifMultipleColumnPosts}
- top:0px;
- bottom:0px;
- padding-left:50px;
- position:absolute;
- text-align:center;
- z-index:7;
- }
- #posts{
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}width: 530px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 430px;
- {block:if540Posts}width: 570px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- margin-left: auto;
- margin-right: auto;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 530px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 430px;
- {block:if540Posts}width: 570px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- margin-bottom: 100px;
- position:relative;
- margin-top:60px;
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entryholder{
- text-align: left;
- margin-bottom: 70px;
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}width: 540px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 440px;
- {block:if540Posts}width: 580px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- float: left;
- width:290px;
- margin-bottom: 50px;
- margin-right:50px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 540px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 440px;
- padding-bottom:5px;
- {block:if540Posts}width: 580px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- position:relative;
- }
- .entry{
- text-align: left;
- padding: 20px;
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 400px;
- {block:if540Posts}width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- float: left;
- width:250px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 400px;
- {block:if540Posts}width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- font-family: calibri;
- font-size: 10px;
- letter-spacing:1px;
- overflow: hidden;
- background-color: {color:EntryBackground};
- color: {color:entrytext};
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- position:relative;
- }
- .entry img{
- opacity: 0.8;
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}max-width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- max-width: 400px;
- {block:if540Posts}max-width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- max-width: 250px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}max-width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- max-width: 400px;
- {block:if540Posts}max-width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- {block:ifMonochrome}
- 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;
- {/block:ifMonochrome}
- }
- {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, .entry img:hover{
- filter: none;
- -webkit-filter: grayscale(0%);
- }
- {/block:ifMonochrome}
- .entry b, strong{
- color: {color:EntryBold};
- }
- .entry i, em{
- color: {color:EntryItalic};
- }
- .entry a{
- color: {color:EntryLink};
- 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:EntryLink};
- }
- blockquote{
- border-left: 4px solid {color:blockquoteborder};
- font-size: 11px;
- padding-left:10px;
- padding-right: 4px;
- margin:5px;
- text-align:justify;
- }
- .entry blockquote img{
- max-width: 90%;
- height:auto;
- margin-left: 3px;
- }
- blockquote img{
- max-width: 90%;
- height:auto;
- 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:{color:blockquotebackground};
- color:{color:blockquotetext};
- }
- .entry pre a{
- color:{color:BlockquoteLink};
- }
- .entry blockquote pre{
- background-color:{color:blockquotebackground};
- color:{color:blockquotetext};
- 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;
- }
- .entry blockquote pre a{
- color:{color:BlockquoteLink};
- }
- #perma{
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}width: 520px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 420px;
- {block:if540Posts}width: 560px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- width: 270px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- margin: 0px 0px 0px 0px;
- padding:10px;
- background-color:{color:PermaBackground};
- display:inline-block;
- font-family:calibri;
- font-size:10px;
- letter-spacing:1px;
- }
- #perma a{
- color: {color:PermaLink};
- font-style: none;
- }
- #perma a:hover {
- color: {color:PermaLinkHover};
- font-style: none;
- }
- x{
- font-size: 12px;
- color: {color:permatext};
- }
- .permalink {
- font-family: cambria;
- font-size: 10px;
- color: {color:entrytext};
- text-transform: uppercase;
- text-align: center;
- {block:if500Posts}width: 494px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 394px;
- {block:if540Posts}width: 534px;{/block:if540Posts}
- {/block:ifNot500Posts}
- margin-top: 20px;
- padding:10px;
- margin-bottom: 10px;
- margin-left: -10px;
- float: left;
- background-color: {color:entrybackground};
- }
- .permalink b {
- color: {color:EntryBold};
- font-weight: normal;
- }
- #date {
- color: {color:entrytext};
- }
- .permalink a {
- color: {color:EntryLink};
- text-decoration: none;
- }
- .title{
- color: {color:posttitle};
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 25px;
- margin-bottom:10px;
- font-family: 'gabo_driveregular';
- line-height: 24px;
- text-align: center;
- border-bottom: 1px {color:entrytext} solid;
- }
- .title2{
- color: {color:PostTitle};
- padding:20px;
- font-size: 24px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: 'gabo_driveregular';
- 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;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- }
- .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:entrytext};
- font-size:0px;
- line-height:0px;
- }
- .ask {
- display:inline-block;
- padding:1px;
- width:100%;
- font-size:11px;
- margin-left:0px;
- margin-top:0px;
- color:{color:entrytext};
- text-transform: none;
- }
- .askx{
- width: 50px;
- height:50px;
- margin-top:0px;
- margin-right:10px;
- border:1px solid {color:entrytext};
- display:block;
- float:left;
- text-align:center;
- }
- .askx img {
- width: 50px;
- height:50px;
- }
- .asky {
- text-transform:uppercase;
- margin-top:5px;
- font-size:10px;
- display:block;
- float:left;
- padding:1px;
- border-bottom:1px dotted {color:entrytext};
- color:{color:entrytext};
- }
- .aska{
- display:block;
- margin-top:10px;
- padding-top:5px;
- border-top: 1px dashed {color:entrytext};
- }
- #quote{
- color: {color:entrytext};
- padding: 15px;
- font: 200 15px 'Dosis', sans-serif;
- letter-spacing:0px;
- text-align:center;
- line-height: 15px;
- display:block;
- text-align:justify;
- }
- #quotes{
- position:absolute;
- margin-left:-30px;
- margin-top:80px;
- font-size:200px;
- z-index:1;
- font-family:'Arima Madurai', sans-serif;
- color:{color:QuotationMark};
- }
- #source {
- font-family: consolas;
- font-size:10px;
- display:block;
- padding:3px;
- text-align: center;
- margin-top: 10px;
- }
- b,strong{
- color:{color:EntryBold};
- }
- i,em{
- color:{color:EntryItalic};
- }
- #source p{
- display:none;
- }
- ol.notes {
- background-color:{color:entrybackground};
- font-family:tahoma;
- font-size:10px;
- padding-top:10px;
- border: 0px;
- padding-left:15px;
- margin-top:10px;
- {block:if500Posts}width: 476px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 376px;
- {block:if540Posts}width: 516px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {block:PermaLinkPage}
- {block:if500Posts}width: 476px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 376px;
- {block:if540Posts}width: 516px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermaLinkPage}
- margin-left: 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- background: ;
- padding:5px;
- {block:if500Posts}width: 480px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 380px;
- {block:if540Posts}width: 520px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {block:PermaLinkPage}
- {block:if500Posts}width: 480px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 380px;
- {block:if540Posts}width: 520px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermaLinkPage}
- letter-spacing: 0px;
- text-align: left;
- }
- ol.notes li.note a{
- color:{color:EntryLink};
- 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;
- }
- .playerbuttonbg {
- position: absolute;
- left: 0px;
- right: 0px;
- top:0px;
- {block:ifMultipleColumnPosts}
- height: 80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- {/block:permalinkpage}
- background-color: #000;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .newplayerbutton {
- position: relative;
- {block:ifMultipleColumnPosts}
- height: 80px;
- right:80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- right:200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- right:200px;
- {/block:permalinkpage}
- left:0px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- }
- .tumblr_audio_player {
- width:40px;
- {block:ifMultipleColumnPosts}
- height: 80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- {/block:permalinkpage}
- left:0px;
- }
- .audioimgwrapper {
- position: absolute;
- right: 0px;
- top: 0px;
- overflow: hidden;
- {block:ifMultipleColumnPosts}
- width: 80px;
- height: 80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- width: 200px;
- height: 200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- width: 200px;
- height: 200px;
- {/block:permalinkpage}
- z-index:97;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- position:absolute;
- z-index:9px;
- top:0px;
- }
- .audioimgwrapper3{
- width: 100%;
- height: 100%;
- position:absolute;
- z-index:9px;
- background-color:#000;
- opacity:1;
- }
- .audioimgwrapper2 img {
- width: 100%;
- height: auto;
- position:absolute;
- z-index:-2px;
- top:0px;
- }
- .trackdetails {
- left: 40px;
- position:absolute;
- {block:ifMultipleColumnPosts}
- height: 80px;
- width:130px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- width:300px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- width:300px;
- {/block:permalinkpage}
- text-align:center;
- z-index:999;
- display: table;
- font-size:20px;
- font-family: 'mohavebold';
- color:{color:EntryBold};
- }
- .trackdetails p{
- width:100%;
- text-align:center;
- display: table-cell;
- vertical-align: middle;
- }
- .pc{
- font-size:20px;
- font-family: 'mohavebold';
- color:{color:EntryAudioPlayCount};
- line-height:1px;
- }
- .ann{
- font-size:10px;
- font-family: 'mohaveregular';
- color:{color:EntryAudioTrackName};
- line-height:1px;
- }
- .audiowrapper {
- position:relative;
- display:block;
- width:100%;
- {block:ifMultipleColumnPosts}
- height: 80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- {/block:permalinkpage}
- }
- .photo img{
- display:block;
- opacity: 0.7;
- {block:iffadingphoto}
- 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:ifMonochrome}
- 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;
- {/block:ifMonochrome}
- }
- .photo:hover img{
- filter: none;
- -webkit-filter: grayscale(0%);
- }
- .odd .line {
- padding: 15px;
- border-bottom:1px dotted {color:entrytext};
- }
- .even .line {
- padding:15px;
- margin-top:-1px;
- border-top:1px dotted {color:entrytext};
- }
- .odd .name {
- font-weight:bold;
- padding:0px 5px 0px 5px;
- display:inline-block;
- background:{color:entrytext};
- color:{color:entrybackground};
- }
- .even .name {
- font-weight:bold;
- padding:0px 5px 0px 5px;
- display:inline-block;
- background:{color:entrytext};
- color:{color:entrybackground};
- }
- #musicboxx
- {position:fixed;
- background-color:{color:EntryBackground};
- bottom:0px;
- left:0px;
- width:96px;
- height:12px;
- 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:0px;
- }
- #musicboxx:hover #insidebox
- {margin-top:-23px;
- }
- .tmblr-iframe {
- right:3px !important;
- top:0px !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;
- }
- .photo img { max-width: 100%; height: auto }
- #pagination{
- width:10;
- left:0px;
- bottom:0px;
- position:absolute;
- padding:5px 15px 0px 0px;
- display:none;
- }
- /* =============================================================================
- PXU Photoset Extended Styles
- ========================================================================== */
- .clearit:before, .clearit:after { content: ""; display: table; }
- .clearit:after { clear: both; }
- .clearit { *zoom: 1; }
- /* Photoset */
- .photo-slideshow {
- visibility: hidden;
- }
- .photo-slideshow.processed {
- visibility: visible;
- }
- .photo-slideshow .row {
- clear: both;
- width: 100%;
- }
- .photo-slideshow .pxu-photo {
- display: block;
- float: left;
- margin-bottom: 0;
- width: 100%;
- overflow: hidden;
- }
- .photo-slideshow .pxu-photo img {
- display: block;
- }
- .photo-slideshow.processed .pxu-photo img {
- width: 100%;
- height: auto;
- }
- .photo-slideshow .pxu-photo:first-child img {
- margin-left: 0;
- }
- .photo-slideshow .count-1 {
- width: 100%;
- margin-bottom:4px;
- }
- .photo-slideshow .count-2 {
- margin-bottom:4px;
- }
- .photo-slideshow .count-2:nth-child(1) {
- {block:ifMultipleColumnPosts}width: 123px;{/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 248px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 198px;
- {block:if540Posts}width: 268px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 248px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 198px;
- {block:if540Posts}width: 268px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- }
- .photo-slideshow .count-2:nth-child(2) {
- {block:ifMultipleColumnPosts}width: 123px;{/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 248px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 198px;
- {block:if540Posts}width: 268px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 248px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 198px;
- {block:if540Posts}width: 268px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- margin-left:4px;
- }
- .photo-slideshow .count-3{
- margin-bottom:4px;
- }
- .photo-slideshow .count-3:nth-child(1) {
- {block:ifMultipleColumnPosts}width: 80.66666666666667px;{/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts}width: 177px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts}width: 177px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- }
- .photo-slideshow .count-3:nth-child(2) {
- {block:ifMultipleColumnPosts}width: 80.66666666666667px;{/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts} width: 178px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts} width: 178px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- margin-left:4px;
- }
- .photo-slideshow .count-3:nth-child(3) {
- {block:ifMultipleColumnPosts}width: 80.66666666666667px;{/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts}width: 177px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 164px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 130.6666666666667px;
- {block:if540Posts}width: 177px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- margin-left:4px;
- }
- .photo-slideshow .count-4 {
- width: 25%;
- margin-bottom:4px;
- }
- .photo-slideshow .count-5 {
- width: 20%;
- margin-bottom:4px;
- }
- .photo-slideshow .info {
- display: none;
- }
- .tumblr-box {
- display:block;
- position:absolute;
- top:0;
- right:0;
- bottom:0;
- left:0;
- z-index:1;
- }
- /* Icons for EXIF Data and Zoom */
- .photo-data {
- position: relative;
- float: left;
- }
- .icons {
- position: absolute;
- top: 5px;
- right: 5px;
- width: 20px;
- height: 66px;
- text-indent: -9999px;
- z-index: 999;
- visibility: hidden;
- }
- .icons > span, .icons .tumblr-box span {
- width: 20px;
- height: 20px;
- display: block;
- margin-bottom: 2px;
- cursor: pointer;
- }
- .zoom {
- background: url('https://static.tumblr.com/hugxd2w/kgem0so9j/zoom-icon.png');
- }
- .info {
- background: url('https://static.tumblr.com/hugxd2w/ffwm0so9t/info-icon.png');
- position: relative;
- }
- /* EXIF & CAPTION Data Tooltip */
- .pxu-data {
- position: absolute;
- top: 30px;
- left: -110px;
- width: 240px;
- background: #000;
- background: rgba(0,0,0,.85);
- color: #fff;
- font-size: 12px;
- line-height: 1.4;
- text-indent: 0;
- padding: 20px;
- display: none;
- opacity: 0;
- filter: alpha(opacity = 0);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- box-shadow: 2px 2px 7px rgba(0,0,0,0.55);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .pxu-caption {
- margin-top: 0;
- word-wrap: break-word;
- }
- .pxu-caption:before {
- content: url('https://static.tumblr.com/hugxd2w/SSBm6wxmm/caption-icon.png');
- opacity: 0.5;
- filter: alpha(opacity = 50);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- float: left;
- margin-right: 5px;
- }
- .pxu-data.caption-only .pxu-caption {
- margin-bottom: 0;
- }
- .pxu-data table {
- font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
- font-weight: bold;
- width: 100%;
- }
- .pxu-data table tr {
- width: 100%;
- }
- .pxu-data table tr td {
- width: 50%;
- font-weight: bold;
- padding-bottom: 15px;
- }
- .pxu-data table tr:last-child td {
- padding-bottom: 0;
- }
- .pxu-data .label {
- color: #cccccc;
- text-transform: uppercase;
- font-size: 10px;
- text-align: right;
- padding-right: 12px;
- font-weight: normal;
- }
- .arrow-down {
- width: 0;
- height: 0;
- border-left: 10px solid transparent;
- border-right: 10px solid transparent;
- border-bottom: 10px solid rgba(0,0,0,0.85);
- position: absolute;
- top: -10px;
- left: 110px;
- }
- #s-m-t-tooltip{
- display:inline-block;
- z-index:9999999999999999 !important;
- margin:24px 14px 7px 12px;
- padding:3px;
- font-family:calibri;
- font-size:10px;
- background-color: {color:navitext};
- color: {color:navibackground};
- }
- .reblog-button svg path {
- fill: {color:entryreblogbutton};
- }
- .like { /* Make a parent element */
- position: relative;
- }
- .like svg path { /* Select your color of choice */
- fill: {color:entrylikebutton};
- }
- .like .like_button { /* Position like button above your custom one */
- position: absolute;
- top:-1px;
- opacity: 0;
- }
- .like .like_button.liked { /* Keep the functionality active */
- opacity: 1;
- }
- .likedivv{
- display:block;
- float:right;
- width:12px;
- height:12px;
- margin-left:10px;
- }
- .rblkbutton{
- display:block;
- float:right;
- width:60px;
- }
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/7fjp0ap/8qemg20tu/jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js" type="text/javascript"></script>
- {block:ifMultipleColumnPosts}
- <script src="https://static.tumblr.com/uuxiawr/rxno98eql/jquery.masonry.js"></script>
- <script src="https://static.tumblr.com/uuxiawr/Ok7o98er1/imagesloaded.pkgd.min.js"></script>
- {/block:ifMultipleColumnPosts}
- {block:ifInfiniteScrolling}
- <script src="https://static.tumblr.com/uuxiawr/ry0o98esm/jquery.infinitescroll.min.js" type="text/javascript"></script>
- {/block:ifInfiniteScrolling}
- <script type="text/javascript">
- $(document).ready(function() {
- $('.photo-slideshow').pxuPhotoset({
- lightbox:true,
- rounded:false,
- gutter:'0px',
- borderRadius:'0px',
- photoset:'.photo-slideshow',
- photoWrap:'.photo-data',
- photo:'.pxu-photo'
- });
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- var node = $("#descbox p").contents().filter(function () { return this.nodeType == 3 }).first(),
- text = node.text(),
- first = text.slice(0, text.indexOf(" "));
- if (!node.length)
- return;
- node[0].nodeValue = text.slice(first.length);
- node.before('<span class="first-word">' + first + '</span>');
- })();
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- {block:ifnotInfiniteScrolling}
- <script type="text/javascript">
- $(document).ready(function(){
- var $posts = $(".entryholder");
- var $postIDs = $posts.map(function(){
- return this.id;
- }).get();
- console.log($posts, $postIDs);
- Tumblr.LikeButton.get_status_by_post_ids($postIDs);
- });
- </script>
- {/block:ifnotInfiniteScrolling}
- <script type="text/javascript">
- {block:ifMultipleColumnPosts}
- $(document).ready(function () {
- $(".audioembed iframe").width(250);
- });
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- {block:if540Posts}
- $(document).ready(function () {
- $(".audioembed iframe").width(540);
- });
- {/block:if540Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}
- $(document).ready(function () {
- $(".audioembed iframe").width(500);
- });
- {/block:if500Posts}
- {block:ifNot500Posts}
- $(document).ready(function () {
- $(".audioembed iframe").width(400);
- });
- {block:if540Posts}
- $(document).ready(function () {
- $(".audioembed iframe").width(540);
- });
- {/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- // infinite scrolling
- var $container = $('#posts');
- {block:ifMultipleColumnPosts}
- // masonry setup
- $container.masonry({
- itemSelector:".entryholder",
- columnWidth : 0,
- isFitWidth: true,
- });
- $container.imagesLoaded(function(){
- $container.masonry();
- });
- {/block:ifMultipleColumnPosts}
- $container.infinitescroll({
- loadingImg:'',
- loadingText:'<em></em>',
- navSelector:'#pagination',
- nextSelector:'#pagination a.next',
- itemSelector:'.entryholder',
- },
- function(newElements){
- // definitions
- var $newElems = $(newElements);
- {block:ifMultipleColumnPosts}
- // masonry for infinite scroll
- $newElems.imagesLoaded(function(){
- $container.masonry("appended", $newElems);
- });
- {/block:ifMultipleColumnPosts}
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox:true,
- rounded:false,
- gutter:'0px',
- borderRadius:'0px',
- photoset:'.photo-slideshow',
- photoWrap:'.photo-data',
- photo:'.pxu-photo'
- });
- var $posts = $(".entryholder");
- var $postIDs = $posts.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $postIDs);
- Tumblr.LikeButton.get_status_by_post_ids($postIDs);
- resizeVideos();
- });
- })(jQuery);
- </script>
- {/block:IndexPage}
- </head>
- <body>
- {block:indexpage}
- {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}
- {/block:indexpage}
- <div class="btm">
- <div id="descbox"><p>{Description}</p></div>
- <div class="t1">}</div>
- <div class="t2"><img src="{PortraitURL-96}"></div>
- {block:IfNotInfiniteScrolling}
- {block:indexpage}
- <div id="pagi">
- <p>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">→</a>{/block:NextPage}
- {/block:Pagination}
- </p>
- </div>
- {/block:indexpage}
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="sidebary"></div>
- <div id="sidebar">
- <!--
- <div style="display: table; height: 100%; #position: relative; z-index:999;">
- <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
- <div class="sidebar" style=" #position: relative; #top: -50%;">
- -->
- <div class="sidebar">
- <div id="titlebox">
- <a href="/">{Title}</a>
- </div>
- <div class="linkholder">
- <a href="{text:LinkURL1}" title="{text:LinkTitle1}" style="color:{color:link1};border-color:{color:link1}">001.<div class="txt">{text:LinkTitle1}</div></a>
- <a href="{text:LinkURL2}"title="{text:LinkTitle2}" style="color:{color:link2};border-color:{color:link2}">002.<div class="txt">{text:LinkTitle2}</div></a>
- <a href="{text:LinkURL3}" title="{text:LinkTitle3}" style="color:{color:link3};border-color:{color:link3}">003.<div class="txt">{text:LinkTitle3}</div></a>
- <a href="{text:LinkURL4}" title="{text:LinkTitle4}" style="color:{color:link4};border-color:{color:link4}">004.<div class="txt">{text:LinkTitle4}</div></a>
- <a href="{text:LinkURL5}" title="{text:LinkTitle5}" style="color:{color:link5};border-color:{color:link5}">005.<div class="txt">{text:LinkTitle5}</div></a>
- <a href="{text:LinkURL6}" title="{text:LinkTitle6}" style="color:{color:link6};border-color:{color:link6}">006.<div class="txt">{text:LinkTitle6}</div></a>
- <a href="{text:LinkURL7}" title="{text:LinkTitle7}" style="color:{color:link7};border-color:{color:link7}">007.<div class="txt">{text:LinkTitle7}</div></a>
- <a href="{text:LinkURL8}" title="{text:LinkTitle8}" style="color:{color:link8};border-color:{color:link8}">008.<div class="txt">{text:LinkTitle8}</div></a>
- </div>
- <div id="sidebarx">
- <img src="{image:sidebarimage}">
- <div id="navibox">
- <a href="/" >Home</a>
- <a href="/ask" >Message</a>
- <a href="/archive" >Archive</a>
- <a href="https://dianthus-s.tumblr.com/" >Theme</a>
- </div>
- </div>
- </div>
- <!--
- </div>
- </div>
- </div>
- -->
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}" class="prev hint--right" data-hint="back"><i class="ion-chevron-left"></i></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="next hint--right" data-hint="forth"><i class="ion-chevron-right"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <div class="holdxx">
- <div id="posts">
- {block:Posts}
- <div class="entryholder" id="{PostID}">
- <div class="entry" >
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {LinkOpenTag}
- {block:if500Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:500px">
- {/block:if500Posts}
- {block:ifNot500Posts}
- {block:if540Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:540px">
- {/block:if540Posts}
- {block:ifNot540Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:400px">
- {/block:ifNot540Posts}
- {/block:ifNot500Posts}
- {LinkCloseTag}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- {LinkOpenTag}
- <img src="{PhotoURL-250}" class="center">
- {LinkCloseTag}
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {LinkOpenTag}
- {block:if500Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:500px">
- {/block:if500Posts}
- {block:ifNot500Posts}
- {block:if540Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:540px">
- {/block:if540Posts}
- {block:ifNot540Posts}
- <img src="{PhotoURL-HighRes}" class="center" style="min-width:400px">
- {/block:ifNot540Posts}
- {/block:ifNot500Posts}
- {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}
- <div class="photo">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- </div><!--photo-->
- {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 id="quotes">“</div><div style="z-index:99;position:relative;">{Quote}</div></div>
- {block:Source}
- <div id="source"> —{Source}</div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}<div class="{Alt}">
- <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
- {/block:Lines}
- {/block:Chat}
- {block:audio}
- <div class="audioembed">
- <div style="height: 85px">{AudioEmbed-500}</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:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}
- {Video-500}
- {/block:if500Posts}
- {block:ifNot500Posts}
- {block:if540Posts}
- <center>
- {Video-500}
- </center>
- {/block:if540Posts}
- {block:ifNot540Posts}
- {Video-400}
- {/block:ifNot540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}
- {Video-500}
- {/block:if500Posts}
- {block:ifNot500Posts}
- {block:if540Posts}
- <center>
- {Video-500}
- </center>
- {/block:if540Posts}
- {block:ifNot540Posts}
- {Video-400}
- {/block:ifNot540Posts}
- {/block:ifNot500Posts}
- {/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">
- <div class="askx"><img src="{AskerPortraitURL-64}" align="center"></div>
- <div class="asky">{Asker} ASKED →</div></br></br>
- {Question}
- </div>
- <div class="aska">{Answer}</div>
- {/block:Answer}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- {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}
- {block:IfShowTags}
- {block:HasTags}
- <div style="display:inline-block;width:100%;padding-top:5px;border-top:1px solid {color:entrytext};text-align:center;">
- {block:Tags} #<a href="/tagged/{Tag}">{Tag} </a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:IndexPage}
- </div>
- {block:IndexPage}
- <div id="perma">
- <div style="display:inline-block;float:left">
- <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogRootURL}">Ori</a> .<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
- </div>
- <div class="rblkbutton">
- <div class="likedivv" style="margin-top:1px;">
- <div class="reblog-button">
- {ReblogButton size="11"}
- </div>
- </div>
- <div class="likedivv">
- <div class="like">
- <svg width="12" height="12" viewBox="0 0 20 13" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" fill="#000000">
- <path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path>
- </svg>
- {LikeButton size="13"}
- </div>
- </div>
- </div>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Posts}
- </div>
- </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