castelnau-le-nez, 1st draft

This commit is contained in:
Frédéric Péters 2015-05-26 10:23:16 +02:00
parent e60769e889
commit b864d721dc
6 changed files with 172 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

View File

@ -0,0 +1,168 @@
body {
background: #E2D9BC url(castelnau-le-lez/fond_haut_vert.png) top left repeat-x;
}
div#top {
}
div#main-content-wrapper {
margin-top: 245px;
}
#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(castelnau-le-lez/bandeau_1.jpg) no-repeat 100% 0%;
border: none;
padding-left: 0;
padding-top: 30px;
}
a#bandeau-commune span {
font-size: 300%;
color: white;
font-weight: bold;
text-shadow: #666 1px 1px 1px;
}
#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: url(castelnau-le-lez/bandeau_bas_x.jpg) repeat-x top left;
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;
}

View File

@ -125,7 +125,6 @@ div#new_member,
div#accessibility,
div#contact,
div#info,
div#help,
div#rub_agenda,
div#rub_annonce,
div#profile,
@ -138,6 +137,10 @@ div#centre {
margin-top: 22px;
}
div#help {
margin-top: 22px;
}
div#breadcrumb,
div.large div#rub_service,
div.large div#centre {