-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.css
112 lines (97 loc) · 1.79 KB
/
plugin.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
.plugin-menu::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.plugin-menu::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 5px;
background: dimgray;
}
.plugin-menu::-webkit-scrollbar-thumb {
border-radius: 5px;
background: grey;
}
.plugin-menu .item span.push-count{
display: inline-block;
width: 21px;
text-align: center;
}
.plugin-menu .item{
font-size: 14px !important;
}
.plugin-menu .item span.title{
font-weight: normal;
color: #ffffff;
font-size: 14px;
line-height: 12px;
}
.plugin-menu .item span.detail{
color: #555;
font-size: 13px;
}
.plugin-menu .header.item{
font-size: 15.5px !important;
}
.plugin-menu div.push.item{
cursor: pointer;
}
/* allow push text to become selectable */
.ui.plugin-menu a.item.push{
-moz-user-select: text;
-webkit-user-select:text;
-ms-user-select: text;
}
#comment-header{
cursor: pointer;
}
.unlock{
cursor: pointer;
}
.lock{
cursor: pointer;
}
.ui.vertical.plugin-menu.sidebar{
overflow: hidden;
box-shadow: rgb(68, 63, 63) -5px 3px 5px;
}
.fixed.launch.button {
position: absolute;
top: 250px;
right: -1px;
width: 140px;
height: auto;
white-space: nowrap;
overflow: hidden;
;
}
.fixed.launch.button.fixed-top {
position: fixed;
;
}
.fixed.launch.button .text {
position: absolute;
white-space: nowrap;
top: auto;
left: 47px;
opacity: 1;
}
.fixed.launch.button:hover {
width: 140px;
}
.fixed.launch.button:hover .text {
opacity: 1;
}
.launch.button .icon {
margin-left: 0px;
}
.launch.button .text {
color: #ffffff;
}
#ptt-modal {
width: 1000px;
background-color: black;
}
#ptt-main-content #fb-like{
float: right;
margin-top: 10px;
}