Browse Source

Ajustement lien du header (frontend)

prodstable
keun 8 years ago
parent
commit
c9f3167f5a
3 changed files with 57 additions and 105 deletions
  1. BIN
      frontend/web/.sass-cache/e1a48ee3204d3a535cdbe440c2995954a615ac19/screen.scssc
  2. +56
    -74
      frontend/web/css/screen.css
  3. +1
    -31
      frontend/web/sass/screen.scss

BIN
frontend/web/.sass-cache/e1a48ee3204d3a535cdbe440c2995954a615ac19/screen.scssc View File


+ 56
- 74
frontend/web/css/screen.css View File

#header { #header {
z-index: 100; z-index: 100;
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
background-color: white;
background-color: #FAFAFA;
background: transparent top left repeat url(../img/crisp_paper_ruffles2.png);
background: none;
background-color: #F7F7F7;
background-color: #f8f1dd; background-color: #f8f1dd;
height: 86px; height: 86px;
} }
/* line 150, ../sass/screen.scss */
/* line 135, ../sass/screen.scss */
#header .container { #header .container {
position: relative; position: relative;
} }
/* line 155, ../sass/screen.scss */
/* line 139, ../sass/screen.scss */
#header #link-home { #header #link-home {
/*position: fixed ;
z-index: 1000 ;
text-align: center ;
position: absolute ;
top: 0px ;
left: 0px ;
padding: 10px ;
background-color: white ;
@include box-shadow(0px 0px 5px black) ;
@include border-radius(0px 0px 8px 8px) ;
*/
position: absolute; position: absolute;
top: 10px; top: 10px;
left: 0px; left: 0px;
font-size: 22px; font-size: 22px;
color: black; color: black;
} }
/* line 176, ../sass/screen.scss */
/* line 147, ../sass/screen.scss */
#header #link-home img { #header #link-home img {
height: 60px; height: 60px;
margin-bottom: 5px; margin-bottom: 5px;
} }
/* line 182, ../sass/screen.scss */
/* line 153, ../sass/screen.scss */
#header #link-espace-boulanger { #header #link-espace-boulanger {
border-left: solid 1px #e0e0e0; border-left: solid 1px #e0e0e0;
color: #BB8757; color: #BB8757;
} }
/* line 187, ../sass/screen.scss */
/* line 158, ../sass/screen.scss */
#header nav { #header nav {
padding-top: 22px; padding-top: 22px;
} }
/* line 189, ../sass/screen.scss */
/* line 160, ../sass/screen.scss */
#header nav ul { #header nav ul {
float: right; float: right;
} }
/* line 192, ../sass/screen.scss */
/* line 163, ../sass/screen.scss */
#header nav ul li a { #header nav ul li a {
text-decoration: none; text-decoration: none;
color: #505050; color: #505050;
} }
/* line 195, ../sass/screen.scss */
/* line 166, ../sass/screen.scss */
#header nav ul li a.active { #header nav ul li a.active {
background-color: white; background-color: white;
border: 1px solid #e0e0e0;
} }
/* line 200, ../sass/screen.scss */
/* line 170, ../sass/screen.scss */
#header nav ul li a:hover { #header nav ul li a:hover {
color: black; color: black;
background-color: transparent;
background-color: white;
} }
/* line 210, ../sass/screen.scss */
/* line 180, ../sass/screen.scss */
#header #link-logout .nom { #header #link-logout .nom {
color: gray; color: gray;
font-size: 10px; font-size: 10px;
top: -4px; top: -4px;
} }


/* line 227, ../sass/screen.scss */
/* line 197, ../sass/screen.scss */
#content { #content {
position: relative; position: relative;
padding: 20px 0px; padding: 20px 0px;
padding-top: 35px; padding-top: 35px;
min-height: 500px; min-height: 500px;
} }
/* line 234, ../sass/screen.scss */
/* line 204, ../sass/screen.scss */
#content h1#title-site { #content h1#title-site {
font-family: "comfortaalight"; font-family: "comfortaalight";
font-size: 50px; font-size: 50px;
} }
/* line 241, ../sass/screen.scss */
/* line 211, ../sass/screen.scss */
#content h2 { #content h2 {
color: black; color: black;
padding-bottom: 15px; padding-bottom: 15px;
position: relative; position: relative;
margin-top: 30px; margin-top: 30px;
} }
/* line 252, ../sass/screen.scss */
/* line 222, ../sass/screen.scss */
#content h3 { #content h3 {
color: black; color: black;
font-size: 20px; font-size: 20px;
} }
/* line 260, ../sass/screen.scss */
/* line 230, ../sass/screen.scss */
#content #description img { #content #description img {
width: 100%; width: 100%;
} }
/* line 265, ../sass/screen.scss */
/* line 235, ../sass/screen.scss */
#content #main-img { #content #main-img {
max-width: 100%; max-width: 100%;
border: solid 1px #e0e0e0; border: solid 1px #e0e0e0;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
/* line 272, ../sass/screen.scss */
/* line 242, ../sass/screen.scss */
#content #row-presentation { #content #row-presentation {
text-align: center; text-align: center;
} }
/* line 276, ../sass/screen.scss */
/* line 246, ../sass/screen.scss */
#content #row-signup { #content #row-signup {
text-align: center; text-align: center;
margin-top: 40px; margin-top: 40px;
} }
/* line 280, ../sass/screen.scss */
/* line 250, ../sass/screen.scss */
#content #row-signup a.btn { #content #row-signup a.btn {
padding: 13px 32px; padding: 13px 32px;
font-size: 25px; font-size: 25px;
} }
/* line 286, ../sass/screen.scss */
/* line 256, ../sass/screen.scss */
#content #row-clients-boulanger { #content #row-clients-boulanger {
margin-bottom: 50px; margin-bottom: 50px;
} }
/* line 288, ../sass/screen.scss */
/* line 258, ../sass/screen.scss */
#content #row-clients-boulanger h2 { #content #row-clients-boulanger h2 {
text-align: center; text-align: center;
margin-bottom: 15px; margin-bottom: 15px;
padding-bottom: 0px; padding-bottom: 0px;
} }
/* line 292, ../sass/screen.scss */
/* line 262, ../sass/screen.scss */
#content #row-clients-boulanger h2 img { #content #row-clients-boulanger h2 img {
height: 70px; height: 70px;
margin-bottom: 60px; margin-bottom: 60px;
} }
/* line 298, ../sass/screen.scss */
/* line 268, ../sass/screen.scss */
#content #row-clients-boulanger ul { #content #row-clients-boulanger ul {
text-align: center; text-align: center;
} }
/* line 300, ../sass/screen.scss */
/* line 270, ../sass/screen.scss */
#content #row-clients-boulanger ul li { #content #row-clients-boulanger ul li {
list-style-type: none; list-style-type: none;
} }
/* line 305, ../sass/screen.scss */
/* line 275, ../sass/screen.scss */
#content #row-clients-boulanger #clients { #content #row-clients-boulanger #clients {
border-right: dotted 1px gray; border-right: dotted 1px gray;
} }
/* line 309, ../sass/screen.scss */
/* line 279, ../sass/screen.scss */
#content #row-clients-boulanger .prix { #content #row-clients-boulanger .prix {
padding-top: 15px; padding-top: 15px;
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
} }
/* line 314, ../sass/screen.scss */
/* line 284, ../sass/screen.scss */
#content #row-clients-boulanger .prix span { #content #row-clients-boulanger .prix span {
color: #BB8757; color: #BB8757;
background-color: #F8F1DD; background-color: #F8F1DD;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
} }
/* line 328, ../sass/screen.scss */
/* line 298, ../sass/screen.scss */
#content #row-clients-boulanger #periode-essai { #content #row-clients-boulanger #periode-essai {
margin-top: 8px; margin-top: 8px;
text-align: center; text-align: center;
font-family: "comfortaaregular"; font-family: "comfortaaregular";
} }


