|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481 |
-
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
-
- //$color1: #FF7F00 ;
- $color1: #F39C12;
- $color2: white ;
- $courant: #323232 ;
- $color-back: #E9EBEE ;
- //$color-back: #FFEBCD ;
- $color-back: #FFF8DC ;
-
- body {
- font-family: 'Arial' ;
- background-color: $color-back ;
- color: #333 ;
- line-height: 20px ;
- font-size: 14px ;
- }
-
- .clr {
- clear: both ;
- }
-
- .panel {
- a {
- //color: $color1;
- }
-
- strong {
- font-weight: bold;
- }
- }
-
- .modal-backdrop.in {
- z-index: 10 ;
- }
-
- #section-user-top {
- .navbar-default {
- background-color: white;
- }
- }
-
- #main {
- position: relative ;
- .btn-primary {
- background-color: $color1 ;
- border: solid 1px $color1 ;
- color: white ;
-
- &:hover, &:active, &:focus {
- background-color: darken($color1, 5) ;
- border: solid 1px $color1 ;
- color: white ;
- }
- }
- }
-
-
- .btn {
- background-image: none ;
- }
-
- #main .alert {
- background-image: none;
- background-color: white ;
- border-bottom-width: 3px ;
- }
-
- .alert {
- &.alert-warning {
- a {
- color: #8a6d3b ;
- text-decoration: underline ;
- }
- }
-
- &.alert-danger {
- a {
- color: #a94442 ;
- text-decoration: underline ;
- }
- }
- }
-
- ul.pagination {
- li {
- &.active {
- a {
- background-color: $color1 ;
- border: solid 1px $color1 ;
-
- &:hover {
- background-color: $color2 ;
- border: solid 1px $color2 ;
- color: $color1 ;
- }
- }
- }
- a {
- color: $color1 ;
-
- &:hover, &:focus, &:active {
- background-color: $color2 ;
- border: solid 1px $color2 ;
- color: $color1 ;
- }
- }
- }
- }
-
- .product-name-description-block {
- .name {
- font-family: 'capsuularegular' ;
- color: black ;
- font-size: 20px ;
- line-height: 25px ;
- font-weight: bold;
- }
-
- .other {
- font-family: 'capsuularegular' ;
- color: black ;
- font-weight: bold;
- font-size: 17px ;
- }
-
- .description,
- .description-long {
- color: gray;
- }
-
- .description-long {
- a {
- color: $color1;
- }
- .content {
- display: none;
- }
- }
- }
-
- #left {
- background-color: $color-back ;
- text-align: center ;
- margin-top: 15px ;
- padding: 0px ;
- position: relative ;
-
- .fixed {
- position: fixed ;
- display: none ;
- }
-
- $width-logo: 110px ;
- #logo {
- position: relative ;
- background-color: white ;
- width: $width-logo ;
- height: $width-logo ;
- margin: 0px auto ;
- margin-bottom: 20px ;
- @include border-radius($width-logo) ;
- border: solid 1px gray ;
- text-align: center;
- overflow: hidden ;
-
- img {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: $width-logo - 20 ;
- max-height: $width-logo - 20 ;
- }
- }
-
- h1, h2, #infos, #infos a {
- color: $courant ;
- }
-
- h1 {
- text-transform: uppercase ;
- font-family: 'highvoltageregular' ;
- font-size: 25px ;
- line-height: 25px ;
- font-weight: bold ;
- padding-bottom: 5px ;
- text-align: center ;
- font-weight: normal ;
- }
-
- h2 {
- font-family: 'capsuularegular' ;
- font-size: 15px ;
- font-weight: normal ;
- text-align: center ;
-
- .favorite {
- padding-left: 0px ;
-
- .glyphicon {
- font-size: 14px ;
- }
- }
-
- a {
-
- color: $courant ;
- }
- }
-
- nav#main-nav {
- background-color: white ;
- border: solid 1px #e0e0e0 ;
- border-bottom: 0px none ;
- margin-top: 20px;
-
- ul {
- li {
- display: block ;
-
- a {
- color: $courant ;
- color: black;
- border-bottom: solid 1px #e0e0e0 ;
- font-family: 'capsuularegular' ;
- font-size: 18px ;
- display: block ;
- text-align: left ;
-
- .glyphicon {
- font-size: 15px ;
- margin-right: 3px ;
- }
-
- span.label {
- padding-bottom: 3px ;
- font-family: 'Arial' ;
- float: right ;
- }
- }
-
- &.active, a:hover {
- span.label {
- background-color: darken($color1, 5) ;
- color: white ;
- }
- }
-
- a:hover,
- &.active a {
- background: $color1 ;
- color: white ;
- @include border-radius(0px) ;
- }
-
- &#btn-administration {
-
- a {
- color: $color1 ;
-
- &:hover {
- color: white ;
- }
- }
- }
- }
- }
-
- #user {
- color: $color1 ;
- float: right ;
- padding: 10px ;
- }
- }
- }
-
- #main {
- background-color: $color-back ;
- border: solid 1px #e0e0e0 ;
- margin-top: 15px ;
- padding: 0px ;
- background-color: white ;
-
- #img-big {
- height: 130px ;
- overflow: hidden ;
- position: relative ;
-
- img.img-photo {
- width: 100% ;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
-
- }
-
- #infos-producer {
- padding: 5px 10px ;
- margin-bottom: 0px ;
- font-size: 16px ;
- font-family: 'capsuularegular' ;
- background-color: white ;
- border-bottom: solid 1px #e0e0e0 ;
- color: gray ;
-
- strong {
- font-weight: bold ;
- }
-
- .favorite {
- float: right ;
- color: gray ;
- a {
- color: black ;
- }
- }
- }
-
- h2#page-title {
- padding-left: 15px ;
- padding-right: 15px ;
- padding-bottom: 15px ;
- padding-top: 30px ;
- border-bottom: solid 1px #e0e0e0 ;
- margin-bottom: 10px ;
- font-family: 'highvoltageregular' ;
- font-size: 30px ;
- line-height: 40px;
- position: relative ;
- top: -10px ;
- text-align: left ;
-
- #buttons {
- //float: right ;
- margin-bottom: 15px ;
- font-family: 'Arial' ;
- }
- }
-
- #content {
- padding: 0px 20px 20px 20px ;
- padding-bottom: 40px ;
- min-height: 300px ;
-
- h1, h2, h3, h4, h5, h6 {
- font-family: 'highvoltageregular' ;
- margin-top: 30px ;
- margin-bottom: 20px ;
-
- &.first {
- margin-top: 0px ;
- }
- }
-
- h1 {
- font-size: 30px ;
- }
-
- h2 {
- font-size: 25px ;
-
- }
-
- h3 {
- font-family: 'capsuularegular' ;
- text-transform: uppercase ;
- font-size: 23px ;
- text-align: left ;
- margin-bottom: 30px ;
- margin-top: 45px ;
-
- span {
- padding-top: 14px ;
- color: $courant ;
- }
- }
-
- h4 {
- font-size: 20px ;
- }
-
- h5 {
- font-size: 18px ;
- }
-
- h6 {
- font-size: 16px ;
- }
-
- form {
- .form-group {
- .hint-block {
- color: gray ;
- }
- }
- }
- }
- }
-
- #footer-producer {
- text-align: center ;
- position: absolute ;
- bottom: 0px ;
- left: 0px ;
- width: 100% ;
-
- a {
- color: $color1 ;
- &:active {
- text-decoration: underline ;
- }
- }
- }
-
- #footer {
- background-color: $color-back ;
- height: 100px ;
- float: right ;
- text-align: center ;
-
- .content {
- padding-top: 20px ;
- color: black ;
-
- a {
- color: black ;
- font-family: 'capsuularegular' ;
- font-size: 18px ;
- padding-left: 10px ;
- padding-right: 10px ;
-
- &:hover {
- text-decoration: underline ;
- }
- }
- }
-
- #code-source {
- img {
- height: 20px ;
- }
- }
- }
|