-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.scss
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathstyle.scss
File metadata and controls
43 lines (43 loc) · 1.19 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
ul.anc_server__episodes {
background: #f9f9f9;
list-style: none;
padding: 0;
margin: 0;
border: 1px solid #444;
li.anc_server__item {
list-style: none;
padding: 10px;
border-bottom: 1px dashed #ffffff;
div {
display: inline-block;
}
.anc_server__name {
width: 100px;
color: #3F51B5;
font-weight: bold;
}
.anc_server__episode {
.anc_episode__name {
padding: 2px 30px 2px 6px;
color: #607D8B;
border: 1px solid #bebebe;
margin: 0px 4px;
position: relative;
border-radius: 3px;
text-align: center;
cursor: pointer;
background: rgb(255, 255, 255);
font-weight: 700;
.anc_episode__position {
position: absolute;
right: 0px;
background: #ff9090;
color: #ffffff;
padding: 3px 4px;
top: 0px;
font-size: 12px;
}
}
}
}
}