summaryrefslogtreecommitdiff
path: root/http-assets/trove.css
blob: b097f1bf677d20c6c6f2a2d195885b9fac471b30 (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
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;
}