First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,177 @@
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;
}
A.linkMenuHome{
color :"#455598";
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;
}
FONT.titoloPagina{
font: "Arial";
font-size: 17;
color : #455598;
font-weight: 700;
}
FONT.normaleTab{
font-face: "Arial";
font-size: 14;
color : #2F4E8D;
font-weight: 700;
}
FONT.grassettoTab{
font-face: "Arial";
font-size: 15;
color : #2F4E8D;
font-weight: 900;
}
FONT.biancoTab{
font-face: "Arial";
font-size: 14;
color : white;
font-weight: 700;
}
TD.tdVerde{
background-color : #8CD588;
}
TD.tdCeleste{
background-color : #d7effd;
}
TD.tdGiallo{
background-color : #FFFFA8;
}
TD.tdGrigio{
background-color : #D8D8D8;
}
TD.tdRosso{
background-color : #FF5E5E;
}
TD.tdBianco{
background-color : #FFFFFF;
}
TABLE.tableBannerRosso{
background-color : #D61414;
}
TD.tdRossoBanner{
background-color : #D61414;
}