|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/*
|
|
|
|
|
/*
|
|
|
|
|
Theme Name: Twenty Twenty Child
|
|
|
|
|
Description: Twenty Twenty Child Theme
|
|
|
|
|
Author: Camille
|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family "Roboto";
|
|
|
|
|
font-family: "Roboto";
|
|
|
|
|
src: url("assets/fonts/roboto-slab-bold.ttf") format("truetype");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -18,13 +18,17 @@ body {
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body, #site-footer {
|
|
|
|
|
color: rgb(13,36,35);
|
|
|
|
|
background: rgb(255,255,255) url(assets/images/background.png) repeat left top;
|
|
|
|
|
body,
|
|
|
|
|
#site-footer {
|
|
|
|
|
color: rgb(13, 36, 35);
|
|
|
|
|
background: rgb(255, 255, 255) url(assets/images/background.png) repeat left
|
|
|
|
|
top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-header, .header-footer-group {
|
|
|
|
|
background: rgb(68,191,161) url(assets/images/background.png) repeat left top;
|
|
|
|
|
#site-header,
|
|
|
|
|
.header-footer-group {
|
|
|
|
|
background: rgb(68, 191, 161) url(assets/images/background.png) repeat left
|
|
|
|
|
top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-header * {
|
|
|
|
@ -32,7 +36,7 @@ body, #site-footer {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-header div.site-description {
|
|
|
|
|
color: rgb(13,36,35);
|
|
|
|
|
color: rgb(13, 36, 35);
|
|
|
|
|
background: white;
|
|
|
|
|
padding: 0.9ex;
|
|
|
|
|
transform: rotate(-7deg);
|
|
|
|
@ -46,34 +50,43 @@ body, #site-footer {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-header div.site-description:nth-letter(3) {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: red;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3 {
|
|
|
|
|
font-family: "Roboto", serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-content h1, #site-content h2, #site-content h3 {
|
|
|
|
|
color: rgb(202,200,39);
|
|
|
|
|
border: 0.2ex solid rgb(202,200,39);
|
|
|
|
|
#site-content h1,
|
|
|
|
|
#site-content h2,
|
|
|
|
|
#site-content h3 {
|
|
|
|
|
color: rgb(202, 200, 39);
|
|
|
|
|
border: 0.2ex solid rgb(202, 200, 39);
|
|
|
|
|
padding: 0.4ex 0.6ex;
|
|
|
|
|
background: white;
|
|
|
|
|
font-family: "Roboto", serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#site-content h1 a, #site-content h2 a, #site-content h3 a {
|
|
|
|
|
color: rgb(202,200,39);
|
|
|
|
|
#site-content h1 a,
|
|
|
|
|
#site-content h2 a,
|
|
|
|
|
#site-content h3 a {
|
|
|
|
|
color: rgb(202, 200, 39);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-inner , .footer-inner p {
|
|
|
|
|
.footer-inner,
|
|
|
|
|
.footer-inner p {
|
|
|
|
|
color: white;
|
|
|
|
|
font-family: Agenda, Cantarell, Ubuntu, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-inner h1, .footer-inner h2, .footer-inner h3 {
|
|
|
|
|
.footer-inner h1,
|
|
|
|
|
.footer-inner h2,
|
|
|
|
|
.footer-inner h3 {
|
|
|
|
|
color: white;
|
|
|
|
|
background: rgb(68,191,161);
|
|
|
|
|
background: rgb(68, 191, 161);
|
|
|
|
|
padding: 0.4ex 0.6ex;
|
|
|
|
|
border: 0.25ex solid white;
|
|
|
|
|
font-family: "Roboto", serif;
|
|
|
|
@ -81,7 +94,7 @@ h1, h2, h3 {
|
|
|
|
|
|
|
|
|
|
.footer-widgets-outer-wrapper {
|
|
|
|
|
border: none;
|
|
|
|
|
color: rgb(13,36,35);
|
|
|
|
|
color: rgb(13, 36, 35);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toggle-text * {
|
|
|
|
@ -89,7 +102,7 @@ h1, h2, h3 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-meta * {
|
|
|
|
|
color: rgb(13,36,35);
|
|
|
|
|
color: rgb(13, 36, 35);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
@ -97,14 +110,14 @@ p {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.wp-block-button__link {
|
|
|
|
|
background-color: rgb(68,191,161);
|
|
|
|
|
background-color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-style-outline {
|
|
|
|
|
color: rgb(68,191,161);
|
|
|
|
|
color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|
.is-style-outline a.wp-block-button__link:not(.has-text-color) {
|
|
|
|
|
color: rgb(68,191,161);
|
|
|
|
|
color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.is-style-outline a.wp-block-button__link {
|
|
|
|
@ -112,17 +125,17 @@ div.is-style-outline a.wp-block-button__link {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
color: rgb(68,191,161);
|
|
|
|
|
color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.to-the-top {
|
|
|
|
|
font-family: Agenda, Cantarell, Ubuntu, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry-categories-inner a{
|
|
|
|
|
color: rgb(68,191,161);
|
|
|
|
|
.entry-categories-inner a {
|
|
|
|
|
color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-menu .ancestor-wrapper a {
|
|
|
|
|
color: rgb(68,191,161);
|
|
|
|
|
color: rgb(68, 191, 161);
|
|
|
|
|
}
|
|
|
|
|