themes-wordpress/sketch/inc/style-wpcom.css
2018-02-27 14:24:59 +11:00

71 lines
1.1 KiB
CSS

* html {
font-size: 100%;
}
html {
font-size: 16px;
line-height: 1.7em;
}
#wpstats {
display: none;
}
/* WordPress.com Widgets */
/* Flickr */
#flickr_badge_wrapper {
background: transparent !important;
border: 0 !important;
}
#flickr_badge_uber_wrapper {
margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
border: 0 !important;
}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
color: #f68060;
}
.widget_recent_comments td {
border: 0;
padding: 13.6px 6.8px 13.6px 6.8px;
vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_authors img {
float: none;
vertical-align: middle;
}
.widget_authors li {
display: block;
margin-bottom: 27.2px;
}
.widget_authors li:before, .widget_authors li:after {
content: "";
display: table;
}
.widget_authors li:after {
clear: both;
}
.widget_authors a {
text-decoration: none;
}
h3.sd-title {
font-size: 16px;
}
.rating-msg {
font-size: 16px !important;
vertical-align: top;
}