parent:
63d8fb38d2a3c0a40ef1866a6dd36f83e85efa55
Nick Mykins <nick.mykins@gmail.com>
2014-11-08T08:52:28-05:00
style.css
diff --git a/README.md b/README.md
index b986f9d98320541ef96506e42d97e3fd0f24e713..8ce44f000783e36698366bd25bfb86bdd8fcf5a3 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
usage:
# Make necessary directories
- mkdir posts cowposts cowposts_html public_html
+ mkdir posts cowposts cowposts_html
# Moo!
echo "hello world" > hello_world
diff --git a/public_html/style.css b/public_html/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..2402e401505155129e5f37229c1cef62a01efc75
--- /dev/null
+++ b/public_html/style.css
@@ -0,0 +1,18 @@
+ body {background-color: black;
+ color: rgb(255,225,148);
+ width: 800;
+ margin: 0 auto;
+ padding: 4em;
+ font-family: Ubuntu Mono,
+ DejaVu Sans Mono,
+ Droid Sans Mono,
+ Liberation Mono,
+ Monospace;}
+ a { color: rgb(0,255,0); }
+ a:visited { color: rgb(0,192,0) }
+ a:hover { color: white; }
+ h1 { font-size: 18pt;
+ color: rgb(246,96,171);
+ text-align: center; }
+ p.cowdate { color: rgb(0,255,255); }
+ * { font-size: 12pt }