utility.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. body {
  2. background : #f5f5f5;
  3. color : black;
  4. padding : 0px;
  5. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6. font-size: 14px;
  7. margin-left : auto;
  8. margin-right : auto;
  9. max-width : 800px;
  10. }
  11. form {
  12. margin : 10px 0px 0px 0px;
  13. padding : 0px;
  14. }
  15. div.content {
  16. overflow : hidden;
  17. background : white;
  18. border : 1px solid #ddd;
  19. padding : 10px;
  20. box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
  21. }
  22. p.warning {
  23. color : red;
  24. }
  25. p.query, code {
  26. color : green;
  27. }
  28. p.insensitive {
  29. color : gray;
  30. }
  31. div.insensitive-small {
  32. color : gray;
  33. font-size : 10px;
  34. }
  35. .floatingLogo {
  36. display : none;
  37. }
  38. a {
  39. color : #4684ff;
  40. text-decoration : none;
  41. }
  42. a:hover {
  43. color : black;
  44. }
  45. div.notice, div.warning, div.error {
  46. padding : 4px 10px 4px 4px;
  47. display : inline-block;
  48. margin : 2px 0px 4px 0px;
  49. font-size : 12px;
  50. border-style : solid;
  51. border-color : #ccc;
  52. border-width : 1px;
  53. box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
  54. }
  55. div.notice div.inner, div.warning div.inner, div.error div.inner {
  56. vertical-align : middle;
  57. }
  58. div.notice {
  59. background : #ecf4ff;
  60. border-color : #88b0f0;
  61. }
  62. div.warning {
  63. border-color : #EFDC88;
  64. background : #fff7d5;
  65. }
  66. div.error {
  67. background : #ffcccc;
  68. border-color : #ff0000;
  69. }
  70. div.warning img, div.notice img, div.error img {
  71. margin : 4px;
  72. vertical-align : middle;
  73. }
  74. div.warning span, div.notice span, div.error span {
  75. display : table-cell;
  76. vertical-align : middle;
  77. }
  78. h1 {
  79. color : #88b0f0;
  80. font-size : 32px;
  81. margin : 20px 0px 5px 0px;
  82. text-shadow : 0 0 6px #fff;
  83. }
  84. h2 {
  85. color : #88b0f0;
  86. font-size : 14pt;
  87. border-width : 0px 0px 1px 0px;
  88. border-color : #f0f0f0;
  89. border-style : solid;
  90. }
  91. div.content > h2 {
  92. margin-top : 0px;
  93. }
  94. div.rss h1 {
  95. border-width : 0px 0px 1px 0px;
  96. border-color : gray;
  97. border-style : dotted;
  98. color : gray;
  99. }
  100. div.rss h2 {
  101. font-size : 12pt;
  102. }
  103. div.rss a.extlink {
  104. color : gray;
  105. border-width : 0px 0px 1px 0px;
  106. border-color : #778899;
  107. border-style : dotted;
  108. font-size : 9pt;
  109. }
  110. div.rss img {
  111. max-width : 775px;
  112. }
  113. div.rss p.description {
  114. color : gray;
  115. font-size : 9pt;
  116. }
  117. div.rss div.content {
  118. margin-top : 0.5em;
  119. }
  120. div.rss img.feedicon {
  121. float : right;
  122. }
  123. div.rss hr {
  124. border-width : 0px 0px 1px 0px;
  125. border-style : dashed;
  126. border-color : #e0e0e0;
  127. }
  128. body#sharepopup {
  129. background-color : white;
  130. background-image : url("../images/toolbar.png");
  131. background-repeat : repeat-x;
  132. background-position : bottom;
  133. margin : 10px;
  134. padding : 0px;
  135. }
  136. body#sharepopup h1 {
  137. font-size : 14px;
  138. margin : 0px;
  139. color : #88b0f0;
  140. }
  141. body#sharepopup table {
  142. background : white;
  143. border : 1px solid #88b0f0;
  144. padding : 5px;
  145. }
  146. body#sharepopup form {
  147. height : 100%;
  148. }
  149. body#sharepopup input {
  150. width : 100%;
  151. }
  152. div.autocomplete {
  153. position : absolute;
  154. width : 250px;
  155. background-color : white;
  156. border :1px solid #778899;
  157. margin : 0px;
  158. padding : 0px;
  159. z-index : 4;
  160. }
  161. div.autocomplete ul {
  162. list-style-type : none;
  163. margin : 0px;
  164. padding : 0px;
  165. font-size : 10px;
  166. }
  167. div.autocomplete ul li.selected {
  168. background-color : #fff7d5;
  169. }
  170. div.autocomplete ul li {
  171. list-style-type : none;
  172. display : block;
  173. margin : 0;
  174. padding : 2px;
  175. height : 32px;
  176. cursor : pointer;
  177. }
  178. fieldset {
  179. border-width : 0px;
  180. padding : 0px 0px 5px 0px;
  181. margin : 0px;
  182. }
  183. fieldset input {
  184. font-family : sans-serif;
  185. font-size : medium;
  186. border-spacing : 2px;
  187. border : 1px solid #b5bcc7;
  188. padding : 2px;
  189. }
  190. fieldset label {
  191. width : 120px;
  192. margin-right : 20px;
  193. display : inline-block;
  194. text-align : right;
  195. color : gray;
  196. }
  197. body.otp {
  198. margin : 1em;
  199. padding : 0px;
  200. }
  201. form.otpform {
  202. margin : 0px;
  203. padding : 0px;
  204. }
  205. form.otpform label {
  206. margin : 0px;
  207. padding : 0px;
  208. }
  209. body.otp div.content {
  210. display : inline-block;
  211. width : auto;
  212. }
  213. span.hint {
  214. font-size : 10px;
  215. color : gray;
  216. }