-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (57 loc) · 1.05 KB
/
style.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#stars-frame .glyphicon{
margin: 0.3em;
font-size: 2.75em;
color: #FFD700;
}
#stars-frame, #answer-frame{
width: 40%;
float: left;
}
#button-frame{
width: 20%;
float: left;
text-align:center;
margin-top: 70px;
}
#stars-frame .well, #answer-frame .well{
height: 225px;
}
#numbers-frame .number, #answer-frame .well span {
display: inline-block;
margin: 0.5em;
background-color: #bbb;
width: 30px;
text-align: center;
font-size: 22px;
border-radius: 50%;
cursor: pointer;
border-style: solid;
}
#numbers-frame .selected-true {
background-color: white;
color: #ddd;
cursor: not-allowed;
border-style: solid;
}
#numbers-frame .used-true {
background-color: green;
color: black;
cursor: not-allowed;
border-style: solid;
}
#root {
margin: 1.80em;
}
#Title{
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 40px;
font-style: italic;
}
#TagLine{
text-align:right;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-style: italic;
font-weight: bold;
}