article.css 2.05 KB

#article {
  position: relative;
  text-align: justify;
}

#article-actions {
  position: absolute;
  top: -25px;
  right: -17px;
  padding-right: 15px;
}
#article-actions.hidden {
  opacity: 0.3;
	filter: alpha(opacity=30);
}

#article-tags {
  font-size: 10px;
  text-align: right;
}
#article-tags a {
  text-decoration: none;
}

#article-cat {
  font-size: 10px;
}

/* * *  Comments  * * */

.article-comment {
  position: relative;
  border: 1px solid #B8CFE7;
  margin-bottom: 10px;
  padding: 10px;
}

.comment-from-owner {
  border: 1px solid #3465A4;
  background: #B8CFE7;
}

#content #article-comment h4 {
  font-size: 14px;
  margin: 0px;
}

.comment-picture {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
  float: left;
}
.comment-picture span {
  display: none;
}

.comment-info {
  font-size: 10px;
  color: #999;
}
.comment-from-owner .comment-info {
  color: #729FCF;
}

.comment-text {
  clear: left;
}

.comment-logged-out .comment-text {
  color: #888;
}

/* * * Comment Box * * */

.post_comment_box {
  text-align: center;
  padding: 0px 15px 5px 15px;
  margin: 10px;
}

.post_comment_box h4 {
  padding: 1px 20px;
  margin: 0px;
  background: #B8CFE7;
}

.post_comment_box.closed h4 {
  display: inline;
  border: 1px solid #729FCF;
  cursor: pointer;
}

.post_comment_box.opened {
  border: 1px solid #729FCF;
  background: #B8CFE7;
}

.post_comment_box form {
  text-align: left;
  margin: -10px 0px 0px 0px;
}

.post_comment_box .formfield * {
  width: 99%;
}

.post_comment_box .button-bar {
  text-align: center;
}

.post_comment_box input.button {
  position: relative;
  float: none;
  margin: auto;
}

.post_comment_box .button-bar br {
  display: none;
}

.post_comment_box.closed form {
  display: none;
}

.post_comment_box.opened form {
  display: block;
}

/* * * addThis button * * */

.msie #addThis {
  position: relative;
  margin-bottom: -5px;
}
#bt_addThis {
  float: right;
  margin: 0px;
}

#addthis_dropdown15 table td {
  border: none;
}