Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ------------------------------
- @BARBIE THEMES | TUMBLR
- ------------------------------
- ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ ░▀░ █▀▀ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
- ▒█▀▀▄ █▄▄█ █▄▄▀ █▀▀▄ ▀█▀ █▀▀ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
- ▒█▄▄█ ▀░░▀ ▀░▀▀ ▀▀▀░ ▀▀▀ ▀▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
- Rules:
- +Please do not remove credit.
- +Do not steal the code or take parts of the codes and put them in your own theme.
- +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
- -->
- <!DOCTYPE html>
- <head>
- <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:bold" content="#dccbe7"/>
- <meta name="color:italic" content="#000000"/>
- <meta name="color:links" content="#626262"/>
- <meta name="color:link hover" content="#dccbe7"/>
- <meta name="color:navigation" content="#000000"/>
- <meta name="color:nav links" content="#eeeeee"/>
- <meta name="color:nav links hover" content="#a77dc2"/>
- <meta name="color:borderlinks" content="#dccbe7"/>
- <meta name="color:borders" content="#eeeeee"/>
- <meta name="color:questions" content="#dccbe7"/>
- <meta name="color:scrollbar" content="#dccbe7"/>
- <meta name="color:scrollbar background" content="#eeeeee"/>
- <meta name="color:sidebar" content="#ffffff"/>
- <meta name="color:titles" content="#ffffff"/>
- <meta name="color:titles bg" content="#dccbe7"/>
- <meta name="color:border title" content="#eeeeee"/>
- <meta name="color:content background" content="#f8f8f8"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:border info post" content="#cccccc"/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:TagsWithHovereffect" content="1">
- <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: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="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://ajax.googleapis.com.http.s32.wbprx.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com.http.s32.wbprx.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 href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <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:arial;
- font-size:11px;
- line-height:140%;
- margin:0;
- text-align:left;
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-weight:arial;
- color:{color:italic};
- }
- 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:bold;
- font-family:arial;
- line-height:150%;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:10px;
- margin:10px;
- border-left:1px solid #eee;
- }
- /*----------HEADER---------*/
- .header img {
- margin-bottom:0px;
- width:1100px;
- height:400px;
- }
- .navigation {
- width:1200px;
- background:{color:navigation};
- margin-top:-5px;
- margin-left:calc(50% - 600px);
- border-radius:50px;
- }
- .links {
- text-align:center;
- padding:30px;
- text-transform:uppercase;
- font-size:14px;
- font-weight:BOLD;
- font-family:'Segoe Script';
- }
- .links a {
- color:{color:nav links};
- margin-right:40px;
- letter-spacing: 1px;
- border-bottom:2px solid {color:borderlinks};
- }
- .links a:hover {
- color:{color:link hover};
- letter-spacing: 5px;
- }
- /*----------SIDEBAR---------*/
- .sidebar {
- position:absolute;
- width:350px;
- margin-top:50px;
- margin-left:20px;
- }
- .sideimg img {
- width:300px;
- }
- .cat {
- padding:20px;
- border:4px double {color:borders};
- margin-bottom:50px;
- background:{color:sidebar};
- }
- .cti {
- font-size:15px;
- font-weight:bold;
- padding:10px;
- font-family:'Segoe Script';
- border-bottom:4px double {color:border title};
- margin-bottom:20px;
- border-radius:8px;
- color:{color:titles};
- background:{color:titles bg};
- }
- .description {
- text-align:justify;
- padding:10px;
- margin:0px;
- margin-top:0px;
- font-size:11px;
- font-style:cambria;
- }
- .projects {
- padding:5px;
- text-align:left;
- margin-top:0px;
- }
- .projects img {
- padding:5px;
- width:100px;
- height:100px;
- float:left;
- margin-right:10px;
- border:1px solid #eee;
- }
- .pinfo {
- height:100px;
- margin-top:25px;
- }
- .date {
- float:left;
- padding:10px;
- margin-right:10px;
- text-transform:uppercase;
- font-weight:bold;
- }
- .e {
- padding:10px;
- }
- .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;
- border:1px double {color:borders};
- }
- .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:15px;
- font-weight:bold;
- padding:20px;
- }
- /*----------POSTS---------*/
- .container {
- width:1060px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- margin-top:-5px;
- }
- .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:4px double {color:borders};
- }
- /*----------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:bold;
- }
- /*----------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 {
- position: relative;
- left: 0px;
- top: 0px;
- padding: 15px;
- width: auto;
- min-height: 30px;
- font-style: italic;
- letter-spacing: 1px;
- color: #ffffff;
- background:{color:questions};
- }
- .question img {
- float: left;
- padding: 5px;
- background-color: #fff;
- margin-right: 10px;
- margin-bottom: 10px;
- margin-top: -5px;
- }
- .question a {
- color: {color:linkshover};
- }
- .answer {
- display: block;
- padding: 20px;
- background-color: #f9f9f9;
- -webkit-margin-before: 0em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- }
- /*----------INFO POST---------*/
- .details {
- color: {color:Font};
- font-size: 9px;
- font-weight: normal;
- text-align: center;
- padding-left: 8px;
- padding-right: 5px;
- }
- .details a {
- color: {color:Link};
- font-weight: normal;
- text-decoration: none;
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .details a:hover {
- color: {color:Link Hover};
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .details_top {
- font-size: 8px;
- font-family: calibri;
- text-transform: uppercase;
- font-weight: normal;
- text-align: left;
- letter-spacing: 0px;
- border-top: 2px solid {color:border info post};
- padding: 4px 0px 4px 8px;
- margin-top: 4px;
- width: 500px;
- }
- .like_reblog_bottons {
- float: right;
- display: -moz-inline-box;
- text-align: right;
- padding-left: 3px;
- margin-top: 14px;
- margin-right: 6px;
- }
- .like_button {
- margin-top: -3px;
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0.7;
- }
- .like_button:hover {
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0.9;
- }
- .reblog_button {
- margin-top: -15px;
- margin-right: 16px;
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0.7;
- }
- .reblog_button:hover {
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0.9;
- }
- .tags {
- font-style: italic;
- text-align: left;
- margin-top: -2px;
- text-transform: lowercase;
- width: 500px;
- {block:IfTagsWithHovereffect}
- opacity: 0;
- {/block:IfTagsWithHovereffect}
- }
- .tags a {
- color: {color:Tag Font};
- margin-right: 4px;
- }
- .tags a:hover {
- background: {color:Tag Link Bg};
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .notes {
- font-size: 10px;
- font-style: none;
- letter-spacing: 1px;
- margin-top: 18px;
- margin-left: -10px;
- }
- ol.notes, .notes li {
- list-style: none;
- }
- ol.notes li.note img.avatar {
- display: none;
- }
- ol.notes li.note blockquote {
- font-color: {color:Font};
- margin: 2px 0px 3px 15px;
- }
- ol.notes li.note blockquote a {
- font-color: {color:Font};
- text-decoration: none;
- }
- ol.notes li.note .answer_content {
- font-color: {color:Font};
- }
- .x {
- position: fixed;
- color: {color:Font};
- text-align: center;
- text-transform: uppercase;
- bottom: 8px;
- right: 8px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .x a {
- font-family: calibri;
- font-size: 8px;
- }
- .x:hover {
- background: #f1f1f1;
- padding: 6px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- /*----------CREDIT---------*/
- .credit {
- font-size:10px;
- position:fixed;
- font-style:arial;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:0px;
- 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="navigation">
- <div class="links">
- <a href="/">Home</a>
- <a href="/ask">Contact</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- </div>
- </div>
- <center><div class="header"><img src="{image:header}"></div></center>
- <div class="container">
- <div class="sidebar">
- <!-- WELCOME -->
- <div class="cat">
- <div class="cti">Welcome</div>
- <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
- <div class="description">{Description}</div>
- </div>
- <!-- OFFICIAL LINKS -->
- <div class="cat">
- <div class="cti">Official Links</div>
- <div class="off">
- <a href="{text:official link 1 url}">{text:official link 1 title} <i class="fa fa-twitter" style="float:right"></i></a>
- <a href="{text:official link 2 url}">{text:official link 2 title} <i class="fa fa-instagram" style="float:right"></i></a>
- <a href="{text:official link 3 url}">{text:official link 3 title} <i class="fa fa-youtube-play" style="float:right"></i></a>
- <a href="{text:official link 4 url}">{text:official link 4 title} <i class="fa fa-globe" style="float:right"></i></a>
- </div>
- </div>
- <!-- UPCOMING EVENTS -->
- <div class="cat">
- <div class="cti">Upcoming Events</div>
- <div class="date">march 21</div><div class="e"></div><br>
- <div class="date">march 22</div><div class="e"></div><br>
- <div class="date">april 25</div><div class="e"></div><br>
- <div class="date">april 29</div><div class="e"></div><br>
- </div>
- <!-- PROJECTS -->
- <div class="cat">
- <div class="cti">Projects</div>
- <div class="projects">
- <img src="https://i.imgur.com/Ng5L63g.png?1">
- <div class="pinfo"><ul> <b>Title</b><br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info</ul></div>
- <img src="https://i.imgur.com/Ng5L63g.png?1">
- <div class="pinfo"><ul> <b>Title</b><br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info</ul></div>
- <img src="https://i.imgur.com/Ng5L63g.png?1">
- <div class="pinfo"><ul> <b>Title</b><br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info</ul></div>
- <img src="https://i.imgur.com/Ng5L63g.png?1">
- <div class="pinfo"><ul> <b>Title</b><br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info<br>
- <b>Info</b>: Info</ul></div>
- </div></div>
- <!-- AFFILIATES -->
- <div class="cat">
- <div class="cti">Affiliates</div>
- <div class="affiliates">
- <center><a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- <a href="/" title="apply"><img src="https://i.imgur.com/WJoilOq.png?1"/></a>
- </center>
- </div>
- </div>
- <!-- MEMBERS -->
- <div class="cat">
- <div class="cti">Members</div>
- {block:GroupMembers}
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:40px;">
- <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
- </td>
- <td style="width:290px; height:auto;">
- <div id="m" style="margin-bottom:10px;">
- <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
- </tr>
- {/block:GroupMember}
- </table>
- {/block:GroupMembers}
- </div>
- <!-- INFO -->
- <div class="cat">
- <div class="cti">Site Information</div>
- <div class="sinfo">
- <b>About:</b> <br>
- <b>Opened:</b> <br>
- <b>Designed by:</b> <br>
- <b>Online:</b> <br>
- <b>Visits:</b> <br><br>
- Our site claims no credit for any images posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners.
- </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}
- <h2>"{Quote}"</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/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}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {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">
- <img src="{AskerPortraitURL-30}"> {Asker} Asked: {Question}
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="details_top">
- Posted <a href="{Permalink}">{TimeAgo}</a> on {Month} {DayOfMonth}
- {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
- {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
- <div class="like_reblog_bottons">
- <div class="like_botton">{LikeButton size="15"}</div>
- <div class="reblog_botton">{ReblogButton size="15"}</div>
- </div>
- </div>
- <div class="details">
- {block:HasTags}
- <div class="tags"><img src="https://media.tumblr.com/e9774a0e3c7e8b3b6ce5e91767e566c2/tumblr_inline_mqz9fmAhYn1qz4rgp.png" alt="" /> tags {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:Date}
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}</div>
- <div id="pagi">
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}
- {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}
- <div class="credit">
- <a title="theme" href="https://barbie-themes.tumblr.com/" target="_blank">BT © </a></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment