You are here

varbase-styleguide-general-styles.theme.css in Varbase Style Guide 8.5

body div.styleguide {
  border: 10px solid #aaa;
  border-radius: 5px;
  margin: 0 -30px;
  padding: 20px;
}
body h2.styleguide {
  font: 42px bold helvetica, arial, sans-serif;
  margin: 2em auto .5em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
body .styleguide-description {
  font: 12px helvetica, arial, sans-serif;
  margin: 0 0 .5em;
  text-align: center;
}

File

css/theme/varbase-styleguide-general-styles.theme.css
View source
  1. body div.styleguide {
  2. border: 10px solid #aaa;
  3. border-radius: 5px;
  4. margin: 0 -30px;
  5. padding: 20px;
  6. }
  7. body h2.styleguide {
  8. font: 42px bold helvetica, arial, sans-serif;
  9. margin: 2em auto .5em;
  10. padding: 0;
  11. text-align: center;
  12. text-transform: uppercase;
  13. font-weight: bold;
  14. color: #666;
  15. }
  16. body .styleguide-description {
  17. font: 12px helvetica, arial, sans-serif;
  18. margin: 0 0 .5em;
  19. text-align: center;
  20. }