mirror of
https://github.com/serge1/COFFI
synced 2026-06-08 17:24:32 +00:00
27 lines
316 B
CSS
27 lines
316 B
CSS
#projectname {
|
|
font-size: 200%;
|
|
font-family: inherit;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
}
|
|
|
|
#projectnumber {
|
|
font-size: 150%;
|
|
font-family: inherit;
|
|
padding: 0;
|
|
}
|
|
|
|
#projectbrief {
|
|
font-size: 120%;
|
|
font-family: inherit;
|
|
padding: 0;
|
|
}
|
|
|
|
object {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
center > img {
|
|
border: outset;
|
|
}
|