les commentaires dans l'historique sont en gras
[bazdig.git] / bazdig / bazdig.css
blobb2e767d6c3bdd97d272dae62e2f2f464ce740eda
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 #error {
11 background-color: yellow;
12 border: 2px solid red;
13 padding: 10px;
14 margin: 10px;
16 #nav a {
17 border: 1px outset silver ;
18 padding: 5px 10px;
19 color: black;
20 background-color: lightgrey;
21 text-decoration:none
23 #settings {
24 margin: 30px 30px;
26 #settings label {
27 display: block;
28 margin-top: 10px;
30 #settings * input {
31 display: block;
33 #settings * input:focus {
34 background: yellow;
36 #queries pre {
37 display: block;
38 padding: 10px;
39 text-decoration: none;
40 color: black
42 #queries pre:hover {
43 background-color: yellow;
45 #queries i {
46 color: black;
47 font-weight: bold;
48 font-style: normal;
50 #ok {
51 width: 100%
53 #history {
54 margin-top: 10px;
56 #console {
57 margin-top: 10px;
58 float: left;
59 width: 70%
61 #schema {
62 width: 30%;
63 margin-left: 70%;
65 #schema ul {
66 list-style-type: none;
67 margin: 0;
68 padding: 0;
70 #schema * a {
71 display: block;
72 border: 1px inset silver ;
73 background-color: lightgrey;
74 text-decoration:none;
75 padding: 5px 10px;
77 #schema * a:hover {
78 border: 1px outset silver ;
80 #schema ul li a {
81 font-weight: bold;
83 #schema ul li ul li a {
84 font-weight: normal;
85 color: black;
87 #schema ul li ul {
88 display: none;
90 #schema ul li:hover ul {
91 display: block;