Browse Source

Modif mineure css front

master
keun 8 years ago
parent
commit
3489b0509b
3 changed files with 83 additions and 69 deletions
  1. BIN
      frontend/web/.sass-cache/e1a48ee3204d3a535cdbe440c2995954a615ac19/screen.scssc
  2. +74
    -67
      frontend/web/css/screen.css
  3. +9
    -2
      frontend/web/sass/screen.scss

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


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

background-attachment: fixed; background-attachment: fixed;
} }


/* line 29, ../sass/screen.scss */
/* line 30, ../sass/screen.scss */
strong { strong {
font-weight: bold; font-weight: bold;
} }


/* line 33, ../sass/screen.scss */
/* line 34, ../sass/screen.scss */
a { a {
color: #505050; color: #505050;
text-decoration: underline; text-decoration: underline;
} }
/* line 37, ../sass/screen.scss */
/* line 38, ../sass/screen.scss */
a:focus, a:active { a:focus, a:active {
outline-color: gray; outline-color: gray;
color: black; color: black;
} }
/* line 42, ../sass/screen.scss */
/* line 43, ../sass/screen.scss */
a:hover { a:hover {
color: black; color: black;
} }
/* line 46, ../sass/screen.scss */
/* line 47, ../sass/screen.scss */
a.btn { a.btn {
text-decoration: none; text-decoration: none;
} }


/* line 51, ../sass/screen.scss */
/* line 52, ../sass/screen.scss */
p { p {
padding-bottom: 20px; padding-bottom: 20px;
line-height: 21px; line-height: 21px;
} }


/* line 56, ../sass/screen.scss */
/* line 57, ../sass/screen.scss */
ul { ul {
padding-left: 20px; padding-left: 20px;
list-style-type: disc; list-style-type: disc;
margin-bottom: 10px; margin-bottom: 10px;
} }
/* line 61, ../sass/screen.scss */
/* line 62, ../sass/screen.scss */
ul li { ul li {
padding-left: 5px; padding-left: 5px;
} }


/* line 66, ../sass/screen.scss */
/* line 67, ../sass/screen.scss */
.clr { .clr {
clear: both; clear: both;
} }


/* line 70, ../sass/screen.scss */
/* line 71, ../sass/screen.scss */
.btn { .btn {
background-image: none; background-image: none;
} }


/* line 74, ../sass/screen.scss */
/* line 75, ../sass/screen.scss */
#main .alert { #main .alert {
background-image: none; background-image: none;
background-color: white; background-color: white;
border-bottom-width: 3px; border-bottom-width: 3px;
} }


/* line 82, ../sass/screen.scss */
/* line 83, ../sass/screen.scss */
.alert.alert-warning a { .alert.alert-warning a {
color: #8a6d3b; color: #8a6d3b;
} }


/* line 91, ../sass/screen.scss */
/* line 92, ../sass/screen.scss */
#main { #main {
position: relative; position: relative;
} }
/* line 93, ../sass/screen.scss */
/* line 94, ../sass/screen.scss */
#main .inner { #main .inner {
width: 960px; width: 960px;
margin: 0px auto; margin: 0px auto;
} }


/* line 99, ../sass/screen.scss */
/* line 100, ../sass/screen.scss */
#header { #header {
z-index: 100; z-index: 100;
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
background-color: white; background-color: white;
background-color: #FAFAFA;
-moz-box-shadow: 0px 0px 3px gray; -moz-box-shadow: 0px 0px 3px gray;
-webkit-box-shadow: 0px 0px 3px gray; -webkit-box-shadow: 0px 0px 3px gray;
box-shadow: 0px 0px 3px gray; box-shadow: 0px 0px 3px gray;
height: 86px; height: 86px;
} }
/* line 115, ../sass/screen.scss */
/* line 117, ../sass/screen.scss */
#header .container { #header .container {
position: relative; position: relative;
} }
/* line 120, ../sass/screen.scss */
/* line 122, ../sass/screen.scss */
#header #link-home { #header #link-home {
/*position: fixed ; /*position: fixed ;
z-index: 1000 ; z-index: 1000 ;
font-size: 22px; font-size: 22px;
color: black; color: black;
} }
/* line 141, ../sass/screen.scss */
/* line 143, ../sass/screen.scss */
#header #link-home img { #header #link-home img {
height: 60px; height: 60px;
margin-bottom: 5px; margin-bottom: 5px;
} }
/* line 147, ../sass/screen.scss */
/* line 149, ../sass/screen.scss */
#header #link-espace-boulanger { #header #link-espace-boulanger {
border-left: solid 1px #e0e0e0; border-left: solid 1px #e0e0e0;
} }
/* line 151, ../sass/screen.scss */
/* line 153, ../sass/screen.scss */
#header nav { #header nav {
padding-top: 22px; padding-top: 22px;
} }
/* line 153, ../sass/screen.scss */
/* line 155, ../sass/screen.scss */
#header nav ul { #header nav ul {
float: right; float: right;
} }
/* line 156, ../sass/screen.scss */
/* line 158, ../sass/screen.scss */
#header nav ul li a { #header nav ul li a {
text-decoration: none; text-decoration: none;
} }
/* line 160, ../sass/screen.scss */
/* line 161, ../sass/screen.scss */
#header nav ul li a.active { #header nav ul li a.active {
background-color: #eee;
background-color: white;
border: 1px solid #e0e0e0;
} }
/* line 169, ../sass/screen.scss */
/* line 166, ../sass/screen.scss */
#header nav ul li a:hover {
color: black;
background-color: transparent;
}
/* line 176, ../sass/screen.scss */
#header #link-logout .nom { #header #link-logout .nom {
font-size: 10px; font-size: 10px;
/*position: relative ; /*position: relative ;
top: -3px ;*/ top: -3px ;*/
} }


