2023-09-10 02:29:17 +00:00
|
|
|
/*
|
|
|
|
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
|
2024-09-05 21:48:26 +00:00
|
|
|
Version: 1.2
|
|
|
|
Updated: 2024-09-05
|
2023-09-10 02:29:17 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
2024-09-03 00:25:50 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2024-09-05 21:48:26 +00:00
|
|
|
.entry-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2024-09-03 00:25:50 +00:00
|
|
|
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
|
2023-09-10 02:29:17 +00:00
|
|
|
}
|
2024-09-03 00:25:50 +00:00
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
float: right;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 240px
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .widget-area {
|
|
|
|
float: right;
|
|
|
|
width: 240px
|
|
|
|
}
|
|
|
|
|
2023-09-10 02:29:17 +00:00
|
|
|
article.page, article.post, article.attachment {
|
2024-09-03 00:25:50 +00:00
|
|
|
-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;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-09-05 21:48:26 +00:00
|
|
|
/* reaction style but affects non-post kinds */
|
|
|
|
|
|
|
|
.entry-reaction {
|
|
|
|
border-bottom: dashed 2px #d9eef8 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#access {
|
|
|
|
border-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2024-09-03 00:25:50 +00:00
|
|
|
/* widget styles */
|
|
|
|
|
|
|
|
.widget {
|
2024-09-05 21:48:26 +00:00
|
|
|
border: none;
|
2024-09-03 00:25:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.widget_search {
|
|
|
|
background-image:url("img/noise.png")
|
|
|
|
padding-top: 13px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
-moz-border-radius: 4px;
|
2023-09-10 02:29:17 +00:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-o-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
2024-09-03 00:25:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2024-09-05 21:48:26 +00:00
|
|
|
//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;
|
|
|
|
}
|
|
|
|
|
2024-09-03 00:25:50 +00:00
|
|
|
//buddypress styles
|
|
|
|
|
|
|
|
.buddypress .activity-list {
|
2023-09-10 02:29:17 +00:00
|
|
|
background-color: #f8fbf8;
|
2024-09-03 00:25:50 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buddypress .activity-item {
|
|
|
|
padding: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#buddypress #whats-new-form textarea {
|
|
|
|
border: none;
|
2023-09-10 02:29:17 +00:00
|
|
|
}
|
2024-09-03 00:25:50 +00:00
|
|
|
|
|
|
|
.bp-dir-search-form {
|
2024-09-05 21:48:26 +00:00
|
|
|
background-color: #f8f8f3;
|
2024-09-03 00:25:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#dir-activity-search {
|
|
|
|
height: 36px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bp-tooltip {
|
|
|
|
color: #ff7518 !important;
|
|
|
|
}
|
|
|
|
|
2024-09-05 21:48:26 +00:00
|
|
|
.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;
|
2023-09-10 02:29:17 +00:00
|
|
|
}
|