diff --git a/about.html b/about.html index 00250ac..d9611e5 100644 --- a/about.html +++ b/about.html @@ -45,7 +45,7 @@

Спільнота українізації модів
- +
@@ -56,9 +56,6 @@

Спільнота українізації модівПро нас

- - - + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 17e18ac..9f7edf7 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@

Спільнота українізації модів
- + diff --git a/search.css b/search.css index 7a27d35..eb999b6 100644 --- a/search.css +++ b/search.css @@ -49,8 +49,3 @@ button:hover{ color: #ffff; } -.faadd{ - color: white; - color: #ffff; - -} diff --git a/search.js b/search.js index ccd9214..1b3a7d1 100644 --- a/search.js +++ b/search.js @@ -8,7 +8,7 @@ function loadDataFromFiles() { .then(data => { allData = allData.concat(data); // Після завантаження всіх даних, викликайте функцію для відображення - displayTranslations(allData, 1, 10); // Змініть параметри, які вам потрібні + displayTranslations(allData, 1, 25); // Змініть параметри, які вам потрібні }) .catch(error => { console.error('Помилка завантаження JSON даних з файлу game.json:', error); @@ -19,7 +19,7 @@ function loadDataFromFiles() { .then(data => { allData = allData.concat(data); // Після завантаження всіх даних, викликайте функцію для відображення - displayTranslations(allData, 1, 10); // Змініть параметри, які вам потрібні + displayTranslations(allData, 1, 25); // Змініть параметри, які вам потрібні }) .catch(error => { console.error('Помилка завантаження JSON даних з файлу mods.json:', error); diff --git a/styles.css b/styles.css index 92b4d0c..eb44934 100644 --- a/styles.css +++ b/styles.css @@ -55,9 +55,7 @@ background-size: cover!important; } - .container{ - margin: 0!important; - } + .footer{ height: 170px; } @@ -133,7 +131,7 @@ body { vertical-align: middle; text-align: center; background-color: #2b2222; - border-radius: 20px; + border-radius: 30px; position: relative; @@ -153,7 +151,7 @@ body { } .image { - border-radius: 20px; + border-radius: 15px; width: 200px; height: 200px; background-size:cover; @@ -173,7 +171,7 @@ body { font-size: 16px; margin-top: 5px; padding: 20px; - border-radius: 20px; + border-radius: 15px; background-color: #7e292a; font-family: 'Ubuntu', sans-serif; color: #dbe1f8; @@ -191,7 +189,7 @@ body { background-color: #7e292a; color: #dbe1f8; padding: 20px; - border-radius: 20px; + border-radius: 15px; z-index: 2; width: 210px; max-height: none; /* Змінено на "none" замість "0" */ @@ -222,7 +220,7 @@ body { color: #dbe1f8; border: none; padding: 30px 20px; - border-radius: 20px; + border-radius: 30px; margin: 10px 10px; } @@ -351,7 +349,7 @@ body, html { background-color: #1d1b1e; color: #e6e6e6; padding: 15px; - border-radius: 20px; + border-radius: 15px; z-index: 999; left: -50%; top: -10px; @@ -390,7 +388,7 @@ body, html { margin: 10px; padding: 10px; text-align: center; - border-radius: 20px; + border-radius: 30px; position: relative; } diff --git a/submited.css b/submited.css new file mode 100644 index 0000000..43ea005 --- /dev/null +++ b/submited.css @@ -0,0 +1,60 @@ + + +.container { + vertical-align: middle; + justify-content: center; + align-items: center; + max-width: 500px; +} + +.buttons{ + display: flex; + flex-direction: column; + width: 100%; + +} + +.linkbutton{ + background-color: #7e292a; + border-radius: 20px; + padding: 30px; + margin: 10px 0px; + color:#c0d5f8; + font-family: 'Rubik', sans-serif; + font-weight: 200; + letter-spacing: 1px; +} + +.linkbutton:hover{ + background-color: #c57976; /* Колір фону кнопки при наведенні */ + color: #601216; /* Колір тексту кнопки при наведенні */ +} + +a{ +text-decoration: none !important; +border: none !important; +} +.discord{ + color:#5662f6!important; +} + +.other{ + color:#ffb3b0; +} + + + +.submited{ + background-color: #2b2222; + padding: 30px 60px; + border-radius: 30px; + vertical-align: middle; + justify-content: center; + align-items: center; +} + +.text{ + font-size: 20px; + font-family: 'Ubuntu', sans-serif; + color: #dbe1f8; +} \ No newline at end of file diff --git a/submited.html b/submited.html new file mode 100644 index 0000000..95df1fc --- /dev/null +++ b/submited.html @@ -0,0 +1,71 @@ + + + + + Спільнота українізації модів + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Спільнота українізації модів +

Спільнота українізації модів

+
+ +
+ + +
+
+

Ваш переклад надіслано, очікуйте на додавання, для зв'язку можете використати Discord, або будь який інший спосіб зв'язку.

+ + +
+
+ + + + + + + \ No newline at end of file