diff --git a/front/style/home.css b/front/style/home.css deleted file mode 100644 index 780bb84..0000000 --- a/front/style/home.css +++ /dev/null @@ -1,114 +0,0 @@ -@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 : var(--accent-color) 1px é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 { - width: 100%; - cursor: pointer; -} - -#header-right, -#header-left { - width: 10%; - /* border: yellow 2px solid; */ -} - -#header-right { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -#username { - color: var(--main-contrast-color); - margin: 0; -} - -#clickable-header-right:hover #username { - color: var(--accent-color); -} - -#header-center { - width: 80%; -} - -#clickable-header-right { - width: 40%; - border-radius: 1cap; - padding: 2%; -} - -#clickable-header-right:hover { - border: orange 1px solid; -} - -.clickable { - cursor: pointer; -} - -#img-account { - width: 100%; -} diff --git a/front/style/personnal_space.css b/front/style/personnal_space.css deleted file mode 100644 index 4f0c67d..0000000 --- a/front/style/personnal_space.css +++ /dev/null @@ -1,40 +0,0 @@ -#personal-space { - display: flex; - flex-direction: column; -} - -#titlePersonalSpace h2 { - text-align: center; - color: var(--main-contrast-color); - /* font-family: Helvetica; - font-weight: bold; */ -} - -#bodyPersonalSpace { - width: 95%; - /* background-color: #ccc2b7; */ - border: 3px var(--main-color) 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; -} - -tbody p { - text-align: center; -} diff --git a/front/style/side_menu.css b/front/style/side_menu.css deleted file mode 100644 index 0344971..0000000 --- a/front/style/side_menu.css +++ /dev/null @@ -1,53 +0,0 @@ -@import url(variable.css); - -#sideMenu { - background-color: var(--third-color); - display: flex; - flex-direction: column; - align-items: center; - overflow: hidden; -} - -#sideMenu h2 { - display: inline-block; - margin-right: 5%; -} - -#sideMenuContent { - width: 90%; -} -.titreSideMenu { - border-bottom: var(--main-color) solid 3px; - width: 100%; - margin-bottom: 3%; -} - -#sideMenu .title { - font-size: 12px; - font-weight: bold; - color: var(--main-contrast-color); - letter-spacing: 1px; - text-transform: uppercase; - background-color: var(--main-color); - padding: 3%; - margin-bottom: 0px; - margin-right: 3%; -} - -.new { - border-radius: 100%; -} - -.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; -}