demo-block.css 339 B

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