Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/static/glike.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/glike.css')
-rw-r--r--static/glike.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/static/glike.css b/static/glike.css
new file mode 100644
index 0000000..ea9841b
--- /dev/null
+++ b/static/glike.css
@@ -0,0 +1,69 @@
+body {
+ font-family: arial, san-serif;
+}
+
+table {
+ border-collapse: collapse;
+ border: 1px solid black;
+}
+
+th {
+ text-align: left;
+ border: 1px solid black;
+ background: gray;
+ color: white;
+ padding: 0.2em;
+}
+
+td {
+ border: 1px solid black;
+ padding: 0.2em;
+}
+
+#header {
+ height: 10%;
+ overflow:hidden;
+ background-color: #3ac;
+ border-top: 4px solid #111;
+ border-right: 3px solid #121;
+ border-left: 3px solid #121;
+ text-align: right;
+}
+
+#header h1 {
+ font-size: 20px;
+ float: left;
+ vertical-align: middle;
+}
+
+#header li{
+ font-size: 14px;
+ padding-right:10px;
+ display:inline;
+}
+
+#header u1 {
+ list-style: none;
+ float:right;
+ vertical-align: middle;
+}
+
+a {
+ color: blue;
+}
+#header h1 a {
+ text-decoration: none;
+ color: black;
+}
+
+#bodycontent {
+ text-decoration: none;
+ color: black;
+}
+
+#navlist li
+{
+display: inline;
+list-style-type: none;
+padding-right: 10px;
+}