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:BlockquoteBorder" content="#161616" />
- <meta name="color:BlogTitle" content="#727272" />
- <meta name="color:BoxShadow" content="#2d2d2d" />
- <meta name="color:DescBold" content="#b2e86d" />
- <meta name="color:DescItalic" content="#6dd8e8" />
- <meta name="color:DescLink" content="#e8736d" />
- <meta name="color:DescText" content="#666666" />
- <meta name="color:CustomLinkBackground" content="#e89e8c"/>
- <meta name="color:CustomLinkText" content="#161616"/>
- <meta name="color:EntryAudioPlayCount" content="#161616" />
- <meta name="color:EntryAudioTrackName" content="#161616" />
- <meta name="color:EntryBackground" content="#f5f5f5" />
- <meta name="color:EntryBold" content="#b2e86d" />
- <meta name="color:EntryItalic" content="#6dd8e8" />
- <meta name="color:EntryLink" content="#e20e00" />
- <meta name="color:EntryLinkHover" content="#161616" />
- <meta name="color:EntryRightButtons" content="#161616" />
- <meta name="color:EntryText" content="#7c7c7c" />
- <meta name="color:HeaderBackground" content="#161616" />
- <meta name="color:NaviText" content="#f5f5f5"/>
- <meta name="color:PermaNotesBackground" content="#e89e8c" />
- <meta name="color:PermaNotesLink" content="#161616" />
- <meta name="color:PermaTagsBackground" content="#161616" />
- <meta name="color:PermaTagsLink" content="#f1f1f1" />
- <meta name="color:PermaTagsText" content="#777777" />
- <meta name="color:PostTitle" content="#161616" />
- <meta name="color:PostTitleBackground" content="#c1c1c1" />
- <meta name="color:SidebarBackground" content="#f4f4f4" />
- <meta name="if:500Posts" content="1" />
- <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:ShowCaptions" content="1">
- <meta name="if:ShowTags" content="1" />
- <meta name="image:SidebarImage" content="https://static.tumblr.com/uuxiawr/iSYo9i1bx/imgg.png"/>
- <meta name="image:BackgroundImage" content=""/>
- <meta name="image:CornerImage" content=" " />
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:Link1" content="" />
- <meta name="text:URL1" content="/"/>
- <meta name="text:Link2" content="" />
- <meta name="text:URL2" content="/"/>
- <meta name="text:Link3" content="" />
- <meta name="text:URL3" content="/"/>
- <meta name="text:Link4" content="" />
- <meta name="text:URL4" content="/"/>
- <head>
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/7fjp0ap/iLpmw27rp/stylesheet.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/7ono98kkl/mohave_gluk.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/dDeo9cebd/ostrich_prosto_govern.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/N2wo9dw61/academic_gabo_grealn.css" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' 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:EntryText};
- font-family: {font:body};
- font-size: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:EntryText};
- height: 5px;
- width: 8px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;
- background-color: {color:entrybackground};
- }
- a{
- color: {color:EntryLink};
- 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:EntryLinkhover};
- }
- .header{
- position:fixed;
- z-index:8;
- top:0px;
- left:0px;
- right:0px;
- height:30px;
- background-color:{color:headerbackground};
- box-shadow: 1px 1px 3px {color:boxshadow};
- }
- .sbholder{
- width: 230px;
- display: inline-block;
- top: 30px;
- left: 70px;
- text-align: center;
- z-index:9;
- position: fixed;
- }
- #sidebar{
- box-shadow: 1px 1px 3px {color:boxshadow};
- width: 230px;
- display: inline-block;
- position:relative;
- background-color: {color:sidebarbackground};
- {block:IfInfiniteScrolling}
- border-bottom:30px solid {color:headerbackground};
- {/block:IfInfiniteScrolling}
- {block:PermalinkPage}
- border-bottom:30px solid {color:headerbackground};
- {/block:PermalinkPage}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .sidebarleft{
- position:absolute;
- margin-top:0px;
- width:30px;
- left:0;
- padding-bottom:1px;
- height:100%;
- background:{color:headerbackground};
- }
- #sidebarx img{
- width: 200px;
- text-align: center;
- }
- #lefttitle{
- font-size: 20px;
- font-family: 'gabo_driveregular';
- display: block;
- height:30px;
- line-height:30px;
- text-align:center;
- color: {color:blogTitle};
- position:relative;
- margin-left: 0px;
- {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}
- }
- #desc{
- padding: 5px;
- width: 190px;
- text-align: justify;
- color: {color:desctext};
- margin-top: 0px;
- font-family: 'Montserrat', sans-serif;
- font-size:9px;
- }
- #desc a{
- color:{color:desclink};
- }
- #desc b{
- color:{color:descbold};
- }
- #desc i{
- color:{color:descitalic};
- }
- #custombox1 {
- margin-top: 5px;
- width: 200px;
- display: inline-block;
- }
- #custombox1 a {
- display:block;
- width: 174px;
- border-left:20px solid {color:customlinktext};
- padding: 0px 3px 0px 3px;
- margin-bottom: 2px;
- text-align: left;
- font-family: consolas;
- font-size: 10px;
- color: {color:customlinktext};
- background-color: {color:customlinkbackground};
- text-shadow: 0 0 #000000;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #custombox1 a:hover {
- text-shadow: 5px 5px 2px {color:CustomLinkBackground};
- color: {color:CustomLinkBackground};
- background-color: {color:CustomLinkText};
- border-left:28px solid {color:CustomLinkBackground};
- }
- #navibox{
- margin-top:50px;
- padding-top:3px;
- width: 30px;
- text-align: center;
- display: inline-block;
- background:{color:background} url('{image:backgroundimage}') {text:Background Repeat};
- }
- #navibox a{
- display: block;
- width: 30px;
- height: 30px;
- margin-bottom: 3px;
- text-align: center;
- color:{color:headerbackground};
- background-color: {color:headerbackground};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #navibox a:hover{
- color: {color:headerbackground};
- background-color:{color:navitext};
- }
- #navibox a i{
- font-size:13px;
- width: 30px;
- height: 30px;
- line-height: 30px;
- text-shadow: -1px 0 {color:navitext}, 0 1px {color:navitext}, 1px 0 {color:navitext}, 0 -1px {color:navitext};
- }
- #navibox a:hover .navitext{
- opacity:1;
- margin-left:-54px;
- }
- .navitext{
- opacity:0;
- display:inline-block;
- position:absolute;
- margin-left:-48px;
- margin-top:7px;
- width:70px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .na{
- height:15px;
- line-height:15px;
- display:block;
- float:left;
- padding:2px;
- font-size:11px;
- font-family:calibri;
- background-color: {color:headerbackground};
- color: {color:navitext};
- }
- .nt{
- display:block;
- float:left;
- margin-top:4px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 5px 0 5px 8px;
- border-color: transparent transparent transparent {color:headerbackground};
- }
- #pagi{
- display:inline-block;
- float:right;
- margin-top:20px;
- width:230px;
- padding:5px 0px;
- font-size: 11px;
- text-align:center;
- background:{color:headerbackground};
- box-shadow: 1px 1px 3px {color:boxshadow};
- letter-spacing:1px;
- font-family: 'gabo_driveregular';
- }
- .jump_page {
- padding: 2px;
- text-decoration:none;
- color: {color:navitext};
- }
- .current_page, .jump_page:hover {
- padding: 2px;
- color: {color:navitext};
- text-decoration:none;
- font-weight:bold;
- }
- .holdxx{
- left:370px;
- {block:ifMultipleColumnPosts}
- left:300px;
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- left:370px;
- {/block:PermalinkPage}
- top:0px;
- bottom:0px;
- right:0px;
- position:absolute;
- text-align:center;
- z-index:7;
- }
- #posts{
- margin-left: 0px;
- {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;
- padding-left:60px;
- {/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: 25px;
- margin-top:70px;
- position:relative;
- z-index:7;
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry{
- margin-bottom: 25px;
- {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;
- margin-bottom: 50px;
- margin-right:60px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 400px;
- padding-bottom:5px;
- {block:if540Posts}width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- box-shadow: 1px 1px 3px {color:boxshadow};
- padding: 5px;
- padding-bottom:0px;
- text-align:justify;
- font-family: dosiss,calibri;
- background-color: {color:entrybackground};
- color: {color:EntryText};
- font-size: 10px;
- }
- .entry img{
- {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:IndexPage}
- {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: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:IndexPage}
- }
- .entry:hover img{
- opacity: 1;
- filter: none;
- -webkit-filter: grayscale(0%);
- }
- .entry b, strong{
- color: {color:EntryBold};
- }
- .entry i, em{
- color: {color:EntryItalic};
- }
- .entry a{
- color: {color:EntryLink};
- 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:EntryLinkhover};
- }
- .entry h1{
- font-family: consolas;
- text-transform: uppercase;
- font-size: 15px;
- font-weight: 20px;
- letter-spacing: 1px;
- }
- .entry h1 a{
- color: {color:NormalLink};
- }
- blockquote{
- border-left: 3px solid {color:blockquoteborder};
- padding-left:10px;
- padding-right: 4px;
- margin:2px;
- margin-left:5px;
- }
- .entry blockquote img{
- max-width: 90%;
- margin-left: 3px;
- }
- .entry pre{
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- font-family:courier new;
- font-size:11px;
- padding:5px;
- letter-spacing:0px;
- background-color:#a5a5a5;
- color: #252324;
- }
- .entry blockquote pre{
- background-color:#a5a5a5;
- font-size:11px;
- font-family:courier new;
- padding:5px;
- width:100%;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- color: #252324;
- }
- #quote{
- color: {color:EntryText};
- padding: 15px;
- font-family: 'mohavebold';
- font-size:11px;
- text-align:justify;
- line-height: 15px;
- }
- .quote2{
- position:absolute;
- margin-left:-20px;
- margin-top:10px;
- font-family: Donegal One,serif;
- font-size: 50px;
- color: {color:EntryText};
- }
- #perma{
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}margin-left: 518px;{/block:if500Posts}
- {block:ifNot500Posts}
- margin-left: 418px;
- {block:if540Posts}margin-left: 558px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- margin-left: 268px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- margin-top:-3px;
- position:absolute;
- z-index: 99999;
- font-family: calibri;
- letter-spacing: 1px;
- display: inline-block;
- text-align: left;
- }
- #perma a{
- width:13px;
- height:13px;
- display:block;
- font-size:13px;
- margin-bottom:3px;
- text-align:center;
- color: {color:EntryRightButtons};
- }
- #perma i,em{
- color: {color:EntryRightButtons};
- }
- .pcontainer{
- {block:ifNotMultipleColumnPosts}
- {block:if500Posts}width: 510px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 410px;
- {block:if540Posts}width: 550px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- width:260px;
- {/block:ifMultipleColumnPosts}
- position:relative;
- left:-5px;
- bottom:0;
- margin-top:5px;
- background-color:{color:PermaTagsBackground};
- border-right: 1px solid {color:PermaTagsBackground};
- }
- .table {
- display: table;
- height:100%;
- table-layout: fixed;
- font-size:8px;
- text-align:left;
- font-family: 'mohavebold';
- letter-spacing:1px;
- }
- .cell {
- vertical-align: middle;
- display: table-cell;
- height:100%;
- padding:5px;
- background:{color:permanotesbackground};
- color:{color:permanoteslink};
- }
- .cell2 {
- vertical-align: middle;
- display: table-cell;
- height:100%;
- padding:5px;
- background-color:{color:PermaTagsBackground};
- color:{color:PermaTagsText};
- }
- .cell a{
- color:{color:PermaNotesLink};
- }
- .cell2 a{
- color:{color:PermaTagsLink};
- }
- .table a{
- text-decoration:none;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .cell a:hover{
- text-shadow:0px 0px {color:PermaNotesLink}, -0px 0px {color:PermaNotesLink}; }
- .cell2 a:hover{
- text-shadow:0px 0px {color:PermaTagsLink}, -0px 0px {color:PermaTagsLink};
- }
- x{
- font-size: 12px;
- color: {color:TagsLink};
- }
- b,strong{
- color:{color:EntryBold};
- }
- .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,strong{
- color: {color:EntryBold};
- font-weight: normal;
- }
- #date {
- color: {color:EntryText};
- }
- #permalink a {
- color: {color:EntryLink};
- text-decoration: none;
- }
- .title{
- color: {color:PostTitle};
- padding:5px;
- font-size: 18px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: 'mohavebold';
- 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: 18px;
- margin-bottom:10px;
- display:block;
- text-transform: none;
- text-align: center;
- font-family: 'mohavebold';
- 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-down2 {
- 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:EntryBold};
- background-color:{color:EntryBoldbackground};
- text-align: center;
- margin-top: -5px;
- }
- #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-color: {color:entrybackground};
- 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: #ffffff;
- 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;
- left:0px;
- right:80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- left:0px;
- right:200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- left:0px;
- right:200px;
- {/block:permalinkpage}
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- }
- .tumblr_audio_player {
- width:40px;
- {block:ifMultipleColumnPosts}
- height: 80px;
- left:0px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- left:0px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- left:0px;
- {/block:permalinkpage}
- }
- .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:6;
- }
- .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:#fff;
- 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:6;
- 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%;
- z-index:6;
- {block:ifMultipleColumnPosts}
- height: 80px;
- {/block:ifMultipleColumnPosts}
- {block:ifNotMultipleColumnPosts}
- height: 200px;
- {/block:ifNotMultipleColumnPosts}
- {block:permalinkpage}
- height: 200px;
- {/block:permalinkpage}
- }
- .odd .line {
- padding: 3px;
- margin-bottom:3px;
- border-bottom: 1px solid {color:EntryText};
- }
- .even .line {
- padding:3px;
- margin-bottom:3px;
- border-bottom: 1px solid {color:EntryText};
- }
- .odd .name {
- padding: 3px;
- }
- .even .name {
- padding: 3px;
- }
- #s-m-t-tooltip{
- display:inline-block;
- z-index:9999999 !important;
- margin:24px 14px 7px 12px;
- padding:3px;
- font-size:8px;
- font-family: 'mohavebold';
- letter-spacing:1px;
- background-color: {color:headerbackground};
- color: {color:navitext};
- }
- /* =============================================================================
- 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;
- }
- .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;
- }
- #pagination{
- width:10;
- left:0px;
- bottom:0px;
- position:absolute;
- padding:5px 15px 0px 0px;
- display:none;
- }
- .reblog-button svg path {
- fill: {color:EntryRightButtons};
- }
- .like { /* Make a parent element */
- position: relative;
- }
- .like svg path { /* Select your color of choice */
- fill: {color:EntryRightButtons};
- }
- .like .like_button { /* Position like button above your custom one */
- position: absolute;
- top: 0;
- opacity: 0;
- }
- .like .like_button.liked { /* Keep the functionality active */
- opacity: 1;
- }
- {CustomCSS}
- </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">
- jQuery(document).ready(function() {
- jQuery("#custombox").hide();
- //toggle the componenet with class msg_body
- jQuery("#hide").click(function()
- {
- jQuery(this).next("#custombox").slideToggle(500);
- });
- });
- </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 = $(".entry");
- 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">
- $(document).ready(function(){
- // infinite scrolling
- var $container = $('#posts');
- {block:ifMultipleColumnPosts}
- // masonry setup
- $container.masonry({
- itemSelector:".entry",
- columnWidth : 0,
- isFitWidth: true,
- });
- $container.imagesLoaded(function(){
- $container.masonry();
- });
- {/block:ifMultipleColumnPosts}
- $container.infinitescroll({
- loadingImg:'',
- loadingText:'<em></em>',
- navSelector:'#pagination',
- nextSelector:'#pagination a.next',
- itemSelector:'.entry',
- },
- 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 = $(".entry");
- 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>
- <div class="header">
- <div class="holdxx">
- <div id="lefttitle">{Title}</div>
- </div>
- </div>
- <div class="sbholder">
- <div id="sidebar">
- <div class="sidebarleft">
- <div id="navibox">
- <a href="/"><div class="navitext"><div class="na">Home</div><div class="nt"></div></div><i class="fa fa-home"></i></a>
- <a href="/ask"><div class="navitext"><div class="na">Message</div><div class="nt"></div></div><i class="fa fa-commenting"></i></a>
- <a href="/archive"><div class="navitext"><div class="na">Archive</div><div class="nt"></div></div><i class="fa fa-folder-open"></i></a>
- <a href="https://dianthus-s.tumblr.com/"><div class="navitext"><div class="na">Theme</div><div class="nt"></div></div><i class="fa fa-tags"></i></a>
- </div>
- </div>
- <div style="float:right;">
- <div id="sidebarx">
- <img src="{image:sidebarimage}">
- </div>
- <div id="custombox1">
- {block:ifLink1}<a href="{text:URL1}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:URL2}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:URL3}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:URL4}">{text:Link4}</a>{/block:ifLink4}
- </div>
- <center><div id="desc">{Description}</div></center>
- </div>
- </div>
- {block:IfNotInfiniteScrolling}
- {block:indexpage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">Back</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">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:indexpage}
- {/block:IfNotInfiniteScrolling}
- </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="entry" id="{PostID}">
- {block:IndexPage}
- <div id="perma">
- <div class="reblog-button" title="Reblog">
- {ReblogButton size="13"}
- </div>
- <div class="like" title="like">
- <svg width="13" height="13" viewBox="0 0 19 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>
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}" title="Origin" style="margin-top:2px;"><i class="fa fa-send"></i></a>
- <a href="{ReblogParentURL}" title="Via"><i class="fa fa-folder"></i></a>
- {/block:RebloggedFrom}
- <div class="pa" style="margin-top:10px;margin-bottom:0px;"></div>
- </div>
- {/block:IndexPage}
- {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 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 class="audiowrapper">
- <div class="audioimgwrapper">
- <div class="audioimgwrapper2"><img src="https://static.tumblr.com/uuxiawr/MKPo9aacy/albumart.png"></div>
- {block:AlbumArt}
- <div class="audioimgwrapper3"></div>
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayer}
- </div>
- </div>
- </div>
- <center>
- <div class="trackdetails">
- <p>
- <font class="pc">{PlayCountWithLabel}</font>
- <font class="ann" style="margin-top:5px;display:block;width:100%;">{block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</font>
- </p>
- </div>
- </center>
- </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">{Question}</div>
- <div class="arrow-down2"></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 id="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="pcontainer">
- <div class="table">
- <div class="cell">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfShowTags}
- {block:HasTags}
- <div class="cell2">
- {block:Tags} #<a href="/tagged/{Tag}">{Tag} </a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- </div>
- </div>
- {/block:indexpage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </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