From a84e5aa0a6b01a0c253c101091df4666da2fdb5f Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Thu, 15 Jun 2017 10:49:22 -0600 Subject: [PATCH] Messing around with the stylesheet --- questions.html | 15 +++++++++------ resources/questions | 0 resources/questions/style.css | 7 +++++++ 3 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 resources/questions create mode 100644 resources/questions/style.css diff --git a/questions.html b/questions.html index 2cb7cdf..2f2c307 100644 --- a/questions.html +++ b/questions.html @@ -3,6 +3,7 @@ Questions + @@ -20,7 +21,7 @@

Welcome to the server! It seems like you're interested in becoming an official member, so before we accept you - into our community, we'd like to get to know you a bit better. + into our community, we'd like to get to know you.

Why would you choose this action?
- +
  • @@ -106,11 +107,13 @@ If you were a moderator, what would you choose instead? Why?
    - +

  • - (questions for those over the age of 18... or those mature enough) +

    + (questions for those over the age of 18... or those mature enough) +

    One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them about sexual topics without their consent. @@ -126,7 +129,7 @@ If this situation is happening to you, what would you choose instead?
    - +
  • More scenarios to come...

    diff --git a/resources/questions b/resources/questions deleted file mode 100644 index e69de29..0000000 diff --git a/resources/questions/style.css b/resources/questions/style.css new file mode 100644 index 0000000..f7970a2 --- /dev/null +++ b/resources/questions/style.css @@ -0,0 +1,7 @@ +#scenarios li{ + font-family: "Times New Roman"; +} +#redlike{ + font-family: sans-serif; + color: rgb(240, 0, 100); +}