720 lines
12 KiB
CSS
720 lines
12 KiB
CSS
body
|
|
{
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
font-family: Verdana, Arial;
|
|
font-size: small;
|
|
}
|
|
.fullscreen
|
|
{
|
|
display: block; /*set the div in the top-left corner of the screen*/
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0; /*set the width and height to 100% of the screen*/
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.clearDiv{
|
|
clear: both;
|
|
}
|
|
#content
|
|
{
|
|
width: 210px;
|
|
height: 240px;
|
|
padding: 0px;
|
|
border: 1px black solid;
|
|
background-position: center bottom;
|
|
background-image: url('images/logo_sw.jpg');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#activeContent
|
|
{
|
|
height: 200px;
|
|
}
|
|
#topBanner
|
|
{
|
|
height: 20px;
|
|
}
|
|
#smallTable
|
|
{
|
|
width: 98%;
|
|
padding: 1px;
|
|
white-space: nowrap;
|
|
font-size: 10pt;
|
|
}
|
|
#smallGrid
|
|
{
|
|
width: 100%;
|
|
font-size: 8pt;
|
|
}
|
|
#smallGridDetail
|
|
{
|
|
width: 100%;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.quadro_wide
|
|
{
|
|
float: none;
|
|
width: 98%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.quadro1, .quadro3
|
|
{
|
|
float: left;
|
|
width: 48%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.quadro2, .quadro4
|
|
{
|
|
float: right;
|
|
width: 48%;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.userBanner
|
|
{
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
background-color: #6969AC;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: White;
|
|
}
|
|
.taskBanner
|
|
{
|
|
height: 10px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
background-color: #ABABFF;
|
|
text-align: center;
|
|
color: Black;
|
|
}
|
|
.ctrHeaderPager
|
|
{
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
text-align: center;
|
|
}
|
|
|
|
.ctrHeaderPagerMini
|
|
{
|
|
background-color: #b8b8b8;
|
|
color: White;
|
|
text-align: center;
|
|
font-size: x-small;
|
|
height: 10px;
|
|
}
|
|
|
|
.ctrHeaderPagerWide
|
|
{
|
|
background-color: #b8b8b8;
|
|
font-weight: bold;
|
|
color: White;
|
|
font-size: 10pt;
|
|
}
|
|
.ctrRowStyle
|
|
{
|
|
vertical-align: top;
|
|
background-color: #EFF3FB;
|
|
text-align: left;
|
|
}
|
|
.ctrAltRowStyle
|
|
{
|
|
vertical-align: top;
|
|
background-color: White;
|
|
text-align: left;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.ctrFooterMini
|
|
{
|
|
font-size: x-small;
|
|
height: 15px;
|
|
}
|
|
.btnDeposita
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFCCAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnSposta
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnRettifica
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px blue;
|
|
background-color: #5454FF;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
color: White;
|
|
}
|
|
.btnPreleva
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFCCAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnRiattiva
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFCCFF;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnConferma
|
|
{
|
|
display: block;
|
|
width: 56px;
|
|
height: 40px;
|
|
border: solid 2px #DDDD99;
|
|
background-color: #FFFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnCellaPiena
|
|
{
|
|
display: block;
|
|
width: 56px;
|
|
height: 40px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnBarcode
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
text-align: center;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnChiudi
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px #DDDD99;
|
|
background-color: #FFFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnChiudiInput
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFCCAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnDeliberaFusi
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnDeliberaWipPre
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnDeliberaWipPost
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnUpdate
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
}
|
|
.btnCancel
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px blue;
|
|
background-color: #AAAAFF;
|
|
font-size: x-small;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* classe generale per div dei bottoni */
|
|
|
|
.divButtons
|
|
{
|
|
float: left;
|
|
}
|
|
.divSx
|
|
{
|
|
float: left;
|
|
}
|
|
.divDx
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
|
|
/* bottoni homepage */
|
|
.btnRosso
|
|
{
|
|
border: solid 2px red;
|
|
background-color: #FFAAAA;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnArancio
|
|
{
|
|
border: solid 2px #998800;
|
|
background-color: #FFEE66;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnVerde
|
|
{
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnBlu
|
|
{
|
|
border: solid 2px blue;
|
|
background-color: #AAAAFF;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnAzzurro
|
|
{
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnGiallo
|
|
{
|
|
border: solid 2px #BBBB88;
|
|
background-color: #FFFFAA;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnGrigio
|
|
{
|
|
border: solid 2px #999999;
|
|
background-color: #DDDDDD;
|
|
width: 95px;
|
|
height: 90px;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
|
|
/* buttons mezza altezza*/
|
|
.btnGrigioHalf
|
|
{
|
|
border: solid 2px #999999;
|
|
background-color: #DDDDDD;
|
|
width: 210px;
|
|
height: 30px;
|
|
}
|
|
.btnGrigioThird
|
|
{
|
|
border: solid 2px #999999;
|
|
background-color: #DDDDDD;
|
|
width: 210px;
|
|
height: 20px;
|
|
}
|
|
.btnAzzurroHalf
|
|
{
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
width: 210px;
|
|
height: 30px;
|
|
}
|
|
.btnAzzurroThird
|
|
{
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
width: 210px;
|
|
height: 20px;
|
|
}
|
|
.btnVerdeHalf
|
|
{
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
width: 210px;
|
|
height: 30px;
|
|
/*text-align: center;
|
|
white-space: pre;*/
|
|
}
|
|
.btnVerdeThird
|
|
{
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
width: 210px;
|
|
height: 20px;
|
|
/*text-align: center;
|
|
white-space: pre;*/
|
|
}
|
|
|
|
/* buttons larghi */
|
|
.btnAzzurroWide
|
|
{
|
|
width: 190px;
|
|
height: 90px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnBluWide
|
|
{
|
|
width: 190px;
|
|
height: 90px;
|
|
border: solid 2px blue;
|
|
background-color: #AAAAFF;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnVerdeWide
|
|
{
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* area formattazione dati ricerca UDC e celle */
|
|
.divSmall
|
|
{
|
|
width: 220px;
|
|
}
|
|
.labelSmall
|
|
{
|
|
font-size: 8pt;
|
|
color: #969696;
|
|
}
|
|
.valoreSmall
|
|
{
|
|
font-size: 8pt;
|
|
color: Black;
|
|
}
|
|
|
|
|
|
.btnBarcodeBig
|
|
{
|
|
width: 95px;
|
|
height: 90px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
white-space: pre;
|
|
}
|
|
.btnBarcodeBigWide
|
|
{
|
|
width: 190px;
|
|
height: 90px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.btnSearchBig
|
|
{
|
|
width: 95px;
|
|
height: 90px;
|
|
border: solid 2px #DDDD99;
|
|
background-color: #FFFFAA;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
|
|
.btnSmartListBig
|
|
{
|
|
width: 95px;
|
|
height: 90px;
|
|
border: solid 2px red;
|
|
background-color: #FFEE66;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnListBig
|
|
{
|
|
width: 95px;
|
|
height: 90px;
|
|
border: solid 2px red;
|
|
background-color: #FFAA88;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
.btnListBigWide
|
|
{
|
|
width: 190px;
|
|
height: 90px;
|
|
border: solid 2px red;
|
|
background-color: #FFAA88;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
.btnTaskBig
|
|
{
|
|
width: 95px;
|
|
height: 90px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
}
|
|
|
|
.btnHome
|
|
{
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px green;
|
|
background-color: #AAFFAA;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
}
|
|
.btnLogout
|
|
{
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFAAAA;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
}
|
|
.btnShowPeriodo
|
|
{
|
|
height: 40px;
|
|
border: solid 2px Orange;
|
|
background-color: #FFCCAA;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
}
|
|
.btnBarcodeSmall
|
|
{
|
|
width: 80px;
|
|
height: 40px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
}
|
|
.btnBarcodeLarge
|
|
{
|
|
width: 120px;
|
|
height: 40px;
|
|
border: solid 2px blue;
|
|
background-color: #AAFFFF;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.btnPrendiInCarico
|
|
{
|
|
width: 90px;
|
|
height: 40px;
|
|
border: solid 2px red;
|
|
background-color: #FFCCAA;
|
|
white-space: pre;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.errore
|
|
{
|
|
font-size: small;
|
|
color: Red;
|
|
font-weight: bold;
|
|
}
|
|
.erroreMid
|
|
{
|
|
font-size: small;
|
|
color: Red;
|
|
}
|
|
.clearAll
|
|
{
|
|
clear: both;
|
|
height: 0px;
|
|
}
|
|
.clearAllBottomLine
|
|
{
|
|
border-bottom: solid 1px #ACACAC;
|
|
clear: both;
|
|
height: 0px;
|
|
}
|
|
|
|
|
|
.styleBtnComposito
|
|
{
|
|
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
|
font-size: 0.9em;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
margin: .2em;
|
|
text-decoration: none !important;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
zoom: 1;
|
|
overflow: visible;
|
|
border: solid 1px #696969;
|
|
background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
|
color: Black; /* was #1c94c4 */
|
|
-moz-border-radius-topleft: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-khtml-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-webkit-border-top-right-radius: 4px;
|
|
-khtml-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-khtml-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-khtml-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
padding-top: .2em;
|
|
padding-right: .4em;
|
|
padding-bottom: .2em;
|
|
padding-left: .4em;
|
|
}
|
|
|
|
.styleBtnComposito:hover
|
|
{
|
|
color: White;
|
|
background-image: none;
|
|
background-color: #696969;
|
|
}
|
|
.styleBtnComposito:active
|
|
{
|
|
position: relative;
|
|
top: 1px;
|
|
color: Yellow;
|
|
background-image: none;
|
|
background-color: #ACACAC;
|
|
}
|