eng0.4.2
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Страница главы</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=4">
|
||||
<link rel="stylesheet" href="css/ch.css?v=4">
|
||||
<link rel="stylesheet" href="css/style.css?v=5">
|
||||
<link rel="stylesheet" href="css/ch.css?v=5">
|
||||
<link rel="stylesheet" href="css/color-dark.css?v=4">
|
||||
<script type="text/javascript" src="js/ch.js"></script>
|
||||
<script type="text/javascript" src="js/theming.js"></script>
|
||||
@@ -27,45 +27,43 @@
|
||||
startstylepage();
|
||||
</script>
|
||||
<div class="body-trans">
|
||||
<div id="maindiv">
|
||||
<progress class="progress-page" id="progresspage"></progress><br><h id="titlesys"></h>
|
||||
<div class="content" id="bodydiv" style="visibility: hidden;">
|
||||
<div class="onecol">
|
||||
<div id="title_ch" class="titlediv">
|
||||
<h2 id="namech"></h2>
|
||||
</div>
|
||||
<button class="card-button-ch nav-button-home pc-only" onclick="manga_page()">Главы</button>
|
||||
<button class="card-button-ch nav-button-fullscreen pc-only" onclick="toggleFullScreen()">Экран</button>
|
||||
<div id="copyright" class="pc-only">
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="."><button class="nav-button">Главная</button></a>
|
||||
<a class="aace links button-e" href="setting.html"><button class="nav-button">Настройки</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a><br>
|
||||
|
||||
</div>
|
||||
<progress class="progress-page" id="progresspage"></progress><h id="titlesys" class="invis"></h>
|
||||
<div class="content" id="bodydiv" style="visibility: hidden;">
|
||||
<div class="onecol">
|
||||
<div id="title_ch" class="titlediv nav-button">
|
||||
<h2 id="namech"></h2>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<progress class="progress-page" id="progressimage"></progress><br>
|
||||
<p class="aace"><span id="curentpage">1</span> / <span id="totalpage"></span></p>
|
||||
<img src="" id="mangapage"><br>
|
||||
<progress class="progress-page" id="progressimage2"></progress><br>
|
||||
<div id="pc_elem">
|
||||
<button id="prevbutton" class="card-button-ch nav-button-ch" onclick="page_flip(-1)">< Страница</button><button id="nextbutton" class="card-button-ch nav-button-ch" onclick="page_flip(1)">Страница ></button>
|
||||
</div>
|
||||
<div id="mobile_elem">
|
||||
<button id="prevbutton" class="card-button-ch nav-button-ch" onclick="page_flip(-1)">< Страница</button><button id="nextbutton" class="card-button-ch nav-button-ch" onclick="page_flip(1)">Страница ></button></br>
|
||||
<button class="card-button-ch nav-button-fullscreen" onclick="toggleFullScreen()">Экран</button><button class="card-button-ch nav-button-home" onclick="manga_page()">Главы</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="copyright" class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
<a class="aace links" href="setting.html">Настройки</a>
|
||||
<button class="card-button-ch nav-button-home pc-only" onclick="manga_page()">Главы</button>
|
||||
<button class="card-button-ch nav-button-fullscreen pc-only" onclick="toggleFullScreen()">Экран</button>
|
||||
<div id="copyright" class="pc-only">
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links" href="."><button class="nav-button button-e">Главная</button></a>
|
||||
<a class="aace links" href="setting.html"><button class="nav-button button-e">Настройки</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button button-e">DCMA</button></a>
|
||||
<a class="aace links" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button button-e">Telegram</button></a><br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<progress class="progress-page" id="progressimage"></progress>
|
||||
<p class="aace"><span id="curentpage">1</span> / <span id="totalpage"></span></p>
|
||||
<img src="" id="mangapage"><br>
|
||||
<progress class="progress-page" id="progressimage2"></progress><br>
|
||||
<div id="pc_elem">
|
||||
<button id="prevbutton" class="card-button-ch nav-button-ch" onclick="page_flip(-1)">< Страница</button><button id="nextbutton" class="card-button-ch nav-button-ch" onclick="page_flip(1)">Страница ></button>
|
||||
</div>
|
||||
<div id="mobile_elem">
|
||||
<button id="prevbutton" class="card-button-ch nav-button-ch" onclick="page_flip(-1)">< Страница</button><button id="nextbutton" class="card-button-ch nav-button-ch" onclick="page_flip(1)">Страница ></button></br>
|
||||
<button class="card-button-ch nav-button-fullscreen" onclick="toggleFullScreen()">Экран</button><button class="card-button-ch nav-button-home" onclick="manga_page()">Главы</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="copyright" class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
<a class="aace links" href="setting.html">Настройки</a>
|
||||
</div>
|
||||
</div>
|
||||
<p id="infoflipch" class="invis2"></p><p id="infotitle" class="invis2"></p><p id="infostart" class="invis2"></p><p id="infoend" class="invis2"></p><p id="infohead" class="invis2"></p>
|
||||
<p id="infoflipch" class="invis"></p><p id="infotitle" class="invis"></p><p id="infostart" class="invis"></p><p id="infoend" class="invis"></p><p id="infohead" class="invis"></p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
load_page_first();
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-bottom: 5px;
|
||||
|
||||
+1
-13
@@ -1,26 +1,18 @@
|
||||
.progress-page {
|
||||
width: 100%;
|
||||
}
|
||||
.cover {
|
||||
width: 15%;
|
||||
margin: 7px 7px 7px 0;
|
||||
}
|
||||
.invis {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
transition: 0.3s;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
.carda {
|
||||
transition: 0.3s;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -29,10 +21,6 @@
|
||||
padding-left: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
.index-links {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
}
|
||||
.cardch {
|
||||
@@ -21,7 +20,6 @@
|
||||
padding-bottom: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
.theme-button {
|
||||
width: 50%;
|
||||
height: 15%;
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
padding-left: 0px;
|
||||
|
||||
+49
-14
@@ -1,9 +1,12 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
#hrinvis {
|
||||
@@ -48,10 +51,6 @@ ul {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.titlediv {
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
.contentdiv {
|
||||
/* NULL */
|
||||
}
|
||||
@@ -66,17 +65,15 @@ ul {
|
||||
|
||||
.card-title {
|
||||
padding: 1px 0px 1px 10px;
|
||||
font-family: "Comic Sans MS";
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.card-text {
|
||||
padding: 1px 0px 1px 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
.card-button {
|
||||
padding: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -94,10 +91,6 @@ ul {
|
||||
bottom: 1em;
|
||||
}
|
||||
|
||||
.aace {
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
margin-top: 0px;
|
||||
}
|
||||
@@ -134,21 +127,21 @@ td, th {
|
||||
|
||||
.nav-button {
|
||||
padding: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-bottom: 2px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.button-e {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button-e:hover {
|
||||
opacity: 0.8;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.block-text {
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-top: 2px;
|
||||
@@ -161,6 +154,29 @@ td, th {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.invis {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-block-h {
|
||||
margin-left: 15px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.card-block {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.index-links {
|
||||
margin-top: 10px;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
.pc-only {
|
||||
display: block;
|
||||
@@ -210,6 +226,21 @@ td, th {
|
||||
width: 100%;
|
||||
height: 15%;
|
||||
}
|
||||
.index-manga-one-1 {
|
||||
width: 49%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.index-manga-one-2 {
|
||||
width: 49%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.index-cover {
|
||||
width: 30%;
|
||||
margin: 7px 7px 7px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) and (max-width : 1090px) {
|
||||
@@ -255,4 +286,8 @@ td, th {
|
||||
width: 100%;
|
||||
height: 30%;
|
||||
}
|
||||
.index-cover {
|
||||
width: 30%;
|
||||
margin: 7px 7px 7px 0;
|
||||
}
|
||||
}
|
||||
+28
-29
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Loading...</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=4">
|
||||
<link rel="stylesheet" href="css/index.css?v=4">
|
||||
<link rel="stylesheet" href="css/style.css?v=5">
|
||||
<link rel="stylesheet" href="css/index.css?v=5">
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
<script type="text/javascript" src="js/theming.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
@@ -31,36 +31,35 @@
|
||||
startstylepage();
|
||||
</script>
|
||||
<div class="body-trans">
|
||||
<div id="maindiv">
|
||||
<progress class="progress-page" id="progresspage"></progress><br><h id="titlesys"></h>
|
||||
<div id="bodydiv" style="visibility: hidden;">
|
||||
<div class="content">
|
||||
<!—noindex—>
|
||||
<div class="onecol">
|
||||
<img id="cover" class="cover">
|
||||
<div id="title" class="titlediv">
|
||||
<img class="logo-data" src="img/logo-c.png">
|
||||
</div>
|
||||
<a class="aace links button-e" href="https://discord.gg/WGktEbWTEV" target="_blank"><button class="nav-button">[Discord] Новости на Silver Town</button></a>
|
||||
<progress class="progress-page" id="progresspage"></progress><h id="titlesys" class="invis"></h>
|
||||
<div id="bodydiv" style="visibility: hidden;">
|
||||
<div class="content">
|
||||
<!—noindex—>
|
||||
<div class="onecol">
|
||||
<img id="cover" class="cover">
|
||||
<div id="title" class="titlediv">
|
||||
<img class="logo-data" src="img/logo-c.png">
|
||||
</div>
|
||||
<a class="links" href="https://discord.gg/WGktEbWTEV" target="_blank"><button class="nav-button button-e">[Discord] Новости на Silver Town</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<button id="lastchbutton" class="nav-button button-e" onclick="last_ch_go()"></button>
|
||||
<div class="pc-only">
|
||||
<a class="links" href="setting.html"><button class="nav-button button-e">Настройки</button></a>
|
||||
<a class="links" href="news.html" target="_blank"><button class="nav-button button-e">v 0.4.2</button></a><br>
|
||||
<hr class="pc-only nav-hr">
|
||||
<button id="lastchbutton" class="nav-button button-e" onclick="last_ch_go()"></button>
|
||||
<div class="pc-only">
|
||||
<a class="aace links button-e" href="setting.html"><button class="nav-button">Настройки</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a>
|
||||
<a class="aace links button-e" href="https://github.com/Hell13Cat/static-manga-engine" target="_blank"><button class="nav-button">GitHub</button></a><br>
|
||||
</div>
|
||||
</div>
|
||||
<!—/noindex—>
|
||||
<div class="twocol">
|
||||
<p id="helper1" class="invis"></p>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a> | <a class="aace links" href="https://github.com/Hell13Cat/static-manga-engine" target="_blank">/GitHub</a><br>
|
||||
<a class="aace links" href="setting.html">Настройки</a>
|
||||
<a class="links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button button-e">DCMA</button></a>
|
||||
<a class="links" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button button-e">Telegram</button></a>
|
||||
<a class="links" href="https://github.com/Hell13Cat/static-manga-engine" target="_blank"><button class="nav-button button-e">GitHub</button></a><br>
|
||||
</div>
|
||||
</div>
|
||||
<!—/noindex—>
|
||||
<div class="twocol">
|
||||
<p id="helper1" class="invis"></p>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a> | <a class="links" href="https://github.com/Hell13Cat/static-manga-engine" target="_blank">/GitHub</a><br>
|
||||
<a class="links" href="setting.html">Настройки</a> | <a class="links" href="news.html">v 0.4.2</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@ function load_page_first() {
|
||||
request.onload = function(){
|
||||
if (request.status != 200) {
|
||||
document.getElementById('titlesys').textContent = "Ошибка " + request.status + ":" + request.statusText;
|
||||
document.getElementById('progresspage').style.visibility = "hidden";
|
||||
document.getElementById('progresspage').style.display = "none";
|
||||
} else {
|
||||
width_page = document.documentElement.scrollWidth;
|
||||
if(width_page <= 800){
|
||||
@@ -39,7 +39,7 @@ function load_page_first() {
|
||||
}
|
||||
crs_start = "img/" + chapt_ref[0] + "/" + chapt_ref[1] + "/" + json_ready["start"] + "." + json_ready["ext"];
|
||||
document.getElementById('mangapage').src = crs_start;
|
||||
document.getElementById('progresspage').style.visibility = "hidden";
|
||||
document.getElementById('progresspage').style.display = "none";
|
||||
var manga_page = document.getElementById('mangapage');
|
||||
document.getElementById('bodydiv').style.visibility = "visible";
|
||||
manga_page.onload = function(){
|
||||
|
||||
+9
-5
@@ -18,7 +18,7 @@ function start() {
|
||||
request.onload = function() {
|
||||
if (request.status != 200) {
|
||||
document.getElementById('titlesys').textContent = "Ошибка " + request.status + ":" + request.statusText;
|
||||
document.getElementById('progresspage').style.visibility = "hidden";
|
||||
document.getElementById('progresspage').style.display = "none";
|
||||
} else {
|
||||
var json_ready = request.response;
|
||||
list_splash = json_ready["splash"];
|
||||
@@ -29,26 +29,30 @@ function start() {
|
||||
for (index = 0; index < list_ch.length; ++index) {
|
||||
manga_info = list_ch[index]
|
||||
let manga_one = document.createElement('div');
|
||||
manga_one.className = "carda";
|
||||
if ((index+1)%2 === 0) {
|
||||
manga_one.className = "carda index-manga-one-1";
|
||||
} else {
|
||||
manga_one.className = "carda index-manga-one-2";
|
||||
}
|
||||
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 index-links";
|
||||
let manga_one_cover = document.createElement('img');
|
||||
manga_one_cover.src = manga_info["cover"];
|
||||
manga_one_cover.className = "cover";
|
||||
manga_one_cover.className = "index-cover";
|
||||
manga_one.append(manga_one_cover);
|
||||
manga_one.append(document.createElement('br'));
|
||||
manga_one.append(manga_one_ref);
|
||||
document.getElementById('helper1').before(manga_one);
|
||||
}
|
||||
document.getElementById('bodydiv').style.visibility = "visible";
|
||||
document.getElementById('progresspage').style.visibility = "hidden";
|
||||
document.getElementById('progresspage').style.display = "none";
|
||||
}
|
||||
};
|
||||
request.onerror = function() {
|
||||
document.getElementById('titlesys').textContent = "Ошибка запроса!";
|
||||
document.getElementById('progresspage').style.visibility = "hidden";
|
||||
document.getElementById('progresspage').style.display = "none";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@ function start() {
|
||||
request.onload = function() {
|
||||
if (request.status != 200) {
|
||||
document.getElementById('title').textContent = "Ошибка " + request.status + ":" + request.statusText;
|
||||
document.getElementById('progress').style.visibility = "hidden";
|
||||
document.getElementById('progress').style.display = "none";
|
||||
} else {
|
||||
var json_ready = request.response;
|
||||
document.getElementById("cardinfo").style.visibility = "visible";
|
||||
@@ -31,7 +31,7 @@ function start() {
|
||||
document.getElementById('helper1').before(ch_p_one);
|
||||
}
|
||||
document.getElementById('bodydiv').style.visibility = "visible";
|
||||
document.getElementById('progress').style.visibility = "hidden";
|
||||
document.getElementById('progress').style.display = "none";
|
||||
}
|
||||
}
|
||||
request.onerror = function() {
|
||||
|
||||
+33
-35
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Страница манги</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=4">
|
||||
<link rel="stylesheet" href="css/manga.css?v=4">
|
||||
<link rel="stylesheet" href="css/style.css?v=5">
|
||||
<link rel="stylesheet" href="css/manga.css?v=5">
|
||||
<link rel="stylesheet" href="css/color-dark.css">
|
||||
<script type="text/javascript" src="js/manga.js"></script>
|
||||
<script type="text/javascript" src="js/theming.js"></script>
|
||||
@@ -27,40 +27,38 @@
|
||||
startstylepage();
|
||||
</script>
|
||||
<div class="body-trans">
|
||||
<div id="maindiv">
|
||||
<progress class="progress-page" id="progress"></progress><br>
|
||||
<div class="content" id="bodydiv" style="visibility: hidden;">
|
||||
<div class="onecol">
|
||||
<img id="cover" class="cover">
|
||||
<div id="title" class="aace nav-button">
|
||||
<h1></h1>
|
||||
</div>
|
||||
<div class="pc-only">
|
||||
<a class="aace links button-e" href="."><button class="nav-button">Главная</button></a>
|
||||
<a class="aace links button-e" href="setting.html"><button class="nav-button">Настройки</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a><br>
|
||||
</div>
|
||||
<progress class="progress-page" id="progress"></progress>
|
||||
<div class="content" id="bodydiv" style="visibility: hidden;">
|
||||
<div class="onecol">
|
||||
<img id="cover" class="cover">
|
||||
<div id="title" class="nav-button">
|
||||
<h1></h1>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<div id="cardinfo" class="card">
|
||||
<p id="cardinfo1"></p>
|
||||
<p id="cardinfo2"></p>
|
||||
<p id="cardinfo3"></p>
|
||||
</div>
|
||||
<div id="cardinfo" class="card">
|
||||
<p>Описание:</p>
|
||||
<p id="descriptionmanga" class="aace"></p>
|
||||
</div>
|
||||
<div id="cardinfoch" class="cardch">
|
||||
<p>Главы:</p>
|
||||
<p id="helper1" class="invis"></p>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
<a class="aace links" href="setting.html">Настройки</a>
|
||||
</div>
|
||||
<div class="pc-only">
|
||||
<a class="links" href="."><button class="nav-button button-e">Главная</button></a>
|
||||
<a class="links" href="setting.html"><button class="nav-button button-e">Настройки</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button button-e">DCMA</button></a>
|
||||
<a class="links" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button button-e">Telegram</button></a><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<div id="cardinfo" class="card">
|
||||
<p id="cardinfo1"></p>
|
||||
<p id="cardinfo2"></p>
|
||||
<p id="cardinfo3"></p>
|
||||
</div>
|
||||
<div id="cardinfo" class="card">
|
||||
<p>Описание:</p>
|
||||
<p id="descriptionmanga"></p>
|
||||
</div>
|
||||
<div id="cardinfoch" class="cardch">
|
||||
<p>Главы:</p>
|
||||
<p id="helper1" class="invis"></p>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="links" href=".">/Главная</a> | <a class="links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
<a class="links" href="setting.html">Настройки</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Новости</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=5">
|
||||
<link rel="stylesheet" href="css/setting.css?v=5">
|
||||
<script type="text/javascript" src="js/theming.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WBB07CK3DY"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-WBB07CK3DY');
|
||||
</script>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta property="og:title" content="Главная">
|
||||
<meta property="og:site_name" content="manga.nyaa.ninja">
|
||||
<meta property="og:description" content="Настройки">
|
||||
<meta property="og:image" content="android-chrome-512x512.png">
|
||||
<!--
|
||||
<meta name="viewport" content="height=device-height">
|
||||
<meta name="viewport" content="user-scalable=yes">
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
startstylepage();
|
||||
</script>
|
||||
<div class="body-trans">
|
||||
<div id="bodydiv" class="content">
|
||||
<div class="onecol">
|
||||
<div id="title" class="titlediv nav-button">
|
||||
<h1>Версии</h1>
|
||||
</div>
|
||||
<div class="pc-only">
|
||||
<a class="aace links button-e" href="."><button class="nav-button">Главная</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.4.2</h2>
|
||||
<p class="card-block">- Изменение разметки<br>- Изменен шрифт<br>- Немного исправления ошибок<br>- Добавлена история версии</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.4.1</h2>
|
||||
<p class="card-block">- Добавлен логотип<br>- Изменён дизайн и темы</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.4.0</h2>
|
||||
<p class="card-block">- Сделана полноценная версия сайта для ПК<br>- Изменены иконки сайта</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.3.2</h2>
|
||||
<p class="card-block">- Изменена разметка главной страницы<br>- Удалено подчёркивание ссылок</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.3.1</h2>
|
||||
<p class="card-block">- Мелкие исправления разметки главной страницы в режиме для ПК<br>- Изменены цвета ссылок на более мягкие<br>- Очень незначительная оптимизация кода<br>- Кэш теперь чистить не нужно :D</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.3.0</h2>
|
||||
<p class="card-block">- Добавлен счетчик страниц<br>- Добавлена возможность перехода на следующую главу без выхода из читалки<br>- Добавлено сохранение последней прочитаной главы<br>- Глобальные изменения базы данных глав<br>- Добавлена тема "темная"<br>- Измненена главная страница для Google поиска</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.2.1</h2>
|
||||
<p class="card-block">- Отдельная страница настроек<br>- Изменение вёрстки главной страницы и страницы с описанием манги<br>- Добавлено описание в информацию манги<br>- Начато партнёрство с Discord сервером Silver Town</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.2.0</h2>
|
||||
<p class="card-block">- Система тем (настройки сохраняются на месяц)<br>- Исправление читалки (теперь заголовок не исчезает, а удаляется)<br>- Изменён шрифт</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.1.2</h2>
|
||||
<p class="card-block">- На странице манги во вкладке теперь отображается её название<br>- На странице главы во вкладке теперь отображается её название</p>
|
||||
</div>
|
||||
<div class="al-left nav-button">
|
||||
<h2 class="card-block-h">0.1.1</h2>
|
||||
<p class="card-block">- Авто-адаптация кнопок читалки в зависимости от ширины экрана<br>- Отимизирован JS у читалки</p>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
+24
-26
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Loading...</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=4">
|
||||
<link rel="stylesheet" href="css/setting.css?v=4">
|
||||
<title>Настройки</title>
|
||||
<link rel="stylesheet" href="css/style.css?v=5">
|
||||
<link rel="stylesheet" href="css/setting.css?v=5">
|
||||
<script type="text/javascript" src="js/theming.js"></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WBB07CK3DY"></script>
|
||||
@@ -29,30 +29,28 @@
|
||||
startstylepage();
|
||||
</script>
|
||||
<div class="body-trans">
|
||||
<div id="maindiv">
|
||||
<div id="bodydiv" class="content">
|
||||
<div class="onecol">
|
||||
<div id="title" class="titlediv nav-button">
|
||||
<h1>Настройки</h1>
|
||||
</div>
|
||||
<div class="pc-only">
|
||||
<a class="aace links button-e" href="."><button class="nav-button">Главная</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a><br>
|
||||
</div>
|
||||
<div id="bodydiv" class="content">
|
||||
<div class="onecol">
|
||||
<div id="title" class="titlediv nav-button">
|
||||
<h1>Настройки</h1>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<div class="al-left">
|
||||
<p class="aace nav-button">Настройки хранятся на каждом устройстве отдельно! Время хранения 1 месяц!</p>
|
||||
<h2 class="aace al-left nav-button">Тема</h2>
|
||||
<button class="nav-button button-e" onclick="swap_theme(3)">Темная</button><br>
|
||||
<button class="nav-button button-e" onclick="swap_theme(2)">Белая</button><br>
|
||||
<button class="nav-button button-e" onclick="swap_theme(1)">Чёрная</button><br>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
</div>
|
||||
<div class="pc-only">
|
||||
<a class="aace links button-e" href="."><button class="nav-button">Главная</button></a>
|
||||
<hr class="pc-only nav-hr">
|
||||
<a class="aace links button-e" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank"><button class="nav-button">DCMA</button></a>
|
||||
<a class="aace links button-e" href="https://t.me/nyaa_ninja" target="_blank"><button class="nav-button">Telegram</button></a><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<div class="al-left">
|
||||
<p class="aace nav-button">Настройки хранятся на каждом устройстве отдельно! Время хранения 1 месяц!</p>
|
||||
<h2 class="aace al-left nav-button">Тема</h2>
|
||||
<button class="nav-button button-e" onclick="swap_theme(3)">Темная</button><br>
|
||||
<button class="nav-button button-e" onclick="swap_theme(2)">Белая</button><br>
|
||||
<button class="nav-button button-e" onclick="swap_theme(1)">Чёрная</button><br>
|
||||
</div>
|
||||
<div class="copyright mobile-only">
|
||||
<a class="aace links" href="mailto:dcma@nyaa.ninja?subject=Manga Site" target="_blank">/DCMA</a> | <a class="aace links" href=".">/Главная</a> | <a class="aace links" href="https://t.me/nyaa_ninja" target="_blank">/Telegram</a><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user