utility.css 3.7 KB

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