about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-20 02:17:04 -0400
committergbmor <ahriman@falte.red>2020-05-20 02:17:04 -0400
commit65dc95489cd80224937d7ff1d681b10b0b5d54f3 (patch)
tree1d3ce06e80c59cbaf2c6e7ee3583f736a2529a03
parentc1ba6d07b0c4e81e09c7742ad9b7f37c7677f2ad (diff)
downloadsite-65dc95489cd80224937d7ff1d681b10b0b5d54f3.tar.gz
changed to xhtml1.1 dtd. changed absolute sizes in css to
relative sizes. rounded corners of nav buttons. restyled
signup form a bit.
-rwxr-xr-xcoc.php6
-rwxr-xr-xfaq.php4
-rwxr-xr-xindex.php4
-rwxr-xr-xsignup.php24
-rwxr-xr-xstats.php4
-rwxr-xr-xsubmit.php4
-rw-r--r--tilde.css36
7 files changed, 55 insertions, 27 deletions
diff --git a/coc.php b/coc.php
index 87b6eb2..2bb8f2b 100755
--- a/coc.php
+++ b/coc.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 <head>
@@ -115,4 +117,4 @@
     </div>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/faq.php b/faq.php
index c52660a..1ed9a1d 100755
--- a/faq.php
+++ b/faq.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 <head>
diff --git a/index.php b/index.php
index deb1fd9..aae3fdc 100755
--- a/index.php
+++ b/index.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 <head>
diff --git a/signup.php b/signup.php
index 136306b..7a50fe7 100755
--- a/signup.php
+++ b/signup.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
 <head>
@@ -12,21 +14,21 @@
 <body>
     <div id="container">
         <?php include("header.html"); ?>
-        <div id="content" style="text-align: center;">
+        <div id="content" class="signup">
             <p>
                 If you haven't received the welcome email within 24 hours, please check your spam folder.
             </p>
             <p>
                 <form action="submit.php">
-                    <h3 style="margin-bottom: 0.5em;">&nbsp;&nbsp;&nbsp;&nbsp;Desired Username:<br /></h3>
-                    <input type="text" size="32" name="username" />
-                    <h3 style="margin-bottom: 0.5em;">&nbsp;&nbsp;&nbsp;&nbsp;Your Email Address:<br /></h3>
-                    <input type="email" size="32" name="email" />
-                    <h3 style="margin-bottom: 0.5em;">&nbsp;&nbsp;&nbsp;&nbsp;What interests you about
+                    <h3>Desired Username:<br /></h3>
+                    <input type="text" size="48" name="username" />
+                    <h3>Your Email Address:<br /></h3>
+                    <input type="email" size="48" name="email" />
+                    <h3>What interests you about
                         tilde.institute?<br /></h3>
-                    <input type="text" size="32" name="interest" />
-                    <h3 style="margin-bottom: 0.5em;">&nbsp;&nbsp;&nbsp;&nbsp;Paste Your SSH Key:<br /></h3>
-                    <input style="margin-bottom: 1.0em;" type="text" size="32" name="sshkey" /><br />
+                    <input type="text" size="48" name="interest" />
+                    <h3>Paste Your SSH Key in OpenSSH Format:<br /></h3>
+                    <input type="text" size="48" name="sshkey" /><br />
                     <input type="submit" value="Submit" />
                 </form>
             </p>
@@ -34,4 +36,4 @@
     </div>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/stats.php b/stats.php
index d8a60b5..8bf158a 100755
--- a/stats.php
+++ b/stats.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/submit.php b/submit.php
index 539cec5..ec2db1a 100755
--- a/submit.php
+++ b/submit.php
@@ -1,4 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC
+  "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/tilde.css b/tilde.css
index 74dca59..f187bef 100644
--- a/tilde.css
+++ b/tilde.css
@@ -23,9 +23,9 @@ body {
     width: 100%;
 }
 #navigation td {
+    border-radius: 1.0rem;
     text-align: center;
     vertical-align: center;
-    margin: 5px;
     height: 1.5em;
     background-color: #0B3861;
 }
@@ -56,13 +56,13 @@ body {
 #code {
     font-family: monospace;
     font-size: 1.0em;
-    max-width: 500px;
+    max-width: 75%;
     margin: 0 auto;
 }
 .code {
     font-family: monospace;
     font-size: 1.0em;
-    max-width: 500px;
+    max-width: 50%;
     margin: 0 auto;
 }
 .faq {
@@ -71,7 +71,7 @@ body {
 .faq .q {
     margin-top: 3rem;
     font-weight: bold;
-    text-decoration: italic;
+    font-style: italic;
     text-indent: 0rem;
     font-size: 1.2em;
 }
@@ -103,14 +103,14 @@ p {
     text-indent: 15px;
 }
 code {
-    text-indent: 30px;
+    text-indent: 2rem;
     font-family: monospace;
     font-size: 1.0em;
-    padding-left: 4px;
-    padding-right: 4px;
+    padding-left: 0.3rem;
+    padding-right: 0.3rem;
 }
 em {
-    font-style: bold;
+    font-weight: bold;
 }
 h1 {
     font-size: 1.75em;
@@ -121,11 +121,10 @@ h2 {
 }
 h3 {
     font-size: 1.2em;
-    margin-bottom: -5px;
 }
 h4 {
     font-size: 1.1em;
-    margin-top: 5px;
+    margin-top: 0.2rem;
 }
 .userlist {
 	text-align: center;
@@ -143,3 +142,20 @@ h4 {
 	white-space: nowrap;
 	flex: 10em;
 }
+
+.signup {
+	text-align: center;
+	padding-top: 2rem;
+}
+
+.signup input {
+	margin-bottom: 1.6rem;
+}
+
+.signup h3 {
+	margin: 0.5rem;
+}
+
+.signup p {
+	padding-bottom: 0.3rem;
+}