emusem-press/style.css
Nicholas A. Ferrell 7bb0e297e1 Update style.css
Significant changes to BuddyPress Activity Stream styling, including reversing one modification which caused two elements to overlap on phone displays
2024-09-05 21:48:26 +00:00

198 lines
4.5 KiB
CSS

/*
Theme Name: Emusem Press
Theme URI: https://giteacoffee.emucafe.org/naferrell/emusocial-sempress-child
Template: sempress
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.2
Updated: 2024-09-05
*/
body {
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
font-size: 110%;
color: #001a4d;
background-color: #f8f3d9;
text-shadow: 0 1px 0 #eef3fd;
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;
margin: 0 0 12px 40px;
position: relative;
font-style: italic
}
blockquote:before {
display: block;
content: "\201C";
font-size: 75px;
position: absolute;
left: -40px;
top: 30px;
font-style: normal
}
#sidebar {
float: right;
overflow: hidden;
width: 240px
}
#main .widget-area {
float: right;
width: 240px
}
article.page, article.post, article.attachment {
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
-khtml-border-radius: 9px;
-moz-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.2);
box-shadow: 0 1px 9px 0 rgba(0,0,0,0.2);
border-radius: 9px;
border: 3px solid #d9eef8;
background-color: #fcfaef;
}
/* reaction style but affects non-post kinds */
.entry-reaction {
border-bottom: dashed 2px #d9eef8 !important;
}
#access {
border-bottom: 1px;
}
/* widget styles */
.widget {
border: none;
}
.widget_search {
background-image:url("img/noise.png")
padding-top: 13px;
padding-bottom: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
}
.widget_search input[type="search"] {
width: 100%;
height: 32px;
font-size: 16px;
padding: 6px;
border: solid;
border-color: #d9eef8;
}
.widget_search input[type="submit"] {
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 {
background-color: #f8fbf8;
border: none;
}
.buddypress .activity-item {
padding: 18px;
}
#buddypress #whats-new-form textarea {
border: none;
}
.bp-dir-search-form {
background-color: #f8f8f3;
}
#dir-activity-search {
height: 36px;
border: none;
}
.bp-tooltip {
color: #ff7518 !important;
}
.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;
}