summaryrefslogtreecommitdiff
path: root/aurora-borealis.css
diff options
context:
space:
mode:
Diffstat (limited to 'aurora-borealis.css')
-rw-r--r--aurora-borealis.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/aurora-borealis.css b/aurora-borealis.css
new file mode 100644
index 0000000..e0539ca
--- /dev/null
+++ b/aurora-borealis.css
@@ -0,0 +1,17 @@
+body{
+ margin-top:50px;
+ margin-left:160px;
+ margin-rigth:160px;
+ margin-bottom:50px;
+ background-attachment: fixed;
+ background-image: url(aurora-borealis.gif);
+ background-repeat: no-repeat;
+ background-position: left top;
+}
+a{
+color:990000;
+text-decoration:none;
+}
+.small{
+font-size:12px;
+}