Files
timetrack/src/main/resources/static/css/style.css
2022-07-06 16:27:04 +02:00

241 lines
3.7 KiB
CSS

html {
height: 100%;
}
body {
background-color: #99c1f1;
height: calc(100% - 56px);
}
.openedSelect {
overflow: auto;
}
.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;
height: calc(100% - 42px);
}
.float-right {
float: right;
}
.noty {
background-image: linear-gradient(to bottom, #ffc, #ee0) !important;
}
.glassy {
background-color: rgba(0, 0, 0s, 0.1);
}
.formpane {
margin: 24px;
border: 1px solid silver;
border-radius: 4px;
padding: 24px;
background: whitesmoke;
}
.menudangerbutton {
color: #e00 !important;
border: 1px solid rgba(0,0,0,0);
}
.menudangerbutton:hover {
color: #f00 !important;
border: 1px solid silver;
border-radius: 4px;
background: rgba(255,0,0,0.2);
}
.redfont {
color: #a00;
padding-top: 6px;
margin-bottom: 0px;
}
.body {
height: calc(100% - 2px);
width: 100%;
overflow: auto;
}
.page {
width: 100%;
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64) !important;
}
.emph {
border-radius: 3px !important;
border: 1px solid #3070b0 !important;
color: #ffffff !important;
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%)
!important;
}
.doneoverviewtext {
font-size: 120%;
}
.doneoverviewtextemph {
font-size: 120%;
font-weight: bolder;
}
.loginpanel {
margin-top: 100px !important;
margin: 0 auto;
max-width: 400px !important;
width: 400px !important;
}
.successWell {
background-image: linear-gradient(to bottom, #ceeaca 0%, #f7fff7 100%)
!important;
}
.dangerWell {
background-image: linear-gradient(to bottom, #eacaca 0%, #fff7f7 100%)
!important;
}
.billing {
color: black !important;
border: 1px solid darkgray;
border-radius: 16px;
padding: 4px !important;
padding-left: 8px !important;
padding-right: 8px !important;
font-weight: bolder;
font-size: smaller
}
.WP2 {
background: radial-gradient(#ffff00, #ffe169) !important;
}
.WP4 {
background: radial-gradient(#00ffff, #69c3ff) !important;
}
.WP5 {
background: radial-gradient(#ff0000, #e396ff) !important;
}
.TA3 {
background: radial-gradient(#99ff99, #ccffcc) !important;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.distfat {
margin-left: 8px;
font-weight: bolder;
}
.prompt {
margin: 4px;
padding: 4px !important;
padding-bottom: 2px !important;
font-size: medium !important;
background-color: #005782 !important;
}
.version {
font-size: small;
color: silver;
position: absolute;
padding-top: 36px;
padding-left: 22px;
z-index: 0;
}
.fc-content {
cursor: pointer;
}
.btn-white-text {
color: white !important;
font-weight: bolder;
}
.hoverlink {
text-decoration: none;
color: black;
}
.hoverlink:hover {
color: #1a5f64;
}
.boldtext {
font-weight: bolder;
}
.emphgreen {
font-weight: bolder;
color: #136600;
border: 1px solid gray;
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphblue {
font-weight: bolder;
color: #1a5fb4;
border: 1px solid gray;
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphorange {
font-weight: bolder;
color: #c64600;
border: 1px solid gray;
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphred {
font-weight: bolder;
color: #a51d2d;
border: 1px solid gray;
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.tab-pane-table {
background-color: white;
padding: 8px;
border-radius: 4px;
border: 1px solid silver;
}