-
Notifications
You must be signed in to change notification settings - Fork 0
/
actors.css
112 lines (91 loc) · 1.66 KB
/
actors.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.m-th {
padding-left: 15px !important;
width: 1%
}
.m-tag-6x {
color: #fff;
background: linear-gradient(to right, rgb(226,135,54), rgb(241,193,37), rgb(164,178,68));
}
.m-tag-5x {
color: #fff;
background-color: rgb(205,183,123);
}
.m-tag-4x {
color: #000;
background-color: rgb(205,188,204);
}
.m-tag-3x {
color: #fff;
background-color: rgb(5,175,244);
}
.m-tag-2x {
color: #000;
background-color: rgb(223,230,71);
}
.m-tag-1x {
color: #fff;
background-color: #000;
}
.m-toggle-current>button {
pointer-events: none;
/* cursor: default; */
/* opacity: 0.6; */
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
.m-btn-loading {
pointer-events: none;
opacity: 0.6;
}
.m-selector {
width: 100%;
border: 1px solid #ccc;
}
.m-selector:nth-child(1) {
margin-bottom: 12px;
}
.m-display-none {
display: none;
}
#m-info-tuxi.active {
color: #fff;
background-color: rgb(236,151,31);
}
#m-actors-panel td {
padding: 4px;
}
#m-actors-panel-folder {
float: right;
font-size : 14px;
cursor: pointer;
}
.m-bottom-bar {
position: relative;
min-height: 50px;
border-top: 1px solid #e7e7e7;
background-color: #f8f8f8;
padding: 10px 0;
}
.m-bottom-bar .container {
text-align: center;
text-decoration: none;
}
.m-bottom-bar a {
color: #777;
}
.m-bottom-bar a:hover {
text-decoration: none;
cursor: pointer;
color: #f59200;
}
#cnzz_stat_icon_1278049350 img {
width: 16px;
margin-top: -4px;
}