-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
97 lines (76 loc) · 1.37 KB
/
styles.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
font-family: Sans-serif;
background-image: url("http://wallpapercave.com/wp/oJ4TXh3.jpg");
background-size: cover;
background-repeat: no-repeat;
}
h1 {
text-align: center;
font-style: italic;
position: relative;
}
#quiz {
text-indent: 10px;
display:none;
}
#next {
border:1px solid;
border-radius:4px;
width: 60px;
padding-left:5px;
padding-right: 5px;
position: relative;
float:right;
background-color: #e6e6e6;
color: black;
margin: 0 2px 0 2px;
}
#start {
border:1px solid;
border-radius:4px;
width: 65px;
padding-left:5px;
padding-right: 5px;
position: relative;
float:right;
background-color: #e6e6e6;
color: black;
margin: 0 2px 0 2px;
display: none;
}
.button.active {
background-color: #F8F8FF;
color: #525252;
}
button {
position: relative;
float:right;
}
li {
opacity: 1.0;
}
.button a {
text-decoration: none;
color: black;
}
#container {
opacity: .8;
width:50%;
height: 50%;
margin:auto;
padding: 0 25px 40px 10px;
background-color: white;
border:1.6px solid #333333;
border-radius:5px;
color: black;
font-weight: bold;
box-shadow: 5px 5px 5px #888;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#prev {
display:none;
}