summaryrefslogtreecommitdiff
path: root/http-assets/trove.css
blob: d8d4379bb15474cd8736ffe1834d816008c34fa1 (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
table#header {
   background-color: #333;
}

body {
   margin: 0px;
}

div#cgit {
   padding: 0px !important;
}

table#header {
   min-height: 150px;
}

table#header tr td.main {
   color: #ccc;
}

table#header tr td.sub {
   color: #ccc !important;
}

table.tabs a.active {
   background-color: #adc81c !important;
}

table.tabs {
   border-bottom: solid 3px #adc81c !important;
}

div.content {
   border-bottom: solid 3px #adc81c !important;
}

table#header td.sub {
   border-top: solid 1px #adc81c !important;
}

table#header img {
   padding: 3px;
}

div#cgit table#header td.main a {
   color: #1e8482 !important;
}

div#cgit table#header td.main > a:first-child {
   color: #adc81c !important;
}

/* lorry-controller */

div.lorrycontroller {
   background-color: white;
}

div.lorrycontroller table {
   border-collapse: collapse;
}

div.lorrycontroller table#header {
   width: 100%;
}

div.lorrycontroller table#header td.logo {
   width: 96px;
}

div.lorrycontroller table#header td.main {
   font-size: 250%;
   white-space: nowrap;
}

div.lorrycontroller table.steps span {
   padding-left: 1em;
   padding-right: 1em;
   margin-left: 0.5em;
   margin-right: 0.5em;
}

div.lorrycontroller table.steps span.donestep {
   background-color: #c5c8b4 !important;
}

div.lorrycontroller table.steps span.pendingstep {
   color: #ccc;
}

div.lorrycontroller table.steps span.activestep {
   background-color: #adc81c !important;
}

div.lorrycontroller table.steps {
   border-bottom: solid 3px #adc81c !important;
   width: 100%;
   margin-top: 2em;
   margin-bottom: 0px;
   border-collapse: collapse;
}

div.lorrycontroller table.steps td {
   padding: 0px;
}

div.lorrycontroller div#troves, div.lorrycontroller div#lorries {
   margin: 1em;
}

div#troves table, div#lorries table {
   border: 3px solid #adc81c;
   border-collapse: collapse;
}

div#troves table tr, div#lorries table tr {
   border: 1px solid #adc81c;
}

div#troves table th, div#lorries table th {
   border: 2px solid #adc81c;
}

div#troves table td, div#lorries table td {
   border: 2px solid #adc81c;
   padding-left: 0.5em;
   padding-right: 0.5em;
}