Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style> body, a, a:hover { cursor:url(http://media.tumblr.com/tumblr_m94w7v0kjY1rniey4.png), auto }</style>
- <!--
- Theme by MAK
- http://sammywinchester.org
- You may edit as desired, but please do not remove theme credit.
- If you have questions, kindly contact me directly.
- Otherwise, enjoy!
- -->
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!-- GOOGLE FONT INSTALLATION -->
- <link href='http://fonts.googleapis.com/css?family=Life+Savers:700|Playball|Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps' rel='stylesheet' type='text/css'>
- <!-- END GOOGLE FONT INSTALLATION -->
- <!-- META NAMES -->
- <meta name="color:background" content="" />
- <meta name="color:blog text" content="" />
- <meta name="color:link" content="" />
- <meta name="color:link hover" content="" />
- <meta name="image:sbpic" content="" />
- <meta name="color:info" content="" />
- <meta name="color:tags" content="" />
- <meta name="color:borders" content="" />
- <meta name="text:BlogTitle" content="" />
- <meta name="text:link i url" content="" />
- <meta name="text:link i name" content="" />
- <meta name="text:link ii url" content="" />
- <meta name="text:link ii name" content="" />
- <meta name="text:link iii url" content="" />
- <meta name="text:link iii name" content="" />
- <meta name="text:link iv url" content="" />
- <meta name="text:link iv name" content="" />
- <meta name="text:link v url" content="" />
- <meta name="text:link v name" content="" />
- <meta name="text:link vi url" content="" />
- <meta name="text:link vi name" content="" />
- <meta name="text:link vii url" content="" />
- <meta name="text:link vii name" content="" />
- <meta name="text:read more text" content="" /> <!--ALTERNATE PHRASE TO REPLACE "READ MORE"-->
- <!-- END META NAMES -->
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
- ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:Background};}
- /*--BASIC FONTS, LINK COLORS, ETC--*/
- body {
- background-color: {color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-size:12px;
- font-family:'arial';
- line-height:14px;
- text-transform:none;
- color:{color:blog text};
- opacity:1;
- }
- a {
- font-family:"arial";
- text-decoration:none;
- letter-spacing:2px;
- color:{color:link};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- a:hover{
- color: {color:link hover};
- }
- /*--END--*/
- /*--INDENTED TEXT (I.E.: REBLOGGED CAPTIONS--*/
- blockquote {
- border-left:1px solid #090909;
- padding:0px;
- padding-left:5px;
- margin:10px;
- }
- blockquote blockquote {
- border-left: 1px solid #090909;
- padding:0px;
- padding-left:5px;
- margin:5px;
- }
- /*--END--*/
- /*--APPEARANCE OF UNDERLINED TEXT--*/
- u {
- color:#8DB6CD;
- }
- /*--END--*/
- /*--MISC OTHER STUFF YOU NEED--*/
- h1 {
- font-family:"noto sans", sans-serif;
- color:#737373;
- text-transform:uppercase;
- font-size:15px;
- opacity:0.8;
- letter-spacing:1.8px;
- font-weight:normal;
- line-height:20px;
- }
- h1 a {
- font-family:"calibri";
- }
- h1 a:hover {
- font-family:"calibri";
- }
- #border {
- border-bottom:1px solid #b1b4b4;
- }
- #container {
- margin:40px auto;
- }
- /*--SIDEBAR--*/
- #sidebar {
- width:245px;
- height:auto;
- position:fixed;
- text-align:justify;
- margin-left:260px;
- margin-top:150px;
- padding:5px;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- transition: all 0.6s ease-in;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .sbimages {
- text-align:center;
- max-width:245px;
- max-height:116px;
- position:fixed;
- }
- #sidebar:hover .sbpic img {
- opacity:0.5;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .sbpic img {
- text-align:center;
- float:left;
- opacity:0.8;
- max-width:245px;
- max-height:120px;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #sidebar .descriptionbox {
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #sidebar:hover .descriptionbox {
- opacity:1;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #sidebar .blogtitle {
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #sidebar:hover .blogtitle {
- opacity:1;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- transition: all 0.9s ease-in;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .descriptionbox {
- position:fixed;
- float:left;
- color:{color:Blog Text};
- font-family:'arial';
- overflow:auto;
- opacity:1;
- font-size:8px;
- padding-left:4px;
- padding-right:4px;
- font-style:italic;
- text-align:justify;
- margin-top:170px;
- letter-spacing:1px;
- width:240px;
- height:auto;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- transition: all 0.6s ease-in;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .descriptionbox a {
- color:{color:Link};
- font-size:8px;
- font-family:"cambria";
- opacity:1;
- font-style:italic;
- letter-spacing:1.2px;
- }
- .descriptionbox a:hover {
- color:{color:Link Hover};
- font-family:"cambria";
- font-style:italic;
- opacity:1;
- }
- .navchunk {
- position:fixed;
- margin-top:130px;
- text-align:center;
- width:245px;
- height:auto;
- }
- .navi {
- display:inline-block;
- width:245px;
- opacity:1;
- color:#2C5197;
- font-family:'times';
- font-size:10px;
- text-align:center;
- }
- .navi a {
- text-align:center;
- opacity:1;
- display:inline-block;
- padding:5px 10px 2px 10px;
- color:#5D7B93;
- font-family:'times';
- font-size:10px;
- }
- .navi a:hover {
- opacity:1;
- display:inline-block;
- color:#C6E2FF;
- font-family:'times';
- font-size:10px;
- border-bottom:1px solid #ebebeb;
- }
- .blogtitle {
- width:245px;
- height:auto;
- margin-top:-25px;
- color:#737373;
- text-align:center;
- font-family:"playball";
- font-size:18px;
- letter-spacing:2.5px;
- text-transform:lowercase;
- font-style:normal;
- padding-bottom:15px;
- padding-top:1px;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- transition: all 0.6s ease-in;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #sidebar #pagination {
- opacity:0;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #sidebar:hover #pagination {
- opacity:1;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- #pagination {
- text-align:center;
- color:#000;
- font-family:"times";
- position:fixed;
- margin-top:145px;
- margin-left:0px;
- width:245px;
- }
- /*--SIDEBAR END--*/
- /*--BASIC POSTS/ENTRIES--*/
- #entries {
- width:500px;
- margin-left:570px;
- margin-top:40px;
- margin-bottom:30px;
- padding:10px;
- letter-spacing:1.5px;
- font-family:'arial';
- color:{color:Blog Text};
- }
- #posts {
- color:{color:blog text};
- text-align:justify;
- font-family:'arial';
- font-size:10px;
- letter-spacing:1.7px;
- width:500px;
- padding-top:20px;
- padding-bottom:2px;
- }
- #info {
- font-family:"verdana";
- opacity:1;
- width:500px;
- text-align:center;
- margin-top:10px;
- margin-bottom:1px;
- padding:1px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- font-style:none;
- border-top:1px solid #ebebeb;
- border-bottom:1px solid #ebebeb;
- }
- #info a {
- color:{color:Info};
- opacity:1;
- font-size:7px;
- font-family:"arial";
- font-style:normal;
- }
- #info a:hover {
- color:{color:Info};
- font-style:normal;
- font-family:"arial";
- text-decoration:underline;
- }
- #tags {
- font-family:"calibri";
- font-weight:normal;
- letter-spacing:1.5px;
- line-height:100%;
- text-transform:none;
- font-size:8px;
- font-style:none;
- margin-top:1px;
- text-align:center;
- }
- #tags a {
- color:{color:Tags};
- opacity:1;
- font-size:8px;
- font-weight:normal;
- font-family:"calibri";
- text-transform:none;
- display:inline;
- padding:-3px;
- text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #tags a:hover {
- color:{color:Tags};
- font-family:"calibri";
- font-style:normal;
- text-decoration:underline;
- }
- #notes {
- padding-bottom:1px;
- color:#5d7b93;
- font-family:'calibri';
- letter-spacing:2px;
- text-align:left;
- font-size:8px;
- text-transform:uppercase;
- width:450px;
- line-height:8px;
- }
- #notes a {
- color:#499df5;
- padding-left:1px;
- padding-right:1px;
- font-family:'calibri';
- }
- #notes a:hover {
- color:#c6e2ff;
- font-family:'calibri';
- }
- /*--END BASIC POSTS/ENTRIES--*/
- /*--SPECIFIC POST TYPES--*/
- #ask {
- font-family:"calibri";
- font-size:8px;
- border:1px solid #b1b4b4;
- padding:7px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #asker img {
- opacity:0.5;
- }
- #askurl {
- font-family:"playball";
- opacity:0.6;
- font-size:20px;
- margin-left:7px;
- margin-top:7px;
- margin-right:5px;
- letter-spacing:3px;
- text-transform:lowercase;
- color:#2C5197;
- }
- #askurl a {
- text-transform:lowercase;
- font-style:normal;
- font-family:"playball";
- letter-spacing:3px;
- }
- #askurl a:hover {
- color:#ebebeb;
- }
- #askleft {
- display:inline-block;
- padding:2px;
- }
- #askright {
- display:inline-block;
- padding:2px;
- margin-top:-5px;
- }
- #askborder {
- border-bottom:1px solid #ebebeb;
- margin: -5px 0px 0px 40px;
- width:404px
- }
- #question {
- font-family:"arial";
- letter-spacing:1.2px;
- font-size:9px;
- margin-left:40px;
- margin-right:40px;
- padding:0px 0px 5px 0px;
- text-align:justify;
- }
- #chat
- .chat ul {list-style-type:none;}
- .chat{
- line-height:12px;
- list-style:none;
- padding: 5px;
- margin: 3px;
- }
- .even {list-style:none;
- background-color:#ffffff;
- color:#5D7B93;
- padding: 4px;
- width:450px;
- margin-left:2px;}
- .even ul {list-style-type:none;}
- .odd ul {list-style-type:none;}
- .odd {list-style:none;
- background-color:#F0F8FF;
- color:#5D7B93;
- padding: 4px;
- width:450px;
- margin-left:2px;}
- .even .label {
- list-style:none;
- font-weight:bold;
- text-transform:uppercase;
- padding-right:3px;
- margin-left:0px;
- margin-right:0px;
- letter-spacing:1.5;
- color:#5D7B93;
- }
- .odd .label {
- list-style:none;
- font-weight:bold;
- text-transform:uppercase;
- padding-right:3px;
- margin-left:0px;
- margin-right:0px;
- color:#5D7B93;
- letter-spacing:1.5;
- }
- #quotechunk {
- display:block;
- position:relative;
- float:left;
- }
- #quotationmark {
- margin-top:10px;
- float:left;
- font-size:60px;
- font:'american typewriter', 'unicode';
- color:#e4e4e4;
- font-weight:bold;
- }
- #quote {
- margin-left:40px;
- margin-top:-3px;
- font-size:15px;
- font-family:'helvetica';
- letter-spacing:3;
- color:#090909;
- padding-bottom:10px;
- opacity:0.5;
- }
- #quotesource {
- font-size:10px;
- margin-left:8px;
- padding-top:10px;
- font:'arial';
- font-style:italic;
- letter-spacing:2;
- color:#000;
- }
- /*--END SPECIFIC POST TYPE--*/
- /*--EXTRA NECESSITIES--*/
- #s-m-t-tooltip {
- max-width:300px;
- opacity:1;
- padding:2px 3px 2px 4px;
- margin:-35px 0px -10px 30px;
- background-color:#fff; /* change the background color */
- border:0.5px solid #5D7B93; /* change the border color */
- font-family:'cambria'; /* change the font */
- font-size:9px; /* change the font size */
- letter-spacing:2px; /* change the letter spacing */
- text-transform:uppercase; /* can be uppercase, lowercase, none*/
- color:#5D7B93; /* change the text color */
- z-index:1000;
- }
- .shagsidebar {
- color:#090909;
- font-family:'calibri';
- text-align:center;
- line-height:12px;
- display:block;
- font-size:11px;
- letter-spacing:5px;
- padding:2px 2px 0px 2px;
- text-transform:uppercase;
- border-bottom:1px solid #EEE;
- width:98%;}
- pre {
- width:auto;
- height:auto;
- opacity:0.8;
- border:0.2px solid #b1b4b4;
- background:#F7F7F7;
- font-family:'calibri';
- font-size:10px;
- font-style:italic;
- letter-spacing:1.3px;
- color:#666666;
- padding-top:7px;
- padding-bottom:7px;
- padding-left:10px;
- padding-right:10px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- #readmore a {
- font-family: 'calibri';
- color:{color:link};
- font-size: 9px;
- line-height:12px;
- letter-spacing: 5px;
- text-transform:uppercase;
- }
- #readmore a:hover {
- opacity:0.7;
- border-bottom:1px solid #ebebeb;
- border-top:1px solid #ebebeb;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- transition: all 0.6s ease-in;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- /*--CREDIT - DO NOT REMOVE--*/
- #credit {
- position:fixed;
- bottom:8px;
- right:8px;
- }
- #credit a {
- padding-top:2px;
- padding-bottom:2px;
- font-family:"calibri";
- color:#b1b4b4;
- line-height:125%;
- }
- #credit a:hover {
- color:#5D7B93;
- border-top:1px solid #b1b4b4;
- border-bottom:1px solid #b1b4b4;
- }
- /*--END CREDIT--*/
- {CustomCSS}
- </style>
- <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);
- </script>
- </head>
- <body>
- <div id="container">
- <!-- *ALL THINGS SIDEBAR* -->
- <div id="sidebar">
- <div class="blogtitle"> <i>{text:BlogTitle}</i></div>
- <div class="sbimages">
- <div class="sbpic"><img src="{image:sbpic}">
- </div></div>
- <div class="descriptionbox">
- {block:Description} {Description} {/block:Description}</div>
- <div class="navchunk">
- <div class="shagsidebar"></div> <div class="navi">
- <a title="{text:link i name}"href="{text:link i url}">i</a> <a title="{text:link ii name}"href="{text:link ii url}">ii</a> <a title="{text:link iii name}"href="{text:link iii url}">iii</a> <a title="{text:link iv name}"href="{text:link iv url}">iv</a> <a title="{text:link v name}"href="{text:link v url}">v</a> <a title="{text:link vi name}"href="{text:link vi url}">vi</a> <a title="{text:link vii name}"href="{text:link vii url}">vii</a>
- </div>
- <div class="shagsidebar"></div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}    
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}</div>
- </div>
- </div>
- <!-- *END ALL THINGS SIDEBAR* -->
- <!-- *POSTS/ENTRIES AND SPECIFIC TYPES* -->
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <!-- TEXT POSTS -->
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
- <div id="readmore"> {block:More}
- <p class="read-more"><a href="{Permalink}#more"> {text:read more text} <font face="copperplate"><font size=2px>→</font></font>
- </a></p><a name="read-more">{/block:More} </div>
- {/block:Text}
- <!-- END TEXT POSTS -->
- <!-- PHOTO POSTS -->
- {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}
- <!-- END PHOTO POSTS -->
- <!-- QUOTE POSTS -->
- {block:Quote}<div id="quotechunk"><div id="quotationmark">‟</div><div id="quote">{Quote}</div></div><br />{block:Source} <div id="quotesource"> <font color="#090909">►</font>  {Source}</div>{/block:Source}{/block:Quote}
- <!-- END QUOTE POSTS -->
- <!-- LINK POSTS -->
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- <!-- END LINK POSTS -->
- <!-- CHAT POSTS -->
- {block:Chat}
- {block:ifHideTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifHideTags}
- <div id="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- END CHAT POSTS -->
- <!-- AUDIO POSTS -->
- {block:Audio}
- {block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" />{/block:AlbumArt}  
- {AudioPlayerWhite}
-    {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}
- <br>
-    {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
- <br>
-    {block:Album}<b>Album:</b> {Album}{/block:Album}
- {/block:Audio}
- <!-- END AUDIO POSTS -->
- <!-- VIDEO POSTS -->
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <!-- END VIDEO POSTS -->
- <!-- PUBLISHED ASK POSTS -->
- {block:Answer}<div id="ask"><div id="askleft"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="askright"><div id="askurl">{Asker}</div></div></div><div id="askborder"></div><br><div id="question">{Question}</div></div>{Answer} <div id="readmore"> {block:More}
- <p class="read-more"><a href="{Permalink}#more"> {text:read more text} <font face="copperplate"><font size=2px>→</font></font>
- </a></p><a name="read-more">{/block:More} </div>{/block:Answer}
- <!-- END PUBLISHED ASK POSTS -->
- <!-- POST FOOTER -->
- <div id="info">
- {block:Date}posted <a href="{Permalink}">{MonthNumber}.{DayofMonth}.{ShortYear} - {12Hour}:{Minutes}{AMPM}</a> | {/block:Date} <a href="{Permalink}">
- {NoteCountWithLabel}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> {/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}"title="{SourceURLTitle}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br> {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}<p></div>
- <div id="notes">
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- </div>
- <!-- END POST FOOTER -->
- {/block:Posts}
- </div> </div> </div> </div>
- <!-- * END POSTS/ENTRIES AND SPECIFIC TYPES* -->
- <div id="credit"><a href="http://sammywinchester.org">★ MAK ★</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment