|
|
@ -1,4 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
background-color: #f8f8f1;
|
|
|
|
|
|
|
|
}
|
|
|
|
#main {
|
|
|
|
#main {
|
|
|
|
margin-left : 10%;
|
|
|
|
margin-left : 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
@ -15,20 +18,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background-color: green;
|
|
|
|
background-color: #303030;
|
|
|
|
margin : 0px;
|
|
|
|
margin : 0px;
|
|
|
|
|
|
|
|
/* border-radius: 0.75cap; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#IQBall {
|
|
|
|
|
|
|
|
color : #ffa238;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
font-size : 45px;
|
|
|
|
|
|
|
|
}
|
|
|
|
#body {
|
|
|
|
#body {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
border : solid 10px violet;
|
|
|
|
|
|
|
|
margin:0px;
|
|
|
|
margin:0px;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
background-color: #fff3e5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#personal-space {
|
|
|
|
#personal-space {
|
|
|
|
background-color: orange;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
|
@ -102,7 +110,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.dataTactic:hover {
|
|
|
|
.dataTactic:hover {
|
|
|
|
background-color: red;
|
|
|
|
background-color: #c9d1e0;
|
|
|
|
cursor : pointer;
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -133,6 +141,6 @@ ul {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ButtonSideMenu:hover {
|
|
|
|
.ButtonSideMenu:hover {
|
|
|
|
background-color: red;
|
|
|
|
background-color: #c9d1e0;
|
|
|
|
cursor : pointer;
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|