summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: a730977b3a1e6d3e815cc0b2c5bd49eea4ee90b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#entry {
    width: 100%;
    margin-bottom: 8px;
}

#url {
    width: 60%;
}

input {
	margin-top: 12px;
}

#challenge, #prompt-text {
	font-weight: bold;
	font-size: x-large;
}

.nb {
	white-space: nowrap;
}

.prompt-label {
	right: 53%;
}

.guess-label {
	left: 53%;
}

.label {
	font-size: 3em;
	color: white;
	font-weight: bold;
	position: fixed;
	bottom: 30px;
	text-shadow: 1px 1px 0px black
			   , -1px 1px 0px black
			   , 1px -1px 0px black
			   , -1px -1px 0px black;
}

.container {
    margin-top: 2em;
}