-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
65 lines (56 loc) 路 1 KB
/
Copy pathheader.css
File metadata and controls
65 lines (56 loc) 路 1 KB
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
header.doc-head {
padding: 10px;
width: 100%;
background: grey;
color: black;
border-bottom: 1px white solid;
position: fixed;
top: 0%;
z-index: 9999;
}
body {
margin: 0px;
}
div#content {
margin: 20px;
margin-top: 90px;
}
a {
text-shadow: none;
}
a:hover {
text-shadow: black 0 0 20px;
}
button.login-btn {
right: 0;
border: 1px black solid;
border-radius: 2rem;
padding: .5rem 1rem;
cursor: pointer;
box-shadow: 0 0 .4rem black;
margin: auto;
margin-right: 2rem;
position: absolute;
}
ul.login-dropdown {
right: 0;
background: white;
padding: .5rem 1rem;
border-radius: 1rem;
border: 1px black solid;
display: none;
cursor: default;
margin-right: 2rem;
margin-bottom: 100rem;
position: absolute;
}
ul.login-dropdown li::marker {
content: "";
}
ul.login-dropdown li {
border-radius: 5px;
padding: 5px;
}
ul.login-dropdown li.css:hover {
background: rgb(187, 187, 187);
}