65 lines
1.3 KiB
CSS
65 lines
1.3 KiB
CSS
|
.pageBackground{
|
||
|
background-image: url('img/MainBackGround.jpg');
|
||
|
background-attachment: fixed;
|
||
|
height: auto; min-height: 100vh
|
||
|
}
|
||
|
.navbar-style{
|
||
|
background-color: rgba(249,134,23,0.8);
|
||
|
border-bottom: 7px solid #7c2d00;
|
||
|
}
|
||
|
.footer-style{
|
||
|
background-color: rgba(249,134,23,0.8);
|
||
|
border-top: 7px solid #7c2d00;
|
||
|
}
|
||
|
.mainPageInf{
|
||
|
width: 70%;
|
||
|
min-width: 320px;
|
||
|
height: fit-content;
|
||
|
background-color: rgba(66,66,66,0.8);
|
||
|
padding:2%;
|
||
|
border-radius: 20px;
|
||
|
}
|
||
|
.modal-dialog-style{
|
||
|
height: fit-content !important;
|
||
|
width: 80% !important;
|
||
|
}
|
||
|
.PictureButton{
|
||
|
height: 200px;
|
||
|
width: 300px;
|
||
|
}
|
||
|
.purple{
|
||
|
background-color: #8c00e2 !important;
|
||
|
}
|
||
|
.light-grey{
|
||
|
background-color: #d9d9d9 !important;
|
||
|
}
|
||
|
.modalStyle{
|
||
|
background-color: #9b9b9b !important;
|
||
|
border: 7px solid #424242 !important
|
||
|
}
|
||
|
.formStyle{
|
||
|
background-color: rgba(155,155,155,0.8) !important;
|
||
|
border: 7px solid #424242 !important
|
||
|
}
|
||
|
.formSizeStyle{
|
||
|
width: 70% !important;
|
||
|
min-width: 320px!important;
|
||
|
}
|
||
|
.wfitcon{
|
||
|
width: fit-content !important;
|
||
|
}
|
||
|
.hfitcon{
|
||
|
height: fit-content !important;
|
||
|
}
|
||
|
.minH-500{
|
||
|
min-height: 500px !important;
|
||
|
}
|
||
|
.width-100{
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
.height-300{
|
||
|
height: 300px !important;
|
||
|
}
|
||
|
.height-500{
|
||
|
height: 500px !important;
|
||
|
}
|