From 3118043a2ae0937b5a0bfb4fe4986a5f22bba9a4 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 21 Aug 2007 19:40:50 +0000 Subject: [PATCH] ActionItem0: working on FBES logo --- public/artwork/logos/FBES_logo_2.svg | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/templates/default/stylesheets/style.css | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 156 insertions(+), 2 deletions(-) create mode 100644 public/artwork/logos/FBES_logo_2.svg diff --git a/public/artwork/logos/FBES_logo_2.svg b/public/artwork/logos/FBES_logo_2.svg new file mode 100644 index 0000000..d1c7743 --- /dev/null +++ b/public/artwork/logos/FBES_logo_2.svg @@ -0,0 +1,123 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 16a97ee..6eabc64 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -10,14 +10,45 @@ background: #FFF url("../images/bg_content.png") top center repeat-y; } #content { -background: url("../images/bg_bgheader.png") top left repeat-x; } #header_content { -background: url("../images/bg_header.png") top center no-repeat; +/* background: url("../images/bg_header.png") top center no-repeat; */ height: 135px; } +#menu { + display: none; +} + +#header { + border-left: 1px solid ; + border-bottom: 1px solid ; + border-right: 1px solid ; + border-color: blue; + background: white; + padding-top: 0.25em; + padding-left: 48px; + padding-right: 0.5em; + padding-bottom: 0.25em; + z-index: 100; + position: absolute; + left: 20px; + right: 20px; + -moz-border-radius-bottomleft: 15px; + -moz-border-radius-bottomright: 15px; + -webkit-border-radius-bottomleft: 15px; + -webkit-border-radius-bottomright: 15px; + background: #cdf url(../images/logo.png) top left no-repeat; + color: #006; + height: 48px; +} +#header a { + color: #006; + font-weight: bold; + font-size: smaller; +} + #boxes { position: relative; width: 800px; -- libgit2 0.21.2