@ -1,11 +1,10 @@
|
||||
=======================================
|
||||
Joseph knows best
|
||||
=======================================
|
||||
Komplexes Wordpress-Theme für GRÜNE Landesverbände
|
||||
http://gruene-nrw.de
|
||||
Komplexes Wordpress-Theme insbesondere für GRÜNE Landesverbände
|
||||
|
||||
Komplexes Wordpress-Theme, das auf gruene-nrw.de zum Einsatz kommt. Auch hervorragend für andere Landesverbände nutzbar, bietet viele Funktionen.
|
||||
Komplexes Wordpress-Theme, das für gruene-nrw.de entwickelt wurde. Auch hervorragend für andere Landesverbände nutzbar, bietet viele Funktionen.
|
||||
|
||||
Das Theme stellen wir frei zur Verfügung und aktualisieren es regelmäßig gemäß unserer eigenen Bedürfnisse. Support-Anfragen und Features können idR nicht übernommen werden!
|
||||
Das Theme stellen wir frei zur Verfügung. Eine Aktualisierung ist nicht mehr vorgesehen. Support-Anfragen und Features können idR nicht übernommen werden! Für Nachfragen bitte https://chatbegruenung.de/channel/wordpress nutzen.
|
||||
|
||||
Einige Features: Story-Telling/Scrolly-Telling, eigene Post-Types für Köpfe & Gliederungen, mobile First, etc.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.5 KiB |
@ -1,73 +1,75 @@
|
||||
@import "font-awesome.min.css";
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Arvo Regular';
|
||||
src: local('Arvo Regular'), local('ArvoRegular'), url('../fonts/arvo_regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Arvo Gruen';
|
||||
src: local('Arvo Gruen'), local('ArvoGruen'), url('../fonts/arvo_green.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans';
|
||||
src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans Bold';
|
||||
src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/ptsans-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
body {font-family: 'PT Sans', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-size: 100%;line-height: 1.5;color: #333;}
|
||||
|
||||
blockquote {padding: 0;text-indent: 0em;color: #46962b;background: ;font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: 500; margin: 2em 4em;font-style: italic; border-bottom: 3px solid #46962b;}
|
||||
|
||||
strong, b {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {line-height: 1.4em;margin:0 0 0.3em 0;font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;color: #0a350a;text-align: left;}
|
||||
h1 {font-size:1.8em;margin-bottom:0em;text-transform: uppercase; font-family: 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;color:red;}
|
||||
h2 {font-size:1.6em;}
|
||||
h3 {font-size:1.5em;color: #5dae59;}
|
||||
h4 {font-size:1.3em;}
|
||||
h5 {font-size:1.1em;}
|
||||
h6 {font-size:1em;}
|
||||
|
||||
.kontrast {color:#e6007e!important;}
|
||||
|
||||
a {color:#61ae4d;text-decoration: none;}
|
||||
a:hover {color:#61ae4d;text-decoration: underline;}
|
||||
a:visited {color:#61ae4d;}
|
||||
|
||||
|
||||
p.intro {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;font-size:1.1em;}
|
||||
hr {border: 0; background: #e6e6e6; height: 3px;width: 100%;margin: 2.5em 0;}
|
||||
|
||||
|
||||
table {margin-bottom: 1.5em; }
|
||||
table th {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal; padding: 1em 1em 1em 0;border-bottom: 2px solid #0a321e;color: #0a321e; }
|
||||
table td{ padding: 1em 1em 1em 0;border-bottom: 1px solid #e6e6e6; }
|
||||
|
||||
pre {max-width: 100%;margin-bottom: 1.5em;padding: 1.5em;overflow: auto;background: #e6e6e6;font-size: 0.8em;line-height: 1.4;}
|
||||
address {background: #e4f8df;padding: 1em;margin-bottom: 1.5em;font-style:normal;}
|
||||
|
||||
a span.button, span.button a {display: inline-block; background: #61ae4d; color: #fff; padding: 0.5em;font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;border-radius: 0.3em;}
|
||||
|
||||
@import "font-awesome.min.css";
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Arvo Regular';
|
||||
src: local('Arvo Regular'), local('ArvoRegular'), url('../fonts/arvo_regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Arvo Gruen';
|
||||
src: local('Arvo Gruen'), local('ArvoGruen'), url('../fonts/arvo_green.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans';
|
||||
src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans Bold';
|
||||
src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/ptsans-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
body {font-family: 'PT Sans', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-size: 100%;line-height: 1.5;color: #333;}
|
||||
|
||||
blockquote {padding: 0;text-indent: 0em;color: #46962b;background: ;font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: 500; margin: 2em 4em;font-style: italic; border-bottom: 3px solid #46962b;}
|
||||
|
||||
strong, b {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {line-height: 1.4em;margin:0 0 0.3em 0;font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;color: #0a350a;text-align: left;}
|
||||
h1 {font-size:1.8em;margin-bottom:0em;text-transform: uppercase; font-family: 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;color:red;}
|
||||
h2 {font-size:1.6em;}
|
||||
h3 {font-size:1.5em;color: #5dae59;}
|
||||
h4 {font-size:1.3em;}
|
||||
h5 {font-size:1.1em;}
|
||||
h6 {font-size:1em;}
|
||||
|
||||
.kontrast {color:#e6007e!important;}
|
||||
|
||||
a {color:#61ae4d;text-decoration: none;}
|
||||
a:hover {color:#61ae4d;text-decoration: underline;}
|
||||
a:visited {color:#61ae4d;}
|
||||
|
||||
|
||||
p.intro {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;font-size:1.1em;}
|
||||
hr {border: 0; background: #e6e6e6; height: 3px;width: 100%;margin: 2.5em 0;}
|
||||
|
||||
|
||||
table {margin-bottom: 1.5em; }
|
||||
table th {font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal; padding: 1em 1em 1em 0;border-bottom: 2px solid #0a321e;color: #0a321e; }
|
||||
table td{ padding: 1em 1em 1em 0;border-bottom: 1px solid #e6e6e6; }
|
||||
|
||||
pre {max-width: 100%;margin-bottom: 1.5em;padding: 1.5em;overflow: auto;background: #e6e6e6;font-size: 0.8em;line-height: 1.4;}
|
||||
address {background: #e4f8df;padding: 1em;margin-bottom: 1.5em;font-style:normal;}
|
||||
|
||||
|
||||
.wp-block-button__link { display: inline-block; border-radius: 0px; background: #e6007e; color: #fff; padding: 0.5em; font-size:100%; font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;}
|
||||
a span.button, span.button a {display: inline-block; background: #61ae4d; color: #fff; padding: 0.5em;font-family: 'PT Sans Bold', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;border-radius: 0.3em;}
|
||||
|
||||
img.rund {border-radius: 50%;border: 5px solid #f6f6f6;width: 150px;height:auto;}
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 12 KiB |