adminer.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. * {
  2. font: 13px/1.5 Verdana, 'Geneva CE', lucida, sans-serif;
  3. color:#333333;
  4. margin:0px;
  5. padding:0px;
  6. }
  7. a,a:visited {
  8. color:#006aeb;
  9. text-decoration:none;
  10. padding:3px 1px;
  11. }
  12. #content table thead span, #content table thead a {
  13. font-weight:bold;
  14. color:black;
  15. }
  16. #content table thead a:hover {
  17. background:none;
  18. text-decoration:underline;
  19. color:black;
  20. }
  21. a:hover {
  22. color:white;
  23. background:#006aeb;
  24. }
  25. h1 {
  26. font-size:1.9em;
  27. font-weight:normal;
  28. background:white;
  29. color:#1e5eb6;
  30. border-bottom:1px solid #f4f4f4;
  31. padding:20px;
  32. margin:0px;
  33. }
  34. #menu h1 {
  35. padding:0px 0px 5px 20px;
  36. background:none;
  37. }
  38. h2,h3 {
  39. font-size:1.5em;
  40. font-weight:normal;
  41. background:white;
  42. color:#1e5eb6;
  43. border-bottom:1px solid #f4f4f4;
  44. padding:20px 0px;
  45. margin:0px;
  46. }
  47. fieldset {
  48. padding:5px;
  49. border:1px solid #f4f4f4;
  50. }
  51. input,select,textarea {
  52. border:1px solid #e5e5e5;
  53. margin:1px;
  54. padding:3px;
  55. }
  56. input[type=submit] {
  57. color:white;
  58. background:#3390e6;
  59. padding:3px 10px;
  60. cursor:pointer;
  61. border:0px solid;
  62. }
  63. input[type=submit]:hover{
  64. background:blue;
  65. }
  66. input[type=checkbox]{
  67. margin-right:5px;
  68. }
  69. input[type=image] {
  70. border:1px solid #d0cdc4;
  71. }
  72. input[type=checkbox],input[type=radio]{
  73. border:1px solid #e5e5e5;
  74. padding:2px 5px;
  75. }
  76. code{
  77. background:#f0ffe1;
  78. border:1px dashed #d5f1b9;
  79. padding:2px 4px;
  80. font-family:"Courier New";
  81. }
  82. code a:hover{background:transparent}
  83. table{
  84. margin:10px 0px;
  85. border:1px solid #d0cdc4;
  86. border-collapse:collapse;
  87. }
  88. tbody tr:hover td,tbody tr:hover th{
  89. background:#edf4ff
  90. }
  91. thead th, thead td {
  92. text-align:center;
  93. vertical-align:middle;
  94. font-weight:bold;
  95. white-space:nowrap;
  96. background:#f2eee1;
  97. color:#808080;
  98. }
  99. th,td{
  100. border:1px solid #d0cdc4;
  101. padding:3px 6px;
  102. vertical-align:top;
  103. }
  104. th a {
  105. font-weight:bold;
  106. padding-bottom:0px;
  107. }
  108. th {
  109. background:white;
  110. }
  111. tr.odd td {
  112. background:#fcfaf5;
  113. }
  114. #content tbody tr.checked td, tr.checked.odd td {
  115. background:#fbe2e2;
  116. color:red;
  117. }
  118. .hidden{
  119. display:none
  120. }
  121. .error,.message{
  122. padding:0px;
  123. background:transparent;
  124. font-weight:bold
  125. }
  126. .error{
  127. color:#c00
  128. }
  129. .message{
  130. color:#090
  131. }
  132. #content{
  133. margin:0px 0px 0px 320px;
  134. padding:50px 20px 40px 0px;
  135. height:100%;
  136. }
  137. #lang {
  138. background:#f2eee1;
  139. color:#808080;
  140. position:fixed;
  141. top:0px;
  142. left:0px;
  143. width:100%;
  144. padding:10px 20px;
  145. z-index:1;
  146. }
  147. #breadcrumb {
  148. position:fixed;
  149. top:0px;
  150. left:300px;
  151. background:#f2eee1;
  152. z-index:2;
  153. width:100%;
  154. padding:10px;
  155. }
  156. #menu {
  157. background:#fcfaf5;
  158. position:fixed;
  159. top:-10px;
  160. padding:20px;
  161. padding-top:40px;
  162. bottom:0px;
  163. overflow:auto;
  164. left:0px;
  165. width:240px;
  166. border-right:5px solid #f2eee1;
  167. }
  168. #schema .table {
  169. padding:5px;
  170. background:#fcfaf5;
  171. border:1px solid #d0cdc4;
  172. }
  173. #schema .table b {
  174. color:#006aeb;
  175. font-weight:bold;
  176. text-decoration:underline;
  177. }
  178. #schema .table b:hover {
  179. color:white;
  180. }
  181. input[name=logout] {
  182. color:#fce2e2;
  183. background:#d73e3e;
  184. }
  185. input[name=logout]:hover {
  186. background:#ea0202;
  187. }
  188. #logins a, #tables a {
  189. background:none;
  190. }
  191. #logins a:hover, #tables a:hover {
  192. background:#006aeb;
  193. }
  194. #logout {
  195. color:#006aeb;
  196. text-decoration:none;
  197. }
  198. #logout:hover {
  199. color:white;
  200. background:#006aeb;
  201. }
  202. .js .column {
  203. background:#f2eee1;
  204. }
  205. #content table thead a.text:hover {
  206. text-decoration:none;
  207. }
  208. #version, .version {
  209. font-size:50%;
  210. }
  211. #h1:hover {
  212. color:white;
  213. }