eng0.3.0
This commit is contained in:
+6
-6
@@ -17,24 +17,24 @@
|
||||
}
|
||||
|
||||
.card-button-ch {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background: #000000;
|
||||
background: #101010;
|
||||
}
|
||||
|
||||
.body-trans {
|
||||
background: rgb(0, 0, 0, 0.6);
|
||||
background: rgb(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
summary {
|
||||
@@ -71,13 +71,13 @@ a:active {
|
||||
}
|
||||
|
||||
.card-button {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(16, 16, 16, 0.5);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#maindiv {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -29,4 +29,26 @@
|
||||
padding-bottom: 2px;
|
||||
padding-right: 2px;
|
||||
font-family: "Comic Sans MS";
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 801px) {
|
||||
.last-ch {
|
||||
width: 100%;
|
||||
height: 15%;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 800px) {
|
||||
.last-ch {
|
||||
width: 100%;
|
||||
height: 30%;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user