You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

825 satır
19KB

  1. /* Welcome to Compass.
  2. * In this file you should write your main styles. (or centralize your imports)
  3. * Import this file using the following HTML or equivalent:
  4. * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
  5. @import "compass" ;
  6. $dir-fonts: '../fonts/' ;
  7. @import "_fonts.scss" ;
  8. $color1: #BB8757 ;
  9. $color2: #F8F1DD ;
  10. .clr {
  11. clear: both ;
  12. }
  13. a {
  14. color: $color1;
  15. &:hover, &:focus, &:active {
  16. color: darken($color1, 10) ;
  17. }
  18. }
  19. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  20. background-color: $color1 ;
  21. border: solid 1px $color1 ;
  22. }
  23. .pagination > li > a, .pagination > li > span {
  24. color: $color1 ;
  25. &:hover {
  26. color: darken($color1, 10) ;
  27. }
  28. }
  29. .wrap {
  30. .btn-primary,
  31. .btn-success {
  32. background-color: $color1 ;
  33. border: solid 1px $color1 ;
  34. &:hover, &:focus, &:active {
  35. background-color: darken($color1, 10) ;
  36. border: solid 1px darken($color1, 10) ;
  37. }
  38. }
  39. }
  40. .nav-header {
  41. .retour-site {
  42. border-left : solid 1px $color2 ;
  43. padding: 10px 15px ;
  44. }
  45. }
  46. .navbar-brand {
  47. .logo {
  48. height: 40px ;
  49. position: relative ;
  50. top: -10px ;
  51. }
  52. }
  53. .container-body {
  54. padding-top: 117px ;
  55. padding-bottom: 50px ;
  56. }
  57. .navbar-inverse {
  58. background-color: $color1 ;
  59. border-bottom: 0px none ;
  60. .navbar-nav {
  61. padding-top: 12px ;
  62. }
  63. .navbar-nav > li > a {
  64. color: white ;
  65. padding: 3px 14px ;
  66. &:hover {
  67. color: $color2 ;
  68. //background-color: $color2 ;
  69. }
  70. }
  71. .navbar-nav > li.active {
  72. a {
  73. background-color: $color2 ;
  74. color: $color1 ;
  75. padding: 3px 14px ;
  76. @include border-radius(10px) ;
  77. &:hover {
  78. background-color: $color2 ;
  79. color: $color1 ;
  80. }
  81. }
  82. }
  83. }
  84. #alerts-fixed {
  85. position: fixed ;
  86. bottom: 20px ;
  87. left: 20px ;
  88. .alert {
  89. margin-top: 20px ;
  90. }
  91. }
  92. .nom-boulange {
  93. //font-family: 'Georgia' ;
  94. margin-bottom: 15px ;
  95. text-align: left ;
  96. position: fixed ;
  97. top: 51px ;
  98. left: 0px ;
  99. width: 100% ;
  100. background-color: #515151 ;
  101. background-color: $color2 ;
  102. color: darken($color1,15) ;
  103. z-index: 100 ;
  104. font-size: 20px ;
  105. padding: 8px 15px ;
  106. padding-bottom: 2px ;
  107. padding-top: 5px ;
  108. border-bottom: solid 1px #e0e0e0 ;
  109. @include box-shadow(0px 0px 5px gray) ;
  110. #etat-paiement-etablissement {
  111. float: right ;
  112. text-align: right ;
  113. color: darken($color1,15) ;
  114. font-size: 16px ;
  115. .strong {
  116. background-color: white ;
  117. color: $color1 ;
  118. @include border-radius(10px) ;
  119. padding: 0px 10px ;
  120. }
  121. .btn {
  122. padding: 2px 5px ;
  123. }
  124. }
  125. }
  126. .table {
  127. thead {
  128. th.actions {
  129. width: 220px ;
  130. }
  131. th.order {
  132. width: 58px ;
  133. }
  134. th.actif {
  135. width: 75px ;
  136. text-align: center;
  137. }
  138. }
  139. tbody {
  140. td.center {
  141. text-align: center ;
  142. }
  143. }
  144. }
  145. #page-commande {
  146. #row2 {
  147. }
  148. h1 {
  149. .btn-group {
  150. float: right ;
  151. }
  152. }
  153. #jours-production {
  154. display: none ;
  155. }
  156. #calendar {
  157. h2 {
  158. font-size: 20px ;
  159. position: relative ;
  160. top: 3px ;
  161. }
  162. .fc-header-title {
  163. margin-left: 10px ;
  164. }
  165. $back-day-with-event: lighten(#FDD44B,13) ;
  166. //$back-day-with-event: #FDD44B ;
  167. .dayWithEvent {
  168. background-color: $back-day-with-event ;
  169. cursor: pointer;
  170. }
  171. .fc-event-container {display: none;}
  172. .fc-today {
  173. border-bottom: solid 1px #C9302C ;
  174. background-color: white ;
  175. &.dayWithEvent {
  176. background-color: $back-day-with-event ;
  177. }
  178. }
  179. .fc-day {
  180. cursor: pointer ;
  181. text-align: center ;
  182. &:hover {
  183. @include box-shadow(0px 0px 2px black inset) ;
  184. }
  185. }
  186. .current-date {
  187. @include box-shadow(0px 0px 2px black inset) ;
  188. }
  189. .fc-day-number {
  190. float: none ;
  191. padding-top: 2px ;
  192. }
  193. }
  194. #bloc-production {
  195. .label {
  196. float: right ;
  197. font-size: 13px ;
  198. }
  199. .btn-success {
  200. background-color: #5cb85c ;
  201. border-color: #4cae4c ;
  202. }
  203. }
  204. #produits-production {
  205. .overflow {
  206. //max-height: 400px ;
  207. //overflow-y: scroll ;
  208. table {
  209. width: 100%;
  210. }
  211. thead, tbody, tr, td, th { display: block; }
  212. tr:after {
  213. content: ' ';
  214. display: block;
  215. visibility: hidden;
  216. clear: both;
  217. }
  218. thead th {
  219. height: 30px;
  220. /*text-align: left;*/
  221. }
  222. tbody {
  223. height: 200px;
  224. overflow-y: auto;
  225. }
  226. thead {
  227. }
  228. thead th {
  229. width: 32%;
  230. float: left;
  231. }
  232. tbody td{
  233. width: 33%;
  234. float: left;
  235. }
  236. .td-produit {
  237. width: 60% ;
  238. }
  239. .td-actif, .td-max {
  240. width: 20% ;
  241. text-align: center ;
  242. }
  243. thead {
  244. .td-produit {
  245. width: 57% ;
  246. }
  247. }
  248. }
  249. input.quantite-max {
  250. background-color: white;
  251. border: 1px solid #e0e0e0;
  252. text-align: center;
  253. width: 50px;
  254. }
  255. td {
  256. label {
  257. font-weight: normal ;
  258. }
  259. }
  260. }
  261. #btn-export-commandes {
  262. float: right ;
  263. color: white ;
  264. position: relative;
  265. top: -5px ;
  266. right: -7px ;
  267. padding: 2px 5px ;
  268. }
  269. #bloc-totaux {
  270. .table-produits {
  271. .depasse {
  272. color: #b32815 ;
  273. }
  274. .total strong span {
  275. font-weight: normal ;
  276. font-size: 13px ;
  277. }
  278. }
  279. }
  280. #commandes-points-vente {
  281. .tab-pane {
  282. padding-top: 20px ;
  283. }
  284. .recap-pv {
  285. &.no-commande {
  286. .recettes {
  287. display: none;
  288. }
  289. }
  290. .recettes {
  291. float: right ;
  292. color: $color1 ;
  293. //background-color: $color1 ;
  294. border: solid 1px $color1 ;
  295. padding: 4px 10px ;
  296. @include border-radius(10px) ;
  297. font-weight: bold ;
  298. position: relative ;
  299. top: -3px ;
  300. }
  301. }
  302. .alert.commentaire {
  303. display: none ;
  304. }
  305. ul.liste-commandes {
  306. margin-top: 10px ;
  307. list-style-type: none ;
  308. height: 100% ;
  309. max-height: 400px ;
  310. //border: solid 1px #e0e0e0 ;
  311. margin-left: 0 ;
  312. padding-left: 0 ;
  313. margin-top: 0px ;
  314. width: 100% ;
  315. overflow-y: scroll ;
  316. li {
  317. padding: 0 ;
  318. margin: 0 ;
  319. a {
  320. text-align: left;
  321. @include border-radius(0px) ;
  322. display: block ;
  323. padding: 7px ;
  324. //border-bottom: solid 1px #e0e0e0 ;
  325. color: #333 ;
  326. .montant {
  327. float: right ;
  328. color: $color1 ;
  329. font-weight: bold ;
  330. }
  331. .glyphicon-comment {
  332. color: $color1 ;
  333. }
  334. &:hover, &:active, &.active {
  335. text-decoration: none ;
  336. //background-color: #F5F5F5 ;
  337. //background-color: lighten($color2,5) ;
  338. background-color: #FCF8E3 ;
  339. //border-right: solid 3px $color1 ;
  340. outline: none ;
  341. border-color: #ccc ;
  342. @include transition(all 0.1s) ;
  343. }
  344. }
  345. }
  346. }
  347. .creer-commande {
  348. width: 100% ;
  349. }
  350. .title-user {
  351. display: none ;
  352. font-size: 19px ;
  353. margin-top: 0px ;
  354. .btn-edit, .btn-remove,
  355. .btn-cancel, .btn-save {
  356. float: right ;
  357. position: relative ;
  358. top: -6px ;
  359. }
  360. .btn-edit, .btn-cancel {
  361. margin-right: 10px ;
  362. }
  363. .buttons-save-cancel {
  364. display: none ;
  365. }
  366. .choix-user {
  367. display: none ;
  368. .form-control {
  369. width: 200px ;
  370. display: inline ;
  371. }
  372. }
  373. }
  374. table.table-produits {
  375. .td-commande {
  376. text-align: center ;
  377. }
  378. input.form-control {
  379. //width: 100px ;
  380. text-align: center ;
  381. }
  382. }
  383. .td-produit,
  384. .th-produit {
  385. width: 70% ;
  386. }
  387. .td-commande,
  388. .th-commande {
  389. width: 30% ;
  390. text-align: center ;
  391. }
  392. .td-produit {
  393. text-transform: uppercase ;
  394. }
  395. .td-commande {
  396. font-weight: bold ;
  397. }
  398. .td-total {
  399. font-size: 20px ;
  400. text-align: center ;
  401. span {
  402. padding: 5px 10px ;
  403. background-color: $color1 ;
  404. color: white ;
  405. font-weight: bold ;
  406. @include border-radius(15px ) ;
  407. }
  408. }
  409. }
  410. #old-commandes {
  411. display: none ;
  412. }
  413. .form-commandes-point-vente {
  414. margin-top: 20px ;
  415. table {
  416. border-bottom: solid 1px #e0e0e0 ;
  417. }
  418. .title-point-vente {
  419. background-color: lighten(#fdd44b, 30) ;
  420. border-left: solid 3px $color1 ;
  421. font-weight: bold ;
  422. text-align: left ;
  423. padding: 10px ;
  424. }
  425. .title-totaux {
  426. text-align: center ;
  427. }
  428. .border-left {
  429. border-left: solid 1px #e0e0e0 ;
  430. }
  431. .border-right {
  432. border-right: solid 1px #e0e0e0 ;
  433. }
  434. input.quantite {
  435. //width: 50px ;
  436. width: 30px ;
  437. background-color: white ;
  438. border: solid 1px #e0e0e0 ;
  439. text-align: center ;
  440. }
  441. .td-produit {
  442. text-align: center ;
  443. }
  444. .submit-pv {
  445. float: right ;
  446. }
  447. .select-user {
  448. background-color: #F9F9F9 ;
  449. border: solid 1px #e0e0e0 ;
  450. }
  451. .date-commande {
  452. font-size: 12px ;
  453. }
  454. .datepicker, .text {
  455. background-color: white ;
  456. border: solid 1px #e0e0e0 ;
  457. margin-top: 3px ;
  458. width: 100px ;
  459. }
  460. td.center {
  461. text-align: center ;
  462. }
  463. .depasse {
  464. color: #b32815 ;
  465. }
  466. .total strong span {
  467. font-weight: normal ;
  468. font-size: 13px ;
  469. }
  470. .vrac {
  471. display: none ;
  472. }
  473. td.client {
  474. text-align: left ;
  475. padding: 3px ;
  476. .date-commande {
  477. color: gray ;
  478. }
  479. }
  480. }
  481. .table-header-rotated th.row-header{
  482. //width: auto;
  483. }
  484. .table-header-rotated td{
  485. width: 20px;
  486. padding: 0px ;
  487. border-top: 1px solid #dddddd;
  488. border-left: 1px solid #dddddd;
  489. border-right: 1px solid #dddddd;
  490. vertical-align: middle;
  491. text-align: center;
  492. }
  493. .table-header-rotated th.rotate-45{
  494. height: 80px;
  495. width: 20px;
  496. min-width: 20px;
  497. max-width: 20px;
  498. position: relative;
  499. vertical-align: bottom;
  500. padding: 0;
  501. font-size: 12px;
  502. line-height: 0.8;
  503. }
  504. .table-header-rotated th.rotate-45 > div{
  505. position: relative;
  506. top: 0px;
  507. left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  508. height: 100%;
  509. -ms-transform:skew(-45deg,0deg);
  510. -moz-transform:skew(-45deg,0deg);
  511. -webkit-transform:skew(-45deg,0deg);
  512. -o-transform:skew(-45deg,0deg);
  513. transform:skew(-45deg,0deg);
  514. overflow: hidden;
  515. border-left: 1px solid #dddddd;
  516. border-right: 1px solid #dddddd;
  517. border-top: 1px solid #dddddd;
  518. }
  519. .table-header-rotated th.rotate-45 span {
  520. -ms-transform:skew(45deg,0deg) rotate(315deg);
  521. -moz-transform:skew(45deg,0deg) rotate(315deg);
  522. -webkit-transform:skew(45deg,0deg) rotate(315deg);
  523. -o-transform:skew(45deg,0deg) rotate(315deg);
  524. transform:skew(45deg,0deg) rotate(315deg);
  525. position: absolute;
  526. bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  527. bottom: 16px; // pour width 20px
  528. left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  529. left: 0px ;
  530. display: inline-block;
  531. // width: 100%;
  532. 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*/
  533. width: 43px ;
  534. text-align: left;
  535. white-space: nowrap; /*whether to display in one line or not*/
  536. }
  537. }
  538. #email-masse-form {
  539. #ids-users {
  540. line-height: 30px ;
  541. .label {
  542. text-transform: capitalize ;
  543. }
  544. }
  545. }
  546. .produit-create, .produit-update {
  547. #jours-production {
  548. .form-group {
  549. float: left ;
  550. margin-right: 15px ;
  551. label {
  552. font-weight: normal ;
  553. }
  554. }
  555. }
  556. .field-produit-id_etablissement {
  557. display: none;
  558. }
  559. }
  560. .table-striped > tbody > tr:nth-of-type(2n) {
  561. background-color: white ;
  562. }
  563. .wrap .produit-index {
  564. .td-photo {
  565. max-width: 100px ;
  566. width: 100px ;
  567. }
  568. .photo-produit {
  569. max-width: 100px ;
  570. }
  571. .ui-state-highlight {
  572. height: 75px;
  573. background-color: $color2 ;
  574. }
  575. }
  576. /* communiquer */
  577. .communiquer-mode-emploi {
  578. border: solid 1px #e0e0e0 ;
  579. padding: 10px ;
  580. @include border-radius(10px) ;
  581. margin-bottom: 30px ;
  582. font-family: 'myriadpro-regular' ;
  583. .header {
  584. .logo {
  585. float: left ;
  586. width: 75px ;
  587. padding-right: 20px ;
  588. padding-top: 10px ;
  589. img {
  590. width: 75px ;
  591. }
  592. }
  593. h1 {
  594. font-family: 'comfortaaregular' ;
  595. font-size: 40px ;
  596. margin-top: 0px ;
  597. margin-bottom: 0px ;
  598. font-weight: normal ;
  599. }
  600. h2 {
  601. margin-top: 0px ;
  602. font-family: 'myriadpro-regular' ;
  603. font-size: 20px ;
  604. margin-top: 0px ;
  605. position: relative ;
  606. left: 2px ;
  607. font-weight: normal ;
  608. }
  609. }
  610. h3 {
  611. font-family: 'comfortaalight' ;
  612. font-family: 'myriadpro-regular' ;
  613. font-size: 25px ;
  614. color: $color1 ;
  615. margin-top: 0px ;
  616. margin-bottom: 0px ;
  617. }
  618. }
  619. .communiquer-mode-emploi-encart {
  620. width: 420px ;
  621. margin-top: 20px ;
  622. .header {
  623. .logo {
  624. width: 60px ;
  625. margin-right: 20px ;
  626. padding-top: 5px ;
  627. img {
  628. width: 60px ;
  629. }
  630. }
  631. h1 {
  632. margin-bottom: 3px ;
  633. }
  634. h2 {
  635. }
  636. }
  637. h3 {
  638. margin-top: 15px ;
  639. margin-bottom: 15px ;
  640. }
  641. }
  642. .bloc-mode-emploi-pdf {
  643. width: 49.9% ;
  644. float: left;
  645. border-bottom: dotted 1px gray ;
  646. }
  647. .bloc-mode-emploi-border {
  648. border-right: dotted 1px gray ;
  649. border-bottom: dotted 1px gray ;
  650. }
  651. .communiquer-mode-emploi-pdf {
  652. border: 0px none ;
  653. //border-bottom: dotted 1px gray ;
  654. @include border-radius(0px) ;
  655. margin-bottom: 0px;
  656. padding: 20px 0px 20px 30px ;
  657. .header {
  658. .logo {
  659. float: left ;
  660. width: 55px ;
  661. padding-right: 15px ;
  662. padding-top: 10px ;
  663. img {
  664. width: 55px ;
  665. }
  666. }
  667. h1 {
  668. font-size: 32px ;
  669. }
  670. h2 {
  671. font-size: 16px ;
  672. }
  673. }
  674. h3 {
  675. font-weight: normal ;
  676. }
  677. }
  678. .bloc-mode-emploi-bottom {
  679. border-bottom: 0px none ;
  680. border-bottom: solid 1px white;
  681. }