-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
85 lines (74 loc) · 2 KB
/
Copy pathpopup.css
File metadata and controls
85 lines (74 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
#share_block_popup div.share-block-widget {
margin-right: 8px!important;
margin-bottom: 10px!important;
min-width: 50px!important;
max-width: 50px!important;
padding: 5px!important;
min-height: 64px!important;
max-height: 60px!important;
float:left!important;
}
#share_block_popup div.share-block-widget a{
font-family: helvetica, arial, sans-serif;
color: #1155ff !important;
font-weight: bold;
font-size: 14px;
text-decoration: none!important;
}
#share_block_popup div.share-block-widget a img {
top: 2.5px;
margin-right: 5px;
position: relative;
margin-top: -2px;
}
#share_block_popup div#share-block-bar-widgets div.share-block-widget {
max-width: 300px!important;
min-width: 30px !important;
max-height: 30px!important;
min-height: 20px!important;
width:auto!important; }
#share_block_popup div#share-block-bar-widgets,
#share_block_popup div#share-block-box-widgets {
clear: both;
width: 100%;
}
#share_block_popup div.share-block-widget iframe,
#share_block_popup div.share-block-widget div.fb-like,
#share_block_popup div.share-block-widget a#share-block-tumblr,
#share_block_popup div.share-block-widget iframex#reddit-widget,
#share_block_popup div.share-block-widget span.IN-widget {
display: block!important; }
div#share_block_popup {
maxwidth: 400px!important;
max-height: 250px!important;
background: white!important;
color: #444!important;
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3)!important;
margin: 5px!important;
z-index: 999999999999!important;
opacity: 0.95;
padding: 10px!important; }
#enable {
display: none; }
.right {
float: right; }
.left {
float: left; }
.control {
margin-top: 15px;
color: #888;
font-size: 14px;
font-family: helvetica, arial, sans-serif;
}
#flag {
margin-left: 12px;
}
.control:hover {
cursor:pointer;
color: #666; }
.controls {
width: 100%;
height: 22px;
clear: both; }
iframe[title="Hacker News Button"] {
width: 65px; }