217 lines
4.4 KiB
CSS
217 lines
4.4 KiB
CSS
.areaTitolo
|
|
{
|
|
background-image: url('../images/bg-menu-main.png');
|
|
background-repeat: repeat-x;
|
|
color: #ECECEC;
|
|
}
|
|
|
|
/* Schema colori */
|
|
.priCol-1
|
|
{
|
|
background-color: #00B060;
|
|
}
|
|
.priCol-2
|
|
{
|
|
background-color: #218457;
|
|
}
|
|
.priCol-3
|
|
{
|
|
background-color: #00733E;
|
|
}
|
|
.priCol-4
|
|
{
|
|
background-color: #36D88E;
|
|
}
|
|
.priCol-5
|
|
{
|
|
background-color: #C3FFE4;
|
|
}
|
|
.secColA-1
|
|
{
|
|
background-color: #0A64A4;
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #0A64A4 ),to( #4481DF ));
|
|
background-image: -webkit-linear-gradient( #0A64A4,#4481DF );
|
|
background-image: -moz-linear-gradient( #0A64A4,#4481DF );
|
|
background-image: -ms-linear-gradient( #0A64A4,#4481DF );
|
|
background-image: -o-linear-gradient( #0A64A4,#4481DF );
|
|
background-image: linear-gradient( #0A64A4,#4481DF );
|
|
}
|
|
.secColA-2
|
|
{
|
|
background-color: #24577B;
|
|
}
|
|
.secColA-3
|
|
{
|
|
background-color: #03406A;
|
|
}
|
|
.secColA-4
|
|
{
|
|
/*background-color: #3E94D1;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #4683ff ),to( #2461BF ));
|
|
background-image: -webkit-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -moz-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -ms-linear-gradient( #4683ff,#2461BF );
|
|
background-image: -o-linear-gradient( #4683ff,#2461BF );
|
|
background-image: linear-gradient( #4683ff,#2461BF );
|
|
}
|
|
.secColA-5
|
|
{
|
|
/*background-color: #B8E1FD;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #B8E1FD ),to( #2461BF ));
|
|
background-image: -webkit-linear-gradient( #B8E1FD,#2461BF );
|
|
background-image: -moz-linear-gradient( #B8E1FD,#2461BF );
|
|
background-image: -ms-linear-gradient( #B8E1FD,#2461BF );
|
|
background-image: -o-linear-gradient( #B8E1FD,#2461BF );
|
|
background-image: linear-gradient( #B8E1FD,#2461BF );
|
|
}
|
|
.secColB-1
|
|
{
|
|
background-color: #FF9000;
|
|
}
|
|
.secColB-2
|
|
{
|
|
background-color: #BF8130;
|
|
}
|
|
.secColB-3
|
|
{
|
|
background-color: #A65E00;
|
|
}
|
|
.secColB-4
|
|
{
|
|
background-color: #FFAC40;
|
|
}
|
|
.secColB-5
|
|
{
|
|
background-color: #FDD7A6;
|
|
}
|
|
.comCol-1
|
|
{
|
|
background-color: #FF4500;
|
|
}
|
|
.comCol-2
|
|
{
|
|
background-color: #BF5730;
|
|
}
|
|
.comCol-3
|
|
{
|
|
background-color: #A62D00;
|
|
}
|
|
.comCol-4
|
|
{
|
|
background-color: #FF7340;
|
|
}
|
|
.comCol-5
|
|
{
|
|
background-color: #FFCEBC;
|
|
}
|
|
.lightBlue
|
|
{
|
|
border: 1px solid #CDCDCD;
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #ddf ),to( #e1f1ff ));
|
|
background-image: -webkit-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -moz-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -ms-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: -o-linear-gradient( #ddf,#e1f1ff );
|
|
background-image: linear-gradient( #ddf,#e1f1ff );
|
|
}
|
|
.lightGray
|
|
{
|
|
/*background-color: #EDEDED;*/
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 ));
|
|
background-image: -webkit-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -moz-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -ms-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: -o-linear-gradient( #fff,#f1f1f1 );
|
|
background-image: linear-gradient( #fff,#f1f1f1 );
|
|
border: 1px solid #CDCDCD;
|
|
}
|
|
|
|
/* FINE Schema colori */
|
|
|
|
|
|
/* area gridview
|
|
.grView
|
|
{
|
|
color: #333333;
|
|
font-size: 8pt;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.ctrHeaderPager
|
|
{
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrHeaderPagerRight
|
|
{
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
text-align: right;
|
|
}
|
|
.ctrHeaderPagerBlue
|
|
{
|
|
height: 1px;
|
|
}
|
|
.ctrHeaderPagerBlueRight
|
|
{
|
|
background-color: #507CD1;
|
|
height: 1px;
|
|
text-align: right;
|
|
}
|
|
.ctrFooter
|
|
{
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.ctrRowStyle
|
|
{
|
|
vertical-align: top;
|
|
}
|
|
.ctrAltRowStyle
|
|
{
|
|
vertical-align: top;
|
|
}
|
|
.ctrRowStyleRight
|
|
{
|
|
background-color: #EFF3FB;
|
|
text-align: right;
|
|
}
|
|
.ctrAltRowStyleRight
|
|
{
|
|
background-color: White;
|
|
text-align: right;
|
|
}
|
|
.ctrInsRowStyle
|
|
{
|
|
background-color: #b8b8b8;
|
|
}
|
|
.ctrEditRowStyle
|
|
{
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrSelRowStyle
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
background-color: #D1DDF1;
|
|
}
|
|
.ctrSelRowStyleYellow
|
|
{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
background-color: Yellow;
|
|
}
|
|
FINE area gridview */
|
|
|
|
.divTitoloAdmin
|
|
{
|
|
background-color: #BF8130;
|
|
padding: 5px 0px 5px 5px;
|
|
color: White;
|
|
}
|
|
|
|
|