Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 1016B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. body {
  2. background-color: rgb(235,239,249);
  3. }
  4. #page {
  5. background-color: rgb(255,255,255);
  6. }
  7. h1 {
  8. font-size: 24px;
  9. }
  10. .topbanner {
  11. background-color: rgb(235,239,249);
  12. height: 96px;
  13. margin-bottom: 2px;
  14. }
  15. .topbanner a {
  16. text-decoration: none;
  17. color: black;
  18. }
  19. .topbanner img {
  20. float: left;
  21. }
  22. .topbanner h1 {
  23. padding-top: 20px;
  24. padding-bottom: 0px;
  25. margin-bottom: 0px;
  26. }
  27. .nbg {
  28. width: 100%;
  29. background-color: rgb(237, 227, 192);
  30. margin-left: -20px;
  31. padding-right: 80px;
  32. overflow-x: hidden;
  33. }
  34. .nextversion {
  35. margin-left: 20px;
  36. }
  37. .nextbanner {
  38. height: 96px;
  39. margin-bottom: 2px;
  40. }
  41. .nextbanner img {
  42. float: left;
  43. margin-left: 10px;
  44. }
  45. .nextbanner h1 {
  46. padding-top: 20px;
  47. padding-bottom: 0px;
  48. margin-bottom: 0px;
  49. }
  50. h2 {
  51. font-size: 20px;
  52. padding-top: 0px;
  53. padding-bottom: 0px;
  54. margin-top: 0px;
  55. }
  56. #topmatter {
  57. background-color: rgb(235,239,249);
  58. }
  59. #maintext {
  60. margin-left: 10px;
  61. margin-right: 10px;
  62. padding-bottom: 10px;
  63. }