utility.css 3.7 KB

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