dolibarr/htdocs/cashdesk/css/style.css

456 lines
7.7 KiB
CSS
Raw Normal View History

2010-07-11 21:29:18 +02:00
/* Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
2008-09-30 01:18:52 +02:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
2008-09-30 01:18:52 +02:00
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
2019-09-23 21:55:30 +02:00
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2011-08-27 21:15:14 +02:00
*/
2010-07-11 21:29:18 +02:00
2008-09-30 01:18:52 +02:00
body {
background: #fff;
2008-09-30 01:18:52 +02:00
color: #333;
margin: 0;
padding: 0;
}
p {
margin: 0;
}
.conteneur {
background: #fff;
text-align: left;
/*max-width: 770px;*/
/*margin: 10px auto;
border: 2px solid #000;*/
2008-09-30 01:18:52 +02:00
}
.conteneur_img_gauche {
2014-10-27 13:21:33 +01:00
/* background: url("../img/bg_conteneur_gauche.png") top left repeat-y; */
}
2008-09-30 01:18:52 +02:00
.conteneur_img_droite {
2014-10-27 13:21:33 +01:00
/* background: url("../img/bg_conteneur_droite.png") top right repeat-y; */
}
2008-09-30 01:18:52 +02:00
.contenu {
width: 100%;
text-align: center;
padding-top: 20px;
}
.logo {
text-align: center;
}
.logopos {
padding-top: 20px;
2018-07-26 18:22:16 +02:00
max-height: 40px;
}
2010-07-14 12:39:22 +02:00
/* ------------------- Header ------------------- */
2008-09-30 01:18:52 +02:00
.entete {
height: 15px;
margin: 0;
2014-10-27 13:21:33 +01:00
/* background: url('../img/bg_entete.png') no-repeat left top; */
2008-09-30 01:18:52 +02:00
}
.entete span {
display: none;
}
2008-09-30 01:18:52 +02:00
2019-10-01 13:20:29 +02:00
.principal_login td.label1 {
width: 50%;
}
2008-09-30 01:18:52 +02:00
/* ------------------- Menu ------------------- */
.menu_principal {
margin: 0;
2013-09-05 20:54:19 +02:00
font-size: 14px;
2008-09-30 01:18:52 +02:00
height: 84px;
background: #CCCCCC;
background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%);
background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(40,40,40,.3) 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.3)), color-stop(1, rgba(40,40,40,.3)) );
2008-09-30 01:18:52 +02:00
}
.menu_bloc {
2010-07-11 21:29:18 +02:00
margin-left: 12px;
}
2008-09-30 01:18:52 +02:00
.menu {
margin: 0;
2013-09-05 20:54:19 +02:00
list-style-type: none;
padding: 8px 0 0;
}
2008-09-30 01:18:52 +02:00
.menu li {
float: left;
2014-10-27 13:21:33 +01:00
padding-right: 10px;
}
2008-09-30 01:18:52 +02:00
.menu_choix0 {
2010-07-14 12:39:22 +02:00
font-size: 10px;
text-align: right;
font-style: italic;
2010-07-14 12:39:22 +02:00
font-weight: normal;
display: block;
color: #333;
text-decoration: none;
padding-right: 5px;
}
2008-09-30 01:18:52 +02:00
2017-06-13 19:46:27 +02:00
/* Force values for small screen 570 */
@media only screen and (max-width: 570px)
{
.menu_choix0 {
max-width: 180px;
}
}
.menu_choix0 a {
2010-07-14 12:39:22 +02:00
font-weight: normal;
text-decoration: none;
}
2014-10-27 13:21:33 +01:00
li.menu_choix0 {
float: right;
}
2008-09-30 01:18:52 +02:00
2017-01-09 10:36:24 +01:00
/* ------------------- Remind of products ------------------- */
2008-09-30 01:18:52 +02:00
.liste_articles {
2014-10-27 13:21:33 +01:00
min-width: 215px;
2008-09-30 01:18:52 +02:00
float: right;
2010-07-11 21:29:18 +02:00
margin-top: 8px;
2008-09-30 01:18:52 +02:00
margin-right: 20px;
border: 1px dotted #5ca64d;
padding-bottom: 10px;
vertical-align: middle;
2008-09-30 01:18:52 +02:00
}
p.titre {
2013-09-05 20:54:19 +02:00
margin: 0 0 20px;
text-align: center;
font-weight: bold;
font-size: 1.4em;
color: #5ca64d;
border-bottom: 1px dotted;
}
2008-09-30 01:18:52 +02:00
.cadre_article {
2013-09-05 20:54:19 +02:00
width: 180px;
text-align: center;
2013-09-05 20:54:19 +02:00
margin: 0 auto 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.cadre_article p {
color: #5ca64d;
}
.cadre_article p a {
color: #333;
font-size: 1.1em;
text-decoration: none;
padding-right: 25px;
2010-07-14 12:39:22 +02:00
background: url('../img/basket_delete.png') top right no-repeat;
}
.cadre_article p a:hover {
color: #6d3f6d;
}
.cadre_aucun_article {
text-align: center;
font-style: italic;
}
.cadre_prix_total {
text-align: center;
font-weight: bold;
font-size: 1.4em;
color: #6d3f6d;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
border: 1px dotted #6d3f6d;
}
2008-09-30 01:18:52 +02:00
/* ------------------- Contenu ------------------- */
.principal_login {
margin: 10px;
2008-09-30 01:18:52 +02:00
padding: 0;
max-width: 800px;
text-align: left;
2008-09-30 01:18:52 +02:00
}
.formulaire_login {
text-align: center;
}
2008-09-30 01:18:52 +02:00
.formulaire_login table {
2013-09-05 20:54:19 +02:00
padding-left: 60px;
margin: 0 auto 20px;
background: url('../img/login.png') bottom left no-repeat;
}
2008-09-30 01:18:52 +02:00
.formulaire_login table tr {
height: 30px;
}
2008-09-30 01:18:52 +02:00
.texte_login {
padding-left: 2px;
padding-right: 2px;
background: #fff;
border: 1px solid #6d3f6d;
}
2008-09-30 01:18:52 +02:00
.principal {
float: left;
margin: 0 15px;
padding: 0;
max-width: 900px;
2008-09-30 01:18:52 +02:00
}
2017-01-09 10:36:24 +01:00
.blocksellfinished {
min-width: 215px;
2017-01-12 11:46:13 +01:00
margin-top: 8px;
2017-01-09 10:36:24 +01:00
}
.titre1 {
font-weight: bold;
color: #ff9900;
margin: 0;
font-size: 1.4em;
}
2008-09-30 01:18:52 +02:00
.label1 {
color: #333;
font-size: 1.1em;
}
2008-09-30 01:18:52 +02:00
.cadre_facturation {
border: 2px solid #ddd;
margin-bottom: 15px;
}
2008-09-30 01:18:52 +02:00
.principal p {
padding-left: 10px;
padding-right: 10px;
}
2008-09-30 01:18:52 +02:00
.lien1 {
color: #333;
font-size: 1.1em;
text-decoration: underline;
}
2008-09-30 01:18:52 +02:00
.lien1:hover {
color: #6d3f6d;
}
2008-09-30 01:18:52 +02:00
/* Formulaires */
.formulaire1 {
padding: 0;
}
2008-09-30 01:18:52 +02:00
/* --------------------- Combo lists ------------------- */
.select_design {
overflow: auto;
}
.select_design select {
border: 1px solid #6d3f6d;
2011-05-30 15:51:41 +02:00
font: 12px verdana,arial,helvetica;
background: #fff;
}
.select_tva select {
width: 60px;
border: 1px solid #6d3f6d;
background: #fff;
}
.top_liste {
font-style: italic;
text-align: center;
color: #aaa;
}
/* --------------- Champs texte ---------------- */
.texte_ref,.texte1,.texte1_off,.texte2,.texte2_off,.textarea_note {
padding-left: 2px;
padding-right: 2px;
}
2008-09-30 01:18:52 +02:00
.texte_ref,.texte1,.texte2,.textarea_note {
background: #fff;
border: 1px solid #6d3f6d;
}
.texte1_off,.texte2_off {
color: #000;
border: 1px solid #eee;
background: #eee;
}
.texte_ref {
min-width: 150px;
}
.texte1,.texte1_off {
width: 60px;
}
.texte2,.texte2_off {
width: 140px;
}
/* ------------------- */
.textarea_note {
width: 100%;
height: 50px;
padding: 2px 2px;
}
/* -------------- Buttons for SimplePOS --------------------- */
.bouton_ajout_article {
margin-top: 10px;
2016-01-28 12:44:04 +01:00
width: 60%;
height: 40px;
}
.bouton_mode_reglement, .bouton_mode_reglement_disabled {
width: 150px;
height: 40px;
}
.bouton_validation { /* width: 80px; */
margin-left: 10px;
margin-top: 20px;
margin-bottom: 10px;
}
.formulaire2 {
padding: 0;
width: 100%;
}
.table_resume {
width: 100%;
}
.table_resume tr {
background: #eee;
}
.table_resume td {
padding-left: 8px;
}
.resume_label,.note_label {
min-width: 200px;
font-weight: bold;
font-size: 1.1em;
}
.note_label {
padding-top: 20px;
}
/* ------------------- Pied de page ------------------- */
2008-09-30 01:18:52 +02:00
.pied {
clear: both;
height: 15px;
2014-10-27 13:21:33 +01:00
/* background: url('../img/bg_pied.png') no-repeat bottom left; */
2008-09-30 01:18:52 +02:00
}
2010-07-11 21:29:18 +02:00
/* ------------------- Param<61>tres communs (messages d'erreur, informations, etc...) ------------------- */
2008-09-30 01:18:52 +02:00
.msg_err1 {
color: #c00;
}
/* Messages d'erreur */
.cadre_err1 {
margin-right: 10px;
margin-bottom: 10px;
padding: 10px 10px;
border: 1px solid #c00;
background: #feffac;
color: #c00;
}
/* Titre */
.err_titre {
font-weight: bold;
2013-09-05 20:54:19 +02:00
margin: 0 0 10px;
padding: 0;
}
2008-09-30 01:18:52 +02:00
/* Description */
.err_desc {
margin: 0;
padding: 0;
}
2008-09-30 01:18:52 +02:00
/* Messages d'information */
.cadre_msg1 {
margin-right: 10px;
margin-bottom: 10px;
padding: 10px 10px;
border: 1px solid #070;
background: #e8f8da;
color: #070;
}
/* Titre */
.msg_titre {
font-weight: bold;
2013-09-05 20:54:19 +02:00
margin: 0 0 10px;
padding: 0;
}
2008-09-30 01:18:52 +02:00
/* Description */
.msg_desc {
margin: 0;
padding: 0;
}
2008-09-30 01:18:52 +02:00
2010-07-14 12:39:22 +02:00
/* Affichage de la liste des resultats */
2008-09-30 01:18:52 +02:00
.dhtml_bloc {
margin: 0;
padding: 3px;
font-size: 13px;
font-family: arial, sans-serif;
2008-09-30 01:18:52 +02:00
border: 1px solid #000;
z-index: 1;
width: 455px;
max-height: 500px;
overflow: auto;
position: absolute;
background-color: white;
}
.dhtml_defaut {
list-style-type: none;
display: block;
height: 16px;
overflow: hidden;
}
2008-09-30 01:18:52 +02:00
.dhtml_selection {
background-color: #3366cc;
color: white ! important;
}