Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
new file mode 100644
index 0000000..523bb1e
--- /dev/null
+++ b/web/style.css
@@ -0,0 +1,31 @@
+body {
+ margin: 0px;
+ font-family: sans-serif,cantarell,helvetica;
+}
+
+.toolbar {
+ padding: 12px;
+ padding-left: 20px;
+ color: #fff;
+ font-size: 35px;
+ background-color: #282828;
+}
+
+.toolbar .refresh {
+ display: inline-block;
+ float: right;
+ padding-right: 20px;
+}
+
+table {
+ padding: 0em 0.3em;
+ padding-top: 0.3em;
+
+}
+
+table tbody tr td a {
+ text-decoration: none;
+ color: #000;
+ font-weight: bold;
+ font-size: 17px;
+}