gravatar-amp.css
7 months ago
quiz.css
7 months ago
recipes-print-rtl.css
8 years ago
recipes-print-rtl.min.css
8 years ago
recipes-print.css
7 months ago
recipes-print.min.css
4 years ago
recipes-rtl.css
4 years ago
recipes-rtl.min.css
4 years ago
recipes.css
7 months ago
recipes.min.css
4 years ago
slideshow-shortcode-rtl.css
7 months ago
slideshow-shortcode-rtl.min.css
1 month ago
slideshow-shortcode.css
7 months ago
slideshow-shortcode.min.css
7 months ago
style.css
4 months ago
gravatar-amp.css
42 lines
| 1 | /** |
| 2 | * Styles for [gravatar_profile] shortcode when it is called from an AMP context |
| 3 | */ |
| 4 | .grofile-wrap { |
| 5 | border: solid 1px #f0f0f1; |
| 6 | padding: 10px; |
| 7 | } |
| 8 | |
| 9 | .grofile { |
| 10 | padding: 0 0 5px 0; |
| 11 | } |
| 12 | |
| 13 | .grofile-left { |
| 14 | float: left; |
| 15 | display: block; |
| 16 | width: 96px; |
| 17 | margin-right: 15px; |
| 18 | } |
| 19 | |
| 20 | .grofile .gravatar { |
| 21 | margin-bottom: 5px; |
| 22 | } |
| 23 | |
| 24 | .grofile-clear { |
| 25 | clear: left; |
| 26 | font-size: 1px; |
| 27 | height: 1px; |
| 28 | } |
| 29 | |
| 30 | .grofile ul li a { |
| 31 | text-indent: -99999px; |
| 32 | } |
| 33 | |
| 34 | .grofile .grofile-left a:hover { |
| 35 | text-decoration: none !important; |
| 36 | border: none !important; |
| 37 | } |
| 38 | |
| 39 | .grofile-name { |
| 40 | margin-top: 0; |
| 41 | } |
| 42 |