summaryrefslogtreecommitdiff
path: root/http-assets
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 11:31:31 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 11:31:31 +0100
commit18787b4e8f8e0272b8ab8e84d8ca57a5337cf83e (patch)
treebd6d7ec84c758fa32a21d774fbc8cfa5df56358b /http-assets
parentb67b08d5806d1bbf2d31ac28f3ff1e65cd6c4388 (diff)
downloadtrove-setup-18787b4e8f8e0272b8ab8e84d8ca57a5337cf83e.tar.gz
More trove-setup stuff
Diffstat (limited to 'http-assets')
-rw-r--r--http-assets/index.html7
-rw-r--r--http-assets/trove.css52
-rw-r--r--http-assets/trove.pngbin0 -> 2546 bytes
3 files changed, 59 insertions, 0 deletions
diff --git a/http-assets/index.html b/http-assets/index.html
new file mode 100644
index 0000000..0a8c3f9
--- /dev/null
+++ b/http-assets/index.html
@@ -0,0 +1,7 @@
+<html><head>
+<meta http-equiv="refresh" content="0; /cgi-bin/cgit.cgi">
+</head>
+<body>
+</body>
+</html>
+
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;
+}
+
diff --git a/http-assets/trove.png b/http-assets/trove.png
new file mode 100644
index 0000000..ed54e4c
--- /dev/null
+++ b/http-assets/trove.png
Binary files differ