Select Git revision
templatingstyle.css
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
templatingstyle.css 2.86 KiB
body {
/*background-color: rgb(41, 41, 41);*/
background-color: #40116b;
margin: 0;
display: flex;
flex-direction: column;
min-height: 100svh;
}
main {
background-color: rgba(41, 41, 41, 0.84);
width: 95vw;
border-radius: 2vw;
margin: 4svh auto;
padding-top: 4svh;
padding-bottom: 4svh;
box-shadow: rgba(0, 0, 0, 0.51) 0 0 30px;
}
/* Header */
.headerBar {
/*border-bottom: 2px rgb(230, 230, 230) solid;*/
margin-bottom: 20px;
display: flex;
}
/* Navbar Links */
.navBar {
display:flex;
flex-direction: column;
margin: 2svh 1vw 2svh auto;
text-align: right;
align-content: center;
background-color: rgba(41, 41, 41, 0.5);
box-shadow: rgba(0, 0, 0, 0.51) 0 0 30px;
border-radius: 1vw;
padding:0;
& select {
margin-left: 5vw;
margin-right: 0.5vw;
}
}
.work{
color: rgb(255, 255, 255);
margin-left: 5vw;
margin-right: 0.5vw;
}
.navBar ul {
list-style: none;
display: flex;
margin-left: 5vw;
& li {
background-color: #36454F;
border-radius: 1vw;
padding: 0.5vw;
box-shadow: rgba(0, 0, 0, 0.51) 0 0 5px;
}
}
.navBar a {
padding-left:5px ;padding-right: 5px;
text-decoration: none;
color:white;
white-space: nowrap;
overflow: hidden;
float: right;
}
.navBar ul li:hover { background-color: rgb(209, 209, 209);
}
.navBar li{
margin-left: 10px;
margin-right: 10px;
color: rgb(255, 255, 255);
}
.navListLast {
border-right: 2px rgb(185, 185, 185) solid;
margin-right:40px;
}
/* Navbar Logo */
.Logo {
margin-left:10px;
padding: 20px;
width: fit-content;
& img {
width: 120px;
margin-left:15px;
box-shadow: rgba(0, 0, 0, 0.51) 0 0 30px;
border-radius: 1vw;
}
}
/* Footer */
footer {
margin-top:auto;
display: flex;
justify-content: center;
margin: 0 2vw;
/*background-color: rgb(84, 33, 128);*/
/*border-top: 2px rgb(230, 230, 230) solid;*/
font-size: 1vw;
}
.footerBar{
flex: 1 1;
text-align: left;
display: flex;
margin: 0;
padding: 0;
color: rgb(255, 255, 255);
}
.footerBar ul {
list-style: none;
display: flex;
}
.copyright{
text-align: left;
display: flex;
}
.containerFooter{
display: flex;
flex: 1 1;
width: 80%;
justify-content: space-between;
border-radius: 1vw;
background-color: rgba(58, 58, 0, 0.81);
padding-top: 1svh;
padding-bottom: 1svh;
& ul li{
flex:1;
color: rgb(255, 255,255);
}
}
/*.leftFooter{*//* flex:1;*/
/* color: rgb(255, 255,255);*/
/*}*/
/*.centerFooter{*/
/* flex: 1;*/
/* color: rgb(255, 255,255);*/
/*}*/
/*.rightFooter{*/
/* flex:1;*/
/* color: rgb(255, 255, 255);*/
/*}*/
/*CHANGES*/
.headerBar, .footerBar{
margin:0px;
padding: 0px;
width: 100%;
}