From bbbdd59313316c0cbee8fdaf4f99762d2876cc35 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Mon, 19 Jun 2017 02:26:27 -0400 Subject: [PATCH] css --- questions.html | 58 ++++++++++++++++++-------------- resources/global/style.css | 6 ---- resources/questions/scenarios.js | 2 +- resources/questions/style.css | 31 ++++++++++++++++- 4 files changed, 64 insertions(+), 33 deletions(-) delete mode 100644 resources/global/style.css diff --git a/questions.html b/questions.html index c5282be..b7e949c 100644 --- a/questions.html +++ b/questions.html @@ -4,6 +4,7 @@ Questions + @@ -29,12 +30,11 @@ -

The Who Questions

-

- 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. -

+

Who

+

Welcome to Chromagaming!

+

It seems like you're interested in becoming an official member.

+

Before we accept you into our community, we'd like to get to know you first.

+ -

The What Questions

+

What

+

Every server has its rules

- Every server has rules, although our rules are a bit more + Although our rules are a bit more straight forward than usual. This section tests your knowledge of our rules.

-

The Why Questions

+

Why

+

Our server runs on a case by case basis

- Our server runs on a case by case basis, so naturally, - instead of testing you on the rules of the land, it'd be + Therefore instead of testing you on the rules of the land, it'd be more appropriate to test you on your ability to react. -
+

+

Following are scenarios, where multiple answers - are correct. Choose the awnser that you feel is - most important: the action you'd perform first. -
+ are correct. Choose the awnser that you feel is + most important. +

+

+ Choose the action you'd perform first. +

+

It doesn't matter what your awnser to this question is. What matters in this case is why you choose the awnser. @@ -103,7 +111,7 @@ developer or post to #feedback on Discord.

-

The How Questions

+

How

Congratulations! By filling out this form, you have been given a few basic permissions. Feel free to roam around spawn, view @@ -114,11 +122,11 @@ your application. Till then, have fun!

Your application is awaiting approval

- - placeholder - placeholder - placeholder - placeholder - + diff --git a/resources/global/style.css b/resources/global/style.css deleted file mode 100644 index 30d701b..0000000 --- a/resources/global/style.css +++ /dev/null @@ -1,6 +0,0 @@ -p, li{ - font-family: Helvetica; -} -h1 { - font-family: "Raleway", sans-serif; -} diff --git a/resources/questions/scenarios.js b/resources/questions/scenarios.js index 4509272..142f76c 100644 --- a/resources/questions/scenarios.js +++ b/resources/questions/scenarios.js @@ -6,7 +6,7 @@ window.onload = function(){ let $trueOutputElement = $("
  • ") $trueOutputElement.attr("id", `scenarios-${scenario.name}`); - let $outputElement = $("
    ") + let $outputElement = $("
    "); //Create Control Element const isAccordion = true; diff --git a/resources/questions/style.css b/resources/questions/style.css index 2fc2b49..85ff7b6 100644 --- a/resources/questions/style.css +++ b/resources/questions/style.css @@ -1,14 +1,43 @@ +html{ + margin: 0 auto; + width: 600px; + background-color: lightgray; +} li, li p{ font-family: "Times New Roman"; } +h2 { + font-family: "Lucida Sans Unicode"; + font-weight: lighter; + display: none; +} +h3{ + font-family: Balthazar; + font-weight: bolder; + font-style: italic; + font-size: 30px; +} +p { + font-family: Georgia; + font-size: 17px; +} + .aside{ color: rgb(250, 250, 250); } +.footer-image-links{ + display: block; + margin: 10px auto; + width: 400px; +} +.footer-image-links img{ + padding: 5px; +} #scenarios li p.adult{ - font-family: monospace ; + font-family: monospace; color: rgb(240, 0, 100); }