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 38 39 40 41 42 43 44 45 46 47 48
|
#projectname, #projectname a, #projectname a:visited
{
font-family: "Lato", sans-serif;
font-weight: 700;
font-style: italic;
color: black;
}
#projectname
{
padding: 1em;
}
#projectnumber
{
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: italic;
font-size: 60%;
margin-top: 1em;
margin-bottom: 0;
}
body, table, div, p, dl {
font: 300 16px/22px Lato,sans-serif;
}
p.reference, p.definition {
font: 300 16px/22px Lato,sans-serif;
}
.title {
font-family: "Lato", sans-serif;
font-style: italic;
}
table.directory {
font: 400 16px "Lato",sans-serif;
}
h1 {
font-style: italic;
}
.sm-dox a,.sm-dox a:focus,.sm-dox a:hover,.sm-dox a:active {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: italic;
}
|