-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·72 lines (58 loc) · 790 Bytes
/
styles.css
File metadata and controls
executable file
·72 lines (58 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body{
font-size: 12px;
}
h2{
font-size: 1.4em;
}
h3{
font-size: 1.1em;
}
div.databaseForm{
width: 300px;
float: left;
margin-right: 20px;
}
.clear{
clear: left;
}
.item{
border: 1px #c0c0c0 solid;
padding: 2px 4px;
margin-bottom: 5px;
}
.database{
float: left;
width: 45%;
margin: 0 20px 0 0;
}
.missing{
color: #E40000;
}
.new{
color: #009800;
}
.property{
color: #FFA500;
}
.data table{
width: 100%;
}
.data table th{
text-align: left;
padding: 2px;
color: #ffffff;
background-color: #000000;
}
.data table{
border-left: 1px #c0c0c0 solid;
font-size: 0.8em;
}
.data table td{
border-right: 1px #c0c0c0 solid;
border-bottom: 1px #c0c0c0 solid;
padding: 2px;
}
.data table td.value{
color: #FFA500;
font-weight: bold;
}