Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----------- FANSITE THEME 6 by clumhood :> ------------>
- <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}
- <!--------DEFAULT VARIABLES-------->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#626262"/>
- <meta name="color:link hover" content="#905976"/>
- <meta name="color:navigation" content="#000000"/>
- <meta name="color:nav links" content="#ffffff"/>
- <meta name="color:nav links hover" content="#d31e1e"/>
- <meta name="color:borders" content="#eeeeee"/>
- <meta name="color:question" content="#f8f8f8"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbar background" content="#ffffff"/>
- <meta name="color:sidebar" content="#ffffff"/>
- <meta name="color:titles" content="#000000"/>
- <meta name="color:titles bg" content="#ffffff"/>
- <meta name="color:titles border" content="#eeeeee"/>
- <meta name="color:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:events date" content="#eeeeee"/>
- <meta name="image:header" content=""/>
- <meta name="text:link 1 title" content="link"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2 title" content="link"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3 title" content="link"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4 title" content="link"/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5 title" content="link"/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6 title" content="link"/>
- <meta name="text:link 6 url" content=""/>
- <meta name="text:official link 1 title" content="link"/>
- <meta name="text:official link 1 url" content=""/>
- <meta name="text:official link 2 title" content="link"/>
- <meta name="text:official link 2 url" content=""/>
- <meta name="text:official link 3 title" content="link"/>
- <meta name="text:official link 3 url" content=""/>
- <meta name="text:official link 4 title" content="link"/>
- <meta name="text:official link 4 url" content=""/>
- <!----------------SCRIPTS---------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,400italic,500,500italic,700,700italic,900,900italic:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- /*----------SCROLLBAR---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px;
- }
- /*----------TOOLTIPS---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- letter-spacing:2px;
- font-family:arial;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------BASICS---------*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:'roboto', sans-serif;
- font-size:11px;
- line-height:150%;
- margin:0;
- text-align:left;
- }
- small {
- font-size:11px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:14px;
- font-weight:none;
- font-family:arial;
- line-height:150%;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:10px;
- margin:10px;
- border-left:1px solid #eee;
- }
- /*----------HEADER---------*/
- .h img {
- margin-bottom:0px;
- }
- .header {
- width:100%;
- background:{color:navigation};
- margin-top:-5px;
- }
- .links {
- text-align:center;
- padding:30px;
- text-transform:uppercase;
- font-size:15px;
- font-weight:none;
- }
- .links a {
- color:{color:nav links};
- margin-right:40px;
- }
- .links a:hover {
- color:{color:link hover};
- }
- /*----------SIDEBAR---------*/
- .sidebar {
- position:absolute;
- width:350px;
- margin-top:50px;
- margin-left:20px;
- }
- .cat {
- padding:20px;
- border:1px solid {color:borders};
- margin-bottom:50px;
- background:white;
- }
- .cti {
- text-transform:uppercase;
- font-size:15px;
- font-weight:none;
- padding:10px;
- border-bottom:1px solid #eee;
- margin-bottom:20px;
- color:{color:titles};
- background:{color:titles bg};
- }
- .welcome {
- text-align:justify;
- padding:20px;
- margin:5px;
- margin-top:0px;
- font-size:12px;
- }
- .projects {
- padding:5px;
- text-align:left;
- margin-top:0px;
- }
- .hqs {
- height:150px;
- padding:10px;
- margin-left:10px;
- width:250px;
- }
- .hqs img {
- float:left;
- margin:5px;
- display:block;
- width:64px;
- }
- .projects img {
- padding:5px;
- width:100px;
- float:left;
- margin-right:10px;
- border:1px solid #eee;
- }
- .cover img{
- width:350px;
- }
- .pinfo {
- height:150px;
- margin-top:50px;
- }
- .date {
- float:left;
- padding:10px;
- margin-right:10px;
- background:{color:events date};
- text-transform:uppercase;
- font-weight:none;
- }
- .e {
- padding:10px;
- border-bottom:1px solid #eee;
- }
- .affiliates {
- width:300px;
- padding:5px;
- text-align:left;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- margin-top:20px;
- }
- .affiliates img {
- padding:5px;
- width:50px;
- }
- .sinfo {
- margin:20px;
- text-align:justify;
- }
- .off a {
- display:block;
- padding:10px;
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- font-size:10px;
- }
- .off a:hover {
- margin-left:5px;
- }
- /*----------PAGINATION---------*/
- #pagi {
- margin-top:40px;
- margin-left:750px;
- font-family:'roboto', sans-serif;
- text-transform:uppercase;
- font-size:20px;
- font-weight:none;
- padding:20px;
- }
- /*----------POSTS---------*/
- .container {
- width:1060px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- margin-top:0px;
- }
- .entries {
- margin-top:50px;
- width:500px;
- margin-left:500px;
- background:{color:content background};
- }
- .posts {
- width:500px;
- margin-bottom:70px;
- background:{color:posts background};
- padding:20px;
- border:1px solid {color:borders};
- }
- /*----------QUOTE---------*/
- .quote {
- padding:10px;
- font-size:15px;
- }
- .quotesource {
- padding:10px;
- text-align:center;
- }
- /*----------CHAT---------*/
- .chat {
- line-height:150%;
- list-style:none;
- }
- .line.odd {
- padding:10px;
- background:#f8f8f8;
- }
- .line.even {
- padding:10px;
- }
- .label {
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- font-weight:none;
- }
- /*----------AUDIO---------*/
- .cover {
- position:relative;
- z-index:1;
- max-width:100px;
- padding:10px;
- float:left;
- }
- .playbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:2;
- }
- .playbox {
- background-color:#000;
- position:absolute;
- z-index:2;
- padding:15px 24px 13px 16px;
- margin-top:30px;
- margin-left:30px;
- opacity:0.5;
- }
- .trackdetails {
- padding:10px;
- width:auto;
- height:100px;
- margin-top:10px;
- margin-left:100px;
- }
- /*----------ASK---------*/
- .question {
- padding:10px;
- background:{color:question};
- }
- .asker {
- text-transform:uppercase;
- }
- .answer {
- margin:10px;
- }
- /*----------INFO---------*/
- .info {
- padding:10px;
- text-transform:uppercase;
- border-top:1px solid #eee;
- margin-top:25px;
- }
- .tags {
- margin-left:10px;
- margin-top:-5px;
- }
- .tags a {
- margin-right:10px;
- letter-spacing:1px;
- }
- /*----------POST NOTES---------*/
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------CREDIT---------*/
- .credit {
- font-size:10px;
- position:fixed;
- font-weight:none;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div class="credit">
- <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
- <center><div class="h"><img src="{image:header}"></div></center>
- <div class="header">
- <div class="links">
- <a href="/"><i class="fa fa-home"></i> Home</a>
- <a href="/apply"><i class="fa fa-heart"></i> Apply</a>
- <a href="/ask"><i class="fa fa-envelope"></i> Ask</a>
- <a href="/tagged/GIF"><i class="fa fa-list"></i> GIFS</a>
- <a href="/tags"><i class="fa fa-tags"></i> TAGS</a>
- <a href="/team"><i class="fa fa-users"></i> TEAM</a>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5146215";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script>
- </div>
- <div class="container">
- <div class="sidebar">
- <!-- WELCOME -->
- <div class="cat">
- <div class="cti">Welcome</div>
- <div class="welcome"><b>Gravity Falls</b> (2012-present) is an animated television series created by Alex Hirsch for the Disney Channel, and now for Disney XD. The series follows the several antics of two fraternal twins, Dipper and Mabel Pines, who were handed over to their Great Uncle Stan, who runs a museum called The Mystery Shack in the town of Gravity Falls, Oregon. They soon find out that the town holds many secrets; and when Dipper obtains a book that he finds in the nearby forest, their everyday lifestyle changes drastically.<br><br>We track <a href="http://tumblr.com/tagged/gfedit"><b><i>#gfedit</i></b></a> and <a href="http://tumblr.com/tagged/gravityfalls*"><b><i>#gravityfalls*</i></b></a>.</a></div>
- </div>
- <!-- OFFICIAL LINKS -->
- <div class="cat">
- <div class="cti">Official Links</div>
- <div class="off">
- <a href="https://www.facebook.com/GravityFallsTV/"> Facebook <i class="fa fa-globe" style="float:right"></i></a>
- <a href="https://twitter.com/_AlexHirsch"> Twitter <i class="fa fa-twitter" style="float:right"></i></a>
- </div>
- </div>
- <!-- UPCOMING EVENTS -->
- <div class="cat">
- <div class="cti"> Upcoming Events </div>
- <div class="date"> February 15, 2016</div><div class="e">2x20- "Weirdmageddon 3: Take Back the Falls"</div><br>
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti">Become a member!</div>
- <p>If you would like to be a part of <strong><a href="http://gravity-falls.tumblr.com">gravity-falls</a></strong>, just fill out the following <strong><a href="http://gravity-falls.tumblr.com/apply">here!</a></p>
- </div>
- <!-- AFFILIATES -->
- <div class="cat">
- <div class="cti">Affiliates</div>
- <div class="affiliates">
- <a href="http://broad-city.tumblr.com/" title="Broad City"><img src="https://41.media.tumblr.com/e95930f06342c19c914a542252d7da9e/tumblr_o2d9yfcBeB1qkgh4go3_r1_100.jpg"/></a>
- <a href="http://disneygif.tumblr.com/" title="DISNEY GIFS"><img src="https://41.media.tumblr.com/e82fb65190c585ed0918afa3ab2436a6/tumblr_o5i2eeRWou1rafdwyo1_100.png"/></a>
- <a href="http://earthlygems.tumblr.com/" title="Earthly Gems"><img src="https://40.media.tumblr.com/30f1116c6e8cc22b5676be234d006173/tumblr_o11o5zTPys1rafdwyo1_100.png"/></a>
- <a href="http://friendsgifs.tumblr.com" title="Friends GIFs"><img src="https://40.media.tumblr.com/52051831719ea7cc963b8514c09476ab/tumblr_nyl1zjCPry1tvav1do3_100.png"/></a>
- <a href="http://thebelchers.tumblr.com/" title="The Belchers"><img src="https://40.media.tumblr.com/447323434f54e308db30ecd3a0308acf/tumblr_nyxic9qATA1rxhuq8o1_100.jpg"/></a>
- <a href="http://we-bare-bears.tumblr.com/" title="We Bare Bears"><img src="https://36.media.tumblr.com/9160f4d74f3054e7d3cd3e2ac88b252b/tumblr_o33h7dI5NU1u108mho3_100.png"/></a>
- <a href="/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- <a href="/apply" title="apply"><img src="https://45.media.tumblr.com/620babaffd62669f2355614c197b67e4/tumblr_nydxh2qPBa1tvav1do2_100.gif"/></a>
- </div>
- </div>
- <!-- MEMBERS -->
- <div class="cat">
- <div class="cti">TEAM</div>
- <img src="https://55.media.tumblr.com/avatar_2b4c7d82dcd2_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://ameithyst.tumblr.com/"><b>ameithyst</b></a>
- <br>somewhere in the woods</div> <br><br>
- <img src="https://api.tumblr.com/v2/blog/elizabeth-olsens.tumblr.com/avatar/512" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://elizabeth-olsens.tumblr.com/"><b>elizabeth-olsens</b></a>
- <br>#SITHHAPPENS</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_2d85d124d339_128.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://incomparablyme.tumblr.com/"><b>incomparablyme</b></a>
- <br>Josh (โกโฟโกโฟ)</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_e5c67ad47c8d_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://katherinebishop.tumblr.com/"><b>katherinebishop</b></a>
- <br>keep it, it suits you</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_7efb663fca5d_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://pinkmanjesse.tumblr.com/"><b>pinkmanjesse</b></a>
- <br>๐๐ฉL</div> <br><br>
- <img src="https://33.media.tumblr.com/avatar_2f316751922c_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://reesewilkersons.tumblr.com/"><b>reesewilkersons</b></a>
- <br>take back the falls</div> <br><br>
- <img src="https://38.media.tumblr.com/avatar_80a473036432_512.png" style="-webkit-border-radius:10px;width:40px;">
- <div style="margin-top:-40px;margin-left:55px;text-transform:uppercase;font.size:8px;letter-spacing:1px;">
- <a href="http://shagonx.tumblr.com/"><b>shagonx</b></a>
- <br>SHAGONX</div> <br><br>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti">Site Information</div>
- <div class="sinfo">
- <b>About</b>: Gravity Falls<br>
- <b>Created</b>: July 2012<br>
- <b>Currently online</b>: <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5126913";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script> <br>
- <b>Hits</b>: <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3005712";
- fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script><br>
- <b>Theme</b>: <a href="http://clumhood.tumblr.com/">clumhood</a><br><br><br>
- <b>gravity-falls</b> claims no credit for any media posted here, unless stated otherwise. Information on this blog are copyright to their respective owners. If there is any content on this blog that belongs to you and do not wish for it to appear here, please message us with a direct link to the post, and it will be removed immediately.
- </div>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> โ {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="trackdetails"><br>
- {block:TrackName}TRACK: {TrackName}{/block:TrackName}<br>
- {block:Artist}ARTIST: {Artist}{/block:Artist}<br>
- PLAYS: {FormattedPlayCount}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker">{Asker} said:</div>
- {Question}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div class="info">
- {block:Date}
- <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCount}</a>
-
- <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a> Posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </font style>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}</div>
- <div id="pagi">
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=โ{BlackLogoURL}โ
- width=โ{LogoWidth}โ height=โ{LogoHeight}โ alt=โ{SourceTitle}โ />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement