-
Notifications
You must be signed in to change notification settings - Fork 2
/
content.css
62 lines (50 loc) · 945 Bytes
/
content.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
.ex-michlol-link {
vertical-align: super;
color: #e01c1c;
font-size: 80%;
}
.ex-michlol-link-wiki{
vertical-align: super;
color: #1ce03d;
font-size: 80%;
}
.ex-michlol-button{
margin: 20px 10px;
}
.ex-michlol-button.done{
background-color: #a1dbab
}
.ex-main-select-class{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: white;
overflow-y: auto;
}
.ex-main-select-class .ex-close{
cursor: pointer;
margin: 15px;
display: inline-block;
}
.ex-main-select-class .ex-list-class{
padding: 40px;
}
.ex-main-select-class .ex-item-class{
margin: 15px;
display: inline-block;
background: #888888;
padding: 1px 25px;
border-radius: 6px;
color: #ffff;
cursor: pointer;
}
.ex-main-select-class .ex-item-class:hover{
background: #d4d4d4;
}
.ex-textarea-select-page{
width: 90%;
margin: auto;
height: 60%;
}