| User | Post |
|
9:19 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 245 |
|
|
I use the following in my theme’s style.css file to style my inline comments and inline comment form.
/* Comment Stuff */.awpcomments ol.comments, .post_comments ol.comments { padding-left:0; margin-left:0; list-style-type:none !important;} .awpcomments ol.comments * > ol.reply, .post_comments ol.comments * > ol.reply { list-style-type:none !important; padding-left:1.3em; margin-left:0; /*border-left: 1px dashed #477CAA;*/} .awpcomments * ol.reply{ list-style-type:none !important;} .authorcomment { border:1px solid #c0c0c0; background-color:#fafbfc; color:#3C3C3C; line-height:1.5em; margin:3px; padding:4px;} .commentbar { display:block; margin:0 !important; padding:5px 5px 10px 5px !important; font-weight:400; text-align:left; color: #FFFFFF; background:#477CAA;} .commentbar cite{ font-style:normal;} .commentbar a { font-weight:700 !important; text-decoration:underline !important; color: #FFFFFF !important;} .commentbar a:hover { text-decoration:none !important; color: #FFFFFF !important;} .comment_form input[type=text], .comment_form textarea, .input { font-size: 1.1em; padding: 3px; color: #606060; background: #f3f3f3; border: 2px solid #a5bbcf !important;} .comment_form input[type=text]:focus, .comment_form textarea:focus, .input:focus { background: #fff; color: #333; border: 2px solid #90a9c0 !important;} .preview_comment{ border: 2px solid #90a9c0 !important; padding-top: 10px; background: #ffffff url('YOURSITE/modules/inlinecommentform/close_normal.gif') top left no-repeat;}.comment_form input[type=text] { width: 45%; margin: 5px 5px 1px 0;} .comment_form textarea { height: 250px; width: 95% !important; margin-right:4% !important; font-size: 1.2em;} .comment_form input[type=submit],.comment_form input[type=button] { background: #7EAED7; border: 1px solid #90a9c0; color: #FFFFFF;}.ed_button, .submit{ background: #7EAED7; border: 1px solid #90a9c0; color: #FFFFFF;}- Use the following to copy and paste the code.
|
|
|
|
|
How can I get the Subscribe to Comments plugin to work with WP-Ajax?
I can’t seem to put the < ?php show_subscription_checkbox(); ?> anywhere in comments.php so that it works.
Thanks.
-Ragnar
|
|
|
6:28 pm September 24, 2008
| Aaron
Admin
| | | |
|
| posts 245 |
|
|
Please make a new thread in the support forum. Thank you.
|
|