275 lines
4.2 KiB
CSS
275 lines
4.2 KiB
CSS
/*modifiche font e stile*/
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
/*buttons big*/
|
|
.bigBtn {
|
|
min-height: 2.2em;
|
|
font-size: 1.2em;
|
|
}
|
|
/* 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;
|
|
}
|
|
.headerRow {
|
|
background-color: black;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.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;
|
|
}
|
|
/*Buttons circolari*/
|
|
.btn-circle {
|
|
width: 2.2em;
|
|
/*30px*/
|
|
height: 2.2em;
|
|
text-align: center;
|
|
padding: 0.3em 0;
|
|
/*6px*/
|
|
font-size: 1em;
|
|
/*12px*/
|
|
line-height: 1.6;
|
|
/*1.428571429*/
|
|
border-radius: 1em;
|
|
/*15px*/
|
|
}
|
|
.btn-circle.btn-lg {
|
|
width: 3.5em;
|
|
/*50px*/
|
|
height: 3.5em;
|
|
/*50px*/
|
|
padding: 0.6em 1em;
|
|
/*10px 16px*/
|
|
font-size: 1.5em;
|
|
/*18px*/
|
|
line-height: 1.5;
|
|
/*1.33*/
|
|
border-radius: 1.8em;
|
|
/*25px*/
|
|
}
|
|
.btn-circle.btn-xl {
|
|
width: 5em;
|
|
/*70px*/
|
|
height: 5em;
|
|
/*70px*/
|
|
padding: 0.6em 1em;
|
|
/*10px 16px*/
|
|
font-size: 2em;
|
|
/*24px*/
|
|
line-height: 1.5;
|
|
/*1.33*/
|
|
border-radius: 3em;
|
|
/*35px*/
|
|
}
|
|
/*Gestione tabella*/
|
|
.RowStyle {
|
|
background-color: #FBF3EF;
|
|
text-align: left;
|
|
}
|
|
.rowStyle {
|
|
background-color: #FBF3EF;
|
|
}
|
|
.editRowStyle {
|
|
background-color: #CF6124;
|
|
}
|
|
.selectedRowStyle {
|
|
background-color: #F1CCC1;
|
|
font-weight: bold;
|
|
Color: #FF6633;
|
|
}
|
|
.alternatingRowStyle {
|
|
background-color: white;
|
|
}
|
|
.footerRowStyle {
|
|
background-color: #FF7C50;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
.headerRowStyle {
|
|
background-color: #FF7C50;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
.spacedRow {
|
|
line-height: 3em;
|
|
}
|
|
.baseRow {
|
|
background-color: #FBF3EF;
|
|
}
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
.editRow {
|
|
background-color: #CF6124;
|
|
}
|
|
.selectedRow {
|
|
background-color: #F1CCC1;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.headerHighlight {
|
|
background-color: #FF7C50;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.footerRow {
|
|
background-color: #FF7C50;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.pagerRow {
|
|
background-color: #CF6124;
|
|
color: white;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.stortAscCellStyle {
|
|
background-color: #F5F7FB;
|
|
}
|
|
.stortAscHeadStyle {
|
|
background-color: #6D95E1;
|
|
}
|
|
.stortDescCellStyle {
|
|
background-color: #E9EBEF;
|
|
}
|
|
.stortDescHeadStyle {
|
|
background-color: #4870BE;
|
|
}
|
|
/* 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.2em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1440px) {
|
|
#textWrapper {
|
|
font-size: 1.4em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
#textWrapper {
|
|
font-size: 1.6em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1900px) {
|
|
#textWrapper {
|
|
font-size: 1.8em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 2200px) {
|
|
#textWrapper {
|
|
font-size: 2em;
|
|
}
|
|
#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;
|
|
}
|
|
} |