From 9fdf05bfe5a30fccdc7707434a8722a8da9199c8 Mon Sep 17 00:00:00 2001 From: bublickk <72266338+bublickkk@users.noreply.github.com> Date: Wed, 24 May 2023 15:35:33 +0300 Subject: [PATCH] Small update --- index.html | 53 ++++++++++++ new/game/never-say-yes.html | 87 +++++++++++--------- new/game/oblivion-of-dream.html | 87 +++++++++++--------- new/game/the-ocean-storm.html | 86 ++++++++++--------- new/home.html | 87 +++++++++++--------- new/news.html | 86 ++++++++++--------- new/notifications/development.html | 86 ++++++++++--------- new/notifications/fail.html | 86 ++++++++++--------- new/src/style/adaptation/adaptation copy.css | 83 +++++++++++++++++++ new/src/style/tools/footer.css | 12 ++- new/src/style/tools/header.css | 4 + new/src/tools/header.html | 26 ++++++ 12 files changed, 503 insertions(+), 280 deletions(-) create mode 100644 new/src/style/adaptation/adaptation copy.css create mode 100644 new/src/tools/header.html diff --git a/index.html b/index.html index 260a09b..cbd7985 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ +
@@ -31,4 +32,56 @@

Oops...

Go! + \ No newline at end of file diff --git a/new/game/never-say-yes.html b/new/game/never-say-yes.html index 080227f..dfda720 100644 --- a/new/game/never-say-yes.html +++ b/new/game/never-say-yes.html @@ -63,47 +63,54 @@

diff --git a/new/game/oblivion-of-dream.html b/new/game/oblivion-of-dream.html index 3bbb286..197c37e 100644 --- a/new/game/oblivion-of-dream.html +++ b/new/game/oblivion-of-dream.html @@ -83,47 +83,54 @@

diff --git a/new/game/the-ocean-storm.html b/new/game/the-ocean-storm.html index 8beaba2..aa3dc13 100644 --- a/new/game/the-ocean-storm.html +++ b/new/game/the-ocean-storm.html @@ -78,46 +78,54 @@

diff --git a/new/home.html b/new/home.html index f6bcd5b..38b0f00 100644 --- a/new/home.html +++ b/new/home.html @@ -111,47 +111,54 @@

diff --git a/new/news.html b/new/news.html index f0c5ee8..49bba4a 100644 --- a/new/news.html +++ b/new/news.html @@ -164,46 +164,54 @@

Our new website!

diff --git a/new/notifications/development.html b/new/notifications/development.html index 811546b..79276cc 100644 --- a/new/notifications/development.html +++ b/new/notifications/development.html @@ -37,46 +37,54 @@

diff --git a/new/notifications/fail.html b/new/notifications/fail.html index b383ed7..1ac76ad 100644 --- a/new/notifications/fail.html +++ b/new/notifications/fail.html @@ -37,46 +37,54 @@

diff --git a/new/src/style/adaptation/adaptation copy.css b/new/src/style/adaptation/adaptation copy.css new file mode 100644 index 0000000..e299e4d --- /dev/null +++ b/new/src/style/adaptation/adaptation copy.css @@ -0,0 +1,83 @@ +@media screen and (max-width: 1680px) { + /* home page */ + + /* home page */ + /* news page */ + + /* news page */ + /* news pages */ + + /* news pages */ + /* dream page */ + + /* dream page */ + /* storm page */ + + /* storm page */ + /* nsy page */ + + /* nsy page */ +} + +@media screen and (max-width: 1280px) { + /* home page */ + + /* home page */ + /* news page */ + + /* news page */ + /* news pages */ + + /* news pages */ + /* dream page */ + + /* dream page */ + /* storm page */ + + /* storm page */ + /* nsy page */ + + /* nsy page */ +} + +@media screen and (max-width: 880px) { + /* home page */ + + /* home page */ + /* news page */ + + /* news page */ + /* news pages */ + + /* news pages */ + /* dream page */ + + /* dream page */ + /* storm page */ + + /* storm page */ + /* nsy page */ + + /* nsy page */ +} + +@media screen and (max-width: 480px) { + /* home page */ + + /* home page */ + /* news page */ + + /* news page */ + /* news pages */ + + /* news pages */ + /* dream page */ + + /* dream page */ + /* storm page */ + + /* storm page */ + /* nsy page */ + + /* nsy page */ +} \ No newline at end of file diff --git a/new/src/style/tools/footer.css b/new/src/style/tools/footer.css index 1bf71b3..5321e63 100644 --- a/new/src/style/tools/footer.css +++ b/new/src/style/tools/footer.css @@ -21,7 +21,7 @@ footer { padding: 5px; border-radius: 15px; text-decoration: none; - color: #fff; + color: #989898; transition: all 0.3s ease; } @@ -38,7 +38,7 @@ footer { .footer-link-tw { transition: all 0.3s ease; - color: #fff; + color: #989898; font-size: 20px; text-decoration: none; } @@ -52,7 +52,7 @@ footer { .footer-link-yt { transition: all 0.3s ease; - color: #fff; + color: #989898; font-size: 20px; text-decoration: none; } @@ -66,7 +66,7 @@ footer { .footer-link-vk { transition: all 0.3s ease; - color: #fff; + color: #989898; font-size: 20px; text-decoration: none; } @@ -78,4 +78,8 @@ footer { text-decoration: none; } +h3 { + color: #002f39; +} + /* footer styles end */ \ No newline at end of file diff --git a/new/src/style/tools/header.css b/new/src/style/tools/header.css index f001f49..ab44a38 100644 --- a/new/src/style/tools/header.css +++ b/new/src/style/tools/header.css @@ -1,3 +1,7 @@ +header { + font-family: 'Poppins'; +} + .nav-bar-b { background-color: #1d1d1d; color: #fff; diff --git a/new/src/tools/header.html b/new/src/tools/header.html new file mode 100644 index 0000000..766807e --- /dev/null +++ b/new/src/tools/header.html @@ -0,0 +1,26 @@ + + + + + + + Document + + + +
+ +
+ + \ No newline at end of file