Current Path : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/css/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/templates/skin/developer-jquery/css/comments.css |
/* Update button */ .update { padding: 7px 7px 6px 7px; float: right; position: fixed; top: 220px; right: 0; text-align: center; background: #fafafa; border-top: 1px solid #eee; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; _position: absolute; _top: expression( eval(document.documentElement.scrollTop) + 220 +"px" ); } .update .update-comments { width: 16px; height: 16px; cursor: pointer; background: url(../images/update.gif) no-repeat; } .update .update-comments.active { background: url(../images/update_act.gif) no-repeat; } .update .new-comments { border-top: 1px solid #ececed; color: #333; padding-top: 7px; margin-top: 3px; cursor: pointer; } /* Comments */ .comments { margin-bottom: 10px; } .comments .comment-wrapper { overflow: hidden; zoom: 1; position: relative; } .comments .comment-wrapper .comment-wrapper { padding-left: 25px; } .comment-preview { padding: 5px 10px; margin-bottom: 5px; background: #fafafa; overflow: hidden; zoom: 1; } /* Comment */ .comment { margin-bottom: 10px; } .comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; } .comment .goto-comment-child { display: none; } /* Comment Highlights */ .comment .info { background: #fafafa; } .comment.deleted .info { background: #efd5d5; } .comment.deleted.not-admin .info { padding: 5px 10px; min-height: 0; background: #f7f7f7; color: #888; } .comment.self .info { background: #c5f7ea; } .comment.new .info { background: #fbfba8; } .comment.current .info { background: #a5e7fa; } /* Info Block */ .comment .info { overflow: hidden; zoom: 1; font-size: 11px; margin-bottom: 5px; } .comment .info li { float: left; padding-top: 3px; margin-right: 10px; } .comment .info li.avatar { padding-top: 0; } .comment .info li.avatar img { vertical-align: top; } .comment .info li.voting { float: right; } .comment .info li.username a { font-weight: bold; color: #555; } .comment .info li.date {color: #888; } .comment .info li a { text-decoration: none; } /* Content */ .comment .content { color: #000; padding-right: 20px; line-height: 13px; overflow: hidden; zoom: 1; } /* Actions */ .comment .actions { font-size: 11px; } .comment .actions a { text-decoration: none; } /* Comment List */ .comments.comment-list .path { padding-bottom: 3px; } .comments.comment-list .path .blog-name { color: #777; } /* Reply Form */ .reply { padding-bottom: 10px; } .reply textarea { height: 70px; } .reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;}