125 lines
1.8 KiB
CSS
125 lines
1.8 KiB
CSS
/* punteggi colore */
|
|
.VVF-CL-01 {
|
|
color: #006600;
|
|
background-color: white;
|
|
}
|
|
.VVF-CL-02 {
|
|
color: #FFFF33;
|
|
background-color: #2222FF;
|
|
}
|
|
.VVF-CL-03 {
|
|
color: #FFFF33;
|
|
background-color: #118811;
|
|
}
|
|
.VVF-CL-04 {
|
|
background-color: #FFFF11;
|
|
}
|
|
.VVF-CL-05 {
|
|
color: #FFFF33;
|
|
background-color: #EE6622;
|
|
}
|
|
.VVF-CL-06 {
|
|
color: #FFFF11;
|
|
background-color: #FF0c0c;
|
|
}
|
|
.baseRow {
|
|
background-color: #EFF3FB;
|
|
}
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
.editRow {
|
|
background-color: #2461BF;
|
|
}
|
|
.selectedRow {
|
|
background-color: #D1DDF1;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.headerRow {
|
|
background-color: #507CD1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.footerRow {
|
|
background-color: #507CD1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.pagerRow {
|
|
background-color: #2461BF;
|
|
color: white;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.tStrong {
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
}
|
|
.flRight {
|
|
float: right;
|
|
}
|
|
.errore {
|
|
color: red;
|
|
}
|
|
/* Query selezione dimensioni display... */
|
|
@media all and (min-width: 768px) {
|
|
#textWrapper {
|
|
font-size: 1.0em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1024px) {
|
|
#textWrapper {
|
|
font-size: 1.1em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1440px) {
|
|
#textWrapper {
|
|
font-size: 1.2em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
#textWrapper {
|
|
font-size: 1.3em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (max-width: 767px) {
|
|
#textWrapper {
|
|
font-size: 0.8em;
|
|
}
|
|
#headData {
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
@media all and (max-width: 480px) {
|
|
#textWrapper {
|
|
font-size: 0.6em;
|
|
}
|
|
#headData {
|
|
margin-top: 14px;
|
|
}
|
|
}
|
|
@media all and (max-width: 320px) {
|
|
#textWrapper {
|
|
font-size: 0.5em;
|
|
}
|
|
#headData {
|
|
margin-top: 18px;
|
|
}
|
|
} |