j'ai corrigé un bug qui empechait le schema browser de fonctionner avec les noms...
[bazdig.git] / bazdig / bazdig.css
blob6bc50aeda259ca24391e1c3c119820e0e75f9054
1 body {
2 font: 1em Verdana, Arial, sans-serif;
3 background-color: #FFFFFF;
4 color: #000000;
5 margin: 1em 0 0 1em;
7 h3 {
8 display: inline;
10 #nav a {
11 border: 1px outset silver ;
12 padding: 5px 10px;
13 color: black;
14 background-color: lightgrey;
15 text-decoration:none
17 #settings {
18 margin: 30px 30px;
20 #settings label {
21 display: block;
22 margin-top: 10px;
24 #settings * input {
25 display: block;
27 #settings * input:focus {
28 background: yellow;
30 #queries a {
31 display: block;
32 padding: 10px;
33 text-decoration: none;
34 color: black
36 #queries a:hover {
37 background-color: yellow;
39 #ok {
40 width: 100%
42 #history {
43 margin-top: 10px;
45 #console {
46 margin-top: 10px;
47 float: left;
48 width: 70%
50 #schema {
51 width: 30%;
52 margin-left: 70%;
54 #schema ul {
55 list-style-type: none;
56 margin: 0;
57 padding: 0;
59 #schema * a {
60 display: block;
61 border: 1px inset silver ;
62 background-color: lightgrey;
63 text-decoration:none;
64 padding: 5px 10px;
66 #schema * a:hover {
67 border: 1px outset silver ;
69 #schema ul li a {
70 font-weight: bold;
72 #schema ul li ul li a {
73 font-weight: normal;
74 color: black;
76 #schema ul li ul {
77 display: none;
79 #schema ul li:hover ul {
80 display: block;