added fundraising template

This commit is contained in:
Willi Junga 2020-12-17 14:12:01 +01:00
parent 1c65ef9483
commit 0d607fe7fd
Signed by untrusted user: JunWi
GPG key ID: 16CD94732DE08DA5
10 changed files with 244 additions and 33 deletions

View file

@ -0,0 +1,18 @@
@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); }
/*# sourceMappingURL=style_gruene_rlp.css.map */