cleanup
This commit is contained in:
parent
d87d6f7c5c
commit
aee82b6ad3
2 changed files with 23 additions and 406 deletions
17
index.php
17
index.php
|
|
@ -17,11 +17,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="signal" class="index has-navbar-fixed-top">
|
<body id="signal" class="index has-navbar-fixed-top">
|
||||||
<nav class="navbar signal-navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
<nav class="navbar mainNavbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img class="signal-logo"
|
<img class="logo"
|
||||||
src="<?php echo get_stylesheet_directory_uri().'/files/logo.webp'; ?>">
|
src="<?php echo get_stylesheet_directory_uri().'/files/logo.webp'; ?>">
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
|
@ -43,9 +43,11 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-two-fifths">
|
<div class="column is-two-fifths">
|
||||||
<h1>Mobile Sauna</h1>
|
<h1>Mobile Kork Sauna</h1>
|
||||||
<p class="body1">Handgefertigt in Fachwerkbauweise mit Naturbaustoffen
|
<p class="body1">
|
||||||
Holzofen. Die mobile Sauna für den eigenen Garten oder direkt am See.</p>
|
Handgefertigt in Fachwerkbauweise aus den Naturstoffen Kork und
|
||||||
|
Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder
|
||||||
|
direkt am See.
|
||||||
<p> <br>
|
<p> <br>
|
||||||
<!--<a class="get-signal button" href="https://signal.org/download/">Jetzt mieten</a> -->
|
<!--<a class="get-signal button" href="https://signal.org/download/">Jetzt mieten</a> -->
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -167,6 +169,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="section information">
|
||||||
|
<div class="container">
|
||||||
|
<?php the_content(); ?>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
|
|
|
||||||
412
style.css
412
style.css
|
|
@ -7,19 +7,8 @@ Description: Fachwerk-Sauna.de Webseite
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Tested up to: 5.4
|
Tested up to: 5.4
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
License: GNU General Public License v2 or later
|
|
||||||
License URI: LICENSE
|
|
||||||
Text Domain: fachwerksauna
|
Text Domain: fachwerksauna
|
||||||
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
||||||
|
|
||||||
This theme, like WordPress, is licensed under the GPL.
|
|
||||||
Use it to make something cool, have fun, and share what you've learned.
|
|
||||||
|
|
||||||
iaro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
|
|
||||||
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
|
||||||
|
|
||||||
Normalizing styles have been helped along thanks to the fine work of
|
|
||||||
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -198,7 +187,7 @@ a.no-underline {
|
||||||
border-inline-start: 1px solid #999
|
border-inline-start: 1px solid #999
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-logo {
|
.logo {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
}
|
}
|
||||||
|
|
@ -208,7 +197,7 @@ html.has-navbar-fixed-top {
|
||||||
padding-top: 52px
|
padding-top: 52px
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar {
|
.mainNavbar {
|
||||||
border-bottom: 1px solid #ebeaeb
|
border-bottom: 1px solid #ebeaeb
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -219,22 +208,22 @@ html.has-navbar-fixed-top {
|
||||||
padding-top: 85px
|
padding-top: 85px
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar {
|
.mainNavbar {
|
||||||
padding: 16px 0
|
padding: 16px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-logo {
|
.logo {
|
||||||
height: 50px
|
height: 50px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar .navbar-brand {
|
.mainNavbar .navbar-brand {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 18px
|
padding-left: 18px
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
.signal-navbar .navbar-brand {
|
.mainNavbar .navbar-brand {
|
||||||
padding: 0px
|
padding: 0px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -244,8 +233,8 @@ html.has-navbar-fixed-top {
|
||||||
width: 100%
|
width: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar .navbar-item,
|
.mainNavbar .navbar-item,
|
||||||
.signal-navbar .navbar-link {
|
.mainNavbar .navbar-link {
|
||||||
color: #1b1b1b;
|
color: #1b1b1b;
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
}
|
}
|
||||||
|
|
@ -265,16 +254,16 @@ html.has-navbar-fixed-top {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar a.navbar-item:hover {
|
.mainNavbar a.navbar-item:hover {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar a.navbar-item:hover {
|
.mainNavbar a.navbar-item:hover {
|
||||||
color: #C76E08;
|
color: #C76E08;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signal-navbar .language-selector .icon {
|
.mainNavbar .language-selector .icon {
|
||||||
margin-right: 4px
|
margin-right: 4px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -451,12 +440,6 @@ html.has-navbar-fixed-top {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lottie-animation {
|
|
||||||
background-color: #a5cad5;
|
|
||||||
border-radius: 16px;
|
|
||||||
padding: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.section.information img,
|
.section.information img,
|
||||||
.section.information .lottie-animation {
|
.section.information .lottie-animation {
|
||||||
width: 384px
|
width: 384px
|
||||||
|
|
@ -492,332 +475,6 @@ html.has-navbar-fixed-top {
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-3x {
|
|
||||||
height: 40px;
|
|
||||||
width: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-external-link-alt {
|
|
||||||
background-image: url(/assets/icons/external-link-alt-cdef7b31e9343f9af191079e0d6f34fe3f0d308d36376d6623457e5a8308dd6f.svg);
|
|
||||||
background-position: center;
|
|
||||||
height: 20px !important
|
|
||||||
}
|
|
||||||
|
|
||||||
button .icon-external-link-alt {
|
|
||||||
background-image: url(/assets/icons/external-blue-e505406cadaf1501969ead8ec71078f4f0ae840e827c0089e4a26c74c5f67482.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-globe {
|
|
||||||
background-image: url(/assets/icons/solid_globe-35e2854ca14ff9b6018268f57a4e4c13b54df96239eebf876039b2cfde06f3ca.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-facebook {
|
|
||||||
background-image: url(/assets/icons/facebook-64a08e71eaf9761bffde724aacd32b3270f07bb0264fd53049b4566676180360.svg);
|
|
||||||
height: 20px;
|
|
||||||
width: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-twitter {
|
|
||||||
background-image: url(/assets/icons/twitter-75c765c3b019dd08fd7b2ce995d2161f73fccaaccf6125db3cbc2feea6436f5f.svg);
|
|
||||||
height: 20px;
|
|
||||||
width: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-instagram {
|
|
||||||
background-image: url(/assets/icons/instagram-63876ccfbad266bbbc5b822d9d3fc0c92ebcbf1e3be12033f75ec3ac71a95bf9.svg);
|
|
||||||
height: 20px;
|
|
||||||
width: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-eye-slash {
|
|
||||||
background-image: url(/assets/icons/eye-slash-09043cdac51b17673b86d130b008580f16592b958ffd1c16df939f3558693d33.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-users {
|
|
||||||
background-image: url(/assets/icons/users-3b25256c28f817f7d08bbfa8621926abb1910dfec2a6f64af8715ffa3c73c4ea.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-dollar-sign {
|
|
||||||
background-image: url(/assets/icons/dollar-02914d5ef1f8e051cf01e0e5d29f4dc8e210efe228e887f7db077780ded0e5bd.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-globe-americas {
|
|
||||||
background-image: url(/assets/icons/globe-americas-1d6e11ba2fd59070ed4790df1622fcedaa1c4eeafa9d801fd8f144eb686d9e69.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-code {
|
|
||||||
background-image: url(/assets/icons/code-3761afa1725a542f0cecf9fc304ebdd52e41000839f5310a4e214cb46ff565c4.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-certificate {
|
|
||||||
background-image: url(/assets/icons/solid_certificate-1829dfc510ec3ad50fe05fba2c7c37db5c17182707dcd152d1036c6b680bca57.svg)
|
|
||||||
}
|
|
||||||
|
|
||||||
.download h2 {
|
|
||||||
margin-bottom: 32px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download h3 {
|
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download .button {
|
|
||||||
margin: 15px 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download-window.columns {
|
|
||||||
background-color: #9dbbf8;
|
|
||||||
border-radius: 12px;
|
|
||||||
height: 300px;
|
|
||||||
margin: 0;
|
|
||||||
margin-bottom: 25px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download-window .column {
|
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.download-window .download-window-wrapper {
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 100%;
|
|
||||||
justify-content: flex-end;
|
|
||||||
margin: 0 auto
|
|
||||||
}
|
|
||||||
|
|
||||||
.download .message {
|
|
||||||
background: #f6f6f6;
|
|
||||||
margin-top: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download .message-body {
|
|
||||||
border: none;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.download .modal-card-body {
|
|
||||||
padding: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.download .modal-card-body pre {
|
|
||||||
text-align: left
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog {
|
|
||||||
background-color: #f7f7f7
|
|
||||||
}
|
|
||||||
|
|
||||||
.post img {
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto
|
|
||||||
}
|
|
||||||
|
|
||||||
.post .author {
|
|
||||||
border-radius: 50%;
|
|
||||||
display: block;
|
|
||||||
height: 80px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top: -40px;
|
|
||||||
width: 80px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-preview {
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
||||||
margin-bottom: 20px;
|
|
||||||
margin-top: 80px;
|
|
||||||
padding-bottom: 80px;
|
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-preview h3 {
|
|
||||||
font-size: 30px;
|
|
||||||
line-height: 40px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
margin-top: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.blog-post-preview h3 {
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 36px
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-preview h3 a {
|
|
||||||
color: #1b1b1b
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-preview h3 a:hover {
|
|
||||||
color: #1b1b1b;
|
|
||||||
text-decoration: none
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-preview p {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 24px;
|
|
||||||
margin-bottom: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-header img.author {
|
|
||||||
margin-top: 0px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-header h1 {
|
|
||||||
font-size: 30px;
|
|
||||||
line-height: 40px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
margin-top: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.blog-post-header h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 36px
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-header .body2 {
|
|
||||||
margin-bottom: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content h1 {
|
|
||||||
font-size: 30px;
|
|
||||||
line-height: 40px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
margin-top: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content h2,
|
|
||||||
.blog-post-content h3 {
|
|
||||||
font-weight: 600;
|
|
||||||
margin-top: 60px;
|
|
||||||
margin-bottom: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content h2 {
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 36px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content h3 {
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content p {
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content div,
|
|
||||||
.blog-post-content p {
|
|
||||||
margin-bottom: 36px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content ul {
|
|
||||||
list-style-type: disc
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content ul,
|
|
||||||
.blog-post-content ol {
|
|
||||||
margin-left: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content ul li,
|
|
||||||
.blog-post-content ol li {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: 400
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
|
|
||||||
.blog-post-content h2,
|
|
||||||
.blog-post-content h3 {
|
|
||||||
margin-top: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content h2 {
|
|
||||||
font-size: 22px;
|
|
||||||
line-height: 34px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content p {
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content div,
|
|
||||||
.blog-post-content p {
|
|
||||||
margin-bottom: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content ul li,
|
|
||||||
.blog-post-content ol li {
|
|
||||||
font-size: 16px
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content img.nice-left {
|
|
||||||
float: left;
|
|
||||||
margin-right: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content .social-sharing a {
|
|
||||||
margin-right: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.blog-post-content pre.highlight {
|
|
||||||
overflow: scroll
|
|
||||||
}
|
|
||||||
|
|
||||||
header.documentation {
|
|
||||||
background-color: #f6f6f6;
|
|
||||||
margin-bottom: 40px;
|
|
||||||
margin-top: 12px;
|
|
||||||
padding-bottom: 0;
|
|
||||||
padding-top: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
header.documentation h1 {
|
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs h2 {
|
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs .body2.semibold {
|
|
||||||
margin-bottom: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs .spec {
|
|
||||||
margin-bottom: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs li {
|
|
||||||
margin-bottom: 8px
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs li a {
|
|
||||||
font-weight: 600
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 769px) {
|
@media screen and (max-width: 769px) {
|
||||||
.is-reversed-column-order-mobile {
|
.is-reversed-column-order-mobile {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -825,34 +482,6 @@ header.documentation h1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header.jobs-header {
|
|
||||||
background: #e7dfe0;
|
|
||||||
margin-top: 12px;
|
|
||||||
padding-bottom: 0;
|
|
||||||
padding-top: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
header.jobs-header h1 {
|
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.jobs {
|
|
||||||
margin-top: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
.jobs h2 {
|
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
|
||||||
|
|
||||||
.jobs h3 {
|
|
||||||
margin-top: 16px;
|
|
||||||
margin-bottom: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.jobs .columns:not(:last-child) {
|
|
||||||
margin-bottom: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
p.stickers {
|
p.stickers {
|
||||||
font-size: 17px
|
font-size: 17px
|
||||||
}
|
}
|
||||||
|
|
@ -868,25 +497,6 @@ p.stickers {
|
||||||
width: 240px
|
width: 240px
|
||||||
}
|
}
|
||||||
|
|
||||||
html[dir=rtl] .signal-logo {
|
|
||||||
margin-left: 40px
|
|
||||||
}
|
|
||||||
|
|
||||||
html[dir=rtl] .navbar-end {
|
|
||||||
justify-content: flex-start;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: auto
|
|
||||||
}
|
|
||||||
|
|
||||||
html[dir=rtl] .mobile-screenshots {
|
|
||||||
margin-right: 60px
|
|
||||||
}
|
|
||||||
|
|
||||||
html[dir=rtl] .signal-navbar .language-selector .icon {
|
|
||||||
margin-left: 4px;
|
|
||||||
margin-right: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue