Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/mnp/web/jsp/normal.css
2024-05-13 12:54:14 +02:00

119 lines
1.7 KiB
CSS

TABLE.border {
background-color : #C6C4C4;
border-color : #C6C4C4;
width: 100%;
}
TABLE.banner {
border-color : #FFFFFF;
width: 100%;
}
INPUT.readOnly{
background : Aqua;
}
FONT.bannerVertTitolo{
color : #FFFFFF;
font: "Arial";
font-size: 12;
font-weight: 700;
}
BODY.normal {
background-color : "#FFFFFF";
}
P.titolo{
font: "Arial";
font-size: 17;
color : #455598;
font-weight: 700;
}
FONT.titlePage{
font: "Arial";
font-size: 17;
color : #455598;
font-weight: 700;
}
P.titoloBan{
font-face: "Arial";
font-size: 18;
color : #FFFF00;
font-weight: 700;
}
P.normale{
font-face: "Arial";
font-size: 14;
color : #2F4E8D;
font-weight: 700;
}
P.alert{
font-face: "Arial";
font-size: 18;
color : #FF0000;
font-weight: 700;
}
BODY.banner {
background-color : #D61414;
}
HR.riga{
color :#AD0404;
}
A.linkBanner{
color :"#FFFFFF";
font: Arial;
font-size: 11;
font-weight: 700;
}
A.linkBanner:hover{
color :"#FFFFFF";
font-style: italic;
font: Arial;
font-size: 11;
font-weight: 700;
}
A.linkPage{
color :"#455598";
font: Arial;
font-size: 14;
font-weight: 700;
}
A.linkPage:hover{
color :"#455598";
font-style: italic;
font: Arial;
font-size: 14;
font-weight: 700;
}
FONT.fontNormale{
font: Arial;
color: #2F4E8D;
font-weight: 700;
}
FONT.fontAlert{
font: Arial;
color: Red;
font-weight: 700;
}
FONT.fontErrorPage{
font: Arial;
color: #455598;
font-weight: 700;
}
INPUT.esitoRed{
color: Red;
font: Arial;
}