|
- /* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
-
- @import "compass" ;
-
- $dir-fonts: '../fonts/' ;
- @import "_fonts.scss" ;
-
- $color1: #BB8757 ;
- $color2: #F8F1DD ;
-
- .clr {
- clear: both ;
- }
-
- a {
- color: $color1;
-
- &:hover, &:focus, &:active {
- color: darken($color1, 10) ;
- }
- }
-
- .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
- background-color: $color1 ;
- border: solid 1px $color1 ;
- }
- .pagination > li > a, .pagination > li > span {
- color: $color1 ;
- &:hover {
- color: darken($color1, 10) ;
- }
- }
-
- .wrap {
- .btn-primary,
- .btn-success {
- background-color: $color1 ;
- border: solid 1px $color1 ;
-
- &:hover, &:focus, &:active {
- background-color: darken($color1, 10) ;
- border: solid 1px darken($color1, 10) ;
- }
- }
- }
-
- .nav-header {
- .retour-site {
- border-left : solid 1px $color2 ;
- padding: 10px 15px ;
- }
- }
-
- .navbar-brand {
- .logo {
- height: 40px ;
- position: relative ;
- top: -10px ;
- }
- }
-
- .container-body {
- padding-top: 117px ;
- padding-bottom: 50px ;
- }
-
- .navbar-inverse {
- background-color: $color1 ;
- border-bottom: 0px none ;
-
- .navbar-nav {
- padding-top: 12px ;
- }
-
- .navbar-nav > li > a {
- color: white ;
- padding: 3px 14px ;
-
- &:hover {
- color: $color2 ;
- //background-color: $color2 ;
- }
- }
-
- .navbar-nav > li.active {
- a {
- background-color: $color2 ;
- color: $color1 ;
- padding: 3px 14px ;
- @include border-radius(10px) ;
-
- &:hover {
- background-color: $color2 ;
- color: $color1 ;
- }
- }
- }
- }
-
- #alerts-fixed {
- position: fixed ;
- bottom: 20px ;
- left: 20px ;
-
- .alert {
- margin-top: 20px ;
- }
- }
-
- .nom-boulange {
- //font-family: 'Georgia' ;
- margin-bottom: 15px ;
- text-align: left ;
- position: fixed ;
- top: 51px ;
- left: 0px ;
- width: 100% ;
- background-color: #515151 ;
- background-color: $color2 ;
- color: darken($color1,15) ;
- z-index: 100 ;
- font-size: 20px ;
- padding: 8px 15px ;
- padding-bottom: 2px ;
- padding-top: 5px ;
- border-bottom: solid 1px #e0e0e0 ;
- @include box-shadow(0px 0px 5px gray) ;
-
- #etat-paiement-etablissement {
- float: right ;
- text-align: right ;
- color: darken($color1,15) ;
- font-size: 16px ;
- .strong {
- background-color: white ;
- color: $color1 ;
- @include border-radius(10px) ;
- padding: 0px 10px ;
- }
- .btn {
- padding: 2px 5px ;
- }
- }
- }
-
- .table {
- thead {
- th.actions {
- width: 220px ;
- }
- th.order {
- width: 58px ;
- }
- th.actif {
- width: 75px ;
- text-align: center;
- }
- }
- tbody {
- td.center {
- text-align: center ;
- }
- }
- }
-
- #page-commande {
-
- #row2 {
-
- }
-
- h1 {
- .btn-group {
- float: right ;
- }
- }
-
- #col-left, #col-right {
- padding-left: 0px ;
- padding-right: 0px ;
- }
- #col-right {
- padding-left: 20px ;
- }
-
- #jours-production {
- display: none ;
- }
-
- #calendar {
-
- h2 {
- font-size: 20px ;
- position: relative ;
- top: 3px ;
- }
-
- .fc-header-title {
- margin-left: 10px ;
- }
-
- $back-day-with-event: lighten(#FDD44B,13) ;
- //$back-day-with-event: #FDD44B ;
- .dayWithEvent {
- background-color: $back-day-with-event ;
- cursor: pointer;
- }
- .fc-event-container {display: none;}
- .fc-today {
- border-bottom: solid 1px #C9302C ;
- background-color: white ;
-
- &.dayWithEvent {
- background-color: $back-day-with-event ;
- }
- }
-
- .fc-day {
- cursor: pointer ;
- text-align: center ;
- &:hover {
- @include box-shadow(0px 0px 2px black inset) ;
- }
- }
-
- .current-date {
- @include box-shadow(0px 0px 2px black inset) ;
- }
-
- .fc-day-number {
- float: none ;
- padding-top: 2px ;
- }
- }
-
- #bloc-production {
-
- .label {
- float: right ;
- font-size: 13px ;
- }
-
- .btn-success {
- background-color: #5cb85c ;
- border-color: #4cae4c ;
- }
-
- }
-
- #produits-production {
-
- .overflow {
- //max-height: 400px ;
- //overflow-y: scroll ;
-
- table {
- width: 100%;
- }
-
- thead, tbody, tr, td, th { display: block; }
-
- tr:after {
- content: ' ';
- display: block;
- visibility: hidden;
- clear: both;
- }
-
- thead th {
- height: 30px;
-
- /*text-align: left;*/
- }
-
- tbody {
- height: 500px;
- overflow-y: auto;
- }
-
- thead {
- }
-
- thead th {
- width: 32%;
- float: left;
- }
-
- tbody td{
- width: 33%;
- float: left;
- }
-
- .td-produit {
- width: 60% ;
- }
- .td-actif, .td-max {
- width: 20% ;
- text-align: center ;
- }
-
- thead {
- .td-produit {
- width: 57% ;
- }
- }
- }
-
- input.quantite-max {
- background-color: white;
- border: 1px solid #e0e0e0;
- text-align: center;
- width: 50px;
- }
-
- td {
- label {
- font-weight: normal ;
- }
- }
- }
-
- #btn-export-commandes,
- #btn-commande-auto {
- float: right ;
- position: relative;
- top: -5px ;
- right: -7px ;
- padding: 2px 5px ;
- }
-
- #btn-export-commandes {
- color: white ;
- margin-left: 10px ;
- padding: 1px 5px ;
- }
-
- #bloc-totaux {
- .table-produits {
- .depasse {
- color: #b32815 ;
- }
-
- .total strong span {
- font-weight: normal ;
- font-size: 13px ;
- }
- }
- }
-
- #commandes-points-vente {
-
- .tab-pane {
- padding-top: 20px ;
- }
-
- .recap-pv {
-
- &.no-commande {
- .recettes {
- display: none;
- }
- }
- .recettes {
- float: right ;
- color: $color1 ;
- //background-color: $color1 ;
- border: solid 1px $color1 ;
-
- padding: 4px 10px ;
- @include border-radius(10px) ;
- font-weight: bold ;
- position: relative ;
- top: -3px ;
- }
- }
-
- .alert.commentaire {
- display: none ;
- }
-
- ul.liste-commandes {
- margin-top: 10px ;
- list-style-type: none ;
- height: 100% ;
- max-height: 400px ;
- //border: solid 1px #e0e0e0 ;
- margin-left: 0 ;
- padding-left: 0 ;
- margin-top: 0px ;
- width: 100% ;
- overflow-y: scroll ;
-
- li {
- padding: 0 ;
- margin: 0 ;
- a {
- text-align: left;
- @include border-radius(0px) ;
- display: block ;
- padding: 7px ;
- //border-bottom: solid 1px #e0e0e0 ;
- color: #333 ;
-
- .montant {
- float: right ;
- color: $color1 ;
- font-weight: bold ;
- }
-
- .glyphicon-comment {
- color: $color1 ;
- }
-
- &:hover, &:active, &.active {
- text-decoration: none ;
- //background-color: #F5F5F5 ;
- //background-color: lighten($color2,5) ;
- background-color: #FCF8E3 ;
- //border-right: solid 3px $color1 ;
- outline: none ;
- border-color: #ccc ;
- @include transition(all 0.1s) ;
- }
- }
- }
- }
-
- .creer-commande {
- width: 100% ;
- }
-
- .title-user {
- display: none ;
- font-size: 19px ;
- margin-top: 0px ;
-
- .btn-edit, .btn-remove,
- .btn-cancel, .btn-save {
- float: right ;
- position: relative ;
- top: -6px ;
- }
-
- .btn-edit, .btn-cancel {
- margin-right: 10px ;
- }
-
- .buttons-save-cancel {
- display: none ;
- }
-
- .choix-user {
- display: none ;
-
- .form-control {
- width: 200px ;
- display: inline ;
- }
- }
- }
-
- table.table-produits {
- .td-commande {
- text-align: center ;
- }
- input.form-control {
- //width: 100px ;
- text-align: center ;
- }
- }
-
- .td-produit,
- .th-produit {
- width: 70% ;
- }
-
- .td-commande,
- .th-commande {
- width: 30% ;
- text-align: center ;
- }
-
- .td-produit {
- text-transform: uppercase ;
- }
-
- .td-commande {
- font-weight: bold ;
- }
-
- .td-total {
- font-size: 20px ;
- text-align: center ;
-
- span {
- padding: 5px 10px ;
- background-color: $color1 ;
- color: white ;
- font-weight: bold ;
- @include border-radius(15px ) ;
- }
- }
-
- .panel-commande-automatique {
- .field-commandeautoform-id_user,
- .field-commandeautoform-id_etablissement
- {
- display: none ;
- }
-
- .jours {
- .form-group {
- float: left ;
- margin-right: 10px ;
- }
- }
- }
-
- }
-
- #old-commandes {
- display: none ;
- }
-
- .form-commandes-point-vente {
-
- margin-top: 20px ;
-
- table {
- border-bottom: solid 1px #e0e0e0 ;
- }
-
- .title-point-vente {
- background-color: lighten(#fdd44b, 30) ;
- border-left: solid 3px $color1 ;
- font-weight: bold ;
- text-align: left ;
- padding: 10px ;
- }
-
- .title-totaux {
- text-align: center ;
- }
-
- .border-left {
- border-left: solid 1px #e0e0e0 ;
- }
-
- .border-right {
- border-right: solid 1px #e0e0e0 ;
- }
-
- input.quantite {
- //width: 50px ;
- width: 30px ;
- background-color: white ;
- border: solid 1px #e0e0e0 ;
- text-align: center ;
- }
-
- .td-produit {
- text-align: center ;
- }
-
- .submit-pv {
- float: right ;
- }
-
- .select-user {
- background-color: #F9F9F9 ;
- border: solid 1px #e0e0e0 ;
- }
-
- .date-commande {
- font-size: 12px ;
- }
-
- .datepicker, .text {
- background-color: white ;
- border: solid 1px #e0e0e0 ;
- margin-top: 3px ;
- width: 100px ;
- }
-
-
- td.center {
- text-align: center ;
- }
-
-
-
- .depasse {
- color: #b32815 ;
- }
-
- .total strong span {
- font-weight: normal ;
- font-size: 13px ;
- }
-
- .vrac {
- display: none ;
- }
-
- td.client {
- text-align: left ;
- padding: 3px ;
- .date-commande {
- color: gray ;
- }
- }
-
- }
-
- .table-header-rotated th.row-header{
- //width: auto;
- }
-
- .table-header-rotated td{
- width: 20px;
- padding: 0px ;
- border-top: 1px solid #dddddd;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- vertical-align: middle;
- text-align: center;
- }
-
- .table-header-rotated th.rotate-45{
- height: 80px;
- width: 20px;
- min-width: 20px;
- max-width: 20px;
- position: relative;
- vertical-align: bottom;
- padding: 0;
- font-size: 12px;
- line-height: 0.8;
- }
-
- .table-header-rotated th.rotate-45 > div{
- position: relative;
- top: 0px;
- left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
- height: 100%;
- -ms-transform:skew(-45deg,0deg);
- -moz-transform:skew(-45deg,0deg);
- -webkit-transform:skew(-45deg,0deg);
- -o-transform:skew(-45deg,0deg);
- transform:skew(-45deg,0deg);
- overflow: hidden;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- border-top: 1px solid #dddddd;
- }
-
- .table-header-rotated th.rotate-45 span {
- -ms-transform:skew(45deg,0deg) rotate(315deg);
- -moz-transform:skew(45deg,0deg) rotate(315deg);
- -webkit-transform:skew(45deg,0deg) rotate(315deg);
- -o-transform:skew(45deg,0deg) rotate(315deg);
- transform:skew(45deg,0deg) rotate(315deg);
- position: absolute;
- bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
- bottom: 16px; // pour width 20px
- left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
- left: 0px ;
- display: inline-block;
- // width: 100%;
- width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
- width: 43px ;
- text-align: left;
- white-space: nowrap; /*whether to display in one line or not*/
- }
-
-
-
- }
-
-
- #email-masse-form {
- #ids-users {
- line-height: 30px ;
- .label {
- text-transform: capitalize ;
- }
- }
- }
-
- .produit-create, .produit-update {
- #jours-production {
- .form-group {
- float: left ;
- margin-right: 15px ;
-
- label {
- font-weight: normal ;
- }
- }
- }
- .field-produit-id_etablissement {
- display: none;
- }
- }
-
- .table-striped > tbody > tr:nth-of-type(2n) {
- background-color: white ;
- }
-
- .wrap .produit-index {
- .td-photo {
- max-width: 100px ;
- width: 100px ;
- }
- .photo-produit {
- max-width: 100px ;
- }
-
- .ui-state-highlight {
- height: 75px;
- background-color: $color2 ;
- }
- }
-
- /* communiquer */
-
- .communiquer-mode-emploi {
- border: solid 1px #e0e0e0 ;
- padding: 10px ;
- @include border-radius(10px) ;
- margin-bottom: 30px ;
- font-family: 'myriadpro-regular' ;
-
- .header {
- .logo {
- float: left ;
- width: 75px ;
- padding-right: 20px ;
- padding-top: 10px ;
-
- img {
- width: 75px ;
-
- }
- }
-
- h1 {
- font-family: 'comfortaaregular' ;
- font-size: 40px ;
- margin-top: 0px ;
- margin-bottom: 0px ;
- font-weight: normal ;
- }
-
- h2 {
- margin-top: 0px ;
- font-family: 'myriadpro-regular' ;
- font-size: 20px ;
- margin-top: 0px ;
- position: relative ;
- left: 2px ;
- font-weight: normal ;
- }
- }
-
- h3 {
- font-family: 'comfortaalight' ;
- font-family: 'myriadpro-regular' ;
- font-size: 25px ;
- color: $color1 ;
- margin-top: 0px ;
- margin-bottom: 0px ;
- }
- }
-
- .communiquer-mode-emploi-encart {
- width: 420px ;
- margin-top: 20px ;
- .header {
- .logo {
- width: 60px ;
- margin-right: 20px ;
- padding-top: 5px ;
-
- img {
- width: 60px ;
-
- }
- }
-
- h1 {
- margin-bottom: 3px ;
- }
-
- h2 {
-
- }
- }
-
- h3 {
- margin-top: 15px ;
- margin-bottom: 15px ;
- }
- }
-
- .bloc-mode-emploi-pdf {
- width: 49.9% ;
- float: left;
- border-bottom: dotted 1px gray ;
- }
-
- .bloc-mode-emploi-border {
- border-right: dotted 1px gray ;
- border-bottom: dotted 1px gray ;
- }
-
- .communiquer-mode-emploi-pdf {
- border: 0px none ;
- //border-bottom: dotted 1px gray ;
- @include border-radius(0px) ;
- margin-bottom: 0px;
- padding: 20px 0px 20px 30px ;
-
- .header {
- .logo {
- float: left ;
- width: 55px ;
- padding-right: 15px ;
- padding-top: 10px ;
-
- img {
- width: 55px ;
- }
- }
- h1 {
- font-size: 32px ;
- }
- h2 {
- font-size: 16px ;
- }
- }
-
- h3 {
- font-weight: normal ;
- }
- }
-
- .bloc-mode-emploi-bottom {
- border-bottom: 0px none ;
- border-bottom: solid 1px white;
- }
-
-
- /* commandes auto */
-
- .commandeauto-form {
- .field-commandeautoform-id_etablissement {
- display: none ;
- }
- .jours {
- .form-group {
- float: left;
- margin-right: 20px ;
- }
- }
-
- .produits {
- .table {
- width: 500px ;
- }
- .quantite {
- text-align: center ;
- }
- }
-
-
-
- }
|