More css and a bit of rephrasing...

This commit is contained in:
alisolarflare 2017-06-19 02:35:40 -04:00
parent bbbdd59313
commit 86af3e529e
3 changed files with 16 additions and 7 deletions

View file

@ -42,16 +42,22 @@
<input type="date" name="" value=""></li> <input type="date" name="" value=""></li>
<li>Gender<br ./> <li>Gender<br ./>
<input type="text" name="" value=""></li> <input type="text" name="" value=""></li>
</ul>
<ul>
<li>Where did you find our server?<br ./> <li>Where did you find our server?<br ./>
<input type="text" name="" value=""></li> <textarea name="" value=""></textarea>
<li>What made you interested in us?<br ./> <li>What made you interested in us?<br ./>
<input type="text" name="" value=""></li> <textarea name="" value=""></textarea>
</ul>
<ul>
<li>Minecraft Username</li> <li>Minecraft Username</li>
<input type="text" name="" value=""></li> <input type="text" name="" value=""></li>
<li>Do you have Discord? What's your username?<br ./> <li>Do you have Discord? What's your username?<br ./>
<input type="text" name="" value=""></li> <input type="text" name="" value=""></li>
<li>Do you have a Reddit Account? If so, what's your username?<br ./> <li>Do you have a Reddit Account? If so, what's your username?<br ./>
<input type="text" name="" value=""></li> <input type="text" name="" value=""></li>
</ul>
<ul>
<li>Have you heard of /r/thebutton? If so, have you participated in it? If so... when did ya press?<br ./> <li>Have you heard of /r/thebutton? If so, have you participated in it? If so... when did ya press?<br ./>
<input type="text" name="" value=""></li> <input type="text" name="" value=""></li>
<li>Have you heard of /r/joinrobin?<br ./> <li>Have you heard of /r/joinrobin?<br ./>
@ -73,7 +79,7 @@
<li><em>If we can't make questions about our rules, <li><em>If we can't make questions about our rules,
then we can put the actual ruleset in here</em></li> then we can put the actual ruleset in here</em></li>
<li><em>This should be a "sanity" check. It should see <li><em>This should be a "sanity" check. It should see
if applicants are paying attention to the questions at all.</em></li> if applicants are paying attention.</em></li>
<li><em>Consider this a basic filter.</em></li> <li><em>Consider this a basic filter.</em></li>
</ul> </ul>

View file

@ -30,7 +30,7 @@
"other": true "other": true
}, },
{ {
"name": "harrassment", "name": "gio",
"description": "description":
"One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them without their consent. <br/>Your friend is visibly uncomfortable, what would be your first action?", "One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them without their consent. <br/>Your friend is visibly uncomfortable, what would be your first action?",
"options":[ "options":[

View file

@ -3,10 +3,7 @@ html{
width: 600px; width: 600px;
background-color: lightgray; background-color: lightgray;
} }
li, li p{
font-family: "Times New Roman";
}
h2 { h2 {
font-family: "Lucida Sans Unicode"; font-family: "Lucida Sans Unicode";
font-weight: lighter; font-weight: lighter;
@ -22,6 +19,12 @@ p {
font-family: Georgia; font-family: Georgia;
font-size: 17px; font-size: 17px;
} }
li{
list-style-type: none;
}
li, li p{
font-family: "Times New Roman";
}
.aside{ .aside{
color: rgb(250, 250, 250); color: rgb(250, 250, 250);