style-wpcom.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* WordPress.com Widgets */
  2. .customize-partial-edit-shortcut button,
  3. .widget .customize-partial-edit-shortcut button {
  4. outline: 0;
  5. }
  6. /* Flickr */
  7. #flickr_badge_wrapper {
  8. background: transparent !important;
  9. border: 0 !important;
  10. }
  11. #flickr_badge_uber_wrapper {
  12. margin: 0 auto;
  13. }
  14. #flickr_badge_uber_wrapper td {
  15. border: 0 !important;
  16. }
  17. #flickr_badge_uber_wrapper a:hover,
  18. #flickr_badge_uber_wrapper a:link,
  19. #flickr_badge_uber_wrapper a:active,
  20. #flickr_badge_uber_wrapper a:visited {
  21. color: #f78769 !important;
  22. }
  23. .widget_recent_comments td {
  24. border: 0;
  25. padding: 5px 5px 10px 5px;
  26. vertical-align: top;
  27. }
  28. .widget_authors ul,
  29. .widget_author_grid ul {
  30. list-style: none;
  31. margin: 0;
  32. padding: 0;
  33. }
  34. .widget_authors img {
  35. float: none;
  36. vertical-align: middle;
  37. }
  38. .widget_authors li:before,
  39. .widget_authors li:after {
  40. content: "";
  41. display: table;
  42. }
  43. .widget_authors li:after {
  44. clear: both;
  45. }
  46. .widget_authors a {
  47. text-decoration: none;
  48. }
  49. #wpstats {
  50. display: none;
  51. }
  52. h3.sd-title {
  53. font-size: 16px;
  54. }
  55. .rating-msg {
  56. font-size: 18px;
  57. font-size: 1rem;
  58. vertical-align: top;
  59. }
  60. .widget_wpcom_social_media_icons_widget li a:before {
  61. font-size: 32px;
  62. margin-right: 0.21875em;
  63. }
  64. #respond #comment-submit {
  65. outline: none;
  66. text-transform: none;
  67. }