| @@ -1,46 +1,39 @@ | ||
| 1 | -.widget-grofile { | |
| 1 | +.widget-grofile h4 { | |
| 2 | + margin: 1em 0 0.5em; | |
| 2 | 3 | } |
| 3 | - .widget-grofile h4 { | |
| 4 | - margin: 1em 0 .5em; | |
| 5 | - } | |
| 6 | - .widget-grofile ul.grofile-urls { | |
| 7 | - margin-left: 0; | |
| 8 | - overflow: hidden; | |
| 9 | - } | |
| 10 | - .widget-grofile ul.grofile-accounts li { | |
| 11 | - list-style: none; | |
| 12 | - display: inline; | |
| 13 | - } | |
| 14 | 4 | |
| 15 | - .widget-grofile ul.grofile-accounts li::before { | |
| 16 | - content: "" !important; /* Kubrick :( */ | |
| 17 | - } | |
| 18 | - .widget-grofile .grofile-accounts-logo { | |
| 19 | - background-image: url('https://secure.gravatar.com/images/grav-share-sprite.png'); | |
| 20 | - background-repeat: no-repeat; | |
| 21 | - /*background-position: -16px -16px;*/ | |
| 22 | - width: 16px; /* So we don't show the topmost logo */ | |
| 23 | - height: 16px; /* So we don't show the topmost logo */ | |
| 24 | - float: left; | |
| 25 | - margin-right: 8px; | |
| 26 | - margin-bottom: 8px; | |
| 27 | - } | |
| 28 | - .rtl .widget-grofile .grofile-accounts-logo { | |
| 29 | - margin-left: 8px; | |
| 30 | - margin-right: 0; | |
| 31 | - } | |
| 5 | +.widget-grofile ul.grofile-urls { | |
| 6 | + margin-left: 0; | |
| 7 | + overflow: hidden; | |
| 8 | +} | |
| 32 | 9 | |
| 33 | - .grofile-thumbnail { | |
| 34 | - width: 500px; | |
| 35 | - max-width: 100%; | |
| 36 | - } | |
| 37 | - @media | |
| 38 | -only screen and (-webkit-min-device-pixel-ratio: 1.5), | |
| 39 | -only screen and (-o-min-device-pixel-ratio: 3/2), | |
| 40 | -only screen and (min--moz-device-pixel-ratio: 1.5), | |
| 41 | -only screen and (min-device-pixel-ratio: 1.5) { | |
| 42 | - .widget-grofile .grofile-accounts-logo { | |
| 43 | - background-image: url('https://secure.gravatar.com/images/grav-share-sprite-2x.png'); | |
| 44 | - background-size: 16px 784px; | |
| 45 | - } | |
| 10 | +.widget-grofile ul.grofile-accounts li { | |
| 11 | + list-style: none; | |
| 12 | + display: inline; | |
| 13 | +} | |
| 14 | + | |
| 15 | +.widget-grofile ul.grofile-accounts li::before { | |
| 16 | + content: "" !important; /* Kubrick :( */ | |
| 17 | +} | |
| 18 | + | |
| 19 | +.widget-grofile ul.grofile-accounts li a:focus { | |
| 20 | + outline: none; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.widget-grofile .grofile-accounts-logo { | |
| 24 | + width: 24px; | |
| 25 | + height: 24px; | |
| 26 | + float: left; | |
| 27 | + margin-right: 8px; | |
| 28 | + margin-bottom: 8px; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.rtl .widget-grofile .grofile-accounts-logo { | |
| 32 | + margin-left: 8px; | |
| 33 | + margin-right: 0; | |
| 34 | +} | |
| 35 | + | |
| 36 | +.grofile-thumbnail { | |
| 37 | + width: 500px; | |
| 38 | + max-width: 100%; | |
| 46 | 39 | } |