172 lines
2.0 KiB
CSS
172 lines
2.0 KiB
CSS
/* arsdigita.css -- default style sheet */
|
|
|
|
BODY {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
BODY, P, TD, TH, UL, OL {
|
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
|
font-size : 10pt;
|
|
}
|
|
|
|
H1, H2, H3, H4 {
|
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
H1 {
|
|
font-size : 120%;
|
|
}
|
|
|
|
H2 {
|
|
font-size : 110%;
|
|
}
|
|
|
|
H3, H4 {
|
|
font-size : 105%;
|
|
}
|
|
|
|
/*
|
|
A:LINK {
|
|
text-decoration : none;
|
|
color : #0085C0;
|
|
}
|
|
|
|
A:VISITED {
|
|
text-decoration : none;
|
|
color : Purple;
|
|
}
|
|
|
|
A:HOVER {
|
|
text-decoration : underline;
|
|
color : #0085C0;
|
|
}
|
|
|
|
A:LINK.leftcolnav {
|
|
text-decoration : none;
|
|
color : #0085C0;
|
|
}
|
|
|
|
A:HOVER.leftcolnav {
|
|
text-decoration : none;
|
|
background : #999999;
|
|
color: black;
|
|
}
|
|
|
|
A:VISITED.leftcolnav {
|
|
text-decoration : none;
|
|
color : Purple;
|
|
}
|
|
*/
|
|
|
|
.stripes {
|
|
font-size : 9pt;
|
|
}
|
|
|
|
.navtopon {
|
|
background-color : #999999;
|
|
font-size : 9pt;
|
|
text-align : center;
|
|
font-weight : bold;
|
|
}
|
|
|
|
.navtopoff {
|
|
font-size : 9pt;
|
|
text-align : center;
|
|
font-weight : bold;
|
|
}
|
|
|
|
.gutter {
|
|
margin-top : 2mm;
|
|
margin-right : 3mm;
|
|
margin-bottom : 3mm;
|
|
margin-left : 5mm;
|
|
}
|
|
|
|
.pagebodygutter {
|
|
margin-top : 2mm;
|
|
}
|
|
|
|
.pagecentergutter {
|
|
margin-left : 25mm;
|
|
margin-right: 10mm;
|
|
margin-bottom: 2mm;
|
|
text-align : left;
|
|
}
|
|
|
|
|
|
.leftcolgutter {
|
|
margin-top : 2mm;
|
|
margin-right : 1mm;
|
|
margin-left : 3mm;
|
|
}
|
|
|
|
.textcolgutter {
|
|
margin-bottom : 1.5mm;
|
|
}
|
|
|
|
.textpromo {
|
|
font-size : 10pt;
|
|
margin-top : 2mm;
|
|
margin-right : 1mm;
|
|
margin-left : 2mm;
|
|
}
|
|
|
|
.newscolgutter {
|
|
margin-left : 1mm;
|
|
margin-top : 2mm;
|
|
margin-bottom : 3mm;
|
|
font-size : 10pt;
|
|
}
|
|
|
|
.itemgutter {
|
|
margin-left : 1.5mm;
|
|
font-size : 8pt;
|
|
}
|
|
|
|
.logogutter {
|
|
margin-top : 3mm;
|
|
margin-bottom : 2mm;
|
|
margin-left : 3mm;
|
|
}
|
|
|
|
.navtext {
|
|
font-size : 9pt;
|
|
}
|
|
|
|
.note {
|
|
font-style : italic;
|
|
color : gray;
|
|
}
|
|
|
|
.textwhite {
|
|
color : white;
|
|
}
|
|
|
|
.small {
|
|
font-size : 9pt;
|
|
}
|
|
|
|
.tiny {
|
|
font-size : 9pt;
|
|
}
|
|
|
|
.confirmation {
|
|
color : Lime;
|
|
}
|
|
|
|
.warning {
|
|
color : #ffcc66;
|
|
}
|
|
|
|
.error {
|
|
color : Red;
|
|
}
|
|
|
|
.disclaimer {
|
|
font-size : 9pt;
|
|
color : Gray;
|
|
margin-top : 1em;
|
|
margin-bottom : 1em;
|
|
}
|
|
|