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 703B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. h2 {
  28. font-size: 20px;
  29. padding-top: 0px;
  30. padding-bottom: 0px;
  31. margin-top: 0px;
  32. }
  33. #topmatter {
  34. background-color: rgb(235,239,249);
  35. }
  36. #maintext {
  37. margin-left: 10px;
  38. margin-right: 10px;
  39. padding-bottom: 10px;
  40. }
  41. .icons {
  42. font-family: Entypo
  43. }
  44. .icons a {
  45. text-decoration: none;
  46. }