-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_style.css
More file actions
124 lines (104 loc) · 2 KB
/
Copy pathcontent_style.css
File metadata and controls
124 lines (104 loc) · 2 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
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
113
114
115
116
117
118
119
120
121
122
123
124
/* md-button md-icon-button md-theme-default
md-ripple
md-button-content
md-icon md-icon-font md-theme-default
md-content md-elevation-7 popupPanel md-theme-default
md-button md-primary md-mini md-raised md-theme-default
md-button closeLocation md-theme-default
md-list md-dense md-theme-default
md-divider md-inset md-theme-default
md-list-item
md-list-item-default md-list-item-container md-button-clean
md-ripple md-list-item-content md-disabled
md-avatar md-theme-default
md-list-item-text
md-button md-icon-button md-dense md-primary md-theme-default
md-icon md-icon-font md-theme-default */
div.gpt-ad[data-google-query-id] {
display: none;
}
.md-clear {
margin-right: 0px !important;
}
.md-overlay.md-fixed.md-dialog-overlay {
z-index: 103;
}
.popupPanel {
position: fixed;
left: 100px;
top: 85px;
z-index: 101;
}
.tagFilter {
max-width:30%;
}
.popupWide{
min-width:400px;
min-height:400px;
}
.md-dialog.md-dialog-fullscreen.md-theme-default {
z-index: 104;
}
.md-dialog.md-theme-default {
z-index: 104;
}
#funcIcon{
position:fixed;
left:105px;
top:70px;
z-index:10;
}
#extensionApp{
position: fixed;
left:10px;
bottom:5px;
/* padding:10px 0px 0px 10px; */
z-index: 10;
color:#fff;
}
.vpBox{
position: relative;
border-radius: 15px;
background-color:rgba(22, 22, 22, 0.8);
padding:10px 0px 0px 10px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif
}
.vpBox i{
color:#fff!important;
}
.vpBox button{
width:30px;
height:30px;
}
.tooltipZindex{
z-index:11;
}
.vpMark{
position:relative;
left:-21px;
top:-10px;
font-size:0.5rem;
}
.vpPercent{
font-size:0.4rem;
position:relative;
left:-10px;
}
.closeLocation{
position:absolute;
right:0px;
top:0px;
float:right;
min-width:20px;
width:20px;
margin:0px;
padding:0px;
}
/* busy posting list content color */
.Story__content__body{
color:#000;
}
.ant-tooltip-inner div p a{
color:#fff;
}