-
Notifications
You must be signed in to change notification settings - Fork 0
/
manual.css
114 lines (96 loc) · 1.63 KB
/
manual.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@charset "utf-8";
img{display: block;
margin: 0px auto;
padding-bottom: 50px;
}
span{
font-family: 'Gowun Dodum', sans-serif;
position : static;
}
nav{
display:block;
}
main{
padding-left : 330px;
}
ul {
font-family: 'Gowun Dodum', sans-serif;
position : absolute;
left : 100px;
top : 210px;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
background-color: #f1f1f1;
}
li a {
font-family: 'Gowun Dodum', sans-serif;
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
li a.active {
background-color: #ac1e42;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}
.answer {
display: block;
font-family: 'Gowun Dodum', sans-serif;
display: none;
padding-bottom: 30px;
}
a:link{
font-family: 'Gowun Dodum', sans-serif;
color : 707070;
text-decoration:none;
}
a:visited{
color : 707070;
text-decoration : none;
}
a:hover{
color : 6d95fc;
text-decoration : none;
}
a:active{
color: white; background-color: 6d95fc;
}
div{
display: block;
}
#faq-title {
font-family: 'Gowun Dodum', sans-serif;
font-size: 25px;
}
.faq-content {
display: block;
border-bottom: 1px solid #e0e0e0;
}
.question {
font-family: 'Gowun Dodum', sans-serif;
font-size: 19px;
padding: 30px 0;
cursor: pointer;
border: none;
outline: none;
background: none;
width: 100%;
text-align: left;
}
.question:hover {
font-family: 'Gowun Dodum', sans-serif;
color: #ac1e42;
}
[id$="-toggle"] {
margin-right: 15px;
}
p{
font-size:30px;
font-family: 'Gowun Dodum', sans-serif;
}