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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. }
  92. .screenshot_item {
  93. display: table;
  94. #position: relative;
  95. overflow: hidden;
  96. }
  97. .screenshot_item .item {
  98. float: left;
  99. padding: 5px;
  100. margin: 5px;
  101. }
  102. .screenshot_item .description {
  103. #position: absolute;
  104. #top: 50%;
  105. display: table-cell;
  106. vertical-align: middle;
  107. }
  108. .credit {
  109. font-style: italic;
  110. }