diff -r b5b13ce6935f -r b00fdbef41d4 integration/mediapart/une_files/header/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/mediapart/une_files/header/style.css Tue Oct 09 16:31:25 2012 +0200 @@ -0,0 +1,95 @@ + +.clearfix:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} + +.clearfix { + display: inline-block; +} + +html[xmlns] .clearfix { + display: block; +} + +* html .clearfix { + height: 1%; +} +div.black-bar{ + width: 100%; + position: absolute; + top: 44px; + height: 30px; + background-color: #000; + z-index: -1; +} +div.header{ + width: 970px; + margin: 0 auto; + position: relative; +} +div.header div.header-content{ + height: 44px; + position: relative; +} +div.header div.header-content h1{ + +} +div.recherche-wrap{ + position: absolute; + top: 9px; left: 240px; + height: 26px; + width: 360px; +} + +ul.navigation-dossier{ + position: absolute; + right: 0; + top: 0; +} +div.recherche-wrap input.input-recherche{ + width: 238px; + height: 24px; + padding: 0 6px; + border: 1px solid black; + margin-right: 2px; +} +div.recherche-wrap form p{ + margin: 0; +} +div.recherche-wrap form p input, div.recherche-wrap form p a{ + float: left; +} +div.recherche-wrap input.recherche-submit{ + width: 54px; + height: 26px; + cursor: pointer; + border: none; + margin-right: 6px; + background: url(zoom-button.jpg) no-repeat 0 0; +} + +div.header div.nav{ + color: #FFF; + background-color: #000; + height: 30px; + line-height: 30px; + font-size: 14px; + font-weight: bold; +} +div.header div.nav a{ + color: #FFF; + text-decoration: underline; +} +a.home-button{ + line-height: 30px; + margin-right: 4px; + float: left; +} +div.header div.nav a:hover{ + text-decoration: none; +} \ No newline at end of file