X-Git-Url: http://git.vanrenterghem.biz/www.vanrenterghem.biz.git/blobdiff_plain/4b1ce0d83844cfd7c55e75a60ccb239882cd62e3..83ab5456767602f2a9860a7db7247f002ec96945:/styles/header.css.backup diff --git a/styles/header.css.backup b/styles/header.css.backup deleted file mode 100644 index ec35113..0000000 --- a/styles/header.css.backup +++ /dev/null @@ -1,110 +0,0 @@ -body, html -{ -margin: 0; -padding: 0; -} - -#logo -{ -position: absolute; -top: 10px; -left: 10px; -border: 0px; -z-index: 10; -background: url(/Pics/logo-100.png) no-repeat; -width: 99px; -height: 78px; -} - -#logo a -{ -width: 99px; -height: 78px; -} - -#header -{ -background: #BBDDFF; -position: absolute; -z-index: 5; -top: 0px; -left: 0px; -right: 0px; -width: 100%; -height: 50px; -} - -#header h1 -{ -float: right; -display: inline; -padding: 5px 10px 5px 5px; -margin-top: 10px; -margin-left: 184px; -font-size: 1.5em; -font-weight: bold; -text-align: left; -vertical-align: top; -font-family: Verdana, Helvetica; -} - -#header h1 a -{ -text-decoration: none; -color: black;} - -#header ul -{ -position: absolute; -top: 55px; -left: 119px; -margin-left: 0px; -margin-top: 0px; -padding: 0; -text-align: left; -vertical-align: middle; -font-size: 11px; -font-weight: bold; -font-family: Verdana, Helvetica; -} - -#header li -{display: inline; -} - -#header li a -{ -padding: 2px 5px 0px 5px; -text-decoration: none; -border-right: 2px solid #BBDDFF; -} - -/* the last link in the nav can have different settings */ -li#last a -{ -border-right: 0px; -} - -#header li a:link -{ -color: black; -} - -#header li a:visited -{ -color: black; -} - -#header li a:hover -{ -text-decoration: underline; -} - -#pagefooter -{ -font-size: x-small; -} - -hr{ - border:1px solid gray; -}