eng0.4.1
This commit is contained in:
+3
-2
@@ -12,13 +12,14 @@
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.card-button-ch:hover {
|
||||
opacity:0.8;
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
.nav-button {
|
||||
.nav-button-ch {
|
||||
width: 50%;
|
||||
height: 15%;
|
||||
}
|
||||
@@ -39,7 +40,7 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 800px) {
|
||||
.nav-button {
|
||||
.nav-button-ch {
|
||||
width: 50%;
|
||||
height: 30%;
|
||||
}
|
||||
|
||||
+29
-12
@@ -3,28 +3,31 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 0px rgb(255, 255, 255, 1);
|
||||
border: 0px solid white;
|
||||
}
|
||||
.cardch {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 0px rgb(255, 255, 255, 1);
|
||||
border: 0px solid white;
|
||||
}
|
||||
|
||||
.carda {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 1px solid white;
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 0px rgb(255, 255, 255, 1);
|
||||
border: 0px solid white;
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -74,8 +77,14 @@ a:active {
|
||||
}
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -92,4 +101,12 @@ table {
|
||||
th {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.logo-data {
|
||||
content: url(/img/logo-w.png);
|
||||
}
|
||||
|
||||
.nav-hr {
|
||||
color: #ffffff;
|
||||
}
|
||||
+28
-9
@@ -3,22 +3,25 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 0px rgb(255, 255, 255, 1);
|
||||
border: 0px solid white;
|
||||
}
|
||||
.cardch {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 0px rgb(255, 255, 255, 1);
|
||||
border: 0px solid white;
|
||||
}
|
||||
|
||||
.carda {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 1px solid white;
|
||||
border: 0px solid white;
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -30,7 +33,7 @@
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background: #101010;
|
||||
background: #2c2c2c;
|
||||
}
|
||||
|
||||
.body-trans {
|
||||
@@ -76,12 +79,24 @@ a:active {
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.block-text {
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgb(44, 44, 44);
|
||||
}
|
||||
|
||||
|
||||
@@ -93,4 +108,8 @@ table {
|
||||
th {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.logo-data {
|
||||
content: url(/img/logo-w.png);
|
||||
}
|
||||
+36
-14
@@ -1,32 +1,35 @@
|
||||
.card {
|
||||
padding-top: 2px rgb(0, 0, 0, 1);
|
||||
border: 2px solid black;
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
padding-top: 0px rgb(0, 0, 0, 1);
|
||||
border: 0px solid black;
|
||||
}
|
||||
.cardch {
|
||||
padding-top: 2px rgb(0, 0, 0, 1);
|
||||
border: 2px solid black;
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
padding-top: 0px rgb(0, 0, 0, 1);
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
||||
.carda {
|
||||
padding-top: 2px rgb(0, 0, 0, 1);
|
||||
border: 1px solid black;
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
padding-top: 0px rgb(0, 0, 0, 1);
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
border: 0px solid rgb(0, 0, 0);
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
border: 0px solid rgb(0, 0, 0);
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body {
|
||||
color: black;
|
||||
background: white;
|
||||
background: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.body-trans {
|
||||
@@ -71,13 +74,24 @@ a:active {
|
||||
}
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
border: 0px solid rgb(0, 0, 0);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
border: 0px solid rgb(0, 0, 0);
|
||||
color: black;
|
||||
}
|
||||
.block-text {
|
||||
background-color: rgba(200, 200, 200, 0.5);
|
||||
border: 0px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
|
||||
@@ -89,4 +103,12 @@ table {
|
||||
th {
|
||||
background: rgba(255, 255, 255, 0);
|
||||
color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
.logo-data {
|
||||
content: url(/img/logo-b.png);
|
||||
}
|
||||
|
||||
.nav-hr {
|
||||
color: #000000;
|
||||
}
|
||||
@@ -22,6 +22,7 @@
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.cardch {
|
||||
transition: 0.3s;
|
||||
@@ -30,6 +31,9 @@
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
.index-links {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
.last-ch {
|
||||
@@ -51,6 +55,9 @@
|
||||
.carda {
|
||||
display: flex;
|
||||
}
|
||||
.logo-data {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 800px) {
|
||||
@@ -70,4 +77,7 @@
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.logo-data {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
+9
-6
@@ -7,17 +7,20 @@
|
||||
}
|
||||
.card {
|
||||
transition: 0.3s;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
}
|
||||
.cardch {
|
||||
transition: 0.3s;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
|
||||
@@ -132,6 +132,34 @@ td, th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
padding: 5px;
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.button-e {
|
||||
opacity: 1;
|
||||
}
|
||||
.button-e:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.block-text {
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
margin-top: 2px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.nav-hr {
|
||||
width: 95%;
|
||||
height: 1px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
.pc-only {
|
||||
@@ -170,6 +198,18 @@ td, th {
|
||||
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;
|
||||
}
|
||||
.block-text {
|
||||
width: 100%;
|
||||
height: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) and (max-width : 1090px) {
|
||||
@@ -203,4 +243,16 @@ td, th {
|
||||
.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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user