Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME 06 [SPRING IN ME] by saisei-themes @ tumblr
- - do not repost
- - do not claim as your own
- - do not use as base
- - enjoy !
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="https://use.fontawesome.com/257106a2c1.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:bg" content="#fbfbfb" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:links" content="#cccccc" />
- <meta name="color:links hover" content="#d4dff0" />
- <meta name="color:text" content="#b8b8b8" />
- <meta name="color:border" content="#ebebeb" />
- <meta name="color:blogt" content="#d4dff0" />
- <meta name="color:navi" content="#f8f8f8" />
- <meta name="color:bold" content="#edb5b5" />
- <meta name="color:question" content="#fff" />
- <meta name="text:text size" content="9" />
- <meta name="text:desc" content="" />
- <meta name="text:blogtitle" content="" />
- <meta name="text:description text size" content="8" />
- <meta name="image:icon" content="" />
- <meta name="image:background" content="" />
- <meta name="image:header" content="" />
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:show captions" content="0" />
- <meta name="if:photo fade" content="1" />
- <meta name="if:music player" content="1" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:link1" content="1" />
- <meta name="if:link2" content="1" />
- <meta name="if:link3" content="1" />
- <meta name="if:link4" content="0" />
- <meta name="if:link5" content="0" />
- <meta name="if:link6" content="0" />
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 4 url" content="" />
- <meta name="text:link 4 title" content="" />
- <meta name="text:link 5 url" content="" />
- <meta name="text:link 5 title" content="" />
- <meta name="text:link 6 url" content="" />
- <meta name="text:link 6 title" content="" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- $.fn.firstWord = function() {
- var text = this.text().trim().split(" ");
- var first = text.shift();
- this.html((text.length > 0 ? "<span class='firstWord'>"+ first + "</span> " : first) + text.join(" "));
- };
- </script>
- <style type="text/css">
- body, a, #con {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
- ::-webkit-scrollbar{ width: 7px; }
- body::-webkit-scrollbar-thumb{ background-color: {color:links hover}; }
- body::-webkit-scrollbar-track { background-color: {color:posts}; }
- @font-face { font-family: "caviardreams"; src: url('https://dl.dropboxusercontent.com/s/0sdd8pywjeng50w/caviardreams.ttf?dl=1'); format(“truetype”);}
- @font-face { font-family: "muli"; src: url('https://dl.dropboxusercontent.com/s/swqjp2tlc6l94cj/muli-light.ttf?dl=1'); format(“truetype”);}
- @-webkit-keyframes fadeInDown {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
- }
- @-webkit-keyframes fadeInLeft {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 10px;
- margin-left: 20px;
- text-transform:uppercase;
- z-index:999999;
- font-family: 'muli', sans-serif;
- font-size: 8px;
- color: {color:text}; !important;
- border: 1px solid {color:border};
- background-color: {color:bg};
- -moz-transition-duration:.80s;
- -webkit-transition-duration:.80s;
- -o-transition-duration:.80s;
- padding: 5px;
- letter-spacing: 1px;
- }
- .tmblr-iframe {
- top: 3px !important;
- right: 3px !important;
- position: fixed !important;
- z-index: 999999 !important;
- white-space: nowrap;
- opacity: 0.3;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- -webkit-transition: all 0.1s ease-in-out;
- -moz-transition: all 0.1s ease-in-out;
- -o-transition: all 0.1s ease-in-out;
- transition: all 0.1s ease-in-out;
- }
- blockquote {
- padding: 0px 0px 0px 10px !important;
- border-left: 1px solid {color:border};
- margin-left: -1px;
- margin-right: 0px;
- }
- body {
- background:url('{image:Background}') top left fixed repeat;
- background-color: {color:bg};
- color:{color:text};
- font-family: 'muli', serif;
- -webkit-font-smoothing: subpixel-antialised;
- overflow-x: hidden;
- font-size: {text:text size}px;
- margin: 0px;
- padding: 0px;
- }
- small, sub {
- font-size: {text:text size}px;
- }
- a {
- text-decoration: none;
- font-family: 'muli';
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- color:{color:links};
- text-transform: uppercase;
- }
- a:hover {
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- color:{color:links hover};
- }
- b, strong {
- color: {color:bold};
- font-size: calc({text:text size}px + 1px);
- }
- em, i { color: {color:links};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- i:hover {
- color: {color:bold};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- pre { white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- background-color: {color:border};
- padding: 5px;
- font-family: 'muli';
- font-size: 8px;
- }
- hr {
- border: 1px solid {color:border};
- }
- h1,h2 {font-family: 'caviardreams';
- font-size: 25px !important;
- line-height: 20px;
- color: {color:links}; !important;
- letter-spacing: 1px;
- margin-bottom: 2px;
- }
- h1 a, h2 a, h1 b, h2 b, h1 strong, h2 strong { font-size: 25px !important;
- font-family: 'caviardreams';
- }
- #con {
- height: 100%;
- width: 500px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 5%;
- }
- /* header */
- #header {
- width: 514px;
- padding: 0px;
- position: absolute;
- height: 240px;
- }
- #headerimg {
- background:url('{image:header}') center no-repeat;
- background-size: cover;
- border: 3px solid {color:posts};
- outline: 1px solid {color:border};
- opacity: .5;
- width: 514px;
- height: 240px;
- }
- #blogt {
- font-family: 'caviardreams';
- font-size: 30px;
- color: {color:blogt};
- letter-spacing: 3px;
- position: absolute;
- margin-left: 24%;
- margin-top: -75px;
- display: inline;
- width: 200px;
- text-transform: uppercase;
- }
- #sideicon {
- height: 75px;
- width: 75px;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- border-radius: 100px;
- background-image: url('{image:icon}');
- background-size: cover;
- margin-top: 80px;
- margin-left: 20px;
- border: 5px solid {color:bg};
- position: relative;
- }
- /* description */
- #desc {
- width: auto;
- float: left;
- margin-top: -2px;
- margin-left: 130px;
- height: 50px;
- position: relative;
- display: inline;
- }
- #desct {
- font-size: {text:description text size}px;
- font-family: 'muli';
- color: {color:text};
- text-transform: uppercase;
- margin-left: 5px;
- width: 91%;
- height: 50px;
- margin-top: -55px;
- line-height: 13px;
- letter-spacing: 1px;
- margin-left: 13px;
- overflow-y: scroll;
- overflow-x: hidden;
- text-align: justify;
- }
- #quotation {
- font-size: 50px;
- color: {color:links hover};
- position: absolute;
- margin:-75px 0px 0px -10px;
- opacity: .3;
- }
- /* navigation */
- #navi {
- list-style-type: none;
- margin-top: 245px;
- position: absolute;
- height: 80px;
- width: 520px;
- padding: 5px 0px 5px 0px;
- background:{color:posts};
- border-bottom: 1px solid {color:border};
- border-left: 1px solid {color:border};
- border-right: 1px solid {color:border};
- margin-left: -1px;
- }
- #links {
- text-align: center;
- position: relative;
- width:100px;
- margin-top: 10px;
- border-right: 1px solid {color:border};
- }
- #links a, #dropbtn {
- display: inline-block;
- color: {color:links};
- text-align: center;
- padding: 10px 10px;
- text-decoration: none;
- font-family: 'muli';
- font-size: 12px;
- letter-spacing: 1px;
- }
- #links a:hover,#dropdown:hover #dropbtn {
- color: {color:links hover};
- }
- #dropdown {
- display: inline;
- }
- #dropdown-content {
- opacity: 0;
- visibility: hidden;
- position: absolute;
- background-color: {color:posts};
- min-width: 100px;
- display: inline;
- margin-top: 30px;
- margin-left: -50px;
- border-left: 1px solid {color:border};
- border-right: 1px solid {color:border};
- border-top: 1px solid {color:border};
- z-index: 100;
- }
- #dropdown-content a {
- padding: 5px 10px;
- text-decoration: none;
- display: block;
- font-family: 'muli';
- font-size: 8px;
- text-transform: uppercase;
- border-bottom: 1px solid {color:border};
- text-align:center;
- }
- #dropdown-content a:hover {background-color:{color:bg}; color:{color:text}; }
- #dropdown:hover #dropdown-content {
- opacity: 1;
- visibility: visible;
- animation-name: fadeInDown;
- animation-duration: .8s;
- }
- /* posts */
- #entries {
- position: absolute;
- width: 500px;
- margin-left:auto;
- margin-top: 400px;
- font-size: {text:text size}px;
- letter-spacing: .5;
- }
- #posts {
- width: 500px;
- padding: 10px;
- background-color: {color:posts};
- margin-bottom: 35px;
- line-height: 15px;
- text-align: justify;
- word-wrap: break-word;
- border: 1px solid {color:border};
- font-size: {text:text size}px;
- }
- #posts img, #posts li, border img {
- max-width: 500px;
- height: auto;
- {block:ifPhotoFade}opacity: .5;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;{/block:ifPhotoFade}
- }
- iframe.photoset {
- max-width: 500px;
- {block:ifPhotoFade}opacity: .5;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;{/block:ifPhotoFade}
- }
- #posts img:hover, #posts li:hover, border img:hover, iframe.photoset:hover {
- {block:ifPhotoFade}opacity: 1.0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1;{/block:ifPhotoFade}
- }
- #title {
- font-size: 20px;
- letter-spacing: 2px;
- font-family: 'caviardreams';
- padding: 15px;
- background-color: {color:bg};
- color: {color:links hover};
- width: auto;
- margin: -10px -10px 10px -10px;
- text-align: center;
- text-transform: uppercase;
- }
- /* permalink and tags */
- #permalink {
- text-align: left;
- width: 120px;
- height: auto;
- margin-left: 518px;
- margin-top: -20px;
- position: absolute;
- opacity: 0;
- }
- #permalink a {padding-right:5px;
- color: {color:links};
- font-size: 10px;
- text-transform:uppercase;
- font-family: 'caviardreams';
- margin-left: 0px;
- line-height: 30px;
- text-align: center;
- width: auto;
- height: auto;
- display: block;
- margin-bottom: 3px;
- text-align: left;
- }
- #permalink a:hover {
- color: {color:links hover};
- }
- #posts:hover #permalink {
- opacity: 1;
- animation-name: fadeInLeft;
- animation-duration: .8s;
- }
- #date, #from, #origin, #note {
- border-bottom: 1px solid {color:border};
- width: 120px;
- margin-bottom: 5px;
- }
- #note a {
- font-size: 12px !important;
- }
- #from a {
- display: inline;
- margin-left: 5px;
- letter-spacing: 1px;
- font-size:9px;
- }
- #origin a {
- display: inline;
- margin-left: 5px;
- letter-spacing: 1px;
- font-size: 9px;
- }
- .tags {
- text-align: justify;
- position: relative;
- margin-top: -20px;
- width: 500px;
- {block:IndexPage}display: none;{/block:IndexPage}
- }
- .tags a {
- font-size: 8px; !important;
- margin-right: 2px;
- text-shadow: none;
- font-family: 'muli';
- text-transform:uppercase;
- color: {color:text};
- display: inline;
- background:;
- }
- .tags a:hover {
- color:{color:text} !important;
- }
- /* asks */
- .question {margin-bottom:10px;
- letter-spacing: .5px;
- background: {color:links hover};
- padding: 10px;
- min-height: 35px;
- width: auto;
- margin: -11px -11px 0px -11px;
- color: {color:question};
- }
- .asker {
- font-weight:bold;
- color: {color:posts};
- }
- .a {
- margin-top:20px;
- }
- /* quotes */
- #quote{text-align:left;
- font-size:25px;
- line-height:25px;
- color: {color:bold};
- font-family: 'caviardreams';
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- #source {
- margin-top:15px;
- text-align: center;
- text-transform: uppercase;
- font-style: italic;
- letter-spacing: 1px;
- }
- /* audio */
- .audio
- {padding: 0;}
- .audio_container
- { overflow: hidden;
- position: relative;
- width: 100px;}
- .soundcloud_audio_player
- {width: 100%;}
- .tumblr_audio_player
- {width: 100%;
- opacity: .5;
- }
- /* page notes and captions */
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- {block:ifSmallPosts}width:250px;{/block:ifSmallPosts}
- {block:ifMediumPosts}width:400px;{/block:ifMediumPosts}
- {block:ifLargePosts}width:500px;{/block:ifLargePosts}
- text-align:left;
- }
- .pagenotes img {
- display:none!important;
- }
- .pagenotes li {
- list-style-type:none;
- padding:5px
- border-bottom: 1px solid {color:border};
- text-align:left;
- margin:0 0 0 -40px;
- }
- #caption {
- width:100%;
- margin-top:15px;
- margin-bottom: -10px;
- }
- /* pagination */
- #pagination {
- font-family:'caviardreams';
- margin-top: -10px;
- width: 500px;
- text-align: center;
- font-size: 15px;
- position: relative;
- text-transform: uppercase;
- {block:ifInfiniteScroll}
- visibility:hidden;{/block:ifInfiniteScroll}
- }
- #pagination a {
- padding:0px;
- color: {color:links hover} !important;
- font-size: 10px;
- }
- #pagination a:hover {
- color: {color:links} !important;
- }
- /* credit - DO NOT DELETE */
- #cred {
- background-color: {color:posts};
- font-family: 'caviardreams';
- font-size: 12px;
- color: {color:links hover};
- padding: 5px;
- width: 22px;
- border: 2px solid {color:bg};
- outline: 1px solid {color:posts};
- float:bottom;
- top: 95%;
- left: 10px;
- position: fixed;
- }
- #cred a {
- color: {color:links hover};
- font-size: 15px;
- letter-spacing: 3px;
- }
- /* music player by muishiki @ tumblr.com */
- #musicplayer {
- position: fixed;
- left: 30px;
- top: 50px; }
- .yo {
- position: absolute;
- left: 35px;
- top: 0px;
- font-style: oblique; font: 9px georgia;
- width: 80px;
- height: auto;
- padding: 5px;
- background-color: #fff;
- opacity: 0;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- -ms-transition: all 0.3s eease-in;
- transition: all 0.3s ease-in; }
- #musicplayer:hover .yo {
- opacity: 1;
- -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
- -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
- box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
- .player {
- border: 1px solid #bbb;
- padding-top:2px;
- padding-right:1px;
- position: fixed;
- width: 25px;
- margin: 3px 0px 0px 0px;
- overflow: hidden;
- z-index: 9999;
- opacity: 0.6; }
- </style>
- </head>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- {/block:ifInfiniteScroll}
- <body>
- {block:ifMusicPlayer}<div id="musicplayer">
- <div class="yo">SONG TITLE; ARTIST</div>
- <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#fff" />
- <param name="FlashVars" value="mp3=SONG URL HERE&autoplay=0&bgcolor=ffffff&loadingcolor=4c4c4c&buttoncolor=4c4c4c" />
- </object></div>
- </div>{/block:ifMusicPlayer}
- <div id="con">
- <div id="header">
- <div id="headerimg">
- <div id="sideicon"></div>
- <div id="blogt">{text:blogtitle}</div>
- </div></div>
- <div id="navi">
- <div id="links">
- <a class="active" href="/" title="home"><i class="fa fa-cloud" aria-hidden="true"></i></a>
- <a href="/ask" title="ask"><i class="fa fa-commenting" aria-hidden="true"></i></a>
- <a href="/archive" title="archive"><i class="fa fa-history" aria-hidden="true"></i></a>
- <div id="dropdown">
- <a href="#" id="dropbtn"><i class="fa fa-chevron-down" aria-hidden="true"></i></a>
- <div id="dropdown-content">
- {block:ifLink1}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:ifLink2}
- {block:ifLink2}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{block:ifLink3}
- {block:ifLink4}<a href="{text:link 4 url}">{text:link 4 title}</a>{block:ifLink4}
- {block:ifLink5}<a href="{text:link 5 url}">{text:link 5 title}</a>{block:ifLink5}
- {block:ifLink6}<a href="{text:link 6 url}">{text:link 6 title}</a>{block:ifLink6}
- </div>
- </div>
- </div>
- <div id="desc"><div id="quotation">❝</div><div id="desct">{text:desc}</div></div>
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Date}
- <div id="permalink">
- <div id="date"><a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}︎</a></div>
- <div id="note">{block:NoteCount}<a href="{Permalink}"><i class="fa fa-heartbeat" aria-hidden="true" style="color: {color:bold}; font-size: 15px; margin-right: 5px"></i>{NoteCount}</a>{/block:NoteCount}</div>{block:RebloggedFrom}<div id="from"><i class="fa fa-refresh" aria-hidden="true" style="font-size: 15px"></i><a href="{ReblogParentURL}" >{ReblogParentName}</a></div>{block:ContentSource}<div id="origin"><i class="fa fa-star" aria-hidden="true" style="font-size:15px; color: {color:links hover}"></i><a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- {/block:Date}
- {block:Text}
- {block:Title}<div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="chat">{block:Lines}<div class="line">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
- {Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Answer}
- <div class="question">
- <div id="asker"><img src="{AskerPortraitURL-30}" style="float: left; margin-left:5px;margin-right:15px;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px; border: 3px solid {color:posts}"></div><div id="asker">{Asker} asked: </div>{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <div id="quote"><font color="{color:links hover}">❝</font> {Quote} <font color="{color:links hover}">❞</font></div>
- {block:Source}<div id="source"><font color="{color:links}">— </font> {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div class="audioContainer">
- {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:IfShowCaptions}
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}
- </div>
- <div id="tags">{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
- {/block:Posts}
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {block:ifNotinfinitescroll}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">future</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">past</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:ifNotInfinitescroll}
- </div>
- <div id="cred"><a href="http://www.saisei-themes.tumblr.com">ST</a></div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment