forked from NB-Public/jkb-childtheme
added fundraising template
This commit is contained in:
parent
1c65ef9483
commit
0d607fe7fd
10 changed files with 244 additions and 33 deletions
18
lib/css/style_gruene_rlp.css
Normal file
18
lib/css/style_gruene_rlp.css
Normal 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 */
|
Reference in a new issue