Added a background image

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent f2454e61f8
commit 4010b8d234
  1. BIN
      doc/theme/background.jpg
  2. 8
      doc/theme/doxygen.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

@ -1,5 +1,13 @@
/* The standard CSS for doxygen */
body
{
background-image:url('background.jpg');
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
}
body, table, div, p, dl
{
font-family: Lucida Grande, Calibri, Verdana;

Loading…
Cancel
Save