Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----
- theme one: noa by pirateskinned
- please don't: edit & repost / claim as your own
- please don't: delete or move the credit
- please don't: steal bits of coding
- if you need any help, feel free to
- message me at pirateskinned.tumblr.com
- ---->
- <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}
- <!---- meta tags ---->
- <meta name="image:background" content=""/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:container" content="#eeeeee"/>
- <meta name="color:entries" content="#d1cac2"/>
- <meta name="color:posts" content="#f6f6f6"/>
- <meta name="color:text" content="#1d1d1d"/>
- <meta name="color:link" content="#803c25"/>
- <meta name="color:link hover" content="#1d1d1d"/>
- <meta name="color:bold" content="#de935f"/>
- <meta name="color:italic" content="#c3b3ae"/>
- <meta name="color:border" content="#516453"/>
- <meta name="color:accent" content="#ce694d"/>
- <meta name="color:big title" content="#ffffff"/>
- <meta name="color:side title" content="#de935f"/>
- <meta name="color:side title shadow" content="#ffffff"/>
- <meta name="if:background pattern" content="0"/>
- <meta name="if:header pattern" content="1"/>
- <meta name="if:500px posts" content="0"/>
- <meta name="text:big title" content="big title" />
- <meta name="text:small title" content="small title" />
- <meta name="text:side title" content="side title" />
- <meta name="text:home title" content="refresh" />
- <meta name="text:ask url" content="/ask" />
- <meta name="text:ask title" content="ask & faq" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 title" content="" />
- <!---- scripts ---->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '30px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!---- fonts ---->
- <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i" rel="stylesheet">
- <style type="text/css">
- @font-face { font-family: 'vincentia'; src: url('https://dl.dropboxusercontent.com/s/2b43ud4mmo0yb0d/Vincentia.otf') ;}
- #s-m-t-tooltip {
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- padding:3px 5px;
- background:{color:posts};
- color:{color:text};
- border-radius:50px;
- font-size:10px;
- letter-spacing:1px;
- border:1px solid {color:accent};
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:border};border-radius:3px;}
- ::-webkit-scrollbar-button:horizontal {display:none;}
- ::-webkit-scrollbar {background-color:transparent; width:3px;}
- /* --- basics --- */
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- {block:ifnotbackgroundpattern}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifnotbackgroundpattern}
- {block:ifbackgroundpattern}
- background-repeat:repeat;
- background-size:auto;
- {/block:ifbackgroundpattern}
- color:{color:text};
- font-family: 'PT Sans', sans-serif;
- font-size:11px;
- line-height:1.2;
- font-weight:400;
- text-align:justify;
- margin:0;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- p a {
- border-bottom:1px solid {color:border};
- }
- img {
- border:none;
- text-decoration:none;
- border-radius:3px;
- }
- b, strong {
- font-family: 'Playfair Display', serif;
- color:{color:bold};
- }
- i, em {
- font-family: 'Playfair Display', serif;
- color:{color:italic};
- }
- u {
- border-bottom:1px solid {color:border};
- text-decoration:none;
- }
- s {
- text-decoration-color:{color:accent};
- }
- small, sub, sup, big {
- font-size:11px;
- line-height:13px;
- }
- blockquote {
- padding:0px 5px 0px 20px;
- border-left:1px solid {color:border};
- margin-left:5px;
- margin-right:0px;
- }
- blockquote img {
- max-width:360px;
- }
- pre {
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- padding:10px;
- background-color:{color:accent};
- color:{color:posts};
- }
- ul {
- padding-left:15px;
- }
- ul li {
- list-style-type:none;
- }
- ul li:before {
- content: "— ";
- text-indent: -5px;
- }
- /* --- header styles --- */
- h1 {
- font-family: 'Playfair Display', serif;
- margin:0px;
- font-weight:bold;
- color:{color:text};
- }
- h2 {
- font-family: 'Playfair Display', serif;
- font-weight:normal;
- color:{color:accent};
- }
- h2 b, b h2, h2 i, i h2 {
- color:{color:accent};
- }
- /* --- container --- */
- .container {
- position:relative;
- margin:50px auto;
- {block:ifnot500pxposts}
- width:780px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:880px;
- {/block:if500pxposts}
- height:600px;
- background-color:{color:container};
- background-image:url('{image:container}');
- overflow:hidden;
- border-radius:3px;
- -webkit-box-shadow: 0px 0px 5px 0px {color:container};
- -moz-box-shadow: 0px 0px 5px 0px {color:container};
- box-shadow: 0px 0px 5px 0px {color:container};
- }
- /* --- header --- */
- .header {
- {block:ifnot500pxposts}
- width:780px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:880px;
- {/block:if500pxposts}
- height:180px;
- background-image:url('{image:header}');
- {block:ifnotheaderpattern}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifnotheaderpattern}
- {block:ifheaderpattern}
- background-repeat:repeat;
- background-size:200px auto;
- {/block:ifheaderpattern}
- position:absolute;
- z-index:5;
- top:0px;
- left:0px;
- -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
- clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
- }
- .headertitle {
- margin-top:60px;
- {block:ifnot500pxposts}
- margin-left:350px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- margin-left:450px;
- {/block:if500pxposts}
- width:250px;
- height:100px;
- text-align:center;
- }
- .headertitle h2 {
- font-family:calibri;
- background-color:{color:accent};
- color:{color:big title};
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:10px;
- line-height:12px;
- font-weight:normal;
- }
- .headertitle h1 {
- margin-bottom:0px;
- font-family: "vincentia";
- font-size:50px;
- line-height:20px;
- font-weight:normal;
- text-shadow: -2px 2px 0px {color:accent};
- color:{color:big title};
- }
- /* --- sidebar --- */
- .sidebar {
- position:absolute;
- z-index:7;
- top:100px;
- left:20px;
- width:240px;
- }
- .icon {
- margin-left:40px;
- background-image:url('{image:sidebar}');
- background-size:150px 150px;
- width:150px;
- height:150px;
- border-radius:100px;
- border:5px solid {color:container};
- }
- .nav {
- position:absolute;
- z-index:999;
- font-family:calibri;
- text-transform:uppercase;
- font-size:9px;
- width:130px;
- margin-left:200px;
- margin-top:-105px;
- }
- .nav a {
- border-radius:10px;
- background:{color:accent};
- display:inline-block;
- width:10px;
- height:10px;
- position:absolute;
- }
- .nav a:nth-of-type(2) {
- margin-left:1px;
- margin-top:25px;
- }
- .nav a:nth-of-type(3) {
- margin-left:-5px;
- margin-top:50px;
- }
- .nav a:nth-of-type(4) {
- margin-left:-19px;
- margin-top:74px;
- }
- .nav a:nth-of-type(5) {
- margin-left:-40px;
- margin-top:92px;
- }
- .nav a:hover {
- }
- .description {
- margin-left:35px;
- margin-top:40px;
- width:170px;
- height:180px;
- padding:15px;
- box-sizing:border-box;
- background-color:{color:posts};
- -webkit-box-shadow: -10px 10px 0px 0px {color:border};
- -moz-box-shadow: -10px 10px 0px 0px {color:border};
- box-shadow: -10px 10px 0px 0px {color:border};
- border-radius:3px;
- font-family:calibri;
- overflow-x:hidden;
- overflow-y:auto;
- }
- .sidetitle {
- margin-top:0px;
- width:240px;
- height:60px;
- text-align:center;
- transform:rotate(-10deg);
- }
- .sidetitle h1 {
- font-family: "vincentia";
- font-size:40px;
- line-height:30px;
- font-weight:normal;
- text-shadow: -2px 2px 0px {color:side title shadow};
- color:{color:side title};
- }
- /* --- pagination --- */
- .pagination {
- width:240px;
- left:20px!important;
- bottom:20px;
- position:absolute;
- text-align:center;
- padding:0px!important;
- }
- .pagination a {
- border:1px solid {color:accent};
- background-color:{color:posts};
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- border-radius:20px;
- font-size:10px;
- padding:3px 5px;
- color:{color:text};
- display:inline-block;
- margin:0px 5px;
- }
- /* --- container --- */
- .entries {
- position:absolute;
- z-index:3;
- bottom:0px;
- right:0px;
- {block:ifnot500pxposts}
- width:520px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:620px;
- {/block:if500pxposts}
- height:460px;
- overflow-x:hidden;
- overflow-y:auto;
- background-color:transparent;
- box-sizing:border-box;
- padding:40px 40px 20px 40px;
- }
- /* --- posts --- */
- .post {
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- padding:20px;
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- background-color:{color:posts};
- -webkit-box-shadow: -10px 10px 0px 0px {color:border};
- -moz-box-shadow: -10px 10px 0px 0px {color:border};
- box-shadow: -10px 10px 0px 0px {color:border};
- border-radius:3px;
- }
- .post img {
- max-width:100%;
- }
- /* --- texts --- */
- .title {
- font-family: 'Playfair Display', serif;
- margin:0px 0px 10px 0px;
- font-weight:normal;
- font-size:30px;
- }
- .title a {
- color:{color:text};
- border-bottom:1px solid {color:border};
- }
- .more {
- font-family: 'Playfair Display', serif;
- font-style:italic;
- color:{color:accent};
- }
- /* --- quotes --- */
- .quote {
- font-family: 'Playfair Display', serif;
- text-align:left;
- font-size:14px;
- line-height:18px;
- }
- .source {
- margin-top:4px;
- text-align:right;
- }
- /* --- audio --- */
- .audio {
- float:left;
- width:70px;
- height:70px;
- position:relative;
- overflow:hidden;
- }
- .audio:hover .play {opacity:1;width:30px;}
- .audio:hover img {margin-left:30px;}
- .cover img {
- width:70px;
- position:absolute;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- .play {
- overflow:hidden;
- width:0px;
- height:30px;
- background:{color:posts};
- position:absolute;
- padding:20px 0px;
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- .au b {
- color:{color:bold};
- font-weight:700;
- margin-right:2px;
- }
- .au {
- height:45px;
- overflow:hidden;
- padding:12px 10px;
- line-height:15px;
- margin-left:70px;
- text-align:left;
- }
- /* --- asks --- */
- .asker {
- margin-right:15px;
- margin-bottom:-10px;
- float:right;
- font-family: "vincentia";
- font-size:40px;
- line-height:30px;
- font-weight:normal;
- text-shadow: -2px 2px 0px {color:side title shadow};
- color:{color:side title};
- background-color:{color:posts};
- padding:0px 5px 0px 7px;
- width:auto;
- display:block;
- }
- .asker a {
- margin:0px;
- }
- .question {
- margin-top:20px;
- margin-bottom:10px;
- border:1px solid {color:border};
- padding:20px;
- }
- /* --- chat --- */
- .convo li {
- margin:0 0 5px;
- border-radius:1em;
- padding:.5em 10px;
- max-width:75%;
- clear:both;
- position:relative;
- }
- .convo li:before {
- content:"";
- }
- .convo b, .convo strong {
- color:{color:text};
- font-family:calibri;
- text-transform:uppercase;
- }
- .user_1, .user_3, .user_5, .user_7, .user_9, .user_11 {
- float:left;
- background:{color:bold};
- color:{color:text};
- left:3px;
- }
- .user_1::after, .user_3::after, .user_5::after, .user_7::after, .user_9::after, .user_11::after {
- content:"";
- position:absolute;
- left:-.5em;
- bottom:0;
- width:.5em;
- height:1em;
- border-right:.5em solid {color:bold};
- border-bottom-right-radius:1em .5em;
- }
- .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {
- right:3px;
- float:right;
- background-color:{color:italic};
- color:{color:text};
- }
- .user_2::after, .user_4::after, .user_6::after, .user_8::after, .user_10::after, .user_12::after {
- content:"";
- position:absolute;
- right:-.5em;
- bottom:0;
- width:.5em;
- height:1em;
- border-left:.5em solid {color:italic};
- border-bottom-left-radius:1em .5em;
- }
- .user_4 {background-color:{color:border};color:{color:posts};}
- .user_4::after {border-color:{color:border};}
- .user_6 {background-color:{color:italic};color:{color:text};}
- .user_6::after{border-color:{color:italic};}
- .user_5{background-color:{color:bold};color:{color:text};}
- .user_5::after{border-color:{color:bold};}
- .user_3{background-color:{color:accent};color:{color:text};}
- .user_3::after{border-color:{color:accent};}
- .user_7{background-color:{color:accent};color:{color:text};}
- .user_7::after{border-color:{color:accent};}
- .user_8{background-color:{color:border};color:{color:posts};}
- .user_8::after{border-color:{color:border};}
- .user_9{background-color:{color:bold};color:{color:text};}
- .user_9::after{border-color:{color:bold};}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- /* --- permalinks --- */
- .permalink {
- background-color:{color:border};
- margin:20px -20px -19px -19px;
- padding:20px;
- text-align:left;
- border-radius:0px 0px 3px 3px;
- color:{color:posts};
- font-family:calibri;
- }
- .permalink a {
- margin-right:5px;
- color:{color:posts};
- }
- /* --- tags --- */
- .tags {
- margin-top:0px;
- text-transform:uppercase;
- font-size:9px;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .tags a {
- margin:5px 5px 0px 0px;
- color:{color:link};
- border:1px solid {color:posts};
- padding:3px 6px;
- border-radius:10px;
- display:inline-block;
- color:{color:posts};
- }
- .tags a:hover {
- background-color:{color:posts};
- color:{color:border};
- }
- /* --- notes --- */
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- {block:ifnot500pxposts}
- width:400px;
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- text-align:left;
- }
- .pagenotes img {display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:1px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- /* --- credit --- */
- .credit a {
- position:fixed;
- font-family: 'Playfair Display', serif;
- font-size:11px;
- text-transform:uppercase;
- font-weight:bold;
- left:10px;
- bottom:10px;
- text-align:center;
- background-color:{color:container};
- width:20px;
- height:20px;
- padding:5px;
- line-height:20px;
- border-radius:20px;
- color:{color:link};
- display:block;
- -webkit-box-shadow: 0px 0px 5px 0px {color:container};
- -moz-box-shadow: 0px 0px 5px 0px {color:container};
- box-shadow: 0px 0px 5px 0px {color:container};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="container">
- <!---- start of header ---->
- <div class="header">
- <div class="headertitle">
- <a href="/">
- <h1>{text:big title}</h1>
- </a>
- <h2>{text:small title}</h2>
- </div>
- </div>
- <!---- start of sidebar ---->
- <div class="sidebar">
- <a href="/">
- <div class="icon"></div>
- </a>
- <div class="nav">
- <a href="/" title="{text:home title}"></a>
- <a href="{text:ask url}" title="{text:ask title}"></a>
- {block:ifLink1URL}<a href="{text:link 1 url}" title="{text:link 1 title}"></a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:link 2 url}" title="{text:link 2 title}"></a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:link 3 url}" title="{text:link 3 title}"></a>{/block:ifLink3URL}
- </div>
- <div class="description">{Description}</div>
- <div class="sidetitle">
- <h1>{text:side title}</h1>
- </div>
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!---- start of posts ---->
- <div class="entries">
- {block:Posts}
- <div class="post" id="{PostID}">
- {block:Quote}
- <div class="quote"><b>“</b>{Quote}<b>”</b></div>
- {block:Source}
- <div class="source">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {block:More}
- <div class="more">
- <a href="{Permalink}">continue reading...</a>
- </div>
- {/block:More}
- {/block:Text}
- {block:Link}
- <div class="title">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <ul class="convo">
- {block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}
- <div class="cover">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- {block:AudioPlayer}
- <div class="play">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- </div>
- <div class="au">
- <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Plays:</b> {FormattedPlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="asker">{Asker}</div>
- <div class="question">
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="permalink">
- posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:PermalinkPage}
- {block:RebloggedFrom}<br>
- <a href="{ReblogParentURL}">reblogged from {ReblogParentName}</a>
- {block:ContentSource}<br>
- <a href="{ReblogRootURL}">originally from {ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagUrl}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div> <!---- end of .post ---->
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div> <!---- end of .entries ---->
- </div> <!---- end of .container ---->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:RebloggedFrom}
- <!--<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:ContentSource}
- <a href="{ReblogURL}">reblog</a> -->
- {/block:RebloggedFrom}
- <div class="credit"><a href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned">ps</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment