[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/forum/ -> forum.css (source)

   1  
   2  #forum .description {
   3    font-size: 0.9em;
   4    margin: 0.5em;
   5  }
   6  #forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
   7    white-space: nowrap;
   8  }
   9  #forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  10    text-align: center;
  11  }
  12  #forum tr td.forum {
  13    padding-left: 25px; /* LTR */
  14    background-position: 2px 2px; /* LTR */
  15    background-image: url(../../misc/forum-default.png);
  16    background-repeat: no-repeat;
  17  }
  18  #forum tr.new-topics td.forum {
  19    background-image: url(../../misc/forum-new.png);
  20  }
  21  #forum div.indent {
  22    margin-left: 20px;
  23  }
  24  
  25  .forum-topic-navigation {
  26    padding: 1em 0 0 3em; /* LTR */
  27    border-top: 1px solid #888;
  28    border-bottom: 1px solid #888;
  29    text-align: center;
  30    padding: 0.5em;
  31  }
  32  .forum-topic-navigation .topic-previous {
  33    text-align: right; /* LTR */
  34    float: left; /* LTR */
  35    width: 46%;
  36  }
  37  .forum-topic-navigation .topic-next {
  38    text-align: left; /* LTR */
  39    float: right; /* LTR */
  40    width: 46%;
  41  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7