juvignac: 1st draft (#10555)

This commit is contained in:
Frédéric Péters 2016-05-01 12:52:07 +02:00
parent 7784b92d51
commit 5a015099e8
2 changed files with 177 additions and 0 deletions

View File

@ -0,0 +1,177 @@
body {
background: white;
}
div#top {
height: 146px;
}
div#page {
background: #009CB6;
}
div#main-content-wrapper {
padding-top: 1px;
margin-top: 225px;
}
div#centre {
margin-top: 1ex;
}
#toplinks {
right: 5px;
top: -57px;
border: none;
background: white;
width: 100%;
border-radius: 0 0 10px 10px;
}
#toplinks span {
display: inline;
border: none;
}
#toplinks span.login {
background-color: white;
display: block;
width: 40%;
float: right;
border: 1px solid #e9e9e9;
}
#toplinks span.logged-in {
display: block;
width: 60%;
float: right;
text-align: right;
}
#toplinks span.logged-in a.myspace,
#toplinks span.logged-in a.myaccount {
font-weight: bold;
color: white;
padding: 0 1ex;
}
#toplinks span.logged-in a:hover {
border-bottom: 1px solid white;
}
#toplinks span.logged-in a.logout {
background-color: white;
display: inline-block;
float: right;
padding-right: 2em;
border: 1px solid #e9e9e9;
margin-left: 1ex;
}
p#welcome {
margin-left: 20px;
font-weight: bold;
color: white;
float: left;
padding-top: 4px;
}
p#welcome a.restricted {
position: absolute;
right: 5px;
top: 39px;
}
div#header {
background: transparent;
}
a#bandeau-commune {
width: 1000px;
margin: 55px auto 0 auto;
height: 146px;
background: transparent url(juvignac/bandeau_logo_juvignac.gif) no-repeat 0% 0%;
border: none;
padding-left: 0;
padding-top: 30px;
}
a#bandeau-commune span {
display: inline-block;
width: 0;
overflow: hidden;
}
#toplinks span {
background: transparent;
}
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 {
background: white linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.1) 100%);
box-shadow: 1px 1px 1px #666;
border-radius: 5px;
color: #444;
font-weight: normal;
padding: 15px 10px 10px 10px;
}
div.large div#rub_service h3,
div#rub_service h2 {
border-radius: 0;
box-shadow: none;
border-bottom: 1px solid #999;
}
div#breadcrumb {
background: white linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.1) 100%);
box-shadow: 1px 1px 1px #666;
border-radius: 5px;
color: #444;
padding: 8px 5px;
width: auto;
}
div#footer-wrapper {
background: #6ABD37;
height: 200px;
}
div#footer {
border: none;
}
div#footer div#help {
color: #2a2a2a;
}
#footer a {
color: #666;
}
#agglo-link a {
background-color: transparent;
}
div#services > ul > li strong,
p.command,
a.edit-custom-text,
#page div.back-home-button a,
div#steps ol li
div.buttons input {
background-color: #4449A8;
}
div#steps span.marker {
color: #9ED0EF;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB