/b2evolution/corporatemag/rsc/css/comments.css
http://laibcomsthemes.googlecode.com/ · CSS · 59 lines · 45 code · 11 blank · 3 comment · 0 complexity · f25b5dd4a2691b1b4801bab27acf64d1 MD5 · raw file
- /* comment and respond */
-
- /* for Disqus */
- #dComment {
- width: 98%;
- }
- /* for Disqus */
-
- #comments, #respond h3,
- #dsq-comments-title, #dsq-new-post h3 {
- font-size:14px;
- color:#6B92C0;
- padding-bottom:5px;
- }
-
- .commentlist,
- #dsq-comments { padding-left:25px;}
-
- .commentlist li,
- #dsq-comments li {
- margin-bottom:5px;
- }
-
- .commentlist li .avatar {
- float: left;
- border: 1px solid #eee;
- padding: 2px;
- background: #fff;
- margin-right:5px;
- }
-
- .commentlist cite, .commentlist cite a {
- font-weight: bold;
- font-style: normal;
- font-size: 1.1em;
- }
-
- .commentlist p,
- #dsq-comments p {
- clear:both;
- line-height: 1.5em;
- }
-
- #commentform input, #commentform textarea {
- border:1px solid #D8E4F0;
- padding:5px;
- }
-
- #commentform p {
- margin-bottom:10px;
- }
-
- #commentform #submit {
- background-color:#dae5f3;
- color:#6B92C0;
- border:1px solid #D8E4F0;
- }
-
- #commentform textarea { width:572px; }