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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. a:link, a:visited {
  2. color: #00732F;
  3. text-decoration: none;
  4. font-weight: bold;
  5. }
  6. body {
  7. font: normal 400 14px/1.2 Arial;
  8. margin-top: 85px;
  9. }
  10. h1 {
  11. margin: 0;
  12. }
  13. h2 {
  14. font: 500 20px/1.2 Arial;
  15. }
  16. h3.fn, span.fn {
  17. -moz-border-radius: 7px 7px 7px 7px;
  18. -webkit-border-radius: 7px 7px 7px 7px;
  19. border-radius: 7px 7px 7px 7px;
  20. background-color: #F6F6F6;
  21. border-width: 1px;
  22. border-style: solid;
  23. border-color: #E6E6E6;
  24. word-spacing: 3px;
  25. padding: 3px 5px;
  26. }
  27. table, pre {
  28. -moz-border-radius: 7px 7px 7px 7px;
  29. -webkit-border-radius: 7px 7px 7px 7px;
  30. border-radius: 7px 7px 7px 7px;
  31. background-color: #F6F6F6;
  32. border: 1px solid #E6E6E6;
  33. border-collapse: separate;
  34. font-size: 12px;
  35. line-height: 1.2;
  36. margin-bottom: 25px;
  37. margin-left: 15px;
  38. }
  39. table td {
  40. padding: 3px 15px 3px 20px;
  41. }
  42. table tr.even {
  43. background-color: white;
  44. color: #66666E;
  45. }
  46. table tr.odd {
  47. background-color: #F6F6F6;
  48. color: #66666E;
  49. }
  50. li {
  51. margin-bottom: 10px;
  52. padding-left: 12px;
  53. }
  54. .cpp {
  55. display: block;
  56. margin: 10;
  57. overflow: hidden;
  58. overflow-x: hidden;
  59. overflow-y: hidden;
  60. padding: 20px 0 20px 0;
  61. }
  62. .footer {
  63. margin-top: 50px;
  64. }
  65. .memItemLeft {
  66. padding-right: 3px;
  67. }
  68. .memItemRight {
  69. padding: 3px 15px 3px 0;
  70. }
  71. .qml {
  72. display: block;
  73. margin: 10;
  74. overflow: hidden;
  75. overflow-x: hidden;
  76. overflow-y: hidden;
  77. padding: 20px 0 20px 0;
  78. }
  79. .qmldefault {
  80. padding-left: 5px;
  81. float: right;
  82. color: red;
  83. }
  84. .qmlreadonly {
  85. padding-left: 5px;
  86. float: right;
  87. color: #254117;
  88. }
  89. .rightAlign {
  90. padding: 3px 5px 3px 10px;
  91. text-align: right;
  92. }
  93. .title {
  94. background-color: white;
  95. color: #44A51C;
  96. font-family: Verdana;
  97. font-size: 35px;
  98. font-weight: normal;
  99. left: 0;
  100. padding-bottom: 5px;
  101. padding-left: 16px;
  102. padding-top: 20px;
  103. position: absolute;
  104. right: 0;
  105. top: 0;
  106. }
  107. .toc {
  108. float: right;
  109. -moz-border-radius: 7px 7px 7px 7px;
  110. -webkit-border-radius: 7px 7px 7px 7px;
  111. border-radius: 7px 7px 7px 7px;
  112. background-color: #F6F6F6;
  113. border: 1px solid #DDD;
  114. margin: 0 20px 10px 10px;
  115. padding: 20px 15px 20px 20px;
  116. height: auto;
  117. width: 200px;
  118. }