home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / wp-ajax-edit-comments.1.1.4.3 / css / editComments.css
Cascading Style Sheet File  |  2008-02-19  |  997b  |  22 lines

  1. /* Edit me for the highlight color */
  2. .editableAuthor, .editableComment{
  3.  color: #000;
  4.  background-color: #ffffd3;
  5.  }
  6. .editAuthor { background-color: transparent; display: inline; margin: 0; padding: 0; border: 0; clear: none;}
  7. /* Edit me for the textarea shown when editing a comment */
  8. .textComment textarea { width: 90%; height: 100px; }
  9. /* Edit me for the div that contains the comment */
  10. .editComment, .editableComment, .textComment{ /*clear: both;*/ }
  11. /* various CSS classes you can edit if you really want to
  12. .ajaxSaveButtons { }
  13. .textAuthor { }
  14. .ajaxApproveLinks{}
  15. span.ajax-admin-edit-links {}
  16. */
  17.  
  18. /*Edit me for the message that shows up to a user(non admin) when leaving a comment */
  19. .ajax-edit { font-size: 1em; font-style: italic; background-color: #333; color: #fff; padding: 5px; font-weight: bold;}
  20. .ajax-edit .ajax-timer { font-size: 0.8em; color: #FFCC66; }
  21. input.ajax-error { border: 3px solid #966; }
  22. textarea.ajax-error, li.ajax-error { background: #966; }