From 93e05576a6f593b9d6cc9a2323bb6d81457d124c Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: /css -> / --- css/m.css | 105 ------------------------------------------------------------ err/m.htm | 2 +- gh/m.htm | 2 +- gh/w/m.htm | 2 +- gh/wf/m.htm | 2 +- m.css | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ m.htm | 2 +- p/m.htm | 2 +- w/m.htm | 2 +- wf/m.htm | 2 +- 10 files changed, 113 insertions(+), 113 deletions(-) delete mode 100644 css/m.css create mode 100644 m.css diff --git a/css/m.css b/css/m.css deleted file mode 100644 index db81c7d..0000000 --- a/css/m.css +++ /dev/null @@ -1,105 +0,0 @@ -html,body{ - font:400 98% serif; - background-color:#000900; - color:#EEBB99; - height:100%; - 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; - padding-left:17.2pt -} -h2{ - font-size:105%; - color:#AA7755; - padding-left:1.2% -} -h3{ - font-size:105%; - color:#847884; - padding-left:.3% -} - -a{ - font-size:102%; - color:#989888; - text-decoration:none -} -a:hover{color:#EEEEEE} - -img{margin-left:4%} - -.sh{ - font:400 78% mono; - color:#EE9F00; - border-left-style:solid; - border-color:#847884; - padding-left:2% -} - -@media(prefers-color-scheme:light){ - html,body{ - background-color:#F8F6E0; - color:#000009 - } - .head{color:#555555} - h1{color:#602000} - h2{color:#704020} - h3{color:#403060} - a{color:#006070} - a:hover{color:#000000} - .sh{ - color:#000000; - border-color:#403060 - } -} - -@media all and (min-width:0px){ - .head{padding:28pt 15% 28pt 12.5%} - .body{padding:0pt 12% 60pt 12%} -} -@media all and (min-width:800px){ - .head{padding:28pt 28% 28pt 20.5%} - .body{padding:0pt 20% 60pt 20%} -} -@media all and (min-width:1000px){ - .head{padding:28pt 25% 28pt 20.5%} - .body{padding:0pt 20% 60pt 20%} -} -@media all and (min-width:1200px){ - .head{padding:28pt 37% 28pt 30.5%} - .body{padding:0pt 30% 60pt 30%} -} -@media all and (min-width:1400px){ - .head{padding:28pt 32% 28pt 28.5%} - .body{padding:0pt 28% 60pt 28%} -} -@media all and (min-width:1600px){ - .head{padding:28pt 37% 28pt 32.5%} - .body{padding:0pt 32% 60pt 32%} -} diff --git a/err/m.htm b/err/m.htm index ba2020b..0589953 100644 --- a/err/m.htm +++ b/err/m.htm @@ -4,7 +4,7 @@ + href="../m.css" /> Porter Swanstrom
diff --git a/gh/m.htm b/gh/m.htm index 24b3206..1495d83 100644 --- a/gh/m.htm +++ b/gh/m.htm @@ -6,7 +6,7 @@ + href="../m.css" /> Porter Swanstrom
diff --git a/gh/w/m.htm b/gh/w/m.htm index 58a4c40..8d35e99 100644 --- a/gh/w/m.htm +++ b/gh/w/m.htm @@ -6,7 +6,7 @@ + href="../../m.css" /> Porter Swanstrom
diff --git a/gh/wf/m.htm b/gh/wf/m.htm index 136e565..8798fbe 100644 --- a/gh/wf/m.htm +++ b/gh/wf/m.htm @@ -6,7 +6,7 @@ + href="../../m.css" /> Porter Swanstrom
diff --git a/m.css b/m.css new file mode 100644 index 0000000..db81c7d --- /dev/null +++ b/m.css @@ -0,0 +1,105 @@ +html,body{ + font:400 98% serif; + background-color:#000900; + color:#EEBB99; + height:100%; + 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; + padding-left:17.2pt +} +h2{ + font-size:105%; + color:#AA7755; + padding-left:1.2% +} +h3{ + font-size:105%; + color:#847884; + padding-left:.3% +} + +a{ + font-size:102%; + color:#989888; + text-decoration:none +} +a:hover{color:#EEEEEE} + +img{margin-left:4%} + +.sh{ + font:400 78% mono; + color:#EE9F00; + border-left-style:solid; + border-color:#847884; + padding-left:2% +} + +@media(prefers-color-scheme:light){ + html,body{ + background-color:#F8F6E0; + color:#000009 + } + .head{color:#555555} + h1{color:#602000} + h2{color:#704020} + h3{color:#403060} + a{color:#006070} + a:hover{color:#000000} + .sh{ + color:#000000; + border-color:#403060 + } +} + +@media all and (min-width:0px){ + .head{padding:28pt 15% 28pt 12.5%} + .body{padding:0pt 12% 60pt 12%} +} +@media all and (min-width:800px){ + .head{padding:28pt 28% 28pt 20.5%} + .body{padding:0pt 20% 60pt 20%} +} +@media all and (min-width:1000px){ + .head{padding:28pt 25% 28pt 20.5%} + .body{padding:0pt 20% 60pt 20%} +} +@media all and (min-width:1200px){ + .head{padding:28pt 37% 28pt 30.5%} + .body{padding:0pt 30% 60pt 30%} +} +@media all and (min-width:1400px){ + .head{padding:28pt 32% 28pt 28.5%} + .body{padding:0pt 28% 60pt 28%} +} +@media all and (min-width:1600px){ + .head{padding:28pt 37% 28pt 32.5%} + .body{padding:0pt 32% 60pt 32%} +} diff --git a/m.htm b/m.htm index e5a6886..2c85c4d 100644 --- a/m.htm +++ b/m.htm @@ -4,7 +4,7 @@ + href="m.css" /> Porter Swanstrom
diff --git a/p/m.htm b/p/m.htm index 8c6b866..ed970a6 100644 --- a/p/m.htm +++ b/p/m.htm @@ -4,7 +4,7 @@ + href="../m.css" /> Porter Swanstrom
diff --git a/w/m.htm b/w/m.htm index 26be5e2..f5a6ab1 100644 --- a/w/m.htm +++ b/w/m.htm @@ -4,7 +4,7 @@ + href="../m.css" /> Porter Swanstrom
diff --git a/wf/m.htm b/wf/m.htm index 5d4d34c..523b7ae 100644 --- a/wf/m.htm +++ b/wf/m.htm @@ -4,7 +4,7 @@ + href="../m.css" /> Porter Swanstrom
-- cgit 1.4.1