1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
body {
background-color:lightgray;
font-family : Helvetica;
font-size : 10pt;
margin: 1cm 1cm 1cm 1cm;
}
.name {
font-family : Helvetica;
font-size : 12pt;
font-weight: bold;
}
.host {
font-family : Helvetica;
font-size : 10pt;
}
.label {
font-family : Helvetica;
font-size : 10pt;
font-weight: bold;
}
.url {
font-family : Courier;
text-align : center;
font-size : 9pt;
color: rgb(80,80,80);
}
.port {
font-family : Courier;
font-size : 9pt;
color: rgb(80,80,80);
}
.group {
font-family : Helvetica;
font-size : 10pt;
color: rgb(80,80,80);
}
|