layout optimization
This commit is contained in:
@ -7,6 +7,31 @@ body {
|
||||
height: calc(100% - 56px);
|
||||
}
|
||||
|
||||
.titlemod {
|
||||
font-weight: bolder;
|
||||
color: darkcyan !important;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
.navlinkstyle {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.navlinkstyle:hover {
|
||||
color: #1a5fb4;
|
||||
}
|
||||
|
||||
.navback {
|
||||
background-color: ghostwhite;
|
||||
}
|
||||
|
||||
.tabdivblurred {
|
||||
padding: 8px;
|
||||
padding-bottom: 0px;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
height: calc(100% - 42px);
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
@ -16,7 +41,7 @@ body {
|
||||
}
|
||||
|
||||
.glassy {
|
||||
background-color: rgba(1,1,1,0.1);
|
||||
background-color: rgba(0, 0, 0s, 0.1);
|
||||
}
|
||||
|
||||
.formpane {
|
||||
@ -47,7 +72,6 @@ body {
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
padding-bottom: 12px;
|
||||
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64) !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user