Browse Source

Added a background image

Christophe Riccio 14 years ago
parent
commit
4010b8d234
2 changed files with 8 additions and 0 deletions
  1. BIN
      doc/theme/background.jpg
  2. 8 0
      doc/theme/doxygen.css

BIN
doc/theme/background.jpg


+ 8 - 0
doc/theme/doxygen.css

@@ -1,5 +1,13 @@
 /* The standard CSS for doxygen */
 /* 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 
 body, table, div, p, dl 
 {
 {
 	font-family: Lucida Grande, Calibri, Verdana;
 	font-family: Lucida Grande, Calibri, Verdana;