/* line 178, ../sass/screen.scss */
/* line 185, ../sass/screen.scss */
#main { #main {
padding: 0px; padding: 0px;
} }


/* line 188, ../sass/screen.scss */
/* line 195, ../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 196, ../sass/screen.scss */
/* line 203, ../sass/screen.scss */
#content #description img { #content #description img {
width: 100%; width: 100%;
} }
/* line 201, ../sass/screen.scss */
/* line 208, ../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 208, ../sass/screen.scss */
/* line 215, ../sass/screen.scss */
#content #row-presentation { #content #row-presentation {
text-align: center; text-align: center;
} }
/* line 212, ../sass/screen.scss */
/* line 219, ../sass/screen.scss */
#content #row-signup { #content #row-signup {
text-align: center; text-align: center;
margin-top: 20px; margin-top: 20px;
} }
/* line 217, ../sass/screen.scss */
/* line 224, ../sass/screen.scss */
#content #row-clients-boulanger { #content #row-clients-boulanger {
margin-bottom: 50px; margin-bottom: 50px;
} }
/* line 219, ../sass/screen.scss */
/* line 226, ../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 223, ../sass/screen.scss */
/* line 230, ../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 229, ../sass/screen.scss */
/* line 236, ../sass/screen.scss */
#content #row-clients-boulanger ul { #content #row-clients-boulanger ul {
text-align: center; text-align: center;
} }
/* line 231, ../sass/screen.scss */
/* line 238, ../sass/screen.scss */
#content #row-clients-boulanger ul li { #content #row-clients-boulanger ul li {
list-style-type: none; list-style-type: none;
} }
/* line 236, ../sass/screen.scss */
/* line 243, ../sass/screen.scss */
#content #row-clients-boulanger #clients { #content #row-clients-boulanger #clients {
border-right: dotted 1px gray; border-right: dotted 1px gray;
} }
/* line 241, ../sass/screen.scss */
/* line 248, ../sass/screen.scss */
#content .item { #content .item {
position: relative; position: relative;
min-height: 250px; min-height: 250px;
} }
/* line 245, ../sass/screen.scss */
/* line 252, ../sass/screen.scss */
#content .item .container { #content .item .container {
padding: 20px; padding: 20px;
position: relative; position: relative;
} }
/* line 250, ../sass/screen.scss */
/* line 257, ../sass/screen.scss */
#content .item .separateur { #content .item .separateur {
width: 600px; width: 600px;
border-top: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;
padding-top: 20px; padding-top: 20px;
margin-top: 20px; margin-top: 20px;
} }
/* line 258, ../sass/screen.scss */
/* line 265, ../sass/screen.scss */
#content .item h2 { #content .item h2 {
color: black; color: black;
padding-bottom: 30px; padding-bottom: 30px;
position: relative; position: relative;
margin-top: 30px; margin-top: 30px;
} }
/* line 270, ../sass/screen.scss */
/* line 277, ../sass/screen.scss */
#content .item h3 { #content .item h3 {
color: black; color: black;
font-family: "comfortaalight"; font-family: "comfortaalight";
font-size: 20px; font-size: 20px;
padding-bottom: 12px; padding-bottom: 12px;
} }
/* line 277, ../sass/screen.scss */
/* line 284, ../sass/screen.scss */
#content .item .icon { #content .item .icon {
position: absolute; position: absolute;
} }


