authors
8 years ago
contact-info
5 years ago
eu-cookie-law
2 years ago
facebook-likebox
11 years ago
flickr
2 years ago
gallery
2 years ago
goodreads
2 years ago
google-translate
4 years ago
image-widget
8 years ago
instagram
6 years ago
internet-defense-league
2 years ago
migrate-to-core
3 years ago
milestone
2 years ago
my-community
8 years ago
simple-payments
2 years ago
social-icons
4 years ago
social-media-icons
5 years ago
top-posts
8 years ago
wordpress-post-widget
2 years ago
authors.php
3 years ago
blog-stats.php
2 years ago
class-jetpack-eu-cookie-law-widget.php
2 years ago
class-jetpack-instagram-widget.php
2 years ago
contact-info.php
2 years ago
customizer-controls.css
9 years ago
customizer-utils.js
6 years ago
facebook-likebox.php
2 years ago
flickr.php
2 years ago
gallery.php
2 years ago
goodreads.php
2 years ago
google-translate.php
2 years ago
gravatar-profile.css
10 years ago
gravatar-profile.php
2 years ago
image-widget.php
3 years ago
internet-defense-league.php
3 years ago
mailchimp.php
3 years ago
milestone.php
5 years ago
my-community.php
2 years ago
rsslinks-widget.php
3 years ago
simple-payments.php
2 years ago
social-icons.php
2 years ago
social-media-icons.php
2 years ago
top-posts.php
2 years ago
twitter-timeline-admin.js
6 years ago
twitter-timeline.php
3 years ago
upcoming-events.php
2 years ago
wordpress-post-widget.php
4 years ago
gravatar-profile.css
47 lines
| 1 | .widget-grofile { |
| 2 | } |
| 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 | |
| 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 | } |
| 32 | |
| 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 | } |
| 46 | } |
| 47 |