breadcrumps, center and right zones styles fixed

This commit is contained in:
Serghei Mihai 2013-10-11 14:48:08 +02:00
parent aa5367ba17
commit c6e5482713
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 47 additions and 7 deletions

54
wcs.css
View File

@ -150,7 +150,7 @@ p.empty {margin:10px 0;}
.page .content, .home .content {float:left; margin-left:15px; width:640px;}
.page404 .content {float:none; margin-left:0; width:927px;}
.page .sidebarRight, .home .sidebarRight {float:left; margin:0 15px 0 11px; width:246px;}
#droite {float:left; margin:0 0 0 10px; width:220px;background:#e6e6e6;}
/*-Pleine page-*/
.fullWidth .content {margin:0 15px; width:897px;}
@ -240,7 +240,7 @@ p.empty {margin:10px 0;}
.footer #content15 .rteContent ul li:nth-child(2n) {float:left; width:155px;} /* EVEN */
/* 09 = Breadcrumbs */
#breadcrumb {border-bottom:8px solid #e6e6e6; margin:0 15px 20px 15px; padding:0 0 15px 30px;}
#breadcrumb {border-bottom:8px solid #e6e6e6; margin:0 12px 20px 12px; padding:0 0 15px 30px;}
#breadcrumb p {color:#999; font-family:PTSansRegular; line-height:13px;}
#breadcrumb ul {line-height:18px;}
#breadcrumb li {display:inline; font-family:"PTSansBold", Trebuchet MS; font-size:14px;}
@ -347,10 +347,18 @@ p.empty {margin:10px 0;}
.actuHome .listActu .list-1 {clear:left;}
.actuHome .listActu .list-3 {margin-right:0;}
.actuHome .listActu .illustration {display:block; margin-bottom:10px; width:210px;}
.actuHome .title {border-bottom:4px solid #f2f2f2; color:#666; font-family:"RokkittRegular", Times New Roman; font-size:1.75em; line-height:1em; margin-bottom:8px; padding-bottom:8px;}
.actuHome .title h3 {font-family:"RokkittRegular", Times New Roman; font-size:1.190em; font-weight:normal; line-height:0.8em; margin:0 0 5px;}
#services h3 {
border-bottom:4px solid #f2f2f2;
color:#666;
font-family:"RokkittRegular", Times New Roman;
font-size:1.75em;
line-height:1em;
margin-bottom:8px;
padding-bottom:8px;
}
#services li strong {font-family:"RokkittRegular", Times New Roman; font-size:1.5em; font-weight:bold; line-height:0.8em; margin:0 0 5px;}
.actuHome .title .date {color:#666; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; font-style:italic; font-size:0.524em; line-height:1.091em;}
.actuHome .listActu .title a {color:#666; text-decoration:none;}
#services li a {color:#666; text-decoration:none;}
.actuHome .listActu .title a:hover {color:#00325D;}
.actuHome .category {border-bottom:8px solid #F2F2F2; color:#29abd2; font-family:"PTSansBold", Trebuchet MS; font-size:1em; line-height:12px; margin-bottom:10px; padding-bottom:5px;}
.actuHome .listActu .abstract {color:#000; font-size:1em; line-height:1.167em; margin-bottom:10px;}
@ -1214,9 +1222,20 @@ html.modalHTML {background:#FFF;}
color: transparent;
}
#header #top h1 a {
text-decoration: none;
}
#centre {
float: left;
margin-left: 15px;
width: 650px;
}
#content {
margin: 0;
padding: 0px 0px 0px 12px;
float:left;
padding: 0px 12px;
background: #ffffff;
}
@ -1293,4 +1312,25 @@ html.modalHTML {background:#FFF;}
#legal {
color: #fff;
text-align: center;
}
}
#droite h3 {
background: #FFF;
color: #4d4d4d;
display: block;
font-family: "PTSansBold", Trebuchet MS;
font-size: 1.25em;
line-height: 1.333em;
padding-bottom: 5px;
text-transform: uppercase;
}
#droite ul {
padding: 5px;
}
#droite a, #services ul ul li a {
color: #000;
font-family: "PTSansBold", Trebuchet MS;
line-height: 20px;
}