emusem-press/style.css

41 lines
1.6 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.0
Updated: 2023-09-08 23:40:36
*/
body {
font-size: 110%;
color: #020035;
text-shadow: 0 1px 0 #f0f8ff;
text-shadow: 0 1px 0 #f6dbd8;
background-color: #fffff5;
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
font-weight: 500;
}
#colophon {
font-size: 16px;
}
article.page, article.post, article.attachment {
border: 1px solid #2a52be;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
background-color: #f8fbf8;
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
body, a {
color: #020035;
}