This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
fontenay-themes/static/custom-fontenay-sous-bois/style.css

122 lines
2.2 KiB
CSS

html, body {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Verdana, sans-serif;
background: transparent url(image/background_04.jpg) no-repeat fixed 0% 0% / cover;
}
div#header {
margin-top: 10px;
background: transparent url(image/bandeau_portail_citoyen.png) no-repeat 0% 0%;
background-size: 100% 100%;
min-height: 187px;
z-index: 200;
}
div#header h1#logo {
display: none;
}
div#nav {
background: white;
border-radius: 10px;
padding: 7px 0px;
margin: 10px 4px;
box-shadow: 0 0 3px #444;
}
div#nav ul {
border: none;
}
div#nav a {
color: #E27828;
border-right: 1px solid #E27828;
font-weight: bold;
padding: 10px 20px 10px 0;
}
div#nav li:hover a,
div#nav li.selected a {
color: #FF6E00;
}
div#nav li:after {
content: none;
}
div#nav li:first-child a {
background: url(image/logo_accueil.png) no-repeat center left;
padding-left: 50px;
}
div#main-content {
margin: 10px 4px;
}
#toplinks {
top: 205px;
right: 10px;
background: transparent;
font-weight: bold;
width: auto;
}
div#member, div#new_member, div#accessibility, div#contact, div#info, div#help, div#rub_agenda, div#rub_annonce, div#rub_consultation, div#rub_service, div#gauche + div#rub_service,
#content div#services > ul > li,
div#tracking-code,
div#steps,
div#content div.a2-block,
div#login-methods > div > div,
#content div.cell, div.block {
background-color: white;
margin: 10px 0;
border-radius: 10px;
box-shadow: 0 0 3px #444;
border: 0;
}
div#login-methods > div > div,
div#content div.a2-block {
padding: 1em;
}
div#login-methods > div > #login-beid {
padding-top: 130px;
}
div#rub_consultation h2, div#rub_service h2, div#rub_annonce h2, div#rub_agenda h2, div#profile h2, div#services-2nd h3, div#member h2, div#help h2, div#info h2, div#accessibility h2, div#contact h2, div#gauche h3, div.large div#rub_service h3, div#centre h3 {
border-top: none;
}
div#footer-wrapper {
background: none;
}
div#footer {
background: url(image/logo_fontenay-sous-bois.png) no-repeat top right;
min-height: 80px;
}
#toplinks a.restricted {
top: -190px;
}
div#steps ol > li {
border: none;
}
p.command, a.edit-custom-text, div.buttons input {
background: #E27828;
border-radius: 5px;
}
div.textcell h1,
div.textcell h2,
div.textcell h3 {
font-weight: normal;
}