[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/rsc/css/ -> comments.css (source)

   1  /**

   2   * Default comment styles

   3   * Feel free to override all these styles in your own skins

   4   */
   5  
   6  /* Styles for comments */

   7  div.bComment, /* Entire comment block */
   8  form.bComment /* New comment form */
   9  {
  10      margin: 1ex 2ex;
  11      padding: 0 1ex;
  12      border: 1px dotted #999;
  13  }
  14  #comment_preview {

  15      background-color: #eee;
  16  }
  17  div.bCommentTitle {
  18      margin: 1ex 0;
  19      font-weight: bold;
  20  }
  21  div.bCommentText {
  22      margin-top: 0;
  23      margin-bottom: 0;
  24  }
  25  div.bCommentSmallPrint {
  26      clear: both;
  27      font-size: 78%;
  28      margin: 1ex 0;
  29  }
  30  
  31  div.moderation_msg
  32  {
  33      margin: 1ex 2ex;
  34      padding: 0 1ex;
  35      border: 1px dotted #fa9;
  36      color: #e70;
  37  }
  38  
  39  div.feedback_feed_msg {
  40      margin: 2em 2ex;
  41      text-align: right;
  42  }


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics