182 lines
2.5 KiB
CSS
182 lines
2.5 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;
|
|
}
|
|
.secColA-2
|
|
{
|
|
background-color: #24577B;
|
|
}
|
|
.secColA-3
|
|
{
|
|
background-color: #03406A;
|
|
}
|
|
.secColA-4
|
|
{
|
|
background-color: #3E94D1;
|
|
}
|
|
.secColA-5
|
|
{
|
|
background-color: #B8E1FD;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.lightGray
|
|
{
|
|
background-color: #EDEDED;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
|