diff --git a/static/custom-prefecture/bandeau-departement-blanc.jpg b/static/custom-prefecture/bandeau-departement-blanc.jpg new file mode 100644 index 0000000..21cac25 Binary files /dev/null and b/static/custom-prefecture/bandeau-departement-blanc.jpg differ diff --git a/static/custom-prefecture/bg-container.png b/static/custom-prefecture/bg-container.png new file mode 100644 index 0000000..55c476c Binary files /dev/null and b/static/custom-prefecture/bg-container.png differ diff --git a/static/custom-prefecture/bg-footer.png b/static/custom-prefecture/bg-footer.png new file mode 100644 index 0000000..b34b0ae Binary files /dev/null and b/static/custom-prefecture/bg-footer.png differ diff --git a/static/custom-prefecture/en-Loire-Atlantique.gif b/static/custom-prefecture/en-Loire-Atlantique.gif new file mode 100644 index 0000000..cc1d44b Binary files /dev/null and b/static/custom-prefecture/en-Loire-Atlantique.gif differ diff --git a/static/custom-prefecture/logo-pref.png b/static/custom-prefecture/logo-pref.png new file mode 100644 index 0000000..48d860f Binary files /dev/null and b/static/custom-prefecture/logo-pref.png differ diff --git a/static/custom-prefecture/style.css b/static/custom-prefecture/style.css new file mode 100644 index 0000000..ae7efca --- /dev/null +++ b/static/custom-prefecture/style.css @@ -0,0 +1,90 @@ +html { + background: #EDEDED url(bg-container.png) repeat-y scroll center top; +} +body { + background: #EDEDED url(bg-container.png) repeat-y scroll center top; + font-family: "Century Gothic", Arial, Verdana; +} + +div#page { + background: url(bandeau-departement-blanc.jpg) top left no-repeat; + max-width: 1060px; +} + +div#header { + height: 135px; + background: transparent url(logo-pref.png) no-repeat 50px 14px; +} + +div#top h1 { + padding-top: 50px; + padding-left: 140px; + font-size: 160%; + font-weight: normal; +} + +div#top h1 a { + color: white; +} + +#nav { + margin-top: 0; + margin-left: 0; +} + +#nav ul { + border: none; + margin: 0; +} + +#nav li { + margin: 0; + width: 8em; + display: inline-block; + text-align: center; + padding: 0 1ex; + border-right: 1px outset white; +} + +#nav li a { + color: #494949; + display: inline-block; + width: 100%; +} + +#nav li.selected a { + color: #222; +} + +#nav li a:hover { + background: white; + color: #222; +} + +#nav li:after { + content: none; +} + +div#main-content { + margin-top: 20px; +} + +#content div.cell { + border: none; +} + +#toplinks { + top: 0; + background: rgba(255, 255, 255, 0.6); + width: 442px; +} + +div#footer-wrapper { + background: transparent url(bg-footer.png) top center no-repeat; + color: #444; +} + +div#footer { + padding-top: 30px; + padding-bottom: 20px; +}