ref: master
plugins/social_share_privacy/public/socialshareprivacy/stylesheets/modules/delicious.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 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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
/* Delicious Button v1.1 Blog : http://www.moretechtips.net Project: http://code.google.com/p/delicious-button/ Copyright 2010 [Mike @ moretechtips.net] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */ .social_share_privacy_area.box .delicious .delicious-widget, .social_share_privacy_area.box .delicious img.privacy_dummy { width: 50px; height: 62px; } .social_share_privacy_area.line .delicious .delicious-widget, .social_share_privacy_area.line .delicious img.privacy_dummy { width: 75px; height: 20px; margin-right: 20px; } .social_share_privacy_area.box .delicious div.delicious-widget { font-family:Arial,Tahoma,Sans-Serif; font-size:11px; width:50px; margin: 0 auto; } .social_share_privacy_area.box .delicious a.icon, .social_share_privacy_area.box .delicious a.count { color:#FFF!important; display:block; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px; outline:none!important; text-decoration:none!important; } .social_share_privacy_area.box .delicious a.icon { background:#fff; border:1px solid #ccc; height:38px; overflow:hidden; position:relative; direction:ltr; } .social_share_privacy_area.box .delicious a.icon:hover { border-color:#666; } .social_share_privacy_area.box .delicious a.count { margin-top:2px; text-align:center; font-size:12px; line-height:18px; height:18px; background:#3274D0; border:#3274D0 1px solid; text-shadow:#2A5580 1px 1px 0; } .social_share_privacy_area.box .delicious a.count:hover { background:#369; border-color:#369; } .social_share_privacy_area.box .delicious a.count:active { background:#000; border:#333 1px solid; text-shadow:#222 1px 1px 0; outline:none; } .social_share_privacy_area.line .delicious div.delicious-widget { font-family:Arial,Tahoma,Sans-Serif; font-size:11px; width:76px; } .social_share_privacy_area.line .delicious a.icon, .social_share_privacy_area.line .delicious a.count { display:block; float:left; line-height:18px; border:#666 solid 1px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px; outline:none!important; text-decoration:none!important; height:18px; overflow:hidden; color:#FFF!important; } .social_share_privacy_area.line .delicious a.icon { background:#fff; border-color:#ccc; width:20px; position:relative; direction:ltr; margin-right:1px; } .social_share_privacy_area.line .delicious a.icon:hover { border-color:#666; } .social_share_privacy_area.line .delicious a.count { font-size:12px; background:#3274D0; border-color:#3274D0; width:50px; text-align:center; text-shadow:#2A5580 1px 1px 0; } .social_share_privacy_area.line .delicious a.count:hover { background:#369; border-color:#369; text-shadow:#369 1px 1px 0; } .social_share_privacy_area.line .delicious a.count:active { background:#000; border-color:#333; text-shadow:#222 1px 1px 0; } .social_share_privacy_area.box .delicious a.icon:hover *, .social_share_privacy_area.line .delicious a.icon:hover * { opacity:0.85; filter:alpha(opacity=85); } .social_share_privacy_area.box .delicious a.icon *, .social_share_privacy_area.line .delicious a.icon * { width:50%; height:50%; position:absolute; margin:0!important; } .social_share_privacy_area.box .delicious div.delicious1, .social_share_privacy_area.line .delicious div.delicious1 { background:#3274D0; left:50%; top:0; } .social_share_privacy_area.box .delicious div.delicious2, .social_share_privacy_area.line .delicious div.delicious2 { background:#000; left:0; top:50%; } .social_share_privacy_area.box .delicious div.delicious3, .social_share_privacy_area.line .delicious div.delicious3 { background:#D3D2D2; left:50%; top:50%; } .social_share_privacy_area.box .delicious a.count i, .social_share_privacy_area.line .delicious a.count i { display:none; font-style:normal; } .social_share_privacy_area.box .delicious a.count b, .social_share_privacy_area.line .delicious a.count b { font-weight:normal; } |