This commit is contained in:
2026-07-05 16:17:44 +03:00
parent 3e42863ef5
commit dc50e5597a
5 changed files with 331 additions and 11 deletions

View File

@@ -13,8 +13,8 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: water-delivery
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo
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.
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.
Water Delivery is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
@@ -57,11 +57,92 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
# Footer
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
--------------------------------------------------------------*/
.privacy-policy-page .privacy-policy-content {
max-width: 980px;
margin: 0 auto;
padding: 60px 20px;
}
.privacy-policy-page .entry-title {
margin-bottom: 32px;
}
.privacy-policy-page .entry-content p {
margin-bottom: 18px;
color: #333;
}
.footer-privacy-link {
display: inline-block;
margin: 0 8px;
}
.cookie-consent-banner {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9999;
display: flex;
align-items: center;
gap: 18px;
max-width: 760px;
padding: 18px 20px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
.cookie-consent-banner[hidden] {
display: none;
}
.cookie-consent-banner p {
margin: 0;
color: #333;
line-height: 1.45;
}
.cookie-consent-accept {
flex: 0 0 auto;
padding: 10px 20px;
border: 0;
background: #fcb614;
color: #000;
font-weight: 700;
}
.personal-data-consent,
.comment-form-privacy-consent {
display: flex;
align-items: flex-start;
gap: 8px;
margin: 14px 0;
color: #333;
font-size: 14px;
line-height: 1.45;
}
.personal-data-consent input,
.comment-form-privacy-consent input {
width: auto;
margin-top: 4px;
}
@media screen and (max-width: 767px) {
.cookie-consent-banner {
right: 12px;
bottom: 12px;
left: 12px;
flex-direction: column;
align-items: stretch;
}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
@@ -4787,4 +4868,4 @@ ul.social-icons {
.features-block:hover .read-more a {
color: #fff;
}
/* Features Section end */
/* Features Section end */