authors
7 months ago
contact-info
7 months ago
eu-cookie-law
7 months ago
facebook-likebox
11 years ago
flickr
7 months ago
gallery
7 months ago
goodreads
7 months ago
google-translate
1 year ago
image-widget
7 months ago
instagram
4 months ago
internet-defense-league
1 year ago
milestone
4 months ago
my-community
7 months ago
social-icons
4 months ago
social-media-icons
7 months ago
top-posts
7 months ago
wordpress-post-widget
1 week ago
authors.php
7 months ago
blog-stats.php
7 months ago
class-jetpack-eu-cookie-law-widget.php
1 month ago
class-jetpack-instagram-widget.php
6 months ago
contact-info.php
1 month ago
customizer-controls.css
7 months ago
customizer-utils.js
1 year ago
facebook-likebox.php
1 month ago
flickr.php
7 months ago
gallery.php
1 month ago
goodreads.php
1 month ago
google-translate.php
1 month ago
gravatar-profile.css
7 months ago
gravatar-profile.php
1 month ago
image-widget.php
7 months ago
internet-defense-league.php
7 months ago
mailchimp.php
7 months ago
milestone.php
7 months ago
my-community.php
1 month ago
rsslinks-widget.php
1 week ago
simple-payments.php
7 months ago
social-icons.php
1 month ago
social-media-icons.php
7 months ago
top-posts.php
1 month ago
twitter-timeline-admin.js
1 year ago
twitter-timeline.php
1 week ago
upcoming-events.php
7 months ago
wordpress-post-widget.php
7 months ago
gravatar-profile.css
40 lines
| 1 | .widget-grofile h4 { |
| 2 | margin: 1em 0 0.5em; |
| 3 | } |
| 4 | |
| 5 | .widget-grofile ul.grofile-urls { |
| 6 | margin-left: 0; |
| 7 | overflow: hidden; |
| 8 | } |
| 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 | |
| 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%; |
| 39 | } |
| 40 |