-
Notifications
You must be signed in to change notification settings - Fork 4
/
pslo.css
55 lines (55 loc) · 948 Bytes
/
pslo.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
body{
font-family: Segoe UI Semibold;
font-size: 20px;
background: #f5f5f5;
line-height: 35px;
}
textarea{
font-family: Segoe UI;
font-size: 20px;
}
a{
text-decoration: none;
}
.notice{
overflow: scroll;
position: absolute;
padding: 5px;
top: 0%;
right: 0;
height: 100%;
width: 35%;
display: none;
border: 5px solid #07d;
background: #fff;
word-break:break-all
}
.notice-mp{
overflow: scroll;
position: absolute;
padding: 5px;
top: 0%;
left: 0;
height: 100%;
width: 98%;
display: none;
border: 5px solid #07d;
font-size: 18px;
line-height: 23px;
background: #fff;
word-break:break-all
}
button{
padding: 10px;
color: #fff;
border: 2px solid #07d;
border-radius: 5px;
font-weight: bold;
background: #07d;
}
button:hover {
background: #15b;
}
li{
line-height: 120%;
}