WIP
This commit is contained in:
@@ -23,13 +23,13 @@ body {
|
|||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
background-color: #191d24;
|
background-color: #191d24;
|
||||||
background-image: url(src/ui/img/pattern.png);
|
/* background-image: url(src/ui/img/pattern.png); */
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light {
|
.light {
|
||||||
background-color: #cfcfcf;
|
background-color: #cfcfcf;
|
||||||
background-image: url(src/ui/img/pattern-light.png);
|
/* background-image: url(src/ui/img/pattern-light.png); */
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,35 @@
|
|||||||
.game-tabs {
|
.game-tabs {
|
||||||
margin: 10px;
|
margin: 20px;
|
||||||
/* height: 100%; */
|
/* height: 100%; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-tabs__btn {
|
.game-tabs__btn {
|
||||||
width: 50%;
|
width: 48%;
|
||||||
background: #2a2c38;
|
background: rgb(0, 173, 136);
|
||||||
|
color: #0e0e13;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-family: Ubuntu;
|
font-family: Ubuntu;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: rgb(0, 207, 162);
|
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.game-tabs__btn:hover {
|
||||||
|
background: rgb(0, 207, 162);
|
||||||
|
}
|
||||||
|
|
||||||
.game-tabs__btn--active {
|
.game-tabs__btn--active {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: #13141a;
|
background: #0e0e13;
|
||||||
color: rgb(0, 173, 136);
|
color: #aaa;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.game-tabs__btn--active:hover {
|
||||||
|
background: #0e0e13;
|
||||||
|
}
|
||||||
|
|
||||||
|
.game-tabs__btn:nth-child(1) {
|
||||||
|
margin-right: 2%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.load {
|
.load {
|
||||||
background: #13141a;
|
background: #0e0e13;
|
||||||
|
/* background: #13141a; */
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.moves {
|
.moves {
|
||||||
background: #13141a;
|
background: #0e0e13;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-family: "Fira Mono";
|
font-family: "Fira Mono";
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move__ply {
|
.move__ply {
|
||||||
|
|||||||
Reference in New Issue
Block a user