diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 0337524419c32fc1f473cb2a5e1c08c2ef6c244d (patch) | |
tree | 2b60c11b4091725910bbe946eb9c83ed52122e7a | |
parent | underline footer links (diff) | |
download | w-0337524419c32fc1f473cb2a5e1c08c2ef6c244d.tar w-0337524419c32fc1f473cb2a5e1c08c2ef6c244d.tar.gz w-0337524419c32fc1f473cb2a5e1c08c2ef6c244d.tar.bz2 w-0337524419c32fc1f473cb2a5e1c08c2ef6c244d.tar.xz w-0337524419c32fc1f473cb2a5e1c08c2ef6c244d.zip |
replace onetime use classes with IDs
-rw-r--r-- | err/m.htm | 6 | ||||
-rw-r--r-- | gh/m.htm | 6 | ||||
-rw-r--r-- | gh/w/m.htm | 6 | ||||
-rw-r--r-- | gh/wf/m.htm | 6 | ||||
-rw-r--r-- | m.css | 40 | ||||
-rw-r--r-- | m.htm | 6 | ||||
-rw-r--r-- | p/m.htm | 6 | ||||
-rw-r--r-- | w/m.htm | 6 |
8 files changed, 41 insertions, 41 deletions
diff --git a/err/m.htm b/err/m.htm index 0589953..0c671fe 100644 --- a/err/m.htm +++ b/err/m.htm @@ -6,19 +6,19 @@ <link rel="stylesheet" type="text/css" href="../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="../w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> <h2>ERROR</h2> <p>Redirecting home in 5 seconds</p> -</div><div class="foot"> +</div><div id="f"> Made by <a href="..">Porter Swanstrom</a> diff --git a/gh/m.htm b/gh/m.htm index 1495d83..a1f4b37 100644 --- a/gh/m.htm +++ b/gh/m.htm @@ -8,16 +8,16 @@ <link rel="stylesheet" type="text/css" href="../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="../w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> -</div><div class="foot"> +</div><div id="f"> Made by <a href="..">Porter Swanstrom</a> diff --git a/gh/w/m.htm b/gh/w/m.htm index 8d35e99..21cb609 100644 --- a/gh/w/m.htm +++ b/gh/w/m.htm @@ -8,16 +8,16 @@ <link rel="stylesheet" type="text/css" href="../../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="../..">ʜᴏᴍᴇ</a> .: <a href="../../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="../../w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> -</div><div class="foot"> +</div><div id="f"> Made by <a href="../..">Porter Swanstrom</a> diff --git a/gh/wf/m.htm b/gh/wf/m.htm index 8798fbe..99cde15 100644 --- a/gh/wf/m.htm +++ b/gh/wf/m.htm @@ -8,16 +8,16 @@ <link rel="stylesheet" type="text/css" href="../../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="../..">ʜᴏᴍᴇ</a> .: <a href="../../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="../../w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> -</div><div class="foot"> +</div><div id="f"> Made by <a href="../..">Porter Swanstrom</a> diff --git a/m.css b/m.css index f8e6f07..732591f 100644 --- a/m.css +++ b/m.css @@ -31,20 +31,20 @@ a:hover{color:#EEEEEE} img{margin-left:4%} -.main{ +#m{ min-height:100%; position:relative } -.head{ +#h{ font:400 115% sans; color:#999000; padding:35pt 8% 35pt 8% } -.body{padding:0pt 5% 60pt 5%} +#b{padding:0pt 5% 60pt 5%} -.foot{ +#f{ font-size:70%; color:#AA8855; position:absolute; @@ -54,7 +54,7 @@ img{margin-left:4%} padding-top:9pt; padding-bottom:9pt } -.foot a{ +#f a{ color:#878777; text-decoration:underline } @@ -75,11 +75,11 @@ img{margin-left:4%} h1{color:#602000} h2{color:#704020} h3{color:#403060} - .head{color:#555555} + #h{color:#555555} a{color:#006070} a:hover{color:#000000} - .foot{color:#55555F} - .foot a{ + #f{color:#55555F} + #f a{ color:#004050; text-decoration:underline } @@ -90,26 +90,26 @@ img{margin-left:4%} } @media all and (min-width:0px){ - .head{padding:28pt 15% 28pt 12.5%} - .body{padding:0pt 12% 60pt 12%} + #h{padding:28pt 15% 28pt 12.5%} + #b{padding:0pt 12% 60pt 12%} } @media all and (min-width:800px){ - .head{padding:28pt 28% 28pt 20.5%} - .body{padding:0pt 20% 60pt 20%} + #h{padding:28pt 28% 28pt 20.5%} + #b{padding:0pt 20% 60pt 20%} } @media all and (min-width:1000px){ - .head{padding:28pt 25% 28pt 20.5%} - .body{padding:0pt 20% 60pt 20%} + #h{padding:28pt 25% 28pt 20.5%} + #b{padding:0pt 20% 60pt 20%} } @media all and (min-width:1200px){ - .head{padding:28pt 37% 28pt 30.5%} - .body{padding:0pt 30% 60pt 30%} + #h{padding:28pt 37% 28pt 30.5%} + #b{padding:0pt 30% 60pt 30%} } @media all and (min-width:1400px){ - .head{padding:28pt 32% 28pt 28.5%} - .body{padding:0pt 28% 60pt 28%} + #h{padding:28pt 32% 28pt 28.5%} + #b{padding:0pt 28% 60pt 28%} } @media all and (min-width:1600px){ - .head{padding:28pt 37% 28pt 32.5%} - .body{padding:0pt 32% 60pt 32%} + #h{padding:28pt 37% 28pt 32.5%} + #b{padding:0pt 32% 60pt 32%} } diff --git a/m.htm b/m.htm index 2c85c4d..315f57d 100644 --- a/m.htm +++ b/m.htm @@ -6,19 +6,19 @@ <link rel="stylesheet" type="text/css" href="m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="">ʜᴏᴍᴇ</a> .: <a href="p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> <p>This site is currently still being built, check the <a href="w">log</a> to see what's been done so far</p> -</div><div class="foot"> +</div><div id="f"> Made by <a href="">Porter Swanstrom</a> diff --git a/p/m.htm b/p/m.htm index ed970a6..63c21fb 100644 --- a/p/m.htm +++ b/p/m.htm @@ -6,20 +6,20 @@ <link rel="stylesheet" type="text/css" href="../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="../w">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> <h2>PROJECTS</h2> <p><a href="../w">w</a> (HTML, CSS)<br />Website</p> <p><a href="../wf">wf</a> (C#)<br />WinForms</p> -</div><div class="foot"> +</div><div id="f"> Made by <a href="..">Porter Swanstrom</a> diff --git a/w/m.htm b/w/m.htm index f5a6ab1..e03c251 100644 --- a/w/m.htm +++ b/w/m.htm @@ -6,14 +6,14 @@ <link rel="stylesheet" type="text/css" href="../m.css" /> <title>Porter Swanstrom</title></head> -<body><div class="main"><div class="head"> +<body><div id="m"><div id="h"> <h1>Porter Swanstrom</h1> .: <a href="..">ʜᴏᴍᴇ</a> .: <a href="../p">ᴘʀᴏᴊᴇᴄᴛꜱ</a> .: <a href="">ᴀʙᴏᴜᴛ</a> -</div><div class="body"> +</div><div id="b"> <h2>ABOUT</h2> <p>I started this site to have something to do during my @@ -79,7 +79,7 @@ working header and footer</p> here</a> and you can get it with:</p><div class="sh"> git clone http://github.com/porterswanstrom/w</div><br /> -</div><div class="foot"> +</div><div id="f"> Made by <a href="..">Porter Swanstrom</a> |