PageRenderTime 27ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/static/help.css

https://bitbucket.org/cistrome/cistrome-harvard/
CSS | 250 lines | 184 code | 36 blank | 30 comment | 0 complexity | 421bd66a0746df8f8b066c9a0af9fdff MD5 | raw file
  1. body
  2. {
  3. margin: 0;
  4. padding: 0;
  5. border: 0;
  6. font: smaller verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
  7. background: #3690c0;
  8. }
  9. body.toolMenuPage
  10. {
  11. background: #0570b0;
  12. color: #d0d1e6;
  13. background-image: url(/static/images/tools.gif);
  14. background-repeat: no-repeat;
  15. background-position: bottom right;
  16. }
  17. body.toolMenuPage a
  18. {
  19. color: #ece7f2;
  20. }
  21. body.toolMenuPage a:hover
  22. {
  23. color: white;
  24. }
  25. body.historyPage
  26. {
  27. background: #045a8d;
  28. color: #d0d1e6;
  29. background-image: url(/static/images/history.gif);
  30. background-repeat: no-repeat;
  31. background-position: bottom right;
  32. }
  33. body.historyPage a
  34. {
  35. color: #ece7f2;
  36. }
  37. body.mastheadPage
  38. {
  39. background: #023858;
  40. color: white;
  41. }
  42. body.mastheadPage a
  43. {
  44. color: #ece7f2;
  45. }
  46. div.pageTitle
  47. {
  48. font-size: x-large;
  49. font-weight: bold;
  50. }
  51. /*
  52. 6 class diverging BrBG
  53. br2: #8c510a
  54. br1: #d8b365
  55. br0: #f6e8c3
  56. gr0: #c7eae5
  57. gr1: #5ab4ac
  58. gr2: #01665e
  59. */
  60. /*
  61. Dark to light:
  62. Blues
  63. -----
  64. 0: #023858
  65. 1: #045a8d
  66. 3: #0570b0
  67. 4: #3690c0
  68. 5: #74a9cf
  69. 6: #a6bddb
  70. 7: #d0d1e6
  71. 8: #ece7f2
  72. */
  73. h1, h2, h3
  74. {
  75. color: white;
  76. }
  77. hr
  78. {
  79. border: none;
  80. border-bottom: dotted white 1px;
  81. }
  82. a:link {color: black} /* unvisited link */
  83. a:visited {color: black} /* visited link */
  84. a:hover {color: white} /* mouse over link */
  85. a:active {color: black} /* selected link */
  86. div.toolSectionList
  87. {
  88. padding: 0px;
  89. padding-top: 10px;
  90. padding-bottom: 5px;
  91. margin-bottom: 10px;
  92. background: #045a8d;
  93. }
  94. div.toolSectionTitle
  95. {
  96. padding-left: 10px;
  97. padding-right: 22px;
  98. padding-top: 5px;
  99. padding-bottom: 5px;
  100. text-weight: bold;
  101. }
  102. div.toolSectionDetailsInner
  103. {
  104. margin-left: 10px;
  105. margin-right: 10px;
  106. }
  107. div.toolTitle
  108. {
  109. padding-bottom: 10px;
  110. }
  111. div.toolForm
  112. {
  113. margin: 10px;
  114. }
  115. div.toolFormTitle
  116. {
  117. background: #d8b365;
  118. font-weight: bold;
  119. padding: 5px;
  120. }
  121. div.toolFormBody
  122. {
  123. background: #f6e8c3;
  124. padding: 5px;
  125. }
  126. td.errorMessage
  127. {
  128. color: #b30000;
  129. }
  130. div.toolHelp
  131. {
  132. margin: 10px;
  133. }
  134. div.toolHelpBody
  135. {
  136. background: white;
  137. padding: 5px;
  138. }
  139. div.historyItem
  140. {
  141. padding-top: 10px;
  142. padding-bottom: 10px;
  143. margin-right: 10px;
  144. margin-left: 10px;
  145. border-bottom: dotted #d0d1e6 1px;
  146. }
  147. pre.peek
  148. {
  149. background: #f6e8c3;
  150. color: black;
  151. width: 100%;
  152. overflow: auto;
  153. }
  154. div.document
  155. {
  156. margin: 10px;
  157. }
  158. select
  159. {
  160. max-width: 300px;
  161. }
  162. .errormessage, .warningmessage, .donemessage, .infomessage
  163. {
  164. margin: 10px;
  165. padding: .33em 0 .67em 42px;
  166. min-height: 32px;
  167. border-top: 5px solid #900;
  168. border-bottom: 5px solid #900;
  169. /* border-left: 1px solid #900; */
  170. /* border-right: 1px solid #900; */
  171. background: white;
  172. background-image: url(/images/icon_error_lrg.gif);
  173. background-repeat: no-repeat;
  174. background-position: 5px 5px;
  175. }
  176. .warningmessage
  177. {
  178. background-image: url(/images/icon_warning_lrg.gif);
  179. border-color: #c60;
  180. }
  181. .donemessage
  182. {
  183. background-image: url(/images/icon_success_lrg.gif);
  184. border-color: #090;
  185. }
  186. .infomessage
  187. {
  188. background-image: url(/images/icon_info_lrg.gif);
  189. border-color: #069;
  190. }
  191. .errormark, .warningmark, .donemark, .infomark, .ok_bgr, .err_bgr
  192. {
  193. padding-left: 20px;
  194. min-height: 15px;
  195. background: url(/images/icon_error_sml.gif) no-repeat;
  196. }
  197. .warningmark
  198. {
  199. background-image: url(/images/icon_warning_sml.gif);
  200. }
  201. .donemark
  202. {
  203. background-image: url(/images/icon_success_sml.gif);
  204. }
  205. .infomark, .ok_bgr
  206. {
  207. background-image: url(/images/icon_info_sml.gif);
  208. }