demo-block.css

Same filename in other branches
  1. 9 core/themes/bartik/css/components/demo-block.css

Visual styles for Bartik's block demonstration.

File

core/themes/bartik/css/components/demo-block.css

View source
  1. /**
  2. * @file
  3. * Visual styles for Bartik's block demonstration.
  4. */
  5. .demo-block {
  6. margin: 5px;
  7. padding: 5px;
  8. text-align: center;
  9. color: #000;
  10. border: 1px dotted #9f9e00;
  11. background: #ff6;
  12. text-shadow: none;
  13. font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  14. }
  15. .featured-top .demo-block {
  16. font-size: 0.55em;
  17. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.