/* line 286, ../sass/screen.scss */
/* line 293, ../sass/screen.scss */
#content #contact { #content #contact {
display: none; display: none;
} }
/* line 290, ../sass/screen.scss */
/* line 297, ../sass/screen.scss */
#content #contact .icon { #content #contact .icon {
width: 55px; width: 55px;
top: -15px; top: -15px;
margin-left: -70px; margin-left: -70px;
} }
/* line 299, ../sass/screen.scss */
/* line 306, ../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 304, ../sass/screen.scss */
/* line 311, ../sass/screen.scss */
#content #contact .form-group { #content #contact .form-group {
text-align: center; text-align: center;
} }
/* line 308, ../sass/screen.scss */
/* line 315, ../sass/screen.scss */
#content #contact .img-right { #content #contact .img-right {
float: right; float: right;
} }
/* line 311, ../sass/screen.scss */
/* line 318, ../sass/screen.scss */
#content #contact .img-right img { #content #contact .img-right img {
width: 300px; width: 300px;
} }


/* line 318, ../sass/screen.scss */
/* line 325, ../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 323, ../sass/screen.scss */
/* line 330, ../sass/screen.scss */
#footer { #footer {
height: 50px; height: 50px;
background-color: white; background-color: white;
padding-bottom: 60px; padding-bottom: 60px;
position: relative; position: relative;
} }
/* line 335, ../sass/screen.scss */
/* line 342, ../sass/screen.scss */
#footer a { #footer a {
color: #7e7e7e; color: #7e7e7e;
text-transform: uppercase; text-transform: uppercase;
padding-right: 10px; padding-right: 10px;
border-right: solid 1px #7e7e7e; border-right: solid 1px #7e7e7e;
} }
/* line 342, ../sass/screen.scss */
/* line 349, ../sass/screen.scss */
#footer a:hover { #footer a:hover {
color: black; color: black;
} }
/* line 346, ../sass/screen.scss */
/* line 353, ../sass/screen.scss */
#footer a:last-child { #footer a:last-child {
border: 0px none; border: 0px none;
} }


/* line 352, ../sass/screen.scss */
/* line 359, ../sass/screen.scss */
#content #mentions { #content #mentions {
padding-top: 20px; padding-top: 20px;
} }
/* line 355, ../sass/screen.scss */
/* line 362, ../sass/screen.scss */
#content #mentions div.content { #content #mentions div.content {
width: 60%; width: 60%;
font-size: 90%; font-size: 90%;
} }
/* line 360, ../sass/screen.scss */
/* line 367, ../sass/screen.scss */
#content #mentions p { #content #mentions p {
padding-bottom: 15px; padding-bottom: 15px;
} }
/* line 364, ../sass/screen.scss */
/* line 371, ../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 372, ../sass/screen.scss */
/* line 379, ../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 383, ../sass/screen.scss */
/* line 390, ../sass/screen.scss */
.mentions #main, .mentions body { .mentions #main, .mentions body {
background-color: white; background-color: white;
} }


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


/* line 395, ../sass/screen.scss */
/* line 402, ../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 399, ../sass/screen.scss */
/* line 406, ../sass/screen.scss */
#profil-user .form-group label { #profil-user .form-group label {
cursor: pointer; cursor: pointer;
} }
/* line 404, ../sass/screen.scss */
/* line 411, ../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 407, ../sass/screen.scss */
/* line 414, ../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 413, ../sass/screen.scss */
/* line 420, ../sass/screen.scss */
#profil-user p.strong { #profil-user p.strong {
font-weight: bold; font-weight: bold;
} }


/* signup */ /* signup */
/* line 422, ../sass/screen.scss */
/* line 429, ../sass/screen.scss */
#form-signup #champs-boulanger { #form-signup #champs-boulanger {
display: none; display: none;
} }

+ 9
- 2
frontend/web/sass/screen.scss View File

color: #505050 ; color: #505050 ;
font-family: 'Arial' ; font-family: 'Arial' ;
background-attachment: fixed ; background-attachment: fixed ;
} }


strong { strong {
//border-top: solid 4px $jaune ; //border-top: solid 4px $jaune ;
border-bottom: solid 1px $gris1 ; border-bottom: solid 1px $gris1 ;
background-color: white ; background-color: white ;
background-color: #FAFAFA ;
//border-top: 4px solid #2b669a ; //border-top: 4px solid #2b669a ;
@include box-shadow(0px 0px 3px gray) ; @include box-shadow(0px 0px 3px gray) ;
height: 86px ; height: 86px ;
li { li {
a { a {
text-decoration: none ; text-decoration: none ;
//color: #9d9d9d ;
&.active { &.active {
background-color: #eee ;
background-color: white;
border: 1px solid #e0e0e0;
}
&:hover {
color: black ;
background-color: transparent ;
} }
} }
} }

Loading…
Cancel
Save