-
Notifications
You must be signed in to change notification settings - Fork 0
/
minishare-rounded.css
41 lines (40 loc) · 1.38 KB
/
minishare-rounded.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
/* Minishare extension, https://github.com/GiovanniSalmeri/yellow-minishare */
.minishare strong,
.minishare span {
display: none;
}
.minishare a,
.minishare a:hover,
.minishare a:focus,
.minishare a:active {
font-weight: bold;
font-size: 0.9em;
visibility: visible;
display: inline;
padding: 1px 10px;
margin-right: 5px;
text-decoration: none;
color: white;
border-radius: 4px;
box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.minishare a:hover,
.minishare a:focus,
.minishare a:active {
opacity: 0.5;
box-shadow: none;
}
.minishare a.minishare-bluesky { background-color: #1080f5 }
.minishare a.minishare-email { background-color: #ed1c24 }
.minishare a.minishare-facebook { background-color: #3b5998 }
.minishare a.minishare-flipboard { background-color: #f52828 }
.minishare a.minishare-linkedin { background-color: #0077b5 }
.minishare a.minishare-mastodon { background-color: #595aff }
.minishare a.minishare-pinterest { background-color: #bd081c }
.minishare a.minishare-reddit { background-color: #ff4500 }
.minishare a.minishare-telegram { background-color: #0088cc }
.minishare a.minishare-tumblr { background-color: #36465d }
.minishare a.minishare-x { background-color: #000000 }
.minishare a.minishare-vk { background-color: #0077ff }
.minishare a.minishare-whatsapp { background-color: #5cbe4a }
.minishare a /* fallback */ { background-color: #999999 }