-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
71 lines (65 loc) · 1.39 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
#pop{
font-size:15px;
z-index:10;
position:fixed;
background-color:rgba(0,0,0,0.8);
color:white;
width:20%;
height:40%;
border:1px solid white;
border-radius:4px;
padding:0px 10px 10px 10px;
overflow:scroll;
box-shadow:8px 8px 8px grey;
}
#header
{
font-size:23px;
color:#9AD1FC;
padding-top:10px;
margin-left:2%;
}
#list li{
margin:0px;
}
#noteDiv{
font-size:15px;
z-index:10;
position:fixed;
right: 0%;
bottom:0%;
background-color:rgba(0,0,0,0.8);
color:white;
width:215px;
max-height:400px;
border:1px solid white;
border-radius:4px;
padding:10px;
overflow:scroll;
box-shadow:8px 8px 8px grey;
}
button{
display: inline-block;
position: relative;
padding: .61538462em 1em;
vertical-align: middle;
min-height: 2.46153846em;
box-sizing: border-box;
font-weight: 400;
font-family: inherit;
line-height: 1;
text-align: center;
text-decoration: none;
background-color: transparent;
border-radius: 2px;
border: 1px solid transparent;
cursor: pointer;
outline: none;
touch-action: manipulation;
transition: color .1s ease-in,background-color .1s ease-in,border-color .1s ease-in,box-shadow .1s ease-in;
color: #FFF;
background-color: #0095ff;
border-color: #07c;
box-shadow: inset 0 1px 0 #66bfff;
font-size: 100%;
}