/static/light_hatched_style/green/base.css

https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 231 lines · 197 code · 32 blank · 2 comment · 0 complexity · be0b9e334a636eaa673b05664894e387 MD5 · raw file

  1. body
  2. {
  3. font: 75% verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
  4. background: white;
  5. color: #303030;
  6. background-image: url(/static/style/base_bg.png);
  7. background-repeat: repeat-x;
  8. background-position: top;
  9. margin: 10px;
  10. margin-right: 15px;
  11. margin-left: 15px;
  12. }
  13. a:link, a:visited, a:active
  14. {
  15. color: #303030;
  16. }
  17. h1, h2, h3, h4
  18. {
  19. color: #025838;
  20. /*text-shadow: #bbb 2px 2px 1px;*/
  21. }
  22. hr
  23. {
  24. border: none;
  25. border-bottom: dotted #303030 1px;
  26. }
  27. div.toolForm
  28. {
  29. margin-right: -5px;
  30. margin-left: -5px;
  31. }
  32. div.toolFormTitle
  33. {
  34. background: #ebd9b2;
  35. background-image: url(/static/style/form_title_bg.png);
  36. background-repeat: repeat-x;
  37. background-position: top;
  38. border-top: solid #d8b365 1px;
  39. border-bottom: solid #d8b365 1px;
  40. font-weight: bold;
  41. padding: 5px;
  42. }
  43. div.toolParamHelp
  44. {
  45. font-style: italic;
  46. }
  47. div.toolFormBody
  48. {
  49. background: white;
  50. border-bottom: solid #d8b365 1px;
  51. padding: 5px;
  52. }
  53. div.toolHelp
  54. {
  55. }
  56. div.toolHelpBody
  57. {
  58. }
  59. select
  60. {
  61. max-width: 300px;
  62. }
  63. .errormessage, .warningmessage, .donemessage, .infomessage
  64. {
  65. padding: 10px;
  66. padding-left: 52px;
  67. min-height: 32px;
  68. border-top: 1px solid #AA6666;
  69. border-bottom: 1px solid #AA6666;
  70. background-color: #FFCCCC;
  71. background-image: url(/static/style/error_large.png);
  72. background-repeat: no-repeat;
  73. background-position: 10px 10px;
  74. }
  75. .warningmessage
  76. {
  77. background-image: url(/static/style/warn_large.png);
  78. border-color: #AAAA66;
  79. background-color: #FFFFCC;
  80. }
  81. .donemessage
  82. {
  83. background-image: url(/static/style/ok_large.png);
  84. border-color: #66AA66;
  85. background-color: #CCFFCC;
  86. }
  87. .infomessage
  88. {
  89. background-image: url(/static/style/info_large.png);
  90. border-color: #6666AA;
  91. background-color: #CCCCFF;
  92. }
  93. .errormessagesmall, .warningmessagesmall, .donemessagesmall, .infomessagesmall
  94. {
  95. padding: 5px;
  96. padding-left: 25px;
  97. min-height: 25px;
  98. border-top: 1px solid #AA6666;
  99. border-bottom: 1px solid #AA6666;
  100. background-color: #FFCCCC;
  101. background-image: url(/static/style/error_small.png);
  102. background-repeat: no-repeat;
  103. background-position: 5px 5px;
  104. }
  105. .warningmessagesmall
  106. {
  107. background-image: url(/static/style/warn_small.png);
  108. border-color: #AAAA66;
  109. background-color: #FFFFCC;
  110. }
  111. .donemessagesmall
  112. {
  113. background-image: url(/static/style/ok_small.png);
  114. border-color: #66AA66;
  115. background-color: #CCFFCC;
  116. }
  117. .infomessagesmall
  118. {
  119. background-image: url(/static/style/info_small.png);
  120. border-color: #6666AA;
  121. background-color: #CCCCFF;
  122. }
  123. .errormark, .warningmark, .donemark, .infomark, .ok_bgr, .err_bgr
  124. {
  125. padding-left: 20px;
  126. min-height: 15px;
  127. background: url(/static/style/error_small.png) no-repeat;
  128. }
  129. .warningmark
  130. {
  131. background-image: url(/static/style/warn_small.png);
  132. }
  133. .donemark
  134. {
  135. background-image: url(/static/style/ok_small.png);
  136. }
  137. .infomark, .ok_bgr
  138. {
  139. background-image: url(/static/style/info_small.png);
  140. }
  141. table.colored td
  142. {
  143. padding: 5px;
  144. }
  145. table.colored tr.header
  146. {
  147. background: #ebb2d9;
  148. font-weight: bold;
  149. }
  150. table.colored tr
  151. {
  152. background: white;
  153. }
  154. div.debug
  155. {
  156. margin: 10px;
  157. padding: 5px;
  158. background: #FFFF99;
  159. border: solid #FFFF33 1px;
  160. color: black;
  161. }
  162. #footer {
  163. position: fixed;
  164. background: #025838;
  165. width: 100%;
  166. left: 0px;
  167. bottom: 0px;
  168. color: white;
  169. z-index:10000;
  170. opacity:0.9;
  171. filter:alpha(opacity:90);
  172. }
  173. #footer a {
  174. color: white;
  175. }
  176. .footerheader
  177. {
  178. padding: 5px;
  179. text-align:center;
  180. background-image: url(/static/style/footer_title_bg.png);
  181. background-position: bottom;
  182. }
  183. .footermenu
  184. {
  185. /*border-top: solid white 1px; */
  186. }
  187. .footermenuitem
  188. {
  189. margin-top: 5px;
  190. margin-bottom: 5px;
  191. margin-right: 5px;
  192. margin-left: 25px;
  193. display: list-item;
  194. list-style: square outside;
  195. }
  196. .footermenumessage
  197. {
  198. margin: 5px;
  199. }