From 357574af844aa6db4bf67afd0bb978400f80a529 Mon Sep 17 00:00:00 2001 From: Christian Ohlsson Date: Sun, 12 Apr 2026 14:17:32 +0200 Subject: [PATCH] =?UTF-8?q?Flyttade=20bakgrunds-bild=20fr=C3=A5n=20theme.j?= =?UTF-8?q?son=20till=20theme.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 53 ++++++++++++++++++++++++++++++++--------------------- theme.json | 7 ------- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/theme.css b/theme.css index a44efe6..1ad9f8b 100644 --- a/theme.css +++ b/theme.css @@ -16,6 +16,10 @@ */ body { background-attachment: fixed; + background-image: url("/wp-content/themes/wp-theme-crille2026/assets/images/background.webp"); + background-size: cover; + background-position: center; + background-repeat: no-repeat; } /* Stilar till kategori-buttons */ .taxonomy-category a { @@ -35,38 +39,39 @@ body { font-size: 1rem; } .fa { - font-size: 2rem; + font-size: 2rem; } -.footer .wp-block-list, .wp-block-latest-posts__list { - list-style-type: none; - padding-left: 0; - li { - padding-bottom: 6px; - } +.footer .wp-block-list, +.wp-block-latest-posts__list { + list-style-type: none; + padding-left: 0; + li { + padding-bottom: 6px; + } } /* Lite uppstilning av sökrutan*/ .searchbox .wp-element-button { - background: #FF8F3F; + background: #ff8f3f; } .wp-block-search__input { - background-color: var(--wp--preset--color--background-primary); - color: var(--wp--preset--color--text-primary); - border-radius: 6px; - border: 1px solid var(--wp--preset--color--code-border); - padding:0; + background-color: var(--wp--preset--color--background-primary); + color: var(--wp--preset--color--text-primary); + border-radius: 6px; + border: 1px solid var(--wp--preset--color--code-border); + padding: 0; } .wp-block-search__button { - background-color: var(--wp--preset--color--orange); - color: #000; - border-radius: 6px; - padding: 1rem; + background-color: var(--wp--preset--color--orange); + color: #000; + border-radius: 6px; + padding: 1rem; } .wp-block-search__button:hover { - background-color: var(--wp--preset--color--orange-hover); + background-color: var(--wp--preset--color--orange-hover); } /* Zoomar in på post-bilden */ @@ -94,9 +99,15 @@ select { /* Lite MQ */ @media (max-width: 780px) { - div.wp-block-column {padding-left:0px !important;} - .wp-block-spacer {height: 0 !important;} + div.wp-block-column { + padding-left: 0px !important; + } + .wp-block-spacer { + height: 0 !important; + } } @media (max-width: 700px) { - form.searchbox {display: none} + form.searchbox { + display: none; + } } diff --git a/theme.json b/theme.json index 2f0e921..7d4f1e3 100644 --- a/theme.json +++ b/theme.json @@ -109,13 +109,6 @@ } }, "styles": { - "css": "body { \ - background-image: url('/wp-content/themes/wp-theme-crille2026/assets/images/background.webp'); \ - background-size: cover; \ - background-position: center; \ - background-repeat: no-repeat; \ - background-attachment: fixed; \ - }", "color": { "background": "transparent", "text": "var(--wp--preset--color--text-primary)"