From 65dc95489cd80224937d7ff1d681b10b0b5d54f3 Mon Sep 17 00:00:00 2001 From: gbmor Date: Wed, 20 May 2020 02:17:04 -0400 Subject: changed to xhtml1.1 dtd. changed absolute sizes in css to relative sizes. rounded corners of nav buttons. restyled signup form a bit. --- coc.php | 6 ++++-- faq.php | 4 +++- index.php | 4 +++- signup.php | 24 +++++++++++++----------- stats.php | 4 +++- submit.php | 4 +++- tilde.css | 36 ++++++++++++++++++++++++++---------- 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 @@ - + @@ -115,4 +117,4 @@ - \ No newline at end of file + diff --git a/faq.php b/faq.php index c52660a..1ed9a1d 100755 --- a/faq.php +++ b/faq.php @@ -1,4 +1,6 @@ - + diff --git a/index.php b/index.php index deb1fd9..aae3fdc 100755 --- a/index.php +++ b/index.php @@ -1,4 +1,6 @@ - + diff --git a/signup.php b/signup.php index 136306b..7a50fe7 100755 --- a/signup.php +++ b/signup.php @@ -1,4 +1,6 @@ - + @@ -12,21 +14,21 @@
-
+ - \ No newline at end of file + diff --git a/stats.php b/stats.php index d8a60b5..8bf158a 100755 --- a/stats.php +++ b/stats.php @@ -1,4 +1,6 @@ - + diff --git a/submit.php b/submit.php index 539cec5..ec2db1a 100755 --- a/submit.php +++ b/submit.php @@ -1,4 +1,6 @@ - + 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; +} -- cgit 1.4.1-2-gfad0