Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- Theme #26 'he-bird' by Brianna @ colorfulmetaphors.tumblr.com
- Rules:
- 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
- 2. Do not redistribute this theme.
- 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
- 4. Do not use this theme as a base code.
- 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
- Help:
- - Theme looks best in Google Chrome.
- - SAVE and REFRESH the page before changing appearance options.
- - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
- - The sidebar image is 130px wide by 180px tall when the posts are 500px and 110px wide by 160px tall when the posts are 400px.
- - This theme comes with the option to NOT have a sidebar image. Selecting the option 'NoSidebarImage' will display your description in its place with an optional background.
- - The posts can either be 400px or 500px wide the default is 500px. For 400px, select '400pxPosts' under the appearance options.
- - There are FOUR extra links available. Add them under the appearance options. Try and keep the link names short.
- - Hovering over the sidebar image/description reveals the links. To have them visible at all times, DEselect 'HiddenLinks' under the appearance options.
- - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
- - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
- 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><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}
- <link href='http://fonts.googleapis.com/css?family=Volkhov:400' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:description" content="#e7e7e7">
- <meta name="color:posts" content="#ffffff">
- <meta name="color:text" content="#888888"/>
- <meta name="color:sidetext" content="#000000">
- <meta name="color:sidelinkborders" content="#e6e6e6">
- <meta name="color:borders" content="#888888">
- <meta name="color:link" content="#333333"/>
- <meta name="color:linkhover" content="#999999">
- <meta name="color:tags" content="#FFFFFF">
- <meta name="color:tagshover" content="#777777">
- <meta name="color:tagsbg" content="#555555">
- <meta name="color:infolink" content="#555555">
- <meta name="color:infolinkhover" content="#999999">
- <meta name="color:title" content="#e6e6e6">
- <meta name="color:sidelink" content="#444444">
- <meta name="color:sidelinkhover" content="#CCCCCC">
- <meta name="color:scrollbarbackground" content="#DDDDDD">
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:highlight" content="#DDDDDD">
- <meta name="color:highlighttext" content="#111111">
- <meta name="font:sidebar" content="georgia">
- <meta name="font:body" content="">
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="">
- <meta name="image:sidebarbackground" content="">
- <meta name="text:bodyfontsize" content="11">
- <meta name="text:bgimgposition" content="bottom right" />
- <meta name="text:link1" content="/">
- <meta name="text:link1name" content="link 1">
- <meta name="text:link2" content="/">
- <meta name="text:link2name" content="link 2">
- <meta name="text:link3" content="/">
- <meta name="text:link3name" content="link 3">
- <meta name="text:link4" content="/">
- <meta name="text:link4name" content="link 4">
- <meta name="if:BackgroundImageRepeat" content="" />
- <meta name="if:400pxPosts" content="">
- <meta name="if:HiddenLinks" content="1">
- <meta name="if:NoSidebarImage" content="1">
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed important; !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {
- width: 7px;
- background-color:{color:scrollbarbackground};
- }
- ::-webkit-scrollbar-thumb {
- width:7px;
- background-color:{color:scrollbar};
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlighttext};
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:{text:bodyfontsize}px;
- font-family:{font:body};
- background-image:url('{image:background}');
- background-attachment:fixed;
- word-spacing:1px;
- text-align:justify;
- background-position:{text:bgimgposition};
- {block:IfBackgroundImageRepeat}
- background-repeat:repeat;
- {/block:IfBackgroundImageRepeat}
- {block:IfNotBackgroundImageRepeat}
- background-repeat:no-repeat;
- {/block:IfNotBackgroundImageRepeat}
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- a:hover {
- text-decoration:line-through;
- color:{color:linkhover};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- a:tip:title {
- background-color:{color:background;}
- }
- blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- h1 {
- font-size:13px;
- font-family: 'Vollkorn', serif;
- }
- #theme {
- margin-top:20px;
- width:100%;
- margin-left:0%;
- }
- #entries {
- position:absolute;
- {block:IfNot400pxPosts}
- width:500px;
- margin-left:350px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts};
- width:400px;
- margin-left:330px;
- {/block:If400pxPosts}
- padding-top:80px;
- }
- #post {
- {block:IfNot400pxPosts}
- width:500px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts};
- width:400px;
- {/block:If400pxPosts}
- padding:10px;
- background-color:{color:posts};
- overflow:hidden;
- }
- #sidebar1 {
- margin-top:120px;
- margin-left:50px;
- position:fixed;
- width:199px;
- padding:10px;
- background-color:{color:background}:
- }
- #line {
- position:fixed;
- height:100%;
- margin-top:-20px;
- margin-left:177px;
- border-right:1px solid {color:borders};
- }
- #title {
- text-align:center;
- padding-bottom:20px;
- padding-top:10px;
- background-color:{color:background};
- color:{color:link};
- font-size:8px;
- font-family: 'Volkhov', serif;
- {block:IfBackgroundImageRepeat}
- background-image:url('{image:background}');
- {/block:IfBackgroundImageRepeat}
- {block:IfNot400pxPosts}
- margin-left:45px;
- width:144px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:55px;
- width:124px;
- {/block:If400pxPosts}
- {block:IfNotNoSidebarImage}
- margin-top:-8px;
- {/block:IfNotNoSidebarImage}
- {block:IfNoSidebarImage}
- margin-top:0px;
- {/block:IfNoSidebarImage}
- }
- #sidebarimage {
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- background-color:{color:background};
- {block:IfNot400pxPosts}
- margin-left:45px;
- width:143px;
- height:194px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:53px;
- width:123px;
- height:174px;
- {/block:If400pxPosts}
- }
- #sidebarimage img {
- padding:6px;
- border:1px solid {color:borders};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- {block:IfNot400pxPosts}
- width:130px;
- height:180px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- width:110px;
- height:160px;
- {/block:If400pxPosts}
- }
- {block:IfHiddenLinks}
- #sidebarimage img:hover #link a {
- padding-right:4px;
- }
- #sidebarimage:hover #link {
- width:45px;
- opacity:1;
- margin-left:-50px;
- }
- {/block:IfHiddenLinks}
- #link {
- position:absolute;
- margin-top:0px;
- {block:IfHiddenLinks}
- opacity:0;
- width:20px;
- -webkit-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- {/block:IfHiddenLinks}
- {block:IfNotHiddenLinks}
- margin-left:-50px;
- width:45px;
- opacity:1;
- {/block:IfNotHiddenLinks}
- }
- #link a {
- display:block;
- font-size:7px;
- text-align:right;
- font-family:times new roman;
- text-transform:uppercase;
- color:{color:sidelink};
- overflow:hidden;
- border-bottom:1px solid {color:sidelinkborders};
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- {block:IfNotHiddenLinks}
- padding:0px 4px 5px 0px;
- {/block:IfNotHiddenLinks}
- {block:IfHiddenLinks}
- padding:0px 0px 5px 0px;
- {/block:IfHiddenLinks}
- {block:IfNot400pxPosts}
- margin-bottom:18px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-bottom:15px;
- {/block:If400pxPosts}
- }
- #link a:hover {
- padding-right:7px;
- text-decoration:none;
- color:{color:sidelinkhover};
- -webkit-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- .f {
- border-top:1px solid {color:sidelinkborders};
- {block:IfNot400pxPosts}
- padding-top:18px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- padding-top:14px;
- {/block:If400pxPosts}
- }
- .d {
- font-size:8px;
- letter-spacing:0px;
- font-style:italic;
- text-align:justify;
- font-family:{font:sidebar};
- color:{color:sidetext};
- border:1px solid {color:borders};
- background-color:{color:description};
- background-image:url('{image:sidebarbackground}');
- -webkit-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- {block:IfNot400pxPosts}
- padding:13px;
- width:114px;
- height:165px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- padding:10px;
- width:102px;
- height:151px;
- {/block:If400pxPosts}
- }
- .d:first-letter {
- float:left;
- padding:7px;
- padding-right:7px;
- font-size:20px;
- line-height:13px;
- margin-right:5px;
- background-color:{color:borders};
- }
- #rel {
- background-color:#FFFFFF;
- padding:7px;
- line-height:10px;
- overflow:auto;
- -webkit-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- {block:IfSidebarBackgroundImage}
- opacity:0.4;
- {/block:IfSidebarBackgroundImage}
- {block:IfNotSidebarBackgroundImage}
- opacity:1;
- {/block:IfNotSidebarBackgroundImage}
- {block:IfNot400pxPosts}
- padding:10px;
- width:95px;
- height:145px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- padding:7px;
- width:88px;
- height:136px;
- {/block:If400pxPosts}
- }
- #rel:hover {
- opacity:1;
- -webkit-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- .dd {
- padding:5px 10px 0px 10px;
- font-size:8px;
- letter-spacing:0px;
- font-style:italic;
- text-align:center;
- font-family:{font:sidebar};
- color:{color:sidetext};
- background-color:{color:background};
- {block:IfBackgroundImageRepeat}
- background-image:url('{image:background}');
- {/block:IfBackgroundImageRepeat}
- -webkit-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- {block:IfNot400pxPosts}
- margin-left:45px;
- width:124px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:55px;
- width:104px;
- {/block:If400pxPosts}
- }
- #tl {
- text-align:right;
- padding-top:15px;
- font-family: 'Bad Script', cursive;
- background-color:{color:background};
- {block:IfBackgroundImageRepeat}
- background-image:url('{image:background}');
- {/block:IfBackgroundImageRepeat}
- {block:IfNot400pxPosts}
- margin-left:45px;
- width:144px;
- font-size:12px;
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- margin-left:55px;
- width:124px;
- font-size:11px;
- {/block:If400pxPosts}
- }
- #info {
- font-size:7px;
- padding:5px;
- text-align:center;
- font-family:times new roman;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:10px;
- border-top:1px dotted {color:borders};
- }
- #info a{
- color:{color:infolink};
- }
- #info a:hover {
- color:{color:infolinkhover};
- text-decoration:none;
- }
- #tags {
- font-size:8px;
- text-transform:none;
- line-height:13px;
- font-family:georgia;
- font-style:italic;
- padding:3px;
- background-color:{color:tagsbg};
- {block:IfBackgroundImageRepeat}
- background-image:url('{image:background}')
- {/block:IfBackgroundImageRepeat}
- }
- #tags a {
- color:{color:tags};
- padding:0px 2px 0px 2px;
- }
- #tags a:hover {
- color:{color:tagshover};
- text-decoration:none;
- }
- #credit {
- position:fixed;
- bottom:5px;
- left:5px;
- padding:0px 10px 0px 5px;
- font-size:12px;
- border:1px solid {color:borders};
- font-family: 'Allura', cursive;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- #credit:hover {
- bottom:3px;
- left:3px;
- border:3px double {color:borders};
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .quote {
- padding-left:50px;
- padding-right:50px;
- font-size:12px;
- line-height:110%;
- text-align:center;
- font-family: 'Droid Sans', sans-serif;
- }
- .portrait {
- float:left;
- padding-right:5px;
- }
- #asker {
- margin-top:6px;
- font-size:15px;
- padding-bottom:4px;
- font-family: 'Vollkorn', serif;
- }
- #question {
- margin-top:-13px;
- border-bottom:1px solid {color:text};
- padding-bottom:10px;
- }
- .audio {
- margin-right:5px;
- width:70px;
- float:left;
- }
- .hidden {
- width:70px;
- height:73px;
- }
- .pull {
- margin-left:-7px;
- margin-top:-6px;
- }
- .tumblr_audio_player {
- margin:0px;
- padding:0px;
- width:500px;
- height:50px;
- }
- .player {
- width:35px;
- height:37px;
- margin-left:10px;
- margin-top:10px;
- background-color:#999;
- overflow:hidden;
- position:absolute;
- opacity:0.7;
- background-color:#fff;
- border:7px solid #ECECEC;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .player:hover {
- opacity:1;
- -webkit-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .caption {
- margin-top:20px;
- }
- .audio img{
- max-width: 70px;
- height: auto;
- }
- .song {
- margin-left:70px;
- margin-top:-55px;
- text-transform:uppercase;
- font-size:10px;
- padding-bottom:13px;
- font-family: 'Droid Sans', sans-serif;
- }
- ol.notes {
- padding:0px;
- margin-left:10px;
- list-style-type:decimal;
- font-style:italic;
- border-bottom: solid 1px {color:borders};
- }
- ol.notes li.note {
- border-top: solid 1px {color:borders};
- padding: 10px;
- font-family: 'Droid Sans', sans-serif;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note blockquote {
- border-color: {color:text};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="theme">
- <div id="line">
- </div>
- <div id="sidebar1">
- <div id="tl">
- {Title}
- </div>
- <div id="sidebarimage">
- <div id="link">
- <center>
- <div class="f"><a href="/">home</a></div>
- <a href="/ask">askbox</a>
- {block:ifLink1Name}
- <a href="{text:link1}">{text:link1name}</a>
- {/block:ifLink1Name}
- {block:ifLink2Name}
- <a href="{text:link2}">{text:link2name}</a>
- {/block:ifLink2Name}
- {block:ifLink3Name}
- <a href="{text:link3}">{text:link3name}</a>
- {/block:ifLink3Name}
- {block:ifLink4Name}
- <a href="{text:link4}">{text:link4name}</a>
- {/block:ifLink4Name}
- </center>
- </div>
- {block:IfNotNoSidebarImage}
- <img src="{image:sidebar}">
- {/block:IfNotNoSidebarImage}
- {block:IfNoSidebarImage}
- <div class="d">
- <div id="rel">{Description}
- </div>
- </div>
- {/block:IfNoSidebarImage}
- </div>
- {block:IfNotNoSidebarImage}
- <div class="dd">{Description}
- </div>
- {/block:IfNotNoSidebarImage}
- <div id="title">
-
- {block:IfNot400pxPosts}
- {block:JumpPagination length="9"}
- {block:CurrentPage}
- <strong>{PageNumber}</strong>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <strong>{PageNumber}</strong>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:If400pxPosts}
- </div>
- </div>
- <a target="blank" href="http://colorfulmetaphors.tumblr.com"><div id="credit">T</div></a>
- <div id="entries">
- {block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}<center>{LinkOpenTag}{block:If400pxPosts}<img src="{PhotoURL-500}" width="400">{/block:If400pxPosts}{block:IfNot400pxPosts}<img src="{PhotoURL-500}">{/block:IfNot400pxPosts}{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family: 'Droid Sans', sans-serif;">— {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}</h1>{block:Lines}{block:Label}<strong>{Label} </strong>{/block:Label}{Line}<br />{/Block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="audio">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="hidden">
- <div class="player">
- <div class="pull">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="song">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- <br />
- {Artist}
- {/block:Artist}
- <br />
- {PlayCountWithLabel}
- </div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div><div id="asker">{Asker}:</div><br /><div id="question">{Question}</div><br />{Answer}
- {/block:Answer}
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> | {/block:Date}<a href="{Permalink}">{NoteCountWithLabel}</a> | {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}(© <a href="{SourceURL}">{ReblogRootName}</a>){/block:ContentSource} | {/block:RebloggedFrom}<a href="{ReblogURL}">reblog</a>
- </div>
- {block:HasTags}<div id="tags"> - {block:Tags}<a href="{TagURL}">{Tag}</a> - {/block:Tags}</div>{/block:HasTags}
- </div>
- <br /><br />
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment