68 lines
1.3 KiB
CSS
68 lines
1.3 KiB
CSS
A {
|
|
color : #006040;
|
|
font-family : "Trebuchet MS";
|
|
font-size : x-small;
|
|
font-style : normal;
|
|
text-decoration : none;
|
|
}
|
|
|
|
A:HOVER {
|
|
background-color : #002184;
|
|
color : Yellow;
|
|
}
|
|
|
|
TABLE {
|
|
font : smaller Trebuchet MS;
|
|
font-size : x-small;
|
|
font-style : normal;
|
|
text-decoration : none;
|
|
color : #002184;
|
|
empty-cells: show;
|
|
}
|
|
|
|
TD {
|
|
font : smaller Trebuchet MS;
|
|
font-size : x-small;
|
|
font-style : normal;
|
|
text-decoration : none;
|
|
color : #002184;
|
|
}
|
|
|
|
PRE {
|
|
font : smaller Trebuchet MS;
|
|
font-size : x-small;
|
|
font-style : normal;
|
|
text-decoration : none;
|
|
color : #002184;
|
|
}
|
|
.smallfnt {
|
|
font : Trebuchet MS;
|
|
color : #002184;
|
|
}
|
|
.errore {
|
|
font : Trebuchet MS;
|
|
color : red;
|
|
}
|
|
|
|
table.mytable {
|
|
border-style: none none none none;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.mytable td {
|
|
border-width: thin thin thin thin;
|
|
border-style: inset inset inset inset;
|
|
border-color: navy navy navy navy;
|
|
padding: 5px 5px 5px 5px;
|
|
-moz-border-radius: 0px 0px 0px 0px;
|
|
}
|
|
|
|
table.noborder {
|
|
border-style: none none none none;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.noborder td {
|
|
padding: 5px 5px 5px 5px;
|
|
-moz-border-radius: 0px 0px 0px 0px;
|
|
}
|