summaryrefslogtreecommitdiff
path: root/public/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/styles.css')
-rw-r--r--public/styles.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/public/styles.css b/public/styles.css
new file mode 100644
index 0000000..0c66b14
--- /dev/null
+++ b/public/styles.css
@@ -0,0 +1,40 @@
+body {
+ color: #404040;
+ color: rgba(0,0,0,0.75);
+ margin: 1em;
+}
+
+footer {
+ text-align: center;
+ padding-top: 2em;
+ padding-bottom: 2em;
+}
+
+section {
+ padding-top: 80px;
+ padding-bottom: 80px;
+ min-height: 300px;
+}
+
+article {
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+.filedetails {
+ font-size: smaller;
+}
+
+.filedetails span {
+ font-weight: bold;
+}
+
+h1, h1 a, h3, h3 a, h4, h4 a, h5, h5 a{
+ color: #404040;
+ color: rgba(0,0,0,0.75);
+ text-decoration: none;
+}
+
+h1 a:hover {
+ color: #777;
+}