暫無描述

gravatar-amp.css 564B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * Styles for the [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. .grofile {
  9. padding: 0 0 5px 0;
  10. }
  11. .grofile-left {
  12. float: left;
  13. display: block;
  14. width: 96px;
  15. margin-right: 15px;
  16. }
  17. .grofile .gravatar {
  18. margin-bottom: 5px;
  19. }
  20. .grofile-clear {
  21. clear: left;
  22. font-size: 1px;
  23. height: 1px;
  24. }
  25. .grofile ul li a {
  26. text-indent: -99999px;
  27. }
  28. .grofile .grofile-left a:hover {
  29. text-decoration: none !important;
  30. border: none !important;
  31. }
  32. .grofile-name {
  33. margin-top: 0;
  34. }