221 lines
2.8 KiB
Plaintext
221 lines
2.8 KiB
Plaintext
body {
|
|
}
|
|
|
|
@colore: #FF7C50;
|
|
@coloreChiaro: #F1CCC1;
|
|
@coloreScuro: #CF6124;
|
|
|
|
@testoScuro: #333;
|
|
|
|
|
|
/* 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: #FBF3EF;
|
|
}
|
|
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.editRow {
|
|
background-color: @coloreScuro;
|
|
}
|
|
|
|
.selectedRow {
|
|
background-color: @coloreChiaro;
|
|
font-weight: 600;
|
|
color: @testoScuro;
|
|
}
|
|
|
|
.headerRow {
|
|
background-color: @colore;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
.footerRow {
|
|
background-color: @colore;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
.pagerRow {
|
|
background-color: @coloreScuro;
|
|
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;
|
|
}
|
|
|
|
.headLine {
|
|
background-color: #FF8833;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
|
|
/*Gestione tabella*/
|
|
.RowStyle {
|
|
background-color: #FBF3EF;
|
|
text-align: left;
|
|
}
|
|
.selectedRowStyle {
|
|
background-color: #F1CCC1;
|
|
font-weight: bold;
|
|
Color: #333333;
|
|
}
|
|
.alternatingRowStyle {
|
|
background-color: white;
|
|
}
|
|
|
|
/* Paginazione... */
|
|
.GridPager {
|
|
background-color: #FF7C50;
|
|
/*text-align: center;
|
|
margin: auto;*/
|
|
}
|
|
|
|
.GridPager a, .GridPager span {
|
|
display: block;
|
|
height: 2em;
|
|
width: 2em;
|
|
text-align: center;
|
|
vertical-align: baseline;
|
|
text-decoration: none;
|
|
background-color: #CF6124;
|
|
}
|
|
|
|
.GridPager a {
|
|
background-color: #f5f5f5;
|
|
color: #969696;
|
|
}
|
|
|
|
.GridPager span {
|
|
background-color: #F2DCA1;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.imgNoPad {
|
|
margin-top: -3px;
|
|
margin-bottom: -7px;
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
}
|
|
}
|