blob: 96307a280a52a3ef274d2c77a2d82fc5b2126ed6 (
plain) (
blame)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
/* * { */
/* box-sizing: border-box; */
/* margin: 0em; */
/* padding: 4px; */
/* font-size: 10pt; */
/* /1* font-family: sans-serif; *1/ */
/* color: #333; */
/* /1* background: lightgray; *1/ */
/* } */
.govuk-header__logo {
width: 22%;
}
/* .content { */
/* margin: 8px 8px; */
/* } */
/* .table-list { */
/* list-style: none; */
/* } */
/* /1* h1 { *1/ */
/* /1* font-size: 1.5em; *1/ */
/* /1* } *1/ */
/* nav { */
/* border-bottom: solid 3px #ccc; */
/* } */
/* a { */
/* color: green; */
/* text-decoration: none; */
/* } */
/* a:hover { */
/* text-decoration: underline; */
/* } */
/* a.admin-link { */
/* font-size: 0.65rem; */
/* } */
/* table#home-summary-table { */
/* margin-top: 1.2em; */
/* /1* background: white; *1/ */
/* table-layout: fixed; */
/* width: 100%; */
/* border-collapse: collapse; */
/* border: 2px solid gray; */
/* } */
/* table#home-summary-table td { */
/* /1* background: white; *1/ */
/* border: 1px solid gray; */
/* } */
/* /1* table#home-summary-table a, *1/ */
/* /1* table#home-summary-table ul *1/ */
/* /1* { *1/ */
/* /1* background: white; *1/ */
/* /1* } *1/ */
/* table#home-summary-table thead th:nth-child(1) { */
/* width: 10%; */
/* } */
/* /1* If we want stripes... *1/ */
/* /1* tbody tr:nth-child(odd) { *1/ */
/* /1* background-color: rgb(0 0 0 / 5%); *1/ */
/* /1* } *1/ */
/* /1* table#home-summary-table thead th:nth-child(2) { *1/ */
/* /1* width: 6%; *1/ */
/* /1* } *1/ */
/* /1* table#home-summary-table thead th:nth-child(4) { *1/ */
/* /1* width: 10%; *1/ */
/* /1* } *1/ */
/* /1* table#home-summary-table thead th:nth-child(5) { *1/ */
/* /1* width: 10%; *1/ */
/* /1* } *1/ */
/* /1* table#home-summary-table thead th:nth-child(6) { *1/ */
/* /1* width: 5%; *1/ */
/* /1* } *1/ */
/* /1* table#home-summary-table thead th:nth-child(7) { *1/ */
/* /1* width: 5%; *1/ */
/* /1* } *1/ */
/* table#home-summary-table th */
/* { */
/* /1* border: solid 2px #ccc; *1/ */
/* /1* background: lightgray; *1/ */
/* /1* background: linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)); *1/ */
/* /1* font-weight: unset; *1/ */
/* letter-spacing: 1px; */
/* text-align: left; */
/* } */
/* /1* table#home-summary-table li *1/ */
/* /1* { *1/ */
/* /1* background: white; *1/ */
/* /1* } *1/ */
|