backup + decriptare toate fisiere done

This commit is contained in:
andrei-mihnea-cerbu
2024-04-19 16:48:10 +03:00
parent ffeebf1177
commit 869305a491
55 changed files with 1073 additions and 265 deletions
+4 -4
View File
@@ -22,12 +22,12 @@ body, html {
min-height: 100vh;
}
h1{
h1 {
margin: 0;
padding: 0;
}
.main_component{
.main_component {
display: flex;
flex-wrap: wrap;
flex-direction: column;
@@ -43,7 +43,7 @@ h1{
height: 80vh;
}
.header{
.header {
color: #1B1A55;
font-size: 0.8rem;
text-align: center;
@@ -61,7 +61,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
+6 -6
View File
@@ -33,7 +33,7 @@ body, html {
width: 25%;
}
.department-form-title{
.department-form-title {
margin-bottom: 5vh;
color: #FFFFFF;
text-align: center;
@@ -46,11 +46,11 @@ body, html {
font-size: 5vh;
}
.department-form-title hr{
.department-form-title hr {
width: 65%;
}
.department-form-content{
.department-form-content {
display: flex;
margin-left: 2rem;
flex-direction: column;
@@ -60,11 +60,11 @@ body, html {
font-weight: bold;
}
.department-form-content input{
.department-form-content input {
margin: 0.7rem;
}
.department-form-footer{
.department-form-footer {
margin-top: 7vh;
display: flex;
flex-wrap: wrap;
@@ -84,7 +84,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
+6 -6
View File
@@ -34,23 +34,23 @@ body, html {
width: 25%;
}
.ip-form-title{
.ip-form-title {
margin: 0 0 5vh 0;
text-align: center;
}
.ip-form-title h2{
.ip-form-title h2 {
color: #FFFFFF;
font-size: 5vh;
margin: 0;
padding: 0;
}
.ip-form hr{
.ip-form hr {
width: 40%;
}
.ip-form-content{
.ip-form-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
@@ -79,11 +79,11 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
.ip-form-footer{
.ip-form-footer {
margin-top: 3vh;
display: flex;
flex-wrap: wrap;
+8 -8
View File
@@ -16,7 +16,7 @@ body, html {
.container {
opacity: 0;
display: flex;
flex-direction: row;
justify-content: space-evenly;
@@ -24,7 +24,7 @@ body, html {
min-height: 100vh;
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -41,23 +41,23 @@ body, html {
width: 25%;
}
.login-form-title{
.login-form-title {
margin: 0 0 5vh 0;
text-align: center;
}
.login-form-title h2{
.login-form-title h2 {
color: #FFFFFF;
font-size: 5vh;
margin: 0;
padding: 0;
}
.login-form hr{
.login-form hr {
width: 40%;
}
.login-form-content{
.login-form-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
@@ -86,11 +86,11 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
.login-form-footer{
.login-form-footer {
margin-top: 3vh;
display: flex;
flex-wrap: wrap;
+15 -15
View File
@@ -95,7 +95,7 @@ input {
text-align: center;
}
.left_block{
.left_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -106,29 +106,29 @@ input {
color: white;
}
.left_block_top{
.left_block_top {
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: left;
}
.left_block_top h1{
.left_block_top h1 {
padding: 0;
margin: 0;
}
.left_block_top img{
.left_block_top img {
margin: 0 3vw 0 5vw;
width: 8vw;
height: 8vw;
}
.left_block_content{
.left_block_content {
margin: 2rem 0 2rem 0;
}
.left_block_buttons{
.left_block_buttons {
display: flex;
flex-direction: row;
align-content: center;
@@ -136,7 +136,7 @@ input {
justify-content: center;
}
button{
button {
margin: 0 1rem 0 1rem;
width: 15vw;
height: 10vh;
@@ -155,17 +155,17 @@ button{
transition: background-color 0.3s ease;
}
button:hover{
button:hover {
filter: brightness(85%);
}
.left_block_footer{
.left_block_footer {
display: flex;
align-items: center;
justify-content: end;
}
.right_block{
.right_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -176,7 +176,7 @@ button:hover{
color: white;
}
.notifications{
.notifications {
display: flex;
margin: 1rem 2rem 2rem 3rem;
flex-direction: column;
@@ -208,7 +208,7 @@ button:hover{
background: #555; /* Updated handle color on hover */
}
button[name="logout"]{
button[name="logout"] {
margin: 0;
padding: 0;
width: 10vw;
@@ -216,17 +216,17 @@ button[name="logout"]{
background-color: #F44336;
}
button[name="alert"]{
button[name="alert"] {
margin: 0.7rem;
background-color: #F44336;
}
button[name="notification"]{
button[name="notification"] {
margin: 0.7rem;
background-color: #23BDEE;
}
button[name="menu_button"]{
button[name="menu_button"] {
margin: 0.7rem;
background-color: #1B1A55;
}
+6 -6
View File
@@ -25,7 +25,7 @@ body, html {
text-align: center; /* Center the text for all child elements */
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -42,11 +42,11 @@ body, html {
width: 25%;
}
.profile-form-title{
.profile-form-title {
margin-bottom: 5vh;
}
.profile-form hr{
.profile-form hr {
width: 40%;
}
@@ -58,13 +58,13 @@ body, html {
font-size: 5vh;
}
.profile-form-content{
.profile-form-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.profile-form-footer{
.profile-form-footer {
margin-top: 7vh;
display: flex;
flex-direction: row;
@@ -94,7 +94,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
@@ -25,7 +25,7 @@ body, html {
text-align: center; /* Center the text for all child elements */
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -33,7 +33,7 @@ body, html {
margin-bottom: 10rem;
}
img{
width:20%;
img {
width: 20%;
height: 20%;
}
+19 -19
View File
@@ -25,16 +25,16 @@ body, html {
text-align: center;
}
h1, h2{
h1, h2 {
padding: 0;
margin: 0;
}
h2{
h2 {
font-size: 1rem;
}
.left_block{
.left_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -45,25 +45,25 @@ h2{
color: white;
}
.left_block_top{
.left_block_top {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.left_block_top_left{
.left_block_top_left {
display: flex;
flex-direction: column;
justify-content: start;
text-align: left;
}
.left_block_top_left hr{
.left_block_top_left hr {
margin: 0 0 1rem 0;
width: 45%;
}
.left_block_top_right{
.left_block_top_right {
width: 10vw;
display: flex;
@@ -77,14 +77,14 @@ h2{
border-radius: 1rem;
}
.left_block_content{
.left_block_content {
display: flex;
justify-content: start;
align-items: center;
margin: 2rem 0 2rem 0;
}
.left_block_buttons{
.left_block_buttons {
display: flex;
flex-direction: row;
align-content: center;
@@ -92,7 +92,7 @@ h2{
justify-content: center;
}
button{
button {
margin: 0 1rem 0 1rem;
width: 10vw;
height: 5vh;
@@ -111,17 +111,17 @@ button{
transition: background-color 0.3s ease;
}
button:hover{
button:hover {
filter: brightness(85%);
}
.left_block_footer{
.left_block_footer {
display: flex;
align-items: center;
justify-content: end;
}
.right_block{
.right_block {
display: flex;
flex-direction: column;
background-color: #535C91;
@@ -132,7 +132,7 @@ button:hover{
color: white;
}
.choose_user_form_title{
.choose_user_form_title {
display: flex;
flex-wrap: wrap;
flex-direction: column;
@@ -140,11 +140,11 @@ button:hover{
align-content: start;
}
.choose_user_form_title hr{
.choose_user_form_title hr {
width: 80%;
}
.choose_user_form_content{
.choose_user_form_content {
display: flex;
margin: 1rem 7rem 2rem 0.5rem;
flex-direction: column;
@@ -176,15 +176,15 @@ button:hover{
background: #555; /* Updated handle color on hover */
}
button[name="back"]{
button[name="back"] {
background-color: #23BDEE;
}
button[name="submit"]{
button[name="submit"] {
background-color: #F44336;
}
button[name="select_file"]{
button[name="select_file"] {
margin: 0;
width: 8vw;
background-color: #1B1A55;
@@ -25,7 +25,7 @@ body, html {
text-align: center; /* Center the text for all child elements */
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
+7 -7
View File
@@ -25,7 +25,7 @@ body, html {
text-align: center;
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -42,7 +42,7 @@ body, html {
width: 25%;
}
.signup-form-title{
.signup-form-title {
margin-bottom: 5vh;
}
@@ -54,15 +54,15 @@ body, html {
font-size: 5vh;
}
.signup-form hr{
.signup-form hr {
width: 65%;
}
input{
input {
margin: 0 0 1rem 0;
}
.signup-form-content{
.signup-form-content {
display: flex;
margin: 1rem 2rem 2rem 3rem;
flex-direction: column;
@@ -94,7 +94,7 @@ input{
background: #555; /* Updated handle color on hover */
}
.signup-form-footer{
.signup-form-footer {
margin-top: 5vh;
display: flex;
flex-wrap: wrap;
@@ -114,7 +114,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}
+5 -5
View File
@@ -25,7 +25,7 @@ body, html {
text-align: center;
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -42,7 +42,7 @@ body, html {
width: 25%;
}
.signup-form-title{
.signup-form-title {
margin-bottom: 5vh;
}
@@ -54,7 +54,7 @@ body, html {
font-size: 5vh;
}
.signup-form hr{
.signup-form hr {
width: 40%;
}
@@ -70,7 +70,7 @@ input {
border-radius: 10px;
}
.signup-form-footer{
.signup-form-footer {
margin-top: 3vh;
display: flex;
flex-wrap: wrap;
@@ -90,7 +90,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}