forked from certainly-not-a-cat/cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug.css
55 lines (45 loc) · 822 Bytes
/
debug.css
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
#pageHeader, #pageBottom
{
background-color: #A6A;
}
#filters
{
background-color: #6AA;
}
#data-headers
{
background-color: #AAA;
}
#data-headers *
{
border: 0px #666 solid;
}
#data *
{
border: #AAA 1px solid !important; //DEBUG
}
#data td:nth-child(1), #data td:nth-child(5)
{
background-color: #999; //DEBUG
}
#data td:nth-child(2), #data td:nth-child(6)
{
background-color: #77B; //DEBUG
}
#data th:nth-child(2), #data th:nth-child(6)
{
background-color: #995; //DEBUG
}
#data td:nth-child(3), #data td:nth-child(4), #data th:nth-child(3), #data th:nth-child(4),
#data td:nth-child(7), #data td:nth-child(8), #data th:nth-child(7), #data th:nth-child(8)
{
background-color: #887; //DEBUG
}
#lot *
{
border: #CCC 1px solid !important; //DEBUG
}
#lot-details
{
background-color: #999; //DEBUG
}