Hamlib/doc/hamlib.css
Nate Bargmann d4bc60be0b
Update Doxygen files
The latest Doxygen has changed the footer.html substantially from the
much older version we were using.  Add some Hamlib project specific
information to it.

Align hamlib.cfg.in to the latest Doxygen.

Reduce hamlib.css to only those elements needed for Hamlib
customization.

Add hamlib.png as a project logo.
2021-02-05 20:36:49 -06:00

30 lines
541 B
CSS

/* Custom CSS for Hamlib used by the Doxygen generated HTML pages. */
/* Add padding around the Hamlib logo in the page header. */
#projectlogo
{
padding-right: 0.85em;
padding-left: 0.8em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
/* Align the Hamlib footer elements to the left and right and pad
* from the screen edge to align with other page padding. */
.footer p.alignleft
{
float: left;
font-size: 75%;
padding-left: 1.5em;
}
.footer p.alignright
{
float: right;
padding-right: 0.85em;
}