summaryrefslogtreecommitdiff
path: root/http-assets/trove.css
diff options
context:
space:
mode:
Diffstat (limited to 'http-assets/trove.css')
-rw-r--r--http-assets/trove.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/http-assets/trove.css b/http-assets/trove.css
new file mode 100644
index 0000000..b097f1b
--- /dev/null
+++ b/http-assets/trove.css
@@ -0,0 +1,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;
+}
+