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.
150 lines
2.4 KiB
150 lines
2.4 KiB
|
|
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%;
|
|
}
|
|
|
|
.new {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
#header {
|
|
text-align: center;
|
|
background-color: #303030;
|
|
margin : 0px;
|
|
/* border-radius: 0.75cap; */
|
|
}
|
|
|
|
#IQBall {
|
|
color : #ffa238;
|
|
font-weight: bold;
|
|
font-size : 45px;
|
|
}
|
|
#body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin:0px;
|
|
height: 100%;
|
|
background-color: #fff3e5;
|
|
}
|
|
|
|
#personal-space {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
#sideMenu {
|
|
background-color: #a7a7a7;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#titlePersonalSpace h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
#sideMenu h2 {
|
|
display: inline-block;
|
|
margin-right : 5%;
|
|
}
|
|
|
|
#sideMenuContent {
|
|
width: 90%;
|
|
}
|
|
.titreSideMenu {
|
|
border-bottom: black solid 3px;
|
|
width: 100%;
|
|
margin-bottom: 3%;
|
|
|
|
|
|
}
|
|
|
|
#sideMenu .title {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color : #FFFFFF;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
background-color: black;
|
|
padding : 3%;
|
|
margin-bottom: 0px;
|
|
margin-right: 3%;
|
|
|
|
}
|
|
|
|
#bodyPersonalSpace {
|
|
width: 95%;
|
|
background-color: #ccc2b7;
|
|
/* border : 2px #303030 solid; */
|
|
border-radius: 0.5cap;
|
|
align-self: center;
|
|
}
|
|
#bodyPersonalSpace table{
|
|
width: 100%;
|
|
border-collapse : separate;
|
|
border-spacing : 1em;
|
|
table-layout: fixed;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#bodyPersonalSpace td {
|
|
width: 80px !important;
|
|
padding-bottom : 1%;
|
|
padding-top : 1%;
|
|
height: fit-content;
|
|
text-align: center;
|
|
overflow: hidden ;
|
|
}
|
|
.dataTactic {
|
|
border : 1.5px solid black;
|
|
background-color: #ccc2b7;
|
|
border-radius: 0.75cap;
|
|
}
|
|
|
|
.dataTactic:hover {
|
|
background-color: #c9d1e0;
|
|
/* color : #ffa238; */
|
|
cursor : pointer;
|
|
}
|
|
|
|
.listTactic {
|
|
border: 2px solid green;
|
|
display: block;
|
|
}
|
|
|
|
ul {
|
|
border : pink solid 1px;
|
|
}
|
|
|
|
.SetButton {
|
|
width: 80%;
|
|
margin-left : 5%;
|
|
margin-top : 5%;
|
|
}
|
|
|
|
|
|
.ButtonSideMenu {
|
|
border : black solid 1px;
|
|
border-radius :0.5cap;
|
|
width :fit-content;
|
|
padding: 2%;
|
|
margin-top: 3%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ButtonSideMenu:hover {
|
|
background-color: #c9d1e0;
|
|
cursor : pointer;
|
|
}
|