From 0e5f18b9e3df36c538752eea4ccd5943260d21c1 Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 6 Mar 2015 01:36:20 +0000 Subject: [PATCH] Add background logo image to banner and cleaup style --- build/documentation/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build/documentation/style.css b/build/documentation/style.css index 02fe8a0..f96a5a2 100644 --- a/build/documentation/style.css +++ b/build/documentation/style.css @@ -3,13 +3,18 @@ body { background-color: #efefef; } +#titlearea { + background-image: url(http://www.html-tidy.org/assets/images/green-abstract-background.jpg); + background-size: cover; +} + #projectname { font-family: sans-serif; font-size: 22pt; margin: 0 0 0 0; + margin-left: 150px; padding: 2px 0px; - color: #333333; - text-shadow: 3px 3px 1px #cccccc; + color: white; } #projectnumber { @@ -19,7 +24,8 @@ body { #projectbrief { font-family: sans-serif; font-size: 10pt; - color: #666666; + color: #dddddd; + margin-left: 150px; }