Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!---
- don't remove the credit
- leave the credit if you want to use parts of the theme
- --->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:BlockquoteBackground" content="#5d5d5c" />
- <meta name="color:BlockquoteBorder" content="#be0862" />
- <meta name="color:BlockquoteLink" content="#be0862" />
- <meta name="color:BlockquoteText" content="#ffffff" />
- <meta name="color:BlogTitle" content="#84e5f9" />
- <meta name="color:BlogTitleFColor" content="#ffffff" />
- <meta name="color:BlogTitleFBackgroundColor" content="#84e5f9" />
- <meta name="color:DescBold" content="#be0862" />
- <meta name="color:DescItalic" content="#5d5d5c" />
- <meta name="color:DescLink" content="#82e4f9" />
- <meta name="color:DescText" content="#5d5d5c" />
- <meta name="color:CustomLinksText" content="#5d5d5c" />
- <meta name="color:CustomLinksBackground" content="#ffffff" />
- <meta name="color:EntryBackground" content="#ffffff" />
- <meta name="color:EntryBold" content="#be0862" />
- <meta name="color:EntryBorder" content="#82e4f9" />
- <meta name="color:EntryItalic" content="#5d5d5c" />
- <meta name="color:EntryLink" content="#82e4f9" />
- <meta name="color:EntryLinkHover" content="#333333" />
- <meta name="color:NaviBackground" content="#82e4f9" />
- <meta name="color:NaviText" content="#ffffff" />
- <meta name="color:NaviVersion2Text" content="#82e4f9" />
- <meta name="color:PermaLinkBackground" content="#5d5d5c"/>
- <meta name="color:PermaLinkText" content="#ffffff"/>
- <meta name="color:PermaLinkTextLeftShadow" content="#FF0000"/>
- <meta name="color:PermaLinkTextRightShadow" content="#00F1F5"/>
- <meta name="color:PostTitle" content="#be0862" />
- <meta name="color:SidebarQuote" content="#ffffff" />
- <meta name="color:SidebarQuoteBackground" content="#82e4f9" />
- <meta name="color:SubtitleColor" content="#5d5d5c" />
- <meta name="color:SubtitleBoldColor" content="#be0862" />
- <meta name="color:Text" content="#5d5d5c" />
- <meta name="if:500Posts" content="0" />
- <meta name="if:540Posts" content="1" />
- <meta name="if:CustomLinks" 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="0" />
- <meta name="if:NaviVersion2" content="0" />
- <meta name="if:ShowCaptions" content="1">
- <meta name="if:ShowTags" content="1" />
- <meta name="if:SidebarQuote" content="1" />
- <meta name="image:BackgroundImage" content=""/>
- <meta name="image:CornerImage" content="" />
- <meta name="image:SidebarImage" content="https://static.tumblr.com/uuxiawr/nYdnvpn7j/kuroko.png"/>
- <meta name="text:Background Repeat" content="repeat"/>
- <meta name="text:BlogTitleFollowup" content=" TitleFollow Up"/>
- <meta name="text:EntryFontSize" content="10"/>
- <meta name="text:MusicCode" content=" "/>
- <meta name="text:Subtitle" content="Your Subtitle Here"/>
- <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="/"/>
- <meta name="text:Link5" content="" />
- <meta name="text:URL5" content="/"/>
- <meta name="text:Link6" content="" />
- <meta name="text:URL6" content="/"/>
- <meta name="text:Link7" content="" />
- <meta name="text:URL7" content="/"/>
- <meta name="text:Link8" content="" />
- <meta name="text:URL8" content="/"/>
- <head>
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/nn8nvpohk/stylesheet.css" />
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/uuxiawr/5gBnvp48v/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='https://fonts.googleapis.com/css?family=Donegal+One' rel='stylesheet' type='text/css'>
- <meta https-equiv="content-type" content="text/html; charset=utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- @import url(https://weloveiconfonts.com/api/?family=fontawesome);
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- }
- body {
- background-image: url('{image:backgroundImage}');
- background-color: {color:background};
- background-attachment: fixed;
- background-repeat: {text:Background Repeat};
- color: {color:text};
- margin: 0;
- padding:0;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:customlinkstext};
- height: 5px;
- width: 8px;
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;
- background-color: {color:customlinksbackground};
- }
- 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;
- }
- #blogtitle{
- display:inline-block;
- text-align:left;
- margin-bottom:-3px;
- width:300px;
- line-height:21px;
- font-size:28px;
- text-transform:uppercase;
- font-family: 'code_boldregular';
- color: {color:blogtitle};
- }
- .ac{
- font-size:28px;
- font-family: 'code_lightregular';
- display:inline-block;
- padding:1px;
- padding-top:4px;
- margin-left:5px;
- margin-bottom:2px;
- color:{color:BlogTitleFColor};
- background-color:{color:BlogTitleFBackgroundColor};
- }
- .sidebarq{
- display:block;
- width:70px;
- height:70px;
- line-height:135px;
- text-align:center;
- background-color:{color:sidebarquotebackground};
- color:{color:sidebarquote};
- position:absolute;
- z-index:1;
- margin-left:232px;
- margin-top:-35px;
- font-size:115px;
- font-family: 'sf_atarian_systembold';
- -moz-border-radius: 70px 70px 70px 70px;
- -webkit-border-radius: 70px 70px 70px 70px;
- border-radius: 70px 70px 70px 70px;
- }
- #blogtitle 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;
- }
- .subtitle{
- display:inline-block;
- width:250px;
- margin-top:5px;
- font-size:18px;
- text-align:center;
- font-family: 'willgraceregular';
- color:{color:subtitlecolor};
- z-index:9999;
- position:relative;
- }
- .subtitle b{
- color:{color:subtitleboldcolor};
- }
- #sidebar {
- position:fixed;
- top:60px;
- left:40px;
- width:300px;
- text-align:center;
- }
- .holdxx{
- left:400px;
- top:0px;
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- left:365px;
- bottom:0px;
- padding-right:20px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermaLinkPage}
- left:400px;
- {/block:PermaLinkPage}
- right:0px;
- z-index:98;
- position:absolute;
- text-align:center;
- }
- .sidebarx{
- width:300px;
- display:inline-block;
- z-index:1;
- position:relative;
- }
- .sidebarx img{
- display:block;
- width:300px;
- margin-bottom:0px;
- }
- .navi2{
- width:100px;
- height:70px;
- display:block;
- float:left;
- margin-top:0px;
- margin-right:10px;
- }
- .navi2 a{
- font-family:georgia;
- font-size:15px;
- color:{color:NaviVersion2Text};
- width:100px;
- display:block;
- margin-bottom:0px;
- line-height:16px;
- text-align:right;
- font-style:italic;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .navi2 a:hover{
- color:{color:desctext};
- }
- .container{
- width:300px;
- display:block;
- margin-top:10px;
- }
- .navi{
- width:100px;
- height:70px;
- display:block;
- float:left;
- margin-top:4px;
- margin-right:10px;
- }
- .navi a{
- width:100px;
- font-size:10px;
- padding:2px 1px 2px 1px;
- font-family:calibri;
- line-height:10px;
- display:block;
- margin-bottom:2px;
- color:{color:navitext};
- background-color:{color:navibackground};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .navi a:hover{
- background-color:{color:navitext};
- color:{color:navibackground};
- }
- #descbox{
- text-align:justify;
- color: {color:desctext};
- font-family: calibri;
- font-size: 10px;
- display:block;
- }
- #descbox a{
- color: {color:desclink};
- text-decoration: underline;
- }
- #descbox b,strong{
- color: {color:descbold};
- }
- #descbox i,em{
- color: {color:descitalic};
- }
- #pagi{
- display:inline-block;
- width: 300px;
- height:15px;
- margin-top:20px;
- line-height:15px;
- font-size: 11px;
- text-align:center;
- font-family: cambria;
- }
- #pagi a{
- color: {color:desctext};
- }
- .jump_page {
- padding: 2px;
- font-family:cambria;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 2px;
- color: {color:desclink};
- font-family:cambria;
- font-size:11px;
- text-decoration:none;
- }
- #posts{
- margin-bottom: 25px;
- margin-top:50px;
- position:relative;
- {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}
- margin-left: auto;
- margin-right: auto;
- padding-right:20px;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 520px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 420px;
- {block:if540Posts}width: 560px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:PermalinkPage}
- }
- img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .entry{
- font-size: {text:EntryFontSize}px;
- padding: 6px;
- text-align:justify;
- font-family: calibri;
- border:6px solid {color:EntryBorder};
- background-color: {color:entrybackground};
- color: {color:text};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- {block:ifNotMultipleColumnPosts}
- {block:IndexPage}
- {block:if500Posts}width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 400px;
- {block:if540Posts}width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- margin-top: 35px;
- {/block:IndexPage}
- {/block:ifNotMultipleColumnPosts}
- {block:ifMultipleColumnPosts}
- {block:IndexPage}
- width:250px;
- margin-left:30px;
- display:block;
- float:left;
- margin-bottom: 40px;
- position:relative;
- {/block:IndexPage}
- {/block:ifMultipleColumnPosts}
- {block:PermalinkPage}
- {block:if500Posts}width: 500px;{/block:if500Posts}
- {block:ifNot500Posts}
- width: 400px;
- {block:if540Posts}width: 540px;{/block:if540Posts}
- {/block:ifNot500Posts}
- margin-top: 35px;
- {/block:PermalinkPage}
- }
- {block:ifnotMultipleColumnPosts}
- .entry:hover{
- margin-top:50px;
- margin-bottom:50px;
- }
- {/block:ifnotMultipleColumnPosts}
- .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};
- }
- b,strong{
- color: {color:EntryBold};
- }
- i, em{
- color: {color:EntryItalic};
- }
- .entry i, em{
- color: {color:EntryItalic};
- }
- .entry a{
- text-decoration: underline;
- color: {color:EntryLink};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .entry a:hover{
- color: {color:EntryLinkHover};
- text-decoration: none;
- text-shadow: 0.1em 0.1em 0.06em {color:text};
- }
- .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: 12px;
- padding-left:10px;
- padding-right: 4px;
- margin:5px;
- text-align:justify;
- }
- .entry blockquote img{
- max-width: 90%;
- margin-left: 3px;
- }
- .entry pre{
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- font-family:courier new;
- font-size:11px;
- padding:5px;
- letter-spacing:0px;
- background-color:{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:95%;
- margin:5px;
- display:block;
- word-wrap:break-word;
- white-space: pre-wrap;
- word-break:break-all;
- }
- .entry blockquote pre a{
- color:{color:BlockquoteLink};
- }
- #quote{
- color: {color:entrybackground};
- background-color:{color:text};
- padding: 15px;
- font-family: consolas;
- font-size:13px;
- display:block;
- text-align:left;
- border-top:5px solid {color:quoteborder};
- letter-spacing: 1px;
- line-height: 15px;
- padding-top:30px;
- }
- .quote2{
- position:relative;
- margin-bottom:-25px;
- margin-top:0px;
- display:block;
- height:40px;
- line-height:75px;
- width:40px;
- text-align:center;
- border:5px solid {color:quoteborder};
- color: {color:entrybackground};
- background-color:{color:text};
- font-family: Donegal One,serif;
- font-size: 52px;
- }
- .permalink {
- font-family: cambria;
- font-size: 10px;
- color: {color:Text};
- text-transform: uppercase;
- text-align: center;
- width: 512px;
- margin:30px 0px 10px -12px;
- float: left;
- padding-top:10px;
- background-color: {color:entrybackground};
- border:6px solid {color:EntryBorder};
- }
- .permalink b {
- color: {color:EntryBold};
- font-weight: normal;
- }
- #date {
- color: {color:text};
- }
- .permalink a {
- color: {color:EntryLink};
- text-decoration: none;
- }
- /* Tags */
- .perma2{
- display:block;
- text-align:left;
- font-family:calibri;
- font-size:10px;
- padding:5px;
- margin-top:6px;
- width: 240px;
- background-color:{color:PermaLinkBackground};
- color:{color:PermaLinkText};
- }
- .perma2 a{
- text-decoration:none;
- color:{color:PermaLinkText};
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- }
- .perma2 a:hover{
- color:{color:EntryLink};
- }
- /* tagx */
- #tags {
- width: 240px;
- display:block;
- text-align:left;
- font-family:calibri;
- font-size:10px;
- margin-top:3px;
- background-color:{color:permabackground};
- color:{color:text}
- }
- #tags a{
- color:{color:text};
- text-decoration:none;
- }
- .title{
- color: {color:posttitle};
- margin-bottom:10px;
- font-size: 28px;
- font-family: 'code_boldregular';
- line-height: 23px;
- display:block;
- border-bottom:1px solid {color:posttitle};
- text-align: center;
- }
- .title a{
- text-decoration:none;
- }
- /* Ask Posts */
- .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:text};
- font-size:0px;
- line-height:0px;
- }
- .ask {
- display:block;
- padding:10px;
- background-color:{color:text};
- color:{color:entrybackground};
- 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:text};
- }
- #source{
- font-family: consolas;
- font-size:10px;
- padding:2px 0px 2px 0px;
- text-align: center;
- margin-top: -5px;
- background-color:{color:quoteborder};
- color:{color:text};
- margin-bottom:15px;
- }
- #source a{
- color:{color:entrybackground};
- }
- #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: 2px solid {color:text};
- }
- .even .line {
- padding:3px;
- margin-bottom:3px;
- border-bottom: 2px solid {color:text};
- }
- .odd .name {
- padding: 3px;
- }
- .even .name {
- padding: 3px;
- }
- .musicbox
- {position:fixed;
- bottom:0px;
- right:0px;
- width:95px;
- height:12px;
- background-color:{color:sidebarbackground};
- 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;
- }
- .musicbox:hover
- {opacity:1;
- }
- #musicpic
- {height:12px;
- line-height:12px;
- display:block;
- position:relative;
- -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;
- position:relative;
- display:block;
- }
- .musicbox:hover #musicpic
- {margin-top:-18px;
- }
- /*PERMAS*/
- .perma0{
- font-family:calibri;
- font-size:10px;
- text-transform:none;
- opacity:0;
- margin-top:-20px;
- padding:2px 10px 2px 10px;
- position:absolute;
- display:block;
- text-align:center;
- background-color:{color:PermaLinkBackground};
- color:{color:permalinktext};
- border:1px solid {color:permalinktext};
- margin-left:0px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- .perma0 a{
- color:{color:permalinktext};
- text-decoration:none;
- text-shadow: 1px 0 .2px {color:permalinktextleftshadow}, -1px 0 .2px {color:permalinktextrightshadow};
- }
- .entry:hover .perma0{
- opacity:1;
- {block:if500Posts}margin-left: 354px;{/block:if500Posts}
- {block:ifNot500Posts}
- margin-left: 254px;
- {block:if540Posts}margin-left: 394px;{/block:if540Posts}
- {/block:ifNot500Posts}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- .tag1{
- font-family:calibri;
- font-size:10px;
- text-transform:none;
- opacity:0;
- margin-top:-5px;
- position:absolute;
- display:block;
- text-align:left;
- width:100px;
- {block:IndexPage}
- {block:if500Posts}margin-left: 520px;{/block:if500Posts}
- {block:ifNot500Posts}
- margin-left: 420px;
- {block:if540Posts}margin-left: 560px;{/block:if540Posts}
- {/block:ifNot500Posts}
- {/block:IndexPage}
- color:{color:permalinktext};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -moz-border-radius: 3px 3px 3px 3px;
- }
- .tag1 a{
- padding:0px 2px 0px 2px;
- background-color:{color:PermaLinkBackground};
- color:{color:permalinktext};
- text-decoration:none;
- margin-left:2px;
- display:inline-block;
- margin-bottom:2px;
- border:1px solid {color:permalinktext};
- text-shadow: 1px 0 .2px {color:permalinktextleftshadow}, -1px 0 .2px {color:permalinktextrightshadow};
- }
- .entry:hover .tag1{
- opacity:1;
- margin-top:5px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- .perma1{
- font-family:calibri;
- font-size:10px;
- text-transform:none;
- opacity:0;
- margin-top:0px;
- padding:2px 10px 2px 10px;
- position:absolute;
- display:block;
- text-align:center;
- background-color:{color:PermaLinkBackground};
- color:{color:permalinktext};
- border:1px solid {color:permalinktext};
- {block:if500Posts}margin-left: 360px;{/block:if500Posts}
- {block:ifNot500Posts}
- margin-left: 260px;
- {block:if540Posts}margin-left: 400px;{/block:if540Posts}
- {/block:ifNot500Posts}
- color:{color:permalinktext};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -moz-border-radius: 3px 3px 3px 3px;
- }
- .perma1 a{
- color:{color:permalinktext};
- text-decoration:line-through;
- text-shadow: 1px 0 .2px {color:permalinktextleftshadow}, -1px 0 .2px {color:permalinktextrightshadow};
- }
- .entry:hover .perma1{
- opacity:1;
- margin-left:0px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- .pagination {
- display:none;
- position: fixed;
- right: 20px;
- bottom: 10px;
- text-align: center;
- }
- .tmblr-iframe {
- right:3px !important;
- position:fixed !important;
- z-index:9999999;
- opacity: 0.4;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .tmblr-iframe:hover {
- opacity: 1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* =============================================================================
- 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;
- }
- #pagination{
- width:10;
- left:0px;
- bottom:0px;
- position:absolute;
- padding:5px 15px 0px 0px;
- display:none;
- }
- </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>
- {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}
- {block:indexpage}
- {block:ifmusicplayer}
- <div class="musicbox">
- <div id="musicpic">
- <img src="https://media.tumblr.com/tumblr_m9c550ZXJM1rto88t.gif">
- </div>
- <div id="playerbox">
- {text:MusicCode}
- </div>
- </div><!-- musicbox -->
- {/block:ifmusicplayer}
- {/block:indexpage}
- <div id="sidebar">
- <div id="blogtitle">
- <span>{title}</span><div class="ac">{text:BlogTitleFollowup}</div>
- </div>
- <div class="sidebarx">
- <img src="{image:sidebarimage}">
- </div>
- {block:ifSidebarQuote}
- <div class="sidebarq">”</div>
- {/block:ifSidebarQuote}
- <div class="subtitle">{text:subtitle}</div>
- <div class="container">
- {block:ifnotNaviVersion2}
- <div class="navi">
- <a href="/" >Index</a>
- <a href="/ask" >Message</a>
- <a href="/archive" >Archive</a>
- <a href="https://dianthus-s.tumblr.com/" style="margin-right:0px;">Theme</a>
- </div>
- {/block:ifnotNaviVersion2}
- {block:ifNaviVersion2}
- <div class="navi2">
- <a href="/" >Index •</a>
- <a href="/ask" style="font-size:20px;margin-top:-3px">Message •</a>
- <a href="/archive" style="font-size:24px;">Archive •</a>
- <a href="https://a--themes.tumblr.com/" style="font-size:18px;">Theme •</a>
- </div>
- {/block:ifNaviVersion2}
- <div id="descbox">
- {Description}
- </div>
- </div>
- {block:ifcustomlinks}
- <select style="width: 300px; border: 2px solid {color:navibackground}; padding: 0px; color: {color:customlinkstext}; background-color: {color:customlinksbackground}; margin-top:5px; font-family: calibri; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
- <option value="/">NAVIGATION</option>
- {block:IfLink1}<option value="{text:URL1}">→ {text:Link1}</option>{/block:IfLink1}
- {block:IfLink2}<option value="{text:URL2}">→ {text:Link2}</option>{/block:IfLink2}
- {block:IfLink3}<option value="{text:URL3}">→ {text:Link3}</option>{/block:IfLink3}
- {block:IfLink4}<option value="{text:URL4}">→ {text:Link4}</option>{/block:IfLink4}
- {block:IfLink5}<option value="{text:URL5}">→ {text:Link5}</option>{/block:IfLink5}
- {block:IfLink6}<option value="{text:URL6}">→ {text:Link6}</option>{/block:IfLink6}
- {block:IfLink7}<option value="{text:URL7}">→ {text:Link7}</option>{/block:IfLink7}
- {block:IfLink8}<option value="{text:URL8}">→ {text:Link8}</option>{/block:IfLink8}
- </select>
- {/block:ifcustomlinks}
- <center>
- {block:IfNotInfiniteScrolling}
- {block:indexpage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">←</a>{/block:PreviousPage}
- {block:JumpPagination length="8"}
- {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}
- </div>
- {/block:indexpage}
- {/block:IfNotInfiniteScrolling}
- </center>
- </div>
- <div class="holdxx">
- <div id="posts">
- {block:Posts}
- <div class="entry" id="{PostID}">
- {block:ifnotMultipleColumnPosts}
- {block:indexpage}
- <div class="perma0">
- <a href="{ReblogURL}">REBLOG</a> //
- {block:Date}<a href="{Permalink}"> {24Hour}:{Minutes} {AmPm} </a>{/block:Date}
- {block:RebloggedFrom}// <a href="{ReblogRootURL}">Ori</a>.<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
- </div>
- {block:IfShowTags}
- <div class="tag1">
- {block:HasTags}
- {block:Tags}<a href="/tagged/{Tag}">{Tag}</a><br /> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IfShowTags}
- {/block:indexpage}
- {/block:ifnotMultipleColumnPosts}
- {block:Text}
- {block:Title}<div class="title">» {Title}<t></t></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="title">
- <a href="{URL}" {Target}><span class="fontawesome-link"></span> {Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <center><div class="quote2">“ </div></center>
- <div id="quote">
- {Quote}</div>
- {block:Source}
- <div id="source"> —{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="title">» {Title}</div>
- {/block:Title}
- {block:Lines}<div class="{Alt}">
- <div class="line">{block:Label}<span class="name">{Label}</span>{/block:Label} {Line}<br /></div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div 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: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:ifMultipleColumnPosts}
- {block:indexpage}
- <div class="perma2">
- <a href="{ReblogURL}">REBLOG</a> + <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogRootURL}">Ori</a> .<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
- </div>
- {block:IfShowTags}
- {block:HasTags}
- <div id="tags">
- tags: {block:Tags} <a href="/tagged/{Tag}">{Tag}</a> + {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:indexpage}
- {/block:ifMultipleColumnPosts}
- {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:ifnotMultipleColumnPosts}
- {block:indexpage}
- <div class="perma1">
- {block:Date}Posted <a href="{Permalink}">{timeago}</a> {/block:Date}
- With <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:indexpage}
- {/block:ifnotMultipleColumnPosts}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div>
- <img src="{image:cornerimage}" style="position:fixed;
- max-height: 100%;
- max-width: 450px;
- right:-20px;
- bottom:-5px;
- z-index:-9;
- ">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment