eng0.4.2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user