first commit
commit
5763fd4625
@ -0,0 +1,130 @@
|
||||
/*
|
||||
Theme Name: Twenty Twenty Child
|
||||
Description: Twenty Twenty Child Theme
|
||||
Author: Camille
|
||||
Template: twentytwenty
|
||||
Version: 1.0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: twentytwentychild
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family "Roboto";
|
||||
src: url("assets/fonts/roboto-slab-bold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
#site-header, .header-footer-group {
|
||||
background: rgb(68,191,161) url(assets/images/background.png) repeat left top;
|
||||
}
|
||||
|
||||
#site-header * {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#site-header div.site-description {
|
||||
color: rgb(13,36,35);
|
||||
/* display: flex;*/
|
||||
background: white;
|
||||
padding: 0.9ex;
|
||||
transform: rotate(-7deg);
|
||||
perspective: 50px;
|
||||
font-weight: bolder;
|
||||
text-transform: uppercase;
|
||||
/* border: 0.5ex solid rgb(216,231,57);*/
|
||||
margin: 2em 5em;
|
||||
width: 10em;
|
||||
text-align: center;
|
||||
font-family: "Roboto", serif;
|
||||
}
|
||||
|
||||
#site-header div.site-description:nth-letter(3) {
|
||||
font-weight: normal;
|
||||
color: red;
|
||||
}
|
||||
|
||||
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);
|
||||
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);
|
||||
}
|
||||
|
||||
.footer-inner , .footer-inner p {
|
||||
color: white;
|
||||
font-family: Agenda, Cantarell, Ubuntu, sans-serif;
|
||||
}
|
||||
|
||||
.footer-inner h1, .footer-inner h2, .footer-inner h3 {
|
||||
color: white;
|
||||
background: rgb(68,191,161);
|
||||
padding: 0.4ex 0.6ex;
|
||||
border: 0.25ex solid white;
|
||||
font-family: "Roboto", serif;
|
||||
}
|
||||
|
||||
.footer-widgets-outer-wrapper {
|
||||
border: none;
|
||||
color: rgb(13,36,35);
|
||||
}
|
||||
|
||||
.toggle-text * {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.post-meta * {
|
||||
color: rgb(13,36,35);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Agenda, Cantarell, Ubuntu, sans-serif;
|
||||
}
|
||||
|
||||
a.wp-block-button__link {
|
||||
background-color: rgb(68,191,161);
|
||||
}
|
||||
|
||||
.is-style-outline {
|
||||
color: rgb(68,191,161);
|
||||
}
|
||||
.is-style-outline a.wp-block-button__link:not(.has-text-color) {
|
||||
color: rgb(68,191,161);
|
||||
}
|
||||
|
||||
div.is-style-outline a.wp-block-button__link {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p.has-drop-cap:not(:focus)::first-letter {
|
||||
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);
|
||||
}
|
||||
|
||||
.modal-menu .ancestor-wrapper a {
|
||||
color: rgb(68,191,161);
|
||||
}
|
Loading…
Reference in New Issue