From 18787b4e8f8e0272b8ab8e84d8ca57a5337cf83e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 13 Sep 2012 11:31:31 +0100 Subject: More trove-setup stuff --- http-assets/index.html | 7 +++++++ http-assets/trove.css | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ http-assets/trove.png | Bin 0 -> 2546 bytes 3 files changed, 59 insertions(+) create mode 100644 http-assets/index.html create mode 100644 http-assets/trove.css create mode 100644 http-assets/trove.png (limited to 'http-assets') 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 @@ + + + + + + + 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 Binary files /dev/null and b/http-assets/trove.png differ -- cgit v1.2.1