summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2016-02-15 13:57:01 -0700
committerAaron Ball <nullspoon@iohq.net>2016-02-15 13:57:01 -0700
commit4cbb1e127185594998c833641b010b16cb313862 (patch)
tree0493ce928eb426ee1f230f02eea370fe32ea28ba /res
parent2352e6c31b9454a18331b33d73f38bdfb7af281d (diff)
downloadoper.io-4cbb1e127185594998c833641b010b16cb313862.tar.gz
oper.io-4cbb1e127185594998c833641b010b16cb313862.tar.xz
Added cgit.css
Diffstat (limited to 'res')
-rw-r--r--res/cgit.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/res/cgit.css b/res/cgit.css
new file mode 100644
index 0000000..d74feea
--- /dev/null
+++ b/res/cgit.css
@@ -0,0 +1,82 @@
+body {
+ color:#4f4b43;
+ font-family:Oxygen-sans, sans-serif;
+ background-color:#ddd;
+ font-size:15px;
+ margin:0px;
+ padding:0px;
+}
+
+div#cgit {
+ padding:0px;
+ margin:0px;
+ background-color:#ddd;
+}
+
+table#header {
+ background:linear-gradient(to bottom, #444, #333, #333, #222);
+ box-shadow:0px 0px 4px #4f4b43;
+ height:73px;
+ padding:5px;
+ color:#cceeff
+}
+
+div#cgit table#header tbody tr td.main a,
+div#cgit table#header tbody tr td.main a:link,
+div#cgit table#header tbody tr td.main a:visited {
+ color:#66ccdd;
+}
+
+div#cgit table#header tbody tr td.sub {
+ color:#ddd;
+ border-top:none;
+}
+
+
+div#cgit table.tabs {
+ border-bottom:solid 3px #bbb;
+}
+
+div#cgit table.tabs tbody tr td a.active {
+ border-top: 1px solid #999;
+ border-left: 1px solid #999;
+ border-right: 1px solid #999;
+}
+
+
+
+div#cgit table.list tbody tr,
+div#cgit table.list tbody tr.nohover:hover,
+div#cgit table.list tbody tr.nohover:hover th {
+ background-color: #eee;
+}
+
+div#cgit table.list tbody tr:hover,
+div#cgit table.list tbody tr:hover td a:link,
+div#cgit table.list tbody tr:hover td a:visited,
+div#cgit table.list tbody tr:hover td a:active {
+ background-color: #888;
+ color:#eee;
+}
+
+
+
+div#cgit div.content {
+ background:none;
+ background-color:#eee;
+ border:none;
+ margin-right:10px;
+ margin-top:20px;
+ margin-left:10px;
+ border-radius:5px;
+ box-shadow: inset 0px 0px 5px #4f4b43;
+}
+
+
+div#cgit div.footer {
+ background:none;
+ margin: 30px auto;
+ padding:4px;
+ text-align:center;
+ font-size:.9em;
+}

Generated by cgit