forked from NB-Public/jkb-childtheme
26 lines
709 B
CSS
26 lines
709 B
CSS
@charset "UTF-8";
|
|
/* Joseph-Knows-Best Colors */
|
|
/* GRÜNE RLP extra colors */
|
|
/* Nav 'social networks' link color accent (pinkish) */
|
|
.nav-social .accent-color a {
|
|
color: #ef447a; }
|
|
.nav-social .accent-color a:hover {
|
|
color: #71172c; }
|
|
|
|
/*Template: fundraising-page (inherited from landing-page)*/
|
|
.page-template-page-fundraising article.page.hentry {
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 2em 2em 0;
|
|
background: #fff;
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
|
|
|
|
article.termine .termin_meta_kurz {
|
|
text-align: left; }
|
|
|
|
section.streaming .landing-teaser h1 {
|
|
margin-top: 1em; }
|
|
section.streaming #landing-intro {
|
|
min-height: 0; }
|
|
|
|
/*# sourceMappingURL=style_gruene_rlp.css.map */
|