/* line 340, ../sass/screen.scss */
/* line 310, ../sass/screen.scss */
#content #contact { #content #contact {
display: none; display: none;
} }
/* line 344, ../sass/screen.scss */
/* line 314, ../sass/screen.scss */
#content #contact .icon { #content #contact .icon {
width: 55px; width: 55px;
top: -15px; top: -15px;
margin-left: -70px; margin-left: -70px;
} }
/* line 353, ../sass/screen.scss */
/* line 323, ../sass/screen.scss */
#content #contact .form-control:focus { #content #contact .form-control:focus {
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
border-color: $jaune ;*/ border-color: $jaune ;*/
} }
/* line 358, ../sass/screen.scss */
/* line 328, ../sass/screen.scss */
#content #contact .form-group { #content #contact .form-group {
text-align: center; text-align: center;
} }
/* line 362, ../sass/screen.scss */
/* line 332, ../sass/screen.scss */
#content #contact .img-right { #content #contact .img-right {
float: right; float: right;
} }
/* line 365, ../sass/screen.scss */
/* line 335, ../sass/screen.scss */
#content #contact .img-right img { #content #contact .img-right img {
width: 300px; width: 300px;
} }


/* line 372, ../sass/screen.scss */
/* line 342, ../sass/screen.scss */
.form-control:focus { .form-control:focus {
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
border-color: $jaune ;*/ border-color: $jaune ;*/
} }


/* line 377, ../sass/screen.scss */
/* line 347, ../sass/screen.scss */
#footer { #footer {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
padding-top: 30px; padding-top: 30px;
padding-bottom: 60px; padding-bottom: 60px;
} }
/* line 393, ../sass/screen.scss */
/* line 363, ../sass/screen.scss */
#footer a { #footer a {
color: #7e7e7e; color: #7e7e7e;
color: white; color: white;
border-right: solid 1px #7e7e7e; border-right: solid 1px #7e7e7e;
border-right: solid 1px white; border-right: solid 1px white;
} }
/* line 402, ../sass/screen.scss */
/* line 372, ../sass/screen.scss */
#footer a:hover { #footer a:hover {
color: gray; color: gray;
} }
/* line 406, ../sass/screen.scss */
/* line 376, ../sass/screen.scss */
#footer a:last-child { #footer a:last-child {
border: 0px none; border: 0px none;
} }


/* line 412, ../sass/screen.scss */
/* line 382, ../sass/screen.scss */
#content #mentions { #content #mentions {
padding-top: 20px; padding-top: 20px;
} }
/* line 415, ../sass/screen.scss */
/* line 385, ../sass/screen.scss */
#content #mentions div.content { #content #mentions div.content {
width: 60%; width: 60%;
font-size: 90%; font-size: 90%;
} }
/* line 420, ../sass/screen.scss */
/* line 390, ../sass/screen.scss */
#content #mentions p { #content #mentions p {
padding-bottom: 15px; padding-bottom: 15px;
} }
/* line 424, ../sass/screen.scss */
/* line 394, ../sass/screen.scss */
#content #mentions h2 { #content #mentions h2 {
color: black; color: black;
padding-bottom: 40px; padding-bottom: 40px;
line-height: 35px; line-height: 35px;
font-family: "myriadpro-regular"; font-family: "myriadpro-regular";
} }
/* line 432, ../sass/screen.scss */
/* line 402, ../sass/screen.scss */
#content #mentions h3 { #content #mentions h3 {
font-family: "comfortaaregular"; font-family: "comfortaaregular";
font-size: 18px; font-size: 18px;
color: black; color: black;
} }


/* line 443, ../sass/screen.scss */
/* line 413, ../sass/screen.scss */
.mentions #main, .mentions body { .mentions #main, .mentions body {
background-color: white; background-color: white;
} }


