diff --git a/ch.html b/ch.html index 4b6574a..925b716 100644 --- a/ch.html +++ b/ch.html @@ -2,8 +2,8 @@ Страница главы - - + + @@ -45,8 +45,8 @@ diff --git a/css/index.css b/css/index.css index 0eacf3c..71a9dfc 100644 --- a/css/index.css +++ b/css/index.css @@ -33,7 +33,15 @@ @media only screen and (min-width : 801px) { .last-ch { - width: 100%; + width: 50%; + height: 15%; + padding-left: 0px; + padding-right: 0px; + padding-top: 15px; + padding-bottom: 15px; + } + .promo-link { + width: 50%; height: 15%; padding-left: 0px; padding-right: 0px; @@ -54,4 +62,12 @@ padding-top: 20px; padding-bottom: 20px; } + .promo-link { + width: 100%; + height: 30%; + padding-left: 0px; + padding-right: 0px; + padding-top: 20px; + padding-bottom: 20px; + } } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 19388d8..3d30ba6 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,10 @@ body { size: 3px; } +.links { + text-decoration: none; +} + .body-index { /* NULL */ } diff --git a/index.html b/index.html index 75a1af6..79f63b8 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@ Loading... - - + + @@ -38,15 +38,14 @@

Manga.nyaa.ninja

- [Discord] Новости на Silver Town -
+

diff --git a/js/index.js b/js/index.js index 85d574b..59abc1c 100644 --- a/js/index.js +++ b/js/index.js @@ -33,6 +33,7 @@ function start() { let manga_one_ref = document.createElement('a'); manga_one_ref.href = "manga.html#" + manga_info["id"]; manga_one_ref.textContent = manga_info["name"]; + manga_one_ref.className = "links"; let manga_one_cover = document.createElement('img'); manga_one_cover.src = manga_info["cover"]; manga_one_cover.className = "cover"; diff --git a/js/manga.js b/js/manga.js index 444b158..e6809f6 100644 --- a/js/manga.js +++ b/js/manga.js @@ -26,6 +26,7 @@ function start() { let ch_one = document.createElement('a'); ch_one.href = "ch.html#" + list_ch[index]["id"]; ch_one.textContent = list_ch[index]["name"] + ch_one.className = "links"; ch_p_one.append(ch_one); document.getElementById('helper1').before(ch_p_one); } diff --git a/manga.html b/manga.html index 24c5905..64c0cae 100644 --- a/manga.html +++ b/manga.html @@ -2,8 +2,8 @@ Страница манги - - + + @@ -47,8 +47,8 @@

diff --git a/setting.html b/setting.html index f5f26d9..7cbfe90 100644 --- a/setting.html +++ b/setting.html @@ -2,8 +2,8 @@ Loading... - - + + @@ -43,7 +43,7 @@