From 17edfca23763a32fb92be55010459ca9600348e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Tue, 31 Oct 2023 23:06:48 +0300 Subject: [PATCH 1/3] Clear V1 --- site/index.html | 3 -- site/style/background.css | 17 +------- site/style/backgroundEffect.css | 76 --------------------------------- site/style/buttonStyle.css | 2 +- site/style/snowflakes.html | 29 ------------- Что на сайте.txt | 2 +- 6 files changed, 3 insertions(+), 126 deletions(-) delete mode 100644 site/style/backgroundEffect.css delete mode 100644 site/style/snowflakes.html diff --git a/site/index.html b/site/index.html index 480b92b..1fca886 100644 --- a/site/index.html +++ b/site/index.html @@ -18,9 +18,6 @@ - -
-
diff --git a/site/style/background.css b/site/style/background.css index 04ca1cb..9ad0b0e 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -20,6 +20,7 @@ body{ background-color: var(--bodyBoxColor); background-image: url('/style/background.png'); + backdrop-filter: blur(2px); } .vologdaDescription{ @@ -99,25 +100,9 @@ --defaultBoxWhight: 750px; --headFootBoxWhight: 900px; - --vologdaBoxColor: rgb(177, 250, 250); - - --headerBoxColor:rgb(177, 250, 250); - --postHeaderBoxColor:rgb(175, 238, 238); - /* --headerBoxColor:rgb(177, 250, 250); */ --headerBoxColor:rgb(173, 32, 43); - --bodyBoxColor:rgb(255, 255, 255); - /* --postHeaderBoxColor:rgb(175, 238, 238); */ - - /* 89, 152, 197 */ - /* --bodyBoxColor:rgb(255, 255, 255); */ - /* --bodyBoxColor:rgb(39, 38, 53); */ - /* --bodyBoxColor:rgb(78, 89, 140); */ - /* --bodyBoxColor:rgb(10, 9, 3); */ - - /* --vologdaBoxColor: rgb(177, 250, 250); */ --vologdaBoxColor: rgb(173, 32, 43); - } @media (max-width: 1100px) { diff --git a/site/style/backgroundEffect.css b/site/style/backgroundEffect.css deleted file mode 100644 index d81dbb6..0000000 --- a/site/style/backgroundEffect.css +++ /dev/null @@ -1,76 +0,0 @@ - - .snowflake { - color: #757575; - font-size: 1em; - font-family: 'Sometype Mono', monospace; - position: fixed; - top: -10%; - user-select: none; - cursor: default; - animation-name: snowflakes-fall, snowflakes-shake; - animation-duration: 10s, 3s; - animation-timing-function: linear, ease-in-out; - animation-iteration-count: infinite, infinite; - animation-play-state: running, running; - z-index: -1; - } - - .snowflake:nth-of-type(0) { - left: 1%; - animation-delay: 0s, 0s; - } - - .snowflake:nth-of-type(1) { - left: 10%; - animation-delay: 1s, 1s; - } - - .snowflake:nth-of-type(2) { - left: 20%; - animation-delay: 6s, .5s; - } - - .snowflake:nth-of-type(3) { - left: 30%; - animation-delay: 4s, 2s; - } - - .snowflake:nth-of-type(4) { - left: 40%; - animation-delay: 2s, 2s; - } - - .snowflake:nth-of-type(5) { - left: 50%; - animation-delay: 8s, 3s; - } - - .snowflake:nth-of-type(6) { - left: 60%; - animation-delay: 6s, 2s; - } - - .snowflake:nth-of-type(7) { - left: 70%; - animation-delay: 2.5s, 1s; - } - - .snowflake:nth-of-type(8) { - left: 80%; - animation-delay: 1s, 0s; - } - - .snowflake:nth-of-type(9) { - left: 90%; - animation-delay: 3s, 1.5s; - } - - @keyframes snowflakes-fall { - 0% { - top: -10%; - } - 100% { - top: 100%; - } - } - \ No newline at end of file diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 3d3c6a8..273d243 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -30,7 +30,7 @@ left: 0; width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.5); /* Настройка цвета и прозрачности для блока с заголовком */ + background: rgba(0, 0, 0, 0.5); } :root { diff --git a/site/style/snowflakes.html b/site/style/snowflakes.html deleted file mode 100644 index ccef613..0000000 --- a/site/style/snowflakes.html +++ /dev/null @@ -1,29 +0,0 @@ -
-
- В ВОЛОГДЕ ВКУСНОЕ МОЛОКО ! -
-
- ВОЛОГДА СУПЕР ! -
-
- ГДЕ ? В ВОЛОГДЕ ! -
-
- КРУЖЕВА ПРОСТО КЛАСС ! -
-
- МАСЛО ЛУЧШЕЕ ! -
-
- В ВОЛОГДЕ КЛАСС ! -
-
- В ВОЛОГДЕ ПРЕКРАСНО! -
-
- ВОЛОГДА СУПЕР ! -
-
- ВОЛОГДА! -
-
\ No newline at end of file diff --git a/Что на сайте.txt b/Что на сайте.txt index 01b74ea..df5a2ee 100644 --- a/Что на сайте.txt +++ b/Что на сайте.txt @@ -1,7 +1,7 @@ Главная: -достопромичетальности -Где покушать - -Турагентсва + -Турагентсва или отелей -История Вологды From 10d620cffe7e60fcae673f63f76afa4958f6d586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 00:48:22 +0300 Subject: [PATCH 2/3] UP++ --- site/style/background.css | 3 +-- site/style/textFont.css | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/site/style/background.css b/site/style/background.css index 9ad0b0e..cd1ee79 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -5,7 +5,6 @@ header{ margin: auto; left: 0; - top: 10%; z-index: 2; width: var(--headFootBoxWhight); @@ -98,7 +97,7 @@ --boxHeight: 3.1vw; --defaultBoxWhight: 750px; - --headFootBoxWhight: 900px; + --headFootBoxWhight: 950px; --headerBoxColor:rgb(173, 32, 43); --bodyBoxColor:rgb(255, 255, 255); diff --git a/site/style/textFont.css b/site/style/textFont.css index b35cf07..6dcf1ff 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -39,12 +39,19 @@ color: rgb(255, 255, 255); } + .titleTextMini { + font-size: calc(var(--textSize) + (var(--textSize) * 0.5)); + /* font-family: 'Sometype Mono', monospace; */ + font-family: 'Tsarevich-Regular'; + + color: rgb(255, 255, 255); + } + .titleText { font-size: calc(var(--textSize) + (var(--textSize) * 1.6)); /* font-family: 'Sometype Mono', monospace; */ font-family: 'Tsarevich-Regular'; - text-align: left; margin-left: 3vw; From ae7c6a33af63f98381e6373979923fcec8a1b718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 00:52:34 +0300 Subject: [PATCH 3/3] Header v3 --- site/index.html | 1 + site/style/buttonStyle.css | 18 ++++++++++++++++-- site/style/header.html | 28 +++++++++++++++++++++++++++- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index 475b7a0..cb5f5d7 100644 --- a/site/index.html +++ b/site/index.html @@ -1,6 +1,7 @@ + diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 273d243..7dec4c4 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -1,6 +1,4 @@ - .button-grid { - display: grid; display: grid; grid-template-columns: 4fr 4fr 4fr; grid-template-rows: 4fr 4fr; @@ -33,6 +31,11 @@ background: rgba(0, 0, 0, 0.5); } + .headerButton-grid { + display: grid; + grid-template-columns: auto auto auto auto auto; + } + :root { --sizeButton: 1.5; } @@ -69,6 +72,17 @@ --sizeButton: 4; } + .hidingMenu { + Display: none; + } + + .headerButton-grid { + display: grid; + grid-template-columns: auto; + + text-align: center; + } + .button-grid { display: grid; display: grid; diff --git a/site/style/header.html b/site/style/header.html index 7c31892..16fbb33 100644 --- a/site/style/header.html +++ b/site/style/header.html @@ -1,3 +1,29 @@
-

Вологда путешествия

+