You are here

cf_http_html_headers.css in Common Functionality 7

.cf_http-was_h1,
.cf_http-was_h2,
.cf_http-was_h3 {
  margin: 0.5em 0;
  font-weight: bold;
}

.cf_http-was_h4,
.cf_http-was_h5,
.cf_http-was_h6 {
  margin: 0.4em 0;
  font-weight: bold;
}

h2.cf_http-was_h1 {
  font-size: 1.9em;
}

h3.cf_http-was_h1,
h3.cf_http-was_h2 {
  font-size: 1.75em;
}

h4.cf_http-was_h1,
h4.cf_http-was_h2,
h4.cf_http-was_h3 {
  font-size: 1.6em;
}

h5.cf_http-was_h1,
h5.cf_http-was_h2,
h5.cf_http-was_h3,
h5.cf_http-was_h4 {
  font-size: 1.45em;
}

h6.cf_http-was_h1,
h6.cf_http-was_h2,
h6.cf_http-was_h3,
h6.cf_http-was_h4,
h6.cf_http-was_h5 {
  font-size: 1.3em;
}

div.cf_http-was_h1,
div.cf_http-was_h2,
div.cf_http-was_h3,
div.cf_http-was_h4,
div.cf_http-was_h5,
div.cf_http-was_h6 {
  font-size: 1.15em;
}

File

modules/cf_http/includes/cf_http_html_headers.css
View source
  1. .cf_http-was_h1,
  2. .cf_http-was_h2,
  3. .cf_http-was_h3 {
  4. margin: 0.5em 0;
  5. font-weight: bold;
  6. }
  7. .cf_http-was_h4,
  8. .cf_http-was_h5,
  9. .cf_http-was_h6 {
  10. margin: 0.4em 0;
  11. font-weight: bold;
  12. }
  13. h2.cf_http-was_h1 {
  14. font-size: 1.9em;
  15. }
  16. h3.cf_http-was_h1,
  17. h3.cf_http-was_h2 {
  18. font-size: 1.75em;
  19. }
  20. h4.cf_http-was_h1,
  21. h4.cf_http-was_h2,
  22. h4.cf_http-was_h3 {
  23. font-size: 1.6em;
  24. }
  25. h5.cf_http-was_h1,
  26. h5.cf_http-was_h2,
  27. h5.cf_http-was_h3,
  28. h5.cf_http-was_h4 {
  29. font-size: 1.45em;
  30. }
  31. h6.cf_http-was_h1,
  32. h6.cf_http-was_h2,
  33. h6.cf_http-was_h3,
  34. h6.cf_http-was_h4,
  35. h6.cf_http-was_h5 {
  36. font-size: 1.3em;
  37. }
  38. div.cf_http-was_h1,
  39. div.cf_http-was_h2,
  40. div.cf_http-was_h3,
  41. div.cf_http-was_h4,
  42. div.cf_http-was_h5,
  43. div.cf_http-was_h6 {
  44. font-size: 1.15em;
  45. }