-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (61 loc) · 2.03 KB
/
style.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
#saveToDiv {
background-color: #FFFFFF !important;
box-shadow:5px 5px 15px #515151 !important;
-webkit-box-shadow:0px 0px 15px #515151 !important;
border-radius:25px !important;
-webkit-border-radius:25px !important;
position: absolute !important;
left: 70px !important;
top: 15px !important;
z-index:9999 !important;
width: 676px !important;
height: 80px !important;
text-align: center !important;
outline: 0 !important;
padding: 0 !important;
margin: 0 !important;
line-height: 0 !important;
background-image: none !important;
}
saveToDeliciousBasicButtonsStyle, #saveToDeliciousButton, #saveToGoogleButton,
#saveToGoogleReaderButton, #saveToTwitterButton, #saveToTechnoratiButton,
#saveToBuzzButton, #saveToDiggButton, #saveToRedditButton, #saveToFacebookButton,
#saveToFriendFeedButton {
width: 64px !important;
height: 64px !important;
border: 0 !important;
padding: 0 !important;
float: left !important;
cursor: pointer !important;
margin-right: 10px !important;
margin-top: 8px !important;
/*margin-bottom: 4px !important;*/
}
#saveToDeliciousButton {
background: url("images/elegantmediaicons/png/delicious.png") no-repeat !important;
margin-left: 10px !important;
}
#saveToGoogleButton {
background: url("images/elegantmediaicons/png/google.png") no-repeat !important;
}
#saveToGoogleReaderButton {
background: url("images/elegantmediaicons/png/rss.png") no-repeat !important;
}
#saveToTwitterButton {
background: url("images/elegantmediaicons/png/twitter.png") no-repeat !important;
}
#saveToTechnoratiButton {
background: url("images/elegantmediaicons/png/technorati.png") no-repeat !important;
}
#saveToDiggButton {
background: url("images/elegantmediaicons/png/digg.png") no-repeat !important;
}
#saveToRedditButton {
background: url("images/elegantmediaicons/png/reddit.png") no-repeat !important;
}
#saveToFacebookButton {
background: url("images/elegantmediaicons/png/facebook.png") no-repeat !important;
}
#saveToFriendFeedButton {
background: url("images/elegantmediaicons/png/friendfeed.png") no-repeat !important;
}