/* line 448, ../sass/screen.scss */
/* line 418, ../sass/screen.scss */
.vegas-loading { .vegas-loading {
display: none; display: none;
} }


/* line 455, ../sass/screen.scss */
/* line 425, ../sass/screen.scss */
#profil-user .form-group.field-user-no_mail label { #profil-user .form-group.field-user-no_mail label {
font-weight: normal; font-weight: normal;
} }
/* line 459, ../sass/screen.scss */
/* line 429, ../sass/screen.scss */
#profil-user .form-group label { #profil-user .form-group label {
cursor: pointer; cursor: pointer;
} }
/* line 464, ../sass/screen.scss */
/* line 434, ../sass/screen.scss */
#profil-user #mails-jours-prod .form-group { #profil-user #mails-jours-prod .form-group {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
} }
/* line 467, ../sass/screen.scss */
/* line 437, ../sass/screen.scss */
#profil-user #mails-jours-prod .form-group label { #profil-user #mails-jours-prod .form-group label {
font-weight: normal; font-weight: normal;
} }
/* line 473, ../sass/screen.scss */
/* line 443, ../sass/screen.scss */
#profil-user p.strong { #profil-user p.strong {
font-weight: bold; font-weight: bold;
} }


/* signup */ /* signup */
/* line 482, ../sass/screen.scss */
/* line 452, ../sass/screen.scss */
#form-signup #client-boulanger { #form-signup #client-boulanger {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* line 487, ../sass/screen.scss */
/* line 457, ../sass/screen.scss */
#form-signup #signupform-id_etablissement option:disabled { #form-signup #signupform-id_etablissement option:disabled {
font-weight: bold; font-weight: bold;
color: black; color: black;
} }
/* line 493, ../sass/screen.scss */
/* line 463, ../sass/screen.scss */
#form-signup #champs-boulanger { #form-signup #champs-boulanger {
display: none; display: none;
} }
/* line 497, ../sass/screen.scss */
/* line 467, ../sass/screen.scss */
#form-signup #boutons-inscrire { #form-signup #boutons-inscrire {
margin-top: 30px; margin-top: 30px;
} }

+ 1
- 31
frontend/web/sass/screen.scss View File



#header { #header {
z-index: 100 ; z-index: 100 ;
//border-top: solid 4px $jaune ;
border-bottom: solid 1px $gris1 ; border-bottom: solid 1px $gris1 ;
background-color: white ;
background-color: #FAFAFA ;
background: transparent top left repeat url(../img/crisp_paper_ruffles2.png) ;
background: none ;
background-color: #F7F7F7;
background-color: #f8f1dd ; background-color: #f8f1dd ;
//border-top: 4px solid #2b669a ;
//@include box-shadow(0px 0px 3px gray) ;
height: 86px ; height: 86px ;
//@include box-shadow(0px 0px 5px #ededed) ;
//@include box-shadow(0px 0px 5px #dcdcdc) ;
//@include box-shadow(0px 0px 5px black) ;
//position: fixed ;
//width: 100% ;


.container { .container {
//padding-left: 0px ;
position: relative ; position: relative ;
} }


#link-home { #link-home {
/*position: fixed ;
z-index: 1000 ;
text-align: center ;
position: absolute ;
top: 0px ;
left: 0px ;
padding: 10px ;
background-color: white ;
@include box-shadow(0px 0px 5px black) ;
@include border-radius(0px 0px 8px 8px) ;
*/
position: absolute ; position: absolute ;
top: 10px ; top: 10px ;
left: 0px ; left: 0px ;
color: $courant ; color: $courant ;
&.active { &.active {
background-color: white; background-color: white;
border: 1px solid #e0e0e0;
} }
&:hover { &:hover {
color: black ; color: black ;
background-color: transparent ;
background-color: white ;
} }
} }
} }

Loading…
Cancel
Save