le-cres: 1st draft (#8965)

This commit is contained in:
Frédéric Péters 2015-11-17 18:16:53 +01:00
parent 159056ba6b
commit 3cc7450983
3 changed files with 197 additions and 0 deletions

View File

@ -0,0 +1,197 @@
div#header {
background: transparent;
position: static;
margin: 0 auto;
}
a {
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
div#top {
background: transparent url(le-cres/bandeau_demarche_plateforme.png) bottom left no-repeat;
height: 141px;
width: 1003px;
margin: 0 auto;
}
a#bandeau-commune {
background: none;
border: none;
margin-top: 0px;
padding-left: 0;
color: transparent;
display: inline-block;
line-height: 120px;
padding-top: 60px;
}
div#main-content-wrapper {
margin: 0;
margin-top: 0px;
width: auto;
}
div#main-content {
width: 1000px;
margin: auto;
background: white;
}
div#content {
padding-top: 1px;
}
div#toplinks {
top: 0px;
right: 0px;
background: rgba(255, 255, 255, 0.90);
text-align: right;
width: auto;
}
#toplinks a.logout {
background: none;
padding-left: 0;
}
div#toplinks span.logged-in,
div#toplinks span.login {
border: none;
background: none;
text-align: right;
}
#toplinks span.logged-in a.myspace,
#toplinks span.logged-in a.myaccount {
padding-right: 10px;
}
div#toplinks a {
color: #333;
padding: 0;
}
div#services > ul > li strong,
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: #4E799F;
background: linear-gradient(to right, rgba(78,121,159,1) 0%,rgba(56,130,193,1) 48%,rgba(41,137,216,0.63) 81%,rgba(125,185,232,0.41) 100%);
color: white;
padding-left: 1ex;
position: relative;
left: -1px;
top: -1px;
text-transform: none;
border-radius: 4px 4px 0 0;
}
div#services > ul > li strong {
background: #F07D1D url(Picto-EServices.png) 5px 50% no-repeat;
background-image: url(Picto-EServices.png), linear-gradient(to right, rgba(240,125,29,1) 50%,rgba(248,212,35,1) 84%);
padding: 6px 1em 6px 47px;
}
div#steps ol li {
background: #B3D5F1;
}
div#steps ol li.current {
background: #4E799F;
}
div#steps li.current span.marker,
div#steps span.marker {
color: #228;
}
div#centre li li a,
div#gauche li a {
background-image: url(le-cres/puce.png);
padding-left: 33px;
line-height: 200%;
display: inline-block;
}
div#content #disclose-dataview,
p.command,
a.edit-custom-text,
#page div.back-home-button a,
div.buttons input {
background: #4E799F;
}
div#home-page-intro {
background: transparent;
}
div#footer {
border: none;
background: #FAE524;
min-height: 150px;
color: #2D4B9B;
padding: 1em 1em;
}
br.clear {
clear: both;
}
#footer h3, #footer a {
color: blue;
}
div#footer div#help {
background: transparent;
border: none;
color: #2D4B9B;
padding-left: 1em;
}
div#footer div#help a {
text-decoration: underline;
}
#agglo-link a {
background-color: transparent;
}
p#welcome {
display: none;
}
div#centre {
margin-top: -1px;
}
div#profile {
width: 1000px;
}
#toplinks a.restricted {
position: absolute;
top: 4px;
right: 5px;
}
#toplinks #welcome span {
background: none;
border: none;
}
div#breadcrumb {
margin-top: 1ex;
margin-bottom: 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB