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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .active {
  2. background-attachment: scroll;
  3. background-clip: border-box;
  4. background-color: rgb(255,255,255);
  5. background-image: none;
  6. background-origin: padding-box;
  7. border-bottom-color: rgb(0,0,0);
  8. border-bottom-style: none;
  9. border-bottom-width: 0px;
  10. border-left-color: rgb(107,144,218);
  11. border-left-style: solid;
  12. border-left-width: 1px;
  13. border-right-color: rgb(107,144,218);
  14. border-right-width: 1px;
  15. border-right-style: solid;
  16. border-top-color: rgb(107,144,218);
  17. border-top-width: 2px;
  18. border-top-style: solid;
  19. color: rgb(0,0,0);
  20. margin-left: 0px;
  21. margin-right: 5px;
  22. margin-top: 0px;
  23. margin-bottom: -1px;
  24. padding-bottom: 6px;
  25. padding-left: 9px;
  26. padding-right: 9px;
  27. padding-top: 5px;
  28. text-decoration: none;
  29. white-space: nowrap;
  30. }
  31. .tab {
  32. color: rgb(0,0,204);
  33. margin-bottom: 6px;
  34. margin-left: 10px;
  35. margin-right: 15px;
  36. margin-top: 5px;
  37. padding-top: 5px;
  38. white-space: nowrap;
  39. text-decoration: none;
  40. }
  41. #menu {
  42. background-color: rgb(235,239,249);
  43. border-bottom-color: rgb(107,144,218);
  44. border-bottom-style: solid;
  45. border-bottom-width: 1px;
  46. padding-bottom: 5px;
  47. padding-left: 5px;
  48. padding-right: 10px;
  49. padding-top: 5px;
  50. white-space: nowrap;
  51. background-clip: border-box;
  52. }
  53. body {
  54. background-color: rgb(235,239,249);
  55. }
  56. #page {
  57. background-color: rgb(255,255,255);
  58. }
  59. h1 {
  60. font-size: 24px;
  61. }
  62. #topbanner {
  63. background-color: rgb(235,239,249);
  64. height: 96px;
  65. margin-bottom: 2px;
  66. }
  67. #topbanner img {
  68. float: left;
  69. }
  70. #topbanner h1 {
  71. padding-top: 20px;
  72. padding-bottom: 0px;
  73. margin-bottom: 0px;
  74. }
  75. h2 {
  76. font-size: 20px;
  77. padding-top: 0px;
  78. padding-bottom: 0px;
  79. margin-top: 0px;
  80. }
  81. #topmatter {
  82. background-color: rgb(235,239,249);
  83. }
  84. #maintext {
  85. margin-left: 10px;
  86. margin-right: 10px;
  87. padding-bottom: 10px;
  88. }
  89. li {
  90. list-style-type: none;
  91. }