76 lines
1.2 KiB
CSS
76 lines
1.2 KiB
CSS
.licenseworkload_licensename
|
|
{
|
|
position: relative;
|
|
top: 20px;
|
|
left: 20px;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 30px;
|
|
text-align: left;
|
|
font-size: 28px;
|
|
color: #ffffff;
|
|
font-family: calibri;
|
|
font-weight: bold;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.licenseworkload_attributes
|
|
{
|
|
position: relative;
|
|
top: 0px;
|
|
left: 20px;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
font-family: calibri;
|
|
font-weight: normal;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.licenseworkload_box
|
|
{
|
|
width: 90%;
|
|
height: 20px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 0px;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-color: #000000;
|
|
background-color: #00ff00;
|
|
z-index: 1;
|
|
}
|
|
|
|
.licenseworkload_bar
|
|
{
|
|
position: absolute;
|
|
width: 0%;
|
|
height: 100%;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
background-color: #ff0000;
|
|
z-index: 2;
|
|
}
|
|
|
|
.licenseworkload_text
|
|
{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 20px; /*wie licenseworkload_box.height*/
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: #ffffff;
|
|
font-family: calibri;
|
|
font-weight: bold;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
z-index: 3;
|
|
} |