eng0.2.1-db0.1.2
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background: #000000;
|
||||
|
||||
@@ -18,6 +18,12 @@
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
body {
|
||||
color: black;
|
||||
background: white;
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
#hrinvis {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
}
|
||||
.cardch {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
.carda {
|
||||
padding-top: 2px rgb(255, 255, 255, 1);
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.body-trans {
|
||||
background: rgb(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
summary {
|
||||
color: deeppink;
|
||||
}
|
||||
|
||||
.hr-v {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.hr-i {
|
||||
color: rgb(255, 255, 255, 0);
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: deeppink;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: pink;
|
||||
}
|
||||
|
||||
#card {
|
||||
box-shadow: 4px 4px 4px 0 rgb(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
#card2 {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
border-bottom: 0px solid rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
th {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
@@ -21,6 +21,7 @@
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
}
|
||||
.cardch {
|
||||
transition: 0.3s;
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
text-align: left;
|
||||
}
|
||||
.cardch {
|
||||
transition: 0.3s;
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
.theme-button {
|
||||
width: 50%;
|
||||
height: 15%;
|
||||
font-family: "Comic Sans MS";
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.theme-button:hover {
|
||||
opacity:0.8;
|
||||
}
|
||||
@@ -123,6 +123,10 @@ td, th {
|
||||
.homebuttons:hover {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
.al-left {
|
||||
text-align: left;
|
||||
}
|
||||
@media only screen and (min-width : 801px) {
|
||||
#maindiv {
|
||||
width: 60%;
|
||||
|
||||
Reference in New Issue
Block a user