More css and a bit of rephrasing...
This commit is contained in:
parent
bbbdd59313
commit
86af3e529e
3 changed files with 16 additions and 7 deletions
|
@ -42,16 +42,22 @@
|
|||
<input type="date" name="" value=""></li>
|
||||
<li>Gender<br ./>
|
||||
<input type="text" name="" value=""></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<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 ./>
|
||||
<input type="text" name="" value=""></li>
|
||||
<textarea name="" value=""></textarea>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Minecraft Username</li>
|
||||
<input type="text" name="" value=""></li>
|
||||
<li>Do you have Discord? What's your username?<br ./>
|
||||
<input type="text" name="" value=""></li>
|
||||
<li>Do you have a Reddit Account? If so, what's your username?<br ./>
|
||||
<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 ./>
|
||||
<input type="text" name="" value=""></li>
|
||||
<li>Have you heard of /r/joinrobin?<br ./>
|
||||
|
@ -73,7 +79,7 @@
|
|||
<li><em>If we can't make questions about our rules,
|
||||
then we can put the actual ruleset in here</em></li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"other": true
|
||||
},
|
||||
{
|
||||
"name": "harrassment",
|
||||
"name": "gio",
|
||||
"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?",
|
||||
"options":[
|
||||
|
|
|
@ -3,10 +3,7 @@ html{
|
|||
width: 600px;
|
||||
background-color: lightgray;
|
||||
}
|
||||
li, li p{
|
||||
font-family: "Times New Roman";
|
||||
|
||||
}
|
||||
h2 {
|
||||
font-family: "Lucida Sans Unicode";
|
||||
font-weight: lighter;
|
||||
|
@ -22,6 +19,12 @@ p {
|
|||
font-family: Georgia;
|
||||
font-size: 17px;
|
||||
}
|
||||
li{
|
||||
list-style-type: none;
|
||||
}
|
||||
li, li p{
|
||||
font-family: "Times New Roman";
|
||||
}
|
||||
|
||||
.aside{
|
||||
color: rgb(250, 250, 250);
|
||||
|
|
Loading…
Reference in a new issue