whoosh-eat.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. body {
  2. background-color: #fff;
  3. margin: 18px 15px 15px 190px;
  4. padding: 0px;
  5. border: 0px;
  6. font-family: Tohoma, Verdana, sans-serif;
  7. }
  8. #nav-frame {
  9. font-size: 12px;
  10. }
  11. div.section {
  12. margin-top: 4px;
  13. margin-bottom: 4px;
  14. margin-left: 2px;
  15. }
  16. div.subsection {
  17. margin-left: 15px;
  18. font-size: 11px;
  19. margin-bottom: 2px;
  20. }
  21. div.section-selected {
  22. font-weight: bold;
  23. margin-bottom: 2px;
  24. margin-left: 2px;
  25. }
  26. dd {
  27. font-size: 0.8em;
  28. margin-bottom: 1em;
  29. }
  30. dl {
  31. margin-left: 20px;
  32. }
  33. dt {
  34. font-size: 0.8em;
  35. font-weight: bold;
  36. margin-bottom: 0.5em;
  37. color: #666;
  38. }
  39. h1 {
  40. color: #2A8FF3;;
  41. font-size: 1.2em;
  42. font-weight: bold;
  43. border-bottom: 1px solid #ccc;
  44. margin-bottom: 0.5em;
  45. }
  46. h2 {
  47. color: #666;
  48. font-size: 1em;
  49. border-bottom: 1px solid #ccc;
  50. margin-bottom: 0.5em;
  51. margin-top: 3em;
  52. }
  53. img {
  54. border: 0px;
  55. }
  56. li {
  57. font-size: 0.8em;
  58. margin-bottom: 0.2em;
  59. }
  60. p {
  61. font-size: 0.8em;
  62. margin-top: 0px;
  63. margin-bottom: 1em;
  64. }
  65. p.intro {
  66. font-size: 1em;
  67. }
  68. table.thumbs {
  69. border: none;
  70. border-collapse: collapse;
  71. margin-top: 1em;
  72. }
  73. table.thumbs td {
  74. border: none;
  75. margin: none;
  76. font-size: 0.8em;
  77. padding: 0.2em;
  78. text-align: center;
  79. padding-bottom: 2em;
  80. vertical-align: top;
  81. }
  82. table.thumbs th {
  83. background-color: inherit;
  84. margin: none;
  85. border: none;
  86. border-top: 1px solid #666;
  87. padding: 0.2em;
  88. padding-top: 1em;
  89. text-align: center;
  90. }
  91. /* ==============================
  92. * ID objects
  93. * ============================== */
  94. #nav-frame {
  95. position: absolute;
  96. top: 15px;
  97. left: 10px;
  98. width: 170px;
  99. height: 220px;
  100. border: 0px solid #909;
  101. display: block;
  102. }
  103. /* ==============================
  104. * Generic Frame classes
  105. * ============================== */
  106. .frame-t {
  107. position: absolute;
  108. top: 0px;
  109. left: 0px;
  110. width: 100%;
  111. height: 23px;
  112. border: 0px solid #060;
  113. background: #fff url(img/tb_05.gif) repeat-x left top;
  114. z-index: 2;
  115. }
  116. .frame-m {
  117. position: absolute;
  118. top: 24px;
  119. bottom: 11px;
  120. padding-left: 10px;
  121. padding-right: 10px;
  122. border: 0px solid #060;
  123. background-color: #fff;
  124. overflow: hidden;
  125. }
  126. .frame-ml {
  127. position: absolute;
  128. top: 0px;
  129. left: 0px;
  130. width: 6px;
  131. height: 99%;
  132. bottom: 11px;
  133. border: 0px solid #000;
  134. background-color: #fff;
  135. background-image: url(img/tb_18.gif);
  136. z-index: 1;
  137. }
  138. .frame-mr {
  139. position: absolute;
  140. top: 0px;
  141. right: 0px;
  142. width: 6px;
  143. height: 99%;
  144. border: 0px solid #000;
  145. background-color: #FFF;
  146. background-image: url(img/tb_23.gif);
  147. z-index: 1;
  148. }
  149. .frame-b {
  150. position: absolute;
  151. width: 100%;
  152. height: 11px;
  153. bottom: 0px;
  154. border: 0px solid #066;
  155. background: #FFF url(img/tb_27.gif) repeat-x left bottom;
  156. z-index: 2;
  157. }
  158. .frame-tl {
  159. position: absolute;
  160. top: 0px;
  161. left: 0px;
  162. width: 11px;
  163. height: 23px;
  164. background: #FFF;
  165. z-index: 2;
  166. }
  167. .frame-tr {
  168. position: absolute;
  169. top: 0px;
  170. right: 0px;
  171. width: 11px;
  172. height: 23px;
  173. background: #FFF;
  174. }
  175. .frame-bl {
  176. position: absolute;
  177. bottom: 0px;
  178. left: 0px;
  179. width: 11px;
  180. height: 11px;
  181. background: #FFF;
  182. }
  183. .frame-br {
  184. position: absolute;
  185. bottom: 0px;
  186. right: 0px;
  187. width: 11px;
  188. height: 11px;
  189. background: #FFF;
  190. }