29 lines
1.0 KiB
CSS
29 lines
1.0 KiB
CSS
|
body{background-color:#D3DCED;}
|
||
|
|
||
|
p{font-family:Arial; font-size:12pt; text-align:center;}
|
||
|
p.titolo{font-family:Arial; font-size:14pt; text-align:center;}
|
||
|
p.error{font-family:Garamond; font-size:12pt; color:red; font-weight:900; text-align:center;}
|
||
|
|
||
|
th{font-family:Tahoma; font-size:10pt; background-color:Navy; color:white;}
|
||
|
|
||
|
td{font-family:Tahoma; font-size:8pt; font-weight:bold;}
|
||
|
td.titolo{font-family:Arial; font-size:12pt; font-weight:bold;}
|
||
|
td.menu{font-family:Arial; font-size:8pt; font-weight:bold; text-align:center; color:white;}
|
||
|
td.menug{font-family:Arial; font-size:12pt; font-weight:bold; text-align:center; color:Navy;}
|
||
|
|
||
|
input{font-family:Tahoma; font-size:8pt; font-weight:bold;}
|
||
|
input.bottoni{font-family:Verdana; font-size:9pt; font-weight:bold;}
|
||
|
|
||
|
A:visited{color:Teal; text-decoration:none;}
|
||
|
/*A:active{color:blue; text-decoration:none;}*/
|
||
|
A:link{color:blue; text-decoration:none;}
|
||
|
A:hover{color:red; text-decoration:underline;}
|
||
|
|
||
|
|
||
|
/*
|
||
|
TAVOLA DEI COLORI
|
||
|
|
||
|
#BF210B = rosso
|
||
|
#D3DCED = celeste
|
||
|
|
||
|
*/
|