| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- /**
- * Jetpack compat stylesheet for Twenty Fourteen.
- */
- #jp-post-flair:empty {
- display: none;
- }
- .site-content #jp-post-flair {
- margin: 24px 0;
- }
- .widget #jp-post-flair {
- padding-top: 0;
- }
- .entry-content div.jp-relatedposts {
- margin: 0;
- }
- div.jp-relatedposts .jp-relatedposts-headline em:after {
- content: ":";
- }
- #page .entry-content div.sharedaddy h3,
- #page .entry-summary div.sharedaddy h3,
- #page .entry-content h3.sd-title,
- #page .entry-summary h3.sd-title,
- #primary div.sharedaddy .jp-relatedposts-headline em,
- .pd-rating {
- color: #767676;
- font-size: 11px;
- text-transform: uppercase;
- }
- .pd-rating {
- min-height: 23px;
- margin-bottom: 5px;
- }
- .wp-multiplayer,
- .PDS_Poll,
- .entry-content .slideshow-window {
- margin-bottom: 24px;
- }
- .entry-content .gist table {
- margin-bottom: 0;
- }
- .entry-content .slideshow-window {
- border-radius: 0;
- }
- .entry-content .video-player {
- padding: 0 0 24px;
- }
- .highlander-enabled #respond {
- margin: 0;
- padding: 0;
- }
- .highlander-enabled #respond h3 {
- margin: 0 0 24px;
- }
- .highlander-enabled #respond h3 small a {
- width: 24px;
- }
- .wpcnt {
- margin-bottom: 15px; /* 24-9 */
- }
- #wpstats {
- display: none;
- }
- img[id*="botd"] {
- position: absolute;
- }
- /**
- * Widgets
- * -----------------------------------------------------------------------------
- */
- /* About.me Widget*/
- .aboutme_widget #am_thumbnail {
- margin-bottom: 18px;
- }
- .aboutme_widget #am_thumbnail img {
- border: 0;
- max-width: 100%;
- }
- .aboutme_widget #am_name {
- font-weight: 900;
- margin: 0;
- }
- .aboutme_widget #am_headline {
- font-size: 14px;
- line-height: 1.2857142857;
- margin: 0;
- }
- .aboutme_widget #am_bio {
- margin: 18px 0;
- }
- .aboutme_widget #am_bio p {
- margin-bottom: 6px;
- }
- .aboutme_widget #am_bio:empty {
- margin: 0;
- }
- .aboutme_widget #am_services {
- margin-top: 18px;
- }
- /* Akismet Widget */
- .widget_akismet_widget a,
- .content-sidebar .widget_akismet_widget a {
- color: rgba(255,255,255,0.5) !important;
- }
- .widget_akismet_widget a:hover,
- .content-sidebar .widget_akismet_widget a:hover {
- color: rgba(255,255,255,0.7) !important;
- }
- /* Authors Widget */
- .widget_authors li {
- margin-bottom: 9px;
- }
- .widget_authors li:last-child {
- margin-bottom: 0;
- }
- .widget_authors img {
- margin-left: 5px;
- }
- /* Contact Info Widget */
- .widget_contact_info > div {
- margin-bottom: 18px;
- }
- .widget_contact_info > div:last-child {
- margin-bottom: 0;
- }
- /* Display WordPress Posts Widget */
- .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
- font-size: 14px;
- line-height: 1.2857142857;
- margin: 0 0 9px;
- }
- .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
- font-size: 14px;
- line-height: 1.2857142857 !important;
- }
- .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
- margin: 9px 0 18px !important;
- }
- /* Follow Button Widget */
- .widget_follow_button_widget iframe {
- margin-bottom: 0;
- }
- /* Gravatar & Gravatar Profile Widget */
- .widget_gravatar img.avatar,
- .widget-grofile .grofile-thumbnail {
- height: auto;
- max-width: 100% !important;
- }
- .widget-area .widget-grofile h4 {
- font-size: 12px;
- line-height: 1.2857142857;
- margin: 18px 0 9px;
- text-transform: uppercase;
- }
- .widget-area .widget-grofile .grofile-meta h4 {
- font-size: 18px;
- line-height: 1;
- text-transform: none;
- }
- /* Image Widget */
- .widget_image .wp-caption,
- .widget_image .wp-caption-text {
- margin-bottom: 0;
- }
- .widget_image img {
- height: auto;
- }
- /* Posts I Like Widget */
- .widget_jetpack_posts_i_like .widgets-list-layout li {
- margin: 0;
- }
- /* Recent Comments Widget */
- .widget_recent_comments table,
- .widget_recent_comments td {
- border: 0;
- }
- .widget_recent_comments td.recentcommentsavatartop,
- .widget_recent_comments td.recentcommentsavatarend {
- padding: 5px 0 5px 5px;
- }
- .widget_recent_comments td.recentcommentstexttop,
- .widget_recent_comments td.recentcommentstextend {
- padding: 5px 5px 5px 0;
- vertical-align: top;
- }
- /* Recent Images Widget */
- .widget_recent_images img {
- height: auto;
- }
- /* Top Posts & Pages Widget */
- .widget_top-posts .widgets-list-layout li {
- margin-bottom: 0;
- }
- /* Twitter(old) Widget */
- .widget_twitter li {
- margin-bottom: 18px;
- }
- .widget_twitter li:last-child {
- margin-bottom: 0;
- }
- .widget_twitter iframe {
- margin: 18px 0 0;
- }
- /* List type Widgets */
- .widget_jp_blogs_i_follow li,
- .widget_delicious li,
- .widgets-list-layout li,
- .widget_top-clicks li,
- .widget_top-posts li,
- .top_rated li,
- .widget_upcoming_events_widget .upcoming-events li {
- border-top: 1px solid rgba(255, 255, 255, 0.2);
- padding: 8px 0 9px;
- }
- .widget_jp_blogs_i_follow li:first-child,
- .widgets-list-layout li:first-child,
- .widget_top-clicks li:first-child,
- .widget_top-posts li:first-child,
- .top_rated li:first-child,
- .widget_upcoming_events_widget .upcoming-events li:first-child {
- border-top: 0;
- }
- .content-sidebar .widget_jp_blogs_i_follow li,
- .content-sidebar .widgets-list-layout li,
- .content-sidebar .widget_top-clicks li,
- .content-sidebar .widget_top-posts li,
- .content-sidebar .top_rated li,
- .content-sidebar .widget_upcoming_events_widget .upcoming-events li {
- border-color: rgba(0, 0, 0, 0.1);
- }
- .content-sidebar widget-area .widget-grofile h4 {
- font-weight: 900;
- }
- /**
- * Media Queries
- * -----------------------------------------------------------------------------
- */
- @media screen and (min-width: 1008px) {
- .footer-sidebar .widget_jp_blogs_i_follow li,
- .footer-sidebar .widget_jp_blogs_i_follow li,
- .footer-sidebar .widget_top-clicks li,
- .footer-sidebar .widget_top-posts li,
- .footer-sidebar .top_rated li,
- .footer-sidebar .widget_upcoming_events_widget .upcoming-events li,
- .primary-sidebar .widget_jp_blogs_i_follow li,
- .primary-sidebar .widget_jp_blogs_i_follow li,
- .primary-sidebar .widget_top-clicks li,
- .primary-sidebar .widget_top-posts li,
- .primary-sidebar .top_rated li {
- border-top: 0;
- padding: 0 0 6px;
- }
- .footer-sidebar .widget_jp_blogs_i_follow li:last-child,
- .footer-sidebar .widget_jp_blogs_i_follow li:last-child,
- .footer-sidebar .widget_top-clicks li:last-child,
- .footer-sidebar .widget_top-posts li:last-child,
- .footer-sidebar .top_rated li:last-child,
- .footer-sidebar .widget_upcoming_events_widget .upcoming-events li:last-child,
- .primary-sidebar .widget_jp_blogs_i_follow li:last-child,
- .primary-sidebar .widget_jp_blogs_i_follow li:last-child,
- .primary-sidebar .widget_top-clicks li:last-child,
- .primary-sidebar .widget_top-posts li:last-child,
- .primary-sidebar .top_rated li:last-child {
- padding: 0;
- }
- .primary-sidebar .widget_blog_subscription input[type="text"],
- .footer-sidebar .widget_blog_subscription input[type="text"] {
- padding: 3px 2px !important;
- }
- .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
- .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
- .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
- .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
- .footer-sidebar .widget-grofile .grofile-meta h4,
- .primary-sidebar .widget-grofile .grofile-meta h4 {
- font-size: 12px;
- line-height: 1.5;
- }
- .footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
- .primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
- line-height: 1.5 !important;
- }
- .footer-sidebar .widget-grofile h4,
- .primary-sidebar .widget-grofile h4,
- .footer-sidebar .top_rated div > p:first-of-type,
- .primary-sidebar .top_rated div > p:first-of-type {
- font-size: 11px;
- line-height: 1.6363636363;
- }
- }
|