home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / block / block.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-14  |  321 b   |  19 lines

  1. /* $Id: block.css,v 1.6 2007/11/14 09:49:30 dries Exp $ */
  2.  
  3. #blocks td.region {
  4.   font-weight: bold;
  5. }
  6. #blocks tr.region-message {
  7.   font-weight: normal;
  8.   color: #999;
  9. }
  10. #blocks tr.region-populated {
  11.   display: none;
  12. }
  13. .block-region {
  14.   background-color: #ff6;
  15.   margin-top: 4px;
  16.   margin-bottom: 4px;
  17.   padding: 3px;
  18. }
  19.