summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..e5558f4
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,54 @@
+body {
+ font-family: sans-serif ;
+ background: #282828 ;
+ color: #fbf0c9;
+}
+
+a {
+ color: #fe8019;
+}
+
+main {
+ max-width: 800px ;
+ margin: auto ;
+}
+
+img {
+ max-width: 100% ;
+}
+
+time {
+ color: #c2c2c2;
+ font-size: 12px;
+}
+
+header h1 {
+ text-align: center ;
+}
+
+footer {
+ text-align: center ;
+ clear: both ;
+}
+
+/* For TAGLIST.HTML */
+.taglist {
+ text-align: center ;
+ clear: both ;
+}
+
+/* For NEXTPREV.HTML */
+#nextprev {
+ /* The container for both the previous and next articles. */
+}
+#prevart {
+ float: left ;
+ text-align: left ;
+}
+#nextart {
+ float: right ;
+ text-align: right ;
+}
+#nextart,#prevart {
+ max-width: 33% ;
+}