style-wpcom.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* WordPress.com-specific styles */
  2. /* Hide stats smiley */
  3. #wpstats {
  4. display: none;
  5. }
  6. /* Remove extra styling from comment submit */
  7. #respond .form-submit input,
  8. #respond .form-submit input#comment-submit,
  9. #respond .comment-form-fields input[type="submit"],
  10. #respond p.form-submit input[type="submit"],
  11. #respond input[type="submit"],
  12. #commentform #submit {
  13. letter-spacing: 0;
  14. outline: none;
  15. text-transform: none;
  16. }
  17. /* Improve appearance of ratings */
  18. .rating-msg,
  19. .rating-nero-value {
  20. font-size: 18px !important;
  21. font-size: 1rem !important;
  22. vertical-align: top;
  23. }
  24. /* Flickr */
  25. #flickr_badge_wrapper {
  26. background: transparent !important;
  27. border: 0 !important;
  28. }
  29. #flickr_badge_uber_wrapper {
  30. margin: 0 auto;
  31. }
  32. #flickr_badge_uber_wrapper td {
  33. border: 0 !important;
  34. }
  35. #flickr_badge_uber_wrapper a:hover,
  36. #flickr_badge_uber_wrapper a:link,
  37. #flickr_badge_uber_wrapper a:active,
  38. #flickr_badge_uber_wrapper a:visited {
  39. color: #777 !important;
  40. }
  41. /* Recent Comments */
  42. .widget_recent_comments td {
  43. border: 0;
  44. padding: 5px 5px 10px 5px;
  45. vertical-align: top;
  46. }
  47. /* Authors */
  48. .widget_authors ul,
  49. .widget_author_grid ul {
  50. list-style: none;
  51. margin: 0;
  52. padding: 0;
  53. }
  54. .widget_authors img {
  55. float: none;
  56. vertical-align: middle;
  57. }
  58. .widget_authors li:before,
  59. .widget_authors li:after {
  60. content: "";
  61. display: table;
  62. }
  63. .widget_authors li:after {
  64. clear: both;
  65. }
  66. .widget_authors a {
  67. text-decoration: none;
  68. }
  69. h3.sd-title {
  70. font-size: 16px;
  71. }
  72. /* Follow widget */
  73. .widget-title label {
  74. float: none;
  75. font-style: normal;
  76. font-size: 1.4rem;
  77. }