home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / forum / forum.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-07-22  |  1.0 KB  |  43 lines

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