blob: f53365c93716181c85e62b9718165710f169dada (
plain)
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
|
#fileSharingSettings img {
cursor: pointer;
}
#fileSharingSettings xmp {
margin-top: 0;
white-space: pre-wrap;
}
[class^="social-"], [class*=" social-"] {
background-repeat: no-repeat;
background-position: 2px;
min-width: 16px;
min-height: 16px;
padding-left: 29px;
background-size: 24px;
}
.social-gnu {
background-image: url('../img/social-gnu.svg');
}
.social-diaspora {
background-image: url('../img/social-diaspora.svg');
}
.social-twitter {
background-image: url('../img/social-twitter.svg');
}
.social-facebook {
background-image: url('../img/social-facebook.svg');
}
.social-googleplus {
background-image: url('../img/social-googleplus.svg');
}
|