campo-sirio/corsi/pages/stile.css

31 lines
1.2 KiB
CSS
Raw Normal View History

body{background-color:#D3DCED;}
p{font-family:Arial; font-size:12pt; text-align:center;}
p.titolo{font-family:Arial; font-size:13pt; text-align:center;}
p.error{font-family:Garamond; font-size:13pt; color:Red; font-weight:900; text-align:center;}
th{font-family:Tahoma; font-size:10pt; background-color:Navy; color:white;}
tr.chiaro{background-color:#DDDDDD;}
tr.scuro{background-color:#BBBBBB;}
tr.rosso{background-color:#BF210B;}
tr.blu{background-color:#1058BA;}
tr.menu{background-color:Navy;}
tr.menug{background-color:White;}
td{font-family:Tahoma; font-size:8pt; font-weight:bold;}
td.titolo{font-family:Arial; font-size:10pt; font-weight:bold; text-align:center;}
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:Verdana; 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;}