123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- /* 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: #777 !important;
- }
- /* Recent Comments */
- .widget_recent_comments td {
- border: 0;
- padding: 5px 5px 10px 5px;
- vertical-align: top;
- }
- /* Authors */
- .widget_authors > ul,
- .widget_author_grid > ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .widget_authors > ul ul {
- margin-top: 0.8em;
- }
- .widget_authors > ul ul li {
- display: list-item;
- list-style: disc;
- margin: 0;
- padding: 0;
- border: 0;
- }
- .widget_authors img {
- float: none;
- vertical-align: middle;
- }
- .widget_authors a {
- text-decoration: none;
- }
- /* Milestone Widget */
- .milestone-content {
- margin-left: auto;
- margin-right: auto;
- }
- .milestone-header {
- background: transparent !important;
- border: 1px solid #e8e9ea;
- border-width: 1px 1px 0 !important;
- color: inherit !important;
- padding-top: 1.6em !important;
- }
- .milestone-header .event {
- font-size: 130% !important;
- margin: 0 0 .4em;
- }
- .milestone-header .date {
- font-size: 105% !important;
- }
- .milestone-header .date:before {
- color: #e8e9ea;
- content: "— ";
- }
- .milestone-header .date:after {
- color: #e8e9ea;
- content: " —";
- }
- .milestone-countdown {
- border: 3px solid #e8e9ea;
- border-width: 0 3px 3px;
- }
- .milestone-countdown,
- .milestone-message {
- background-color: transparent !important;
- color: #e8e9ea;
- }
- .milestone-countdown {
- color: inherit !important;
- font-style: italic;
- padding-bottom: 1.6em !important;
- }
- .milestone-countdown .difference {
- font-weight: normal;
- font-size: 700%;
- line-height: 1 !important;
- }
- .footer-widgets .milestone-header,
- .footer-widgets .milestone-countdown {
- border-color: rgba(255,255,255,0.1) !important;
- }
- .footer-widgets .milestone-header .date:before,
- .footer-widgets .milestone-header .date:after {
- color: rgba(255,255,255,0.3) !important;
- }
- /* My Community Widget */
- .widget_jetpack_my_community div > ul li {
- border: 0;
- margin: 3px;
- padding: 0;
- display: inline-block;
- }
- /* Goodreads */
- .widget_goodreads h2[class*="gr_custom_header"]{
- font-size: 1.6em;
- margin-bottom: .8em;
- text-align: center;
- }
- .widget_goodreads [class*="gr_custom_each_container"] {
- clear: both;
- margin-bottom: 1.6em;
- }
- .widget_goodreads [class*="gr_custom_each_container"]:before,
- .widget_goodreads [class*="gr_custom_each_container"]:after {
- content: "";
- display: table;
- }
- .widget_goodreads [class*="gr_custom_each_container"]:after {
- clear: both;
- }
- .widget_goodreads [class*="gr_custom_each_container"]:last-of-type {
- margin-bottom: 0;
- }
- .widget_goodreads [class*="gr_custom_book_container"] {
- float: left;
- margin-right: .8em;
- }
- .widget_goodreads [class*="gr_custom_book_container"] img {
- border: 1px solid;
- }
- /* Gravatar Profile */
- .widget-grofile h4 {
- font-size: 1.6em;
- margin: .8em 0 !important;
- }
- /* Jetpack Sharing */
- #wpstats {
- display: none;
- }
- h3.sd-title {
- font-size: 16px;
- }
- .rating-msg {
- font-size: 18px;
- font-size: 1rem;
- vertical-align: top;
- }
- /* Comment form reset */
- #respond .form-submit input,
- #respond .form-submit input#comment-submit,
- #respond .comment-form-fields input[type=submit],
- #respond p.form-submit input[type=submit],
- #respond input[type=submit],
- #commentform #submit {
- letter-spacing: 0;
- outline: none;
- text-transform: none;
- }
|