-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-docs.css
More file actions
61 lines (61 loc) · 1016 Bytes
/
index-docs.css
File metadata and controls
61 lines (61 loc) · 1016 Bytes
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
body{
margin: 0;
font-family: "Varela-Round", sans-serif;
}
.div{
overflow: hidden;
background-color: black;
height: 48px;
position: sticky;
top: 0;
}
.div a, .search_div{
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.div a:hover{
background-color: #ddd;
color: green;
}
.search_div{
float: right;
}
#search{
border-radius: 3px;
font-size: 17;
}
.div a.active{
background-color: #4CAF50;
color: white;
}
#search_button{
border-radius: 3px;
color: white;
background-color: green;
padding: 4px 5px;
}
.para{
color: green;
}
.para-div{
background-color: ivory;
margin: 24px;
padding: 10px
}
.flex{
display: flex;
margin: 25px;
position: fixed;
bottom: 0;
right: 0;
}
.copy{
background-color: black;
color: white;
text-align: center;
bottom: 0;
}