2023-01-13 06:15:10 +00:00
|
|
|
/*
|
|
|
|
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
|
|
|
|
2023-02-03 12:30:51 +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;
|
2023-02-01 06:08:17 +00:00
|
|
|
border-top: 1px solid;
|
2023-01-21 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.wp-site-blocks h2::before {
|
|
|
|
content: "";
|
2023-02-01 06:08:17 +00:00
|
|
|
border-bottom: 1px solid;
|
2023-01-21 12:31:45 +00:00
|
|
|
border-right: 1px solid;
|
|
|
|
width: 80px;
|
|
|
|
margin-right: 8px;
|
|
|
|
height: 36px;
|
2023-02-01 06:08:17 +00:00
|
|
|
border-top: 2px solid var(--wp--preset--color--background);
|
2023-01-21 12:31:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-site-blocks h2::after {
|
|
|
|
content: "";
|
2023-02-01 06:08:17 +00:00
|
|
|
border-bottom: 1px solid;
|
2023-01-21 12:31:45 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
margin-left: 8px;
|
|
|
|
height: 36px;
|
|
|
|
border-left: 1px solid;
|
2023-02-01 06:08:17 +00:00
|
|
|
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
|
|
|
|
2023-01-26 19:55:57 +00:00
|
|
|
.home .wp-site-blocks ul {
|
2023-01-24 08:30:43 +00:00
|
|
|
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
|
2023-01-24 07:13:48 +00:00
|
|
|
}
|
|
|
|
|
2023-02-01 06:08:17 +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)
|
2023-01-26 18:02:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-01 07:44:45 +00:00
|
|
|
.wp-site-blocks h2 a {
|
2023-01-26 19:55:57 +00:00
|
|
|
text-decoration: none;
|
2023-02-03 06:42:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-site-blocks .home-flower {
|
2023-02-03 07:46:36 +00:00
|
|
|
margin-bottom: -90px;
|
2023-02-03 06:42:28 +00:00
|
|
|
z-index: -20;
|
|
|
|
position: relative;
|
2023-02-03 12:30:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-site-blocks footer {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-site-blocks .footer {
|
|
|
|
height: 100%;
|
2023-01-21 16:49:55 +00:00
|
|
|
}
|