248 lines
4.0 KiB
CSS
248 lines
4.0 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
|
|
|
body {
|
|
text-align: center;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
.links {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.invis {
|
|
display: none;
|
|
}
|
|
|
|
.button-e {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button-e:hover {
|
|
opacity: 0.8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.al-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.nav-button {
|
|
padding: 5px;
|
|
opacity: 1;
|
|
margin-bottom: 2px;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
.nav-text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.nav-progress {
|
|
width: 100%;
|
|
}
|
|
|
|
.nav-button {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.nav-card {
|
|
transition: 0.3s;
|
|
text-align: left;
|
|
margin-bottom: 5px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
}
|
|
|
|
.nav-hr {
|
|
width: 95%;
|
|
height: 1px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.ch-button {
|
|
margin-left: 1%;
|
|
margin-right: 1%;
|
|
}
|
|
|
|
.manga-nav-card {
|
|
transition: 0.3s;
|
|
text-align: left;
|
|
margin-bottom: 5px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.manga-cover-card {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.index-nav-card {
|
|
display: flex;
|
|
}
|
|
|
|
.index-logo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.index-manga-links {
|
|
margin-top: 10px;
|
|
width: 70%;
|
|
}
|
|
|
|
/* --------------------------------- */
|
|
/* Динамичное */
|
|
/* --------------------------------- */
|
|
|
|
@media only screen and (min-width : 801px) {
|
|
.pc-only {
|
|
display: block;
|
|
}
|
|
.mobile-only {
|
|
display: none;
|
|
}
|
|
.content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
max-height: 100%;
|
|
padding: 0;
|
|
}
|
|
.onecol {
|
|
width: 20%;
|
|
height: 100%;
|
|
background-clip: content-box;
|
|
list-style: none;
|
|
padding-right: 1%;
|
|
}
|
|
.twocol {
|
|
width: 79%;
|
|
height: 100%;
|
|
background-clip: content-box;
|
|
list-style: none;
|
|
}
|
|
.nav-button {
|
|
width: 100%;
|
|
height: 15%;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.nav-body {
|
|
margin: 2%;
|
|
height: 100%;
|
|
}
|
|
.ch-button {
|
|
width: 48%;
|
|
}
|
|
.index-manga-one-1 {
|
|
width: 49%;
|
|
float: left;
|
|
}
|
|
|
|
.index-manga-one-2 {
|
|
width: 49%;
|
|
float: right;
|
|
}
|
|
.manga-cover {
|
|
width: 100%;
|
|
margin: 7px 7px 7px 7px;
|
|
}
|
|
.manga-nav-content {
|
|
margin: 1%;
|
|
}
|
|
.manga-links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.card-nav-content {
|
|
margin: 1%;
|
|
}
|
|
.index-manga-cover {
|
|
width: 30%;
|
|
margin: 7px 7px 7px 7px;
|
|
}
|
|
.index-logo-data {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width : 801px) and (max-width : 1090px) {
|
|
.titlediv {
|
|
font-size: 60%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width : 1091px) {
|
|
.titlediv {
|
|
font-size: 80%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width : 800px) {
|
|
.sitebuttons {
|
|
width: 100%;
|
|
}
|
|
.homebuttons {
|
|
width: 8%;
|
|
padding-top: 5px;
|
|
}
|
|
.pc-only {
|
|
display: none;
|
|
}
|
|
.mobile-only {
|
|
display: block;
|
|
}
|
|
.nav-button {
|
|
width: 100%;
|
|
height: 30%;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.block-text{
|
|
width: 100%;
|
|
height: 30%;
|
|
}
|
|
.nav-body {
|
|
margin: 0%;
|
|
height: 100%;
|
|
}
|
|
.ch-button {
|
|
width: 48%;
|
|
}
|
|
.ch-button1 {
|
|
width: 48%;
|
|
}
|
|
.manga-cover {
|
|
width: 30%;
|
|
margin: 7px 7px 7px 7px;
|
|
}
|
|
.manga-nav-content {
|
|
margin: 2%;
|
|
}
|
|
.manga-links {
|
|
display: flex;
|
|
align-items: left;
|
|
justify-content: left;
|
|
}
|
|
.card-nav-content {
|
|
margin: 2%;
|
|
}
|
|
.index-manga-cover {
|
|
width: 30%;
|
|
margin: 7px 7px 7px 7px;
|
|
}
|
|
.index-logo-data {
|
|
width: 50%;
|
|
}
|
|
} |