You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.2 KiB
78 lines
1.2 KiB
@import url(variable.css);
|
|
|
|
body {
|
|
/* background-color: #303030; */
|
|
}
|
|
#main {
|
|
/* margin-left : 10%;
|
|
margin-right: 10%; */
|
|
/* border : solid 1px #303030; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-family: Helvetica;
|
|
height: 100%;
|
|
}
|
|
|
|
#header {
|
|
text-align: center;
|
|
background-color: var(--main-color);
|
|
margin : 0px;
|
|
border : RED 2px solid;
|
|
display: flex;
|
|
flex-direction: row;
|
|
/* border-radius: 0.75cap; */
|
|
}
|
|
|
|
#IQBall {
|
|
color : var(--accent-color);
|
|
font-weight: bold;
|
|
font-size : 45px;
|
|
}
|
|
|
|
#IQBall {
|
|
color : #ffa238;
|
|
font-weight: bold;
|
|
font-size : 45px;
|
|
}
|
|
#body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin:0px;
|
|
height: 100%;
|
|
background-color: var(--second-color);
|
|
}
|
|
|
|
.data {
|
|
border : 1.5px solid var(--main-contrast-color);
|
|
background-color: var(--main-color);
|
|
border-radius: 0.75cap;
|
|
color : var(--main-contrast-color);
|
|
}
|
|
|
|
.data:hover {
|
|
border-color: var(--accent-color) ;
|
|
cursor : pointer;
|
|
}
|
|
|
|
.listTactic {
|
|
display: block;
|
|
}
|
|
|
|
.SetButton {
|
|
width: 80%;
|
|
margin-left : 5%;
|
|
margin-top : 5%;
|
|
}
|
|
|
|
#img-account {
|
|
|
|
}
|
|
|
|
#header-right, #header-left {
|
|
width: 10%;
|
|
border: yellow 2px solid;
|
|
}
|
|
|
|
#header-center {
|
|
width: 80%;
|
|
} |