Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
- HEY THERE.
- THEME MADE BY RACHEL
- » ALMIGHTYONE.TUMBLR.COM
- [THEME #1] THE GREAT FIVE
- I will NOT be answering any questions for this theme.
- For more themes, go to 7th-district.tumblr.com
- !!TERMS OF USE!!
- - You CAN edit the codes, but do NOT make heavy changes that
- make it no longer recognizable as my theme.
- - You can change the colors, fonts, and anything that I made
- customizable.
- CREDITS
- - Do NOT move the credits to anywhere else and leave the credits
- alone! NO moving them to pages!
- - Do NOT redistribute.
- -!!!!IT HAS TO BE VISIBLE ON YOUR BLOG AND DO NOT CHANGE THE CREDIT LINKS TO MATCH THE BACKGROUND!!!!
- THAT ALSO COUNTS AS REMOVING THE CREDITS! SO PLEASE DO NOT DO THAT!
- STEALING
- - Do NOT steal my themes and claim it as your own.
- - Do NOT use my themes as a base, then edit and claim it
- as your own!
- AGAIN, DO NOT REMOVE THE CREDITS OR MOVE THEM A.N.Y.W.H.E.R.E.
- Okay that's about it. CIAO. <3
- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
- -->
- <!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>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="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 type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <!------------------------ OPTIONS --------------------------->
- <meta name="color:scrollbar bg" content="#ffffff" />
- <meta name="color:scrollbar" content="#565656" />
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#323232" />
- <meta name="color:links" content="#5a5a5a" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:title" content="#ffffff" />
- <meta name="color:navigation" content="#000000" />
- <meta name="color:description" content="#323232" />
- <meta name="color:custom links" content="#323232" />
- <meta name="color:custom links hover" content="#f8f8f8" />
- <meta name="color:asker" content="#6e6e6e" />
- <meta name="color:date" content="#565656" />
- <meta name="if:small cursor" content="1" />
- <meta name="if:grayscale" content="1" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="image:background" content="" />
- <meta name="text:Link1 url" content="/">
- <meta name="text:Link1" content"link 1"/>
- <meta name="text:Link2 url" content="/">
- <meta name="text:Link2" content"link 2"/>
- <meta name="text:Link3 url" content="/">
- <meta name="text:Link3" content"link 3"/>
- <!-------------------------------------------------------------------->
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
- ::-webkit-scrollbar {width:8px;height:5px;}
- ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
- ::-moz-scrollbar {width:8px;height:5px;}
- {block:ifsmallcursor}
- *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- {/block:ifsmallcursor}
- body{
- font-family:calibri;
- background-image:url('{image:background}');
- background-repeat:repeat;
- margin:0;
- padding:0;
- font-size:11px;
- line-height:100%;
- background-color:{color:background};
- word-wrap:break-word;
- background-attachment:fixed;
- text-decoration:none;
- color:{color:text};
- }
- #content{
- width:250px;
- margin:90px 0px 30px 537px;
- }
- #content a{
- color:{color:links};
- text-decoration:none;
- padding:5px 3px;
- text-shadow:0px 0px {color:links}, -0px 0px {color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #content a:hover{
- color:{color:links};
- text-shadow:5px 0px {color:links hover}, -5px 0px {color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #content blockquote {
- border-left:2px solid {color:navigation};
- padding-left:7px;
- background:#f5f5f5;
- margin:0;
- color:{color:text};
- }
- #content blockquote img {
- {block:indexpage}
- width:200px;
- {/block:indexpage}
- {block:permalinkpage}
- width:200px;
- {/block:permalinkpage}
- }
- img {
- margin:0;
- max-width:100%;
- }
- #posts{
- word-wrap:break-word;
- width:250px;
- margin:15px 0px;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- {block:ifphotofade}
- opacity:.8;
- {/block:ifphotofade}
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:ifgrayscale}
- }
- #posts:hover{
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- opacity:1;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- /*navigation*/
- #nav{
- width:280px;
- height:auto;
- background:{color:background};
- top:0px;
- left:500px;
- position:fixed;
- z-index:999;
- border-left:25px solid transparent;
- border-right:25px solid transparent;
- border-top:30px solid {color:navigation};
- z-index:999;
- }
- #tit {
- margin-top:-25px;
- width:280px;
- font-family:consolas;
- font-size:15px;
- color:{color:title};
- text-align:center;
- text-decoration:none;
- padding:5px;
- }
- #desc{
- padding:10px 10px 7px 10px;
- font-family:trebuchet ms;
- font-size:10px;
- line-height:100%;
- text-align:center;
- color:{color:description};
- border-bottom:2px solid {color:navigation};
- z-index:99;
- }
- #desc a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #desc a:hover{
- color:{color:links hover};
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #links{
- top:130px;
- left:810px;
- text-align:center;
- margin:3px;
- font-size:30px;
- font-family:calibri;
- padding-top:15px;
- word-wrap:break-word;
- width:44px;
- position:fixed;
- line-height:150%;
- }
- .links{
- background:{color:background};
- margin:3px 8px;
- color:{color:custom links};
- text-decoration:none;
- padding:5px 3px;
- text-shadow:0px 0px {color:custom links}, -0px 0px {color:custom links};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .links:hover{
- text-shadow:5px 0px {color:custom links hover}, -5px 0px {color:custom links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #quote{
- font-family:calibri;
- font-style:italic;
- font-size:15px;
- color:{color:text};
- }
- #source{
- font-family:calibri;
- font-size:11px;
- font-style:italic;
- text-align:right;
- color:{color:text};
- }
- .title {
- font-size:15px;
- text-align:center;
- color:{color:text};
- margin-bottom:-10px;
- }
- #text{
- font-size:11px;
- text-align:left;
- color:{color:text};
- }
- #asker{
- float:left;
- text-align:center;
- width:250px;
- padding:5px;
- font-family:calibri;
- font-size:13px;
- font-style:italic;
- }
- #ques{
- text-align:left;
- padding:0px 10px;
- color:{color:asker}
- }
- #answer{
- padding:0px 10px;
- margin-top:-15px;
- }
- #question{
- position:fixed;
- font-family:consolas;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- text-decoration:none;
- right:5px;
- bottom:5px;
- padding:1px 3px 0px 3px;
- color:{color:links};
- background:{color:background};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- z-index:999;
- }
- #question:hover{
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- color:{color:title};
- background:{color:navigation};
- }
- .info{
- padding-bottom:3px;
- padding-top:5px;
- padding-left:2px;
- border-bottom:0px solid {color:navigation};
- text-align:left;
- font-family:calibri;
- font-size:11px;
- color:{color:text};
- }
- #tags{
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- color:{color:text};
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:99999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 4px;
- font:8px calibri;
- background:black;
- line-height:100%;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#fff;
- }
- #note{
- margin:20px auto;
- width: 250px;
- font-size: 9px;
- text-transform:uppercase;
- font-family:consolas;
- color:{color:text};
- }
- ol.notes{
- list-style-type:none;
- margin:0px;
- padding:0;
- line-height:130%;
- color:{color:text};
- }
- .date{
- padding-top:3px;
- text-align:right;
- font-family:consolas;
- font-size:9px;
- margin-left:205px;
- color:{color:date};
- }
- #audio{
- max-width:250px;
- display:block;
- background:black;
- }
- .pagination {
- float:left;
- position:fixed;
- background:{color:background};
- padding:5px;
- text-align:center;
- font-family:calibri;
- color:{color:text};
- position:fixed;
- text-decoration:none;
- bottom:15px;
- left:830px;
- z-index:9;
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- }
- .pagination a{
- font-size:30px;
- text-decoration:none;
- color:{color:text};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .pagination a:hover{
- text-decoration:none;
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #content img {
- max-width:250px;
- }
- {CustomCSS}
- </style>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- </head>
- <body>
- <span style="background:{color:navigation};width:1px;height:400px;top:50px;left:845px;position:fixed;"></span>
- <span style="background:{color:navigation};width:1px;height:400px;top:80px;left:835px;position:fixed;"></span>
- <span style="background:{color:navigation};width:1px;height:400px;top:80px;left:495px;position:fixed;"></span>
- <span style="background:{color:navigation};width:1px;height:400px;top:50px;left:485px;position:fixed;"></span>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="links">
- <a href="/" class="links" title="home">地</a>
- <a href="/ask" class="links" title="message">水</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="links" title="{text:Link1}">火</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="links" title="{text:Link2}">風</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="links" title="{text:Link3}">空</a>
- {/block:IfLink3}
- </div>
- <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
- <div id="nav">
- <div id="tit">
- {Title}
- </div>
- <div id="desc">{block:Description}{Description}{/block:Description}
- </div>
- </div><!-- nav -->
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Photo}
- {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-250}" /></a>{LinkCloseTag}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:indexpage}
- <a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Video}
- {Video-250}
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- <div id="audio">{AudioPlayerBlack}</div>
- {block:indexpage}
- {block:Caption}{Caption}{/block:Caption}
- <a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="info">
- {block:Caption}{Caption}{/block:Caption}
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Audio}
- {block:Quote}
- <div id="quote">“{Quote}”</div><br />
- <div id="source">{block:Source}- {Source}{/block:Source}</div>
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div><br />{/block:Title}
- <div id="text">{Body}</div>
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Text}
- {block:Answer}
- <div id="asker">
- <img src="{AskerPortraitURL-24}" style="padding:5px;vertical-align:-13px;"/><br />
- {Asker}</div> <br />
- <div id="ques">{Question}</div><br />
- <div id="answer">{Answer}</div>
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Answer}
- {block:Chat}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong><span style="font-size:10px;text-transform:uppercase;font-family:consolas;">{Label}</span></strong>{/block:Label} {Line}<br />
- {/block:Lines}
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Chat}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}<br />{Description}{/block:Description}
- {block:indexpage}<a href="{Permalink}" class="date">
- {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}
- </a>{/block:Date}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- src: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br /><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Link}
- {block:PostNotes}
- <div id="note">{PostNotes}</div>
- {/block:PostNotes}
- </div> <!-- posts -->
- {/block:Posts}
- </div><!-- autopage -->
- </div> <!--content -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment