wordpress and www to legacy
This commit is contained in:
parent
711305655d
commit
11e48bc489
9 changed files with 0 additions and 0 deletions
|
@ -1,19 +0,0 @@
|
|||
/*
|
||||
Theme Name: Twenty Twenty-One
|
||||
Theme URI: https://wordpress.org/themes/twentytwentyone/
|
||||
Author: Natenom
|
||||
Author URI: https://wordpress.org/
|
||||
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
|
||||
Template: twentytwentyone
|
||||
Requires at least: 5.3
|
||||
Tested up to: 5.6
|
||||
Requires PHP: 5.6
|
||||
Version: 1.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: twentytwentyone_child
|
||||
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
||||
|
||||
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
||||
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||
*/
|
|
@ -1,329 +0,0 @@
|
|||
|
||||
// :root
|
||||
|
||||
:root {
|
||||
--branding--title--text-transform: initial !important;
|
||||
--global--color-background: #{$white} !important;
|
||||
--global--color-dark-gray: #{$blog_body-bg} !important;
|
||||
//--global--color-primary: var(--global--color-white) !important;
|
||||
--global--font-size-page-title: 39px !important;
|
||||
--global--font-size-xl: 30px !important;
|
||||
--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 600px) !important;
|
||||
}
|
||||
|
||||
// general
|
||||
|
||||
body {
|
||||
#page {
|
||||
header#masthead {
|
||||
padding-top: var(--global--spacing-vertical);
|
||||
padding-bottom: var(--global--spacing-vertical);
|
||||
row-gap: 10px;
|
||||
.site-logo {
|
||||
border: 0;
|
||||
width: unset;
|
||||
margin: unset;
|
||||
padding: 0;
|
||||
margin-right: 20px;
|
||||
img.custom-logo {
|
||||
max-width: 32px;
|
||||
}
|
||||
}
|
||||
.site-branding {
|
||||
.site-description {
|
||||
font-size: .6em;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
nav#site-navigation {
|
||||
.primary-menu-container {
|
||||
ul#primary-menu-list {
|
||||
.menu-item {
|
||||
a {
|
||||
text-decoration-style: solid;
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
p.menu-item-description {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
aside.widget-area {
|
||||
margin-top: calc(2 * var(--global--spacing-vertical));
|
||||
}
|
||||
footer {
|
||||
.site-info {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 481px) {
|
||||
body {
|
||||
#page {
|
||||
header#masthead {
|
||||
nav#site-navigation {
|
||||
top: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: 482px) {
|
||||
body {
|
||||
#page {
|
||||
header#masthead {
|
||||
.site-branding {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: auto auto;
|
||||
.site-description {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
body:not(.is-dark-theme) {
|
||||
#page {
|
||||
header#masthead {
|
||||
.site-logo {
|
||||
filter: invert(80%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// post preview
|
||||
|
||||
body {
|
||||
&.home,
|
||||
&.tag,
|
||||
&.category,
|
||||
&.search {
|
||||
#page {
|
||||
#content {
|
||||
#primary {
|
||||
#main {
|
||||
article.post {
|
||||
header.entry-header {
|
||||
figure.post-thumbnail {
|
||||
max-width: calc(.5 * var(--responsive--alignwide-width));
|
||||
a.post-thumbnail-inner {
|
||||
img.attachment-post-thumbnail {
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
h2.entry-title {
|
||||
line-height: 42px;
|
||||
max-width: var(--responsive--alignfull-width);
|
||||
text-align: center;
|
||||
width: var(--responsive--alignwide-width);
|
||||
a {
|
||||
font-size: 39px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.entry-content {
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
line-height: 35px;
|
||||
}
|
||||
a.more-link {
|
||||
background: var(--button--color-background);
|
||||
border: var(--button--border-width) solid var(--button--color-background);
|
||||
color: var(--button--color-text);
|
||||
font-weight: var(--button--font-weight);
|
||||
padding: 10px 40px;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
background: transparent;
|
||||
color: var(--button--color-text-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// tag / category / search header
|
||||
|
||||
body {
|
||||
&.tag,
|
||||
&.category,
|
||||
&.search {
|
||||
#page {
|
||||
#content {
|
||||
#primary {
|
||||
#main {
|
||||
header.page-header {
|
||||
border-bottom: 3px solid $nom-blue;
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// search
|
||||
|
||||
body.search {
|
||||
#page {
|
||||
#content {
|
||||
#primary {
|
||||
#main {
|
||||
article.post {
|
||||
.entry-content {
|
||||
a.more-link {
|
||||
float: left;
|
||||
padding: 5.5px 40px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// post
|
||||
|
||||
body {
|
||||
&.post-template-cover,
|
||||
&.single-post {
|
||||
#page {
|
||||
#content {
|
||||
#primary {
|
||||
#main {
|
||||
article.post {
|
||||
header.entry-header {
|
||||
h1.entry-title {
|
||||
font-size: 39px;
|
||||
font-weight: 400;
|
||||
line-height: 42px;
|
||||
margin-bottom: -20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.entry-content {
|
||||
p.has-drop-cap::first-letter {
|
||||
font-size: 7.2rem;
|
||||
}
|
||||
figure {
|
||||
figcaption {
|
||||
color: var(--global--color-primary);
|
||||
}
|
||||
}
|
||||
.wp-block-quote {
|
||||
border-left: 3px solid $nom-blue;
|
||||
&::before {
|
||||
content: "";
|
||||
}
|
||||
cite {
|
||||
color: var(--global--color-primary);
|
||||
}
|
||||
p {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
.wp-block-image {
|
||||
margin-top: inherit;
|
||||
margin-bottom: inherit;
|
||||
}
|
||||
.yarpp-related {
|
||||
margin: 3em auto 0 auto !important;
|
||||
ol {
|
||||
color: rgb(155, 155, 170);
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
li {
|
||||
margin: 15px 0;
|
||||
a {
|
||||
font-weight: normal !important;
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// lightbox plugin
|
||||
|
||||
#slb_viewer_wrap {
|
||||
#slb_viewer_slb_default {
|
||||
.slb_viewer_layout {
|
||||
.slb_container {
|
||||
padding: 0 !important; // kein Rand
|
||||
box-shadow: none !important; // kein »glow« bzw. Schatten
|
||||
.slb_details {
|
||||
.inner {
|
||||
.slb_data {
|
||||
background: var(--global--color-background);
|
||||
.slb_data_content {
|
||||
display: grid;
|
||||
grid-template-areas: "title status" "desc desc";
|
||||
margin: 10px;
|
||||
.slb_data_title {
|
||||
color: var(--global--color-primary);
|
||||
font-family: var(--global--font-primary);
|
||||
font-size: var(--global--font-size-xs);
|
||||
font-weight: 500;
|
||||
grid-area: title;
|
||||
letter-spacing: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.slb_group_status {
|
||||
color: var(--global--color-primary);
|
||||
font-family: var(--global--font-primary);
|
||||
font-size: var(--global--font-size-xss);
|
||||
font-style: unset;
|
||||
grid-area: status;
|
||||
margin: auto 0;
|
||||
text-align: center;
|
||||
}
|
||||
.slb_data_desc {
|
||||
color: var(--global--color-primary);
|
||||
font-family: var(--global--font-primary);
|
||||
font-size: var(--global--font-size-xss);
|
||||
grid-area: desc;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,86 +0,0 @@
|
|||
body {
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: var(--text);
|
||||
text-underline-offset: 3px;
|
||||
&:hover {
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
font-size: 39px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 48px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 32px;
|
||||
}
|
||||
main {
|
||||
font-size: 20px;
|
||||
line-height: 34px;
|
||||
margin: 80px 20px;
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 610px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// ueber
|
||||
//
|
||||
|
||||
main.ueber {
|
||||
.container {
|
||||
.contact.kagube.container {
|
||||
background: var(--background-contrast);
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
padding: 15px;
|
||||
table.contact.table {
|
||||
font-size: 18px;
|
||||
white-space: nowrap;
|
||||
tr {
|
||||
td {
|
||||
&:first-of-type {
|
||||
padding: 5px 20px 5px 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
img.kagube {
|
||||
max-height: 150px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
main.ueber {
|
||||
.container {
|
||||
.contact.kagube.container {
|
||||
img.kagube {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// impressum
|
||||
//
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
main.impressum {
|
||||
img {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue