Update style.css
Significant changes to BuddyPress Activity Stream styling, including reversing one modification which caused two elements to overlap on phone displays
This commit is contained in:
parent
80bc93ae7a
commit
7bb0e297e1
88
style.css
88
style.css
@ -6,8 +6,8 @@ Author: Nicholas A. Ferrell
|
||||
Author URI: https://thenewleafjournal.com/author/naferrell
|
||||
Description: SemPress Child theme maintained by Nicholas A. Ferrell for use on The Emu Café Social. This project is maintained for use on The Emu Café and is not a general-purpose child theme for SemPress (there are several full-featured child themes for it linked from the theme's official GitHub repository).
|
||||
Tags: custom-menu,custom-colors,custom-header,custom-background,custom-logo,sticky-post,microformats,rtl-language-support,translation-ready,full-width-template,post-formats,threaded-comments,right-sidebar,theme-options,two-columns,one-column,editor-style,featured-images,blog,news
|
||||
Version: 1.1
|
||||
Updated: 2024-09-02
|
||||
Version: 1.2
|
||||
Updated: 2024-09-05
|
||||
|
||||
*/
|
||||
|
||||
@ -20,6 +20,10 @@ body {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
|
||||
padding: 0 0 0 15px;
|
||||
@ -65,10 +69,20 @@ article.page, article.post, article.attachment {
|
||||
|
||||
}
|
||||
|
||||
/* reaction style but affects non-post kinds */
|
||||
|
||||
.entry-reaction {
|
||||
border-bottom: dashed 2px #d9eef8 !important;
|
||||
}
|
||||
|
||||
#access {
|
||||
border-bottom: 1px;
|
||||
}
|
||||
|
||||
/* widget styles */
|
||||
|
||||
.widget {
|
||||
border: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.widget_search {
|
||||
@ -95,6 +109,40 @@ article.page, article.post, article.attachment {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
//comment styles
|
||||
|
||||
#reply-title {
|
||||
font-family: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive;
|
||||
}
|
||||
|
||||
#comment {
|
||||
font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #f2f5ed;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#author {
|
||||
font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #f2f5ed;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#url {
|
||||
font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #f2f5ed;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#webmention-source {
|
||||
font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #f2f5ed;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
//buddypress styles
|
||||
|
||||
.buddypress .activity-list {
|
||||
@ -108,12 +156,10 @@ article.page, article.post, article.attachment {
|
||||
|
||||
#buddypress #whats-new-form textarea {
|
||||
border: none;
|
||||
height: 125px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bp-dir-search-form {
|
||||
background-color: #fff8e7;
|
||||
background-color: #f8f8f3;
|
||||
}
|
||||
|
||||
#dir-activity-search {
|
||||
@ -121,14 +167,32 @@ article.page, article.post, article.attachment {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nouveau-search-submit {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.bp-tooltip {
|
||||
color: #ff7518 !important;
|
||||
}
|
||||
|
||||
.subnav-search {
|
||||
height: 0px;
|
||||
.activity-list {
|
||||
border: none !important;
|
||||
background: #fcfaef !important
|
||||
}
|
||||
|
||||
.activity-item {
|
||||
background: #f8fcef !important;
|
||||
border: 6px !important;
|
||||
border-radius: 21px !important;
|
||||
border: #fcf3ef !important;
|
||||
}
|
||||
|
||||
.activity-inner {
|
||||
border-radius: 12px !important;
|
||||
background: #eff8fc !important;
|
||||
font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
|
||||
}
|
||||
|
||||
.acomment-content {
|
||||
font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
|
||||
}
|
||||
|
||||
.activity-meta {
|
||||
background: #f3f5f8 !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user