about summary refs log tree commit diff
path: root/m.css
diff options
context:
space:
mode:
Diffstat (limited to 'm.css')
-rw-r--r--m.css58
1 files changed, 34 insertions, 24 deletions
diff --git a/m.css b/m.css
index db81c7d..f8e6f07 100644
--- a/m.css
+++ b/m.css
@@ -6,29 +6,6 @@ html,body{
 	margin:0
 }
 
-.main{
-	min-height:100%;
-	position:relative
-}
-
-.head{
-	font:400 115% sans;
-	color:#999000;
-	padding:35pt 8% 35pt 8%
-}
-
-.body{padding:0pt 5% 60pt 5%}
-
-.foot{
-	font-size:70%;
-	position:absolute;
-	text-align:center;
-	bottom:0;
-	width:100%;
-	padding-top:9pt;
-	padding-bottom:9pt
-}
-
 h1{
 	font-size:107%;
 	color:#CC9977;
@@ -54,6 +31,34 @@ a:hover{color:#EEEEEE}
 
 img{margin-left:4%}
 
+.main{
+	min-height:100%;
+	position:relative
+}
+
+.head{
+	font:400 115% sans;
+	color:#999000;
+	padding:35pt 8% 35pt 8%
+}
+
+.body{padding:0pt 5% 60pt 5%}
+
+.foot{
+	font-size:70%;
+	color:#AA8855;
+	position:absolute;
+	text-align:center;
+	bottom:0;
+	width:100%;
+	padding-top:9pt;
+	padding-bottom:9pt
+}
+.foot a{
+	color:#878777;
+	text-decoration:underline
+}
+
 .sh{
 	font:400 78% mono;
 	color:#EE9F00;
@@ -67,12 +72,17 @@ img{margin-left:4%}
 		background-color:#F8F6E0;
 		color:#000009
 	}
-	.head{color:#555555}
 	h1{color:#602000}
 	h2{color:#704020}
 	h3{color:#403060}
+	.head{color:#555555}
 	a{color:#006070}
 	a:hover{color:#000000}
+	.foot{color:#55555F}
+	.foot a{
+		color:#004050;
+		text-decoration:underline
+	}
 	.sh{
 		color:#000000;
 		border-color:#403060