You are here

ajax_comments.css in AJAX Comments 6

Same filename and directory in other branches
  1. 5 ajax_comments.css
#comment-form-content, #comment-form-content form {
  position:relative;
  zoom:1;
}

#comment-form #ajax-comments-preview.progress-disabled, #comment-form #ajax-comments-submit.progress-disabled {
  float:none;
}

#comment-form  #ahah-progress-edit-preview {
  float:none;
  display:inline;
}

#comment-form .bar {
  display:none;
}

#comment-form .percentage {
  display:none;
}

#comment-form .message {
  display:inline;
  float:none;
  padding:2px 3em 2px 0.5em;
  background:#FFFFFF url(images/progress.gif) repeat-xy scroll 0 0;
  border:1px solid #00375A;
}

#comment-form-content .ajax-comments-loader {
  background:#FFFFFF url(images/ajax-loader.gif) no-repeat scroll 50% 50%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* fuckin' IE8 */
  filter: alpha(opacity=80);
}

.ajax-comments-title-processed a.pressed {
  text-decoration:none;
  border-bottom:1px dotted;
  outline:0;
}

/* Animated throbber for links and spans */
html.js a.throbber,
html.js span.throbber,
a.throbber,
span.throbber {
  background: url(images/throbber-active.gif) no-repeat right center;  /* LTR */
  padding-right: 16px;  /* LTR */
}

File

ajax_comments.css
View source
  1. #comment-form-content, #comment-form-content form {
  2. position:relative;
  3. zoom:1;
  4. }
  5. #comment-form #ajax-comments-preview.progress-disabled, #comment-form #ajax-comments-submit.progress-disabled {
  6. float:none;
  7. }
  8. #comment-form #ahah-progress-edit-preview {
  9. float:none;
  10. display:inline;
  11. }
  12. #comment-form .bar {
  13. display:none;
  14. }
  15. #comment-form .percentage {
  16. display:none;
  17. }
  18. #comment-form .message {
  19. display:inline;
  20. float:none;
  21. padding:2px 3em 2px 0.5em;
  22. background:#FFFFFF url(images/progress.gif) repeat-xy scroll 0 0;
  23. border:1px solid #00375A;
  24. }
  25. #comment-form-content .ajax-comments-loader {
  26. background:#FFFFFF url(images/ajax-loader.gif) no-repeat scroll 50% 50%;
  27. position:absolute;
  28. left:0;
  29. right:0;
  30. top:0;
  31. bottom:0;
  32. opacity:0.8;
  33. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* fuckin' IE8 */
  34. filter: alpha(opacity=80);
  35. }
  36. .ajax-comments-title-processed a.pressed {
  37. text-decoration:none;
  38. border-bottom:1px dotted;
  39. outline:0;
  40. }
  41. /* Animated throbber for links and spans */
  42. html.js a.throbber,
  43. html.js span.throbber,
  44. a.throbber,
  45. span.throbber {
  46. background: url(images/throbber-active.gif) no-repeat right center; /* LTR */
  47. padding-right: 16px; /* LTR */
  48. }