autonomic-block-theme/style.css

94 lines
1.8 KiB
CSS
Raw Normal View History

/*
Theme Name: Autonomic
Author: Autonomic Co-operative
Author URI: https://autonomic.zone
Theme URI:
Tags: full-site-editing
Text Domain: autonomic
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
2023-01-21 12:31:45 +00:00
html, body {
height: 100%;
}
.wp-site-blocks{
display: flex;
flex-direction: column;
height: 100%;
}
2023-01-21 12:31:45 +00:00
.wp-site-blocks h2 {
display: flex;
height: 36px;
align-items: center;
border-top: 1px solid;
2023-01-21 12:31:45 +00:00
}
.wp-site-blocks h2::before {
content: "";
border-bottom: 1px solid;
2023-01-21 12:31:45 +00:00
border-right: 1px solid;
width: 80px;
margin-right: 8px;
height: 36px;
border-top: 2px solid var(--wp--preset--color--background);
2023-01-21 12:31:45 +00:00
}
.wp-site-blocks h2::after {
content: "";
border-bottom: 1px solid;
2023-01-21 12:31:45 +00:00
flex-grow: 1;
margin-left: 8px;
height: 36px;
border-left: 1px solid;
border-top: 2px solid var(--wp--preset--color--background);
2023-01-21 12:31:45 +00:00
}
2023-01-21 16:49:55 +00:00
.home .wp-site-blocks ul {
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
2023-01-24 07:13:48 +00:00
}
.home .wp-site-blocks h2 {
color: var(--wp--preset--color--primary)
}
2023-01-24 07:13:48 +00:00
.wp-block-navigation-item.current-menu-item {
color: var(--wp--preset--color--secondary)
}
.wp-block-navigation-item {
text-align: end;
}
2023-02-01 07:44:45 +00:00
.wp-site-blocks h2 a {
text-decoration: none;
}
.wp-site-blocks .home-flower {
margin-bottom: -90px !important;
z-index: -20;
position: relative;
}
.wp-site-blocks footer {
flex-grow: 1;
}
.wp-site-blocks .footer {
height: 100%;
2023-01-21 16:49:55 +00:00
}