summaryrefslogtreecommitdiff
path: root/aurora-borealis.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-03-11 23:54:04 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-12 00:18:03 +0100
commit384de1f86b2dab231116c0596d29c5927ca20526 (patch)
tree38672a0fded8cd63b59b930fa8573c5acbb576d8 /aurora-borealis.css
initial tracking as of 2003-10-11 (except index.da.html of 2006-11-27)
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;
+}