You are here

block.css in Drupal 6

Same filename and directory in other branches
  1. 5 modules/block/block.css
  2. 7 modules/block/block.css
#blocks td.region {
  font-weight: bold;
}
#blocks tr.region-message {
  font-weight: normal;
  color: #999;
}
#blocks tr.region-populated {
  display: none;
}
.block-region {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}

File

modules/block/block.css
View source
  1. #blocks td.region {
  2. font-weight: bold;
  3. }
  4. #blocks tr.region-message {
  5. font-weight: normal;
  6. color: #999;
  7. }
  8. #blocks tr.region-populated {
  9. display: none;
  10. }
  11. .block-region {
  12. background-color: #ff6;
  13. margin-top: 4px;
  14. margin-bottom: 4px;
  15. padding: 3px;
  16. }