Uniformisation style pour meilleur compatibilité entre auguria et eldy
This commit is contained in:
parent
be0d513023
commit
3ed76c05c0
@ -19,10 +19,23 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header('Content-type: text/css');
|
/**
|
||||||
|
\file htdocs/theme/auguria/auguria.css.php
|
||||||
|
\brief Fichier de style CSS du theme Auguria
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("../../conf/conf.php");
|
require("../../conf/conf.php");
|
||||||
|
|
||||||
|
// Define css type
|
||||||
|
header('Content-type: text/css');
|
||||||
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
|
// each Dolibarr page access.
|
||||||
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
//header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -213,6 +226,9 @@ font.tmenudisabled
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu TOP auguria */
|
||||||
|
|
||||||
div.tmenu ul {
|
div.tmenu ul {
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
@ -266,8 +282,6 @@ div.tmenu li a:hover
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.tmenu li a:active
|
div.tmenu li a:active
|
||||||
{
|
{
|
||||||
color:#4F9EC9;
|
color:#4F9EC9;
|
||||||
@ -280,10 +294,6 @@ div.tmenu li a:link
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================================== */
|
|
||||||
/* Menu gauche */
|
|
||||||
/* ============================================================================== */
|
|
||||||
|
|
||||||
.tmenu a:active
|
.tmenu a:active
|
||||||
{
|
{
|
||||||
background:#4F9EC9;
|
background:#4F9EC9;
|
||||||
@ -298,6 +308,7 @@ div.tmenu .tmenudisabled
|
|||||||
padding-top:3px;
|
padding-top:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
|
|
||||||
a.login
|
a.login
|
||||||
@ -332,8 +343,11 @@ img.login
|
|||||||
/* Barre de gauche */
|
/* Barre de gauche */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
a.vmenu:link { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
a.vmenu:visited { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
a.vmenu:active { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
a.vmenu:hover { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
||||||
|
font.vmenudisabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
a.vsmenu:link { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:link { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:visited { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:visited { font-size:11px; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
@ -341,24 +355,20 @@ a.vsmenu:active { font-size:11px; text-align:left; font-weight: normal; colo
|
|||||||
a.vsmenu:hover { font-size:11px; text-align:left; font-weight: normal; color: RGB(94,148,181); margin: 1em 1em 1em 1em; }
|
a.vsmenu:hover { font-size:11px; text-align:left; font-weight: normal; color: RGB(94,148,181); margin: 1em 1em 1em 1em; }
|
||||||
font.vsmenudisabled { font-size:11px; text-align:left; font-weight: normal; color: #757575; margin: 1em 1em 1em 1em; }
|
font.vsmenudisabled { font-size:11px; text-align:left; font-weight: normal; color: #757575; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
|
a.help:link { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:visited { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:active { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
a.help:hover { font-size: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
|
/* Pour menu gauche Auguria */
|
||||||
|
|
||||||
|
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
||||||
|
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
a.vmenu:link { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:visited { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:active { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
a.vmenu:hover { font-size:11px; text-align:left; font-weight: bold; color:#000000}
|
|
||||||
font.vmenudisabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
|
||||||
|
|
||||||
a.help:link { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:visited { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #68ACCF; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:active { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
a.help:hover { font: 10px; font-weight: bold; background: #FFFFFF; border: 1px solid #8CACBB; color: #6198BA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.menu
|
div.menu
|
||||||
{
|
{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -406,12 +416,6 @@ div.menu_fin {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.help {
|
|
||||||
margin-left:5px;
|
|
||||||
margin-top:15px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.blockvmenuimpair a.vmenu, div.blockvmenupair a.vmenu
|
div.blockvmenuimpair a.vmenu, div.blockvmenupair a.vmenu
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
@ -446,6 +450,13 @@ div.blockvmenuimpair form .button, div.blockvmenupair form .button
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.help
|
||||||
|
{
|
||||||
|
margin-left:5px;
|
||||||
|
margin-top:15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
td.barre {
|
td.barre {
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
@ -525,6 +536,7 @@ div.tabsAction {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* onglet_inf ne sert qu'a telephonie. A virer */
|
||||||
div.onglet_inf
|
div.onglet_inf
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -555,6 +567,7 @@ a.onglet_inf {
|
|||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
color: #6198BA;
|
color: #6198BA;
|
||||||
@ -1128,7 +1141,7 @@ div.menuFleche
|
|||||||
#dhtmltooltip
|
#dhtmltooltip
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
border: 1px solid #444444;
|
border: 1px solid #444444;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: lightyellow;
|
background-color: lightyellow;
|
||||||
|
|||||||
@ -33,8 +33,10 @@ require("../../conf/conf.php");
|
|||||||
header('Content-type: text/css');
|
header('Content-type: text/css');
|
||||||
// Important: Avoid page request by browser and dynamic build at
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
// each Dolibarr page access.
|
// each Dolibarr page access.
|
||||||
header('Cache-Control: max-age=3600, public, must-revalidate');
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -225,6 +227,89 @@ font.tmenudisabled
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu TOP auguria */
|
||||||
|
|
||||||
|
div.tmenu ul {
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li {
|
||||||
|
float: left;
|
||||||
|
border-right: solid 1px #4F9EC9;
|
||||||
|
height: 22px;
|
||||||
|
position:relative;
|
||||||
|
liste-style:none;
|
||||||
|
display: block;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a{
|
||||||
|
font-size: 13px;
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration:none;
|
||||||
|
padding-left:10px;
|
||||||
|
padding-right:10px;
|
||||||
|
padding-top: 2px;
|
||||||
|
height: 22px;
|
||||||
|
display: block;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
* html div.tmenu li a{
|
||||||
|
width:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a#sel
|
||||||
|
{
|
||||||
|
background:#FFFFFF;
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
div.tmenu li a:visited
|
||||||
|
{
|
||||||
|
color:#FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:hover
|
||||||
|
{
|
||||||
|
background:#FFFFFF;
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:active
|
||||||
|
{
|
||||||
|
color:#4F9EC9;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu li a:link
|
||||||
|
{
|
||||||
|
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tmenu a:active
|
||||||
|
{
|
||||||
|
background:#4F9EC9;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.tmenu .tmenudisabled
|
||||||
|
{
|
||||||
|
color: #757575;
|
||||||
|
font-size: 13px;
|
||||||
|
padding-left:10px;
|
||||||
|
padding-right:10px;
|
||||||
|
padding-top:3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
|
|
||||||
a.login
|
a.login
|
||||||
@ -277,8 +362,68 @@ a.help:visited { font-size:11px; font: helvetica, verdana, arial, sans-seri
|
|||||||
a.help:active { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:active { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
a.help:hover { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
a.help:hover { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Pour menu gauche Auguria */
|
||||||
|
|
||||||
|
.menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF}
|
||||||
|
font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; }
|
||||||
|
|
||||||
|
a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:active { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
a.menu_titre:hover { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
|
div.menu
|
||||||
|
{
|
||||||
|
margin: 0px;
|
||||||
|
border-spacing: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 165px;
|
||||||
|
border : 0x solid #68ACCF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.menu_titre {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-titre-rubrique.png' ?>);
|
||||||
|
padding: 0px;
|
||||||
|
padding-top:7px;
|
||||||
|
padding-left:0px;
|
||||||
|
margin-top: 8px;
|
||||||
|
margin: 0px;
|
||||||
|
height: 21px;
|
||||||
|
text-align: left;
|
||||||
|
font-size : 12px;
|
||||||
|
color : #FFFFFF;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menu_contenu {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-rubrique.png' ?>);
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1px;
|
||||||
|
|
||||||
|
padding-right: 6px;
|
||||||
|
font-size : 11px;
|
||||||
|
font-weight:normal;
|
||||||
|
color : #000000;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menu_fin {
|
||||||
|
background: url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/bg-bas-rubrique.png' ?>);
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
height:6px;
|
||||||
|
width:165px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.blockvmenupair
|
div.blockvmenupair
|
||||||
{
|
{
|
||||||
|
width:158px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
@ -295,6 +440,7 @@ div.blockvmenupair
|
|||||||
|
|
||||||
div.blockvmenuimpair
|
div.blockvmenuimpair
|
||||||
{
|
{
|
||||||
|
width:158px;
|
||||||
border-right: 1px solid #555555;
|
border-right: 1px solid #555555;
|
||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
@ -433,6 +579,7 @@ a.onglet_inf {
|
|||||||
border-bottom: 1px solid #555555;
|
border-bottom: 1px solid #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #436976;
|
background: #436976;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1041,7 +1188,8 @@ td.hidden {
|
|||||||
margin: 1px 1px 1px 1px;
|
margin: 1px 1px 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Utilise dans smarty uniquement. A virer
|
|
||||||
|
/* Utilise dans smarty uniquement. A virer */
|
||||||
td.alerte {
|
td.alerte {
|
||||||
background: #FF99A9;
|
background: #FF99A9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/theme/freelug/freelug.css
|
\file htdocs/theme/freelug/freelug.css.php
|
||||||
\brief Fichier de style CSS du theme Freelug
|
\brief Fichier de style CSS du theme Freelug
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,10 @@ require("../../conf/conf.php");
|
|||||||
header('Content-type: text/css');
|
header('Content-type: text/css');
|
||||||
// Important: Avoid page request by browser and dynamic build at
|
// Important: Avoid page request by browser and dynamic build at
|
||||||
// each Dolibarr page access.
|
// each Dolibarr page access.
|
||||||
header('Cache-Control: max-age=3600, public, must-revalidate');
|
if (! $conf->global->MAIN_ENABLE_DEVELOPMENT)
|
||||||
|
{
|
||||||
|
header('Cache-Control: max-age=3600, public, must-revalidate');
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -64,7 +64,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP
|
|||||||
|
|
||||||
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
|
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
|
||||||
|
|
||||||
insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMENT_MODULES','0','yesno',1,'Make development modules visible');
|
insert into llx_const(name,value,type,visible,note) values('MAIN_ENABLE_DEVELOPMENT','0','yesno',1,'Make development modules visible');
|
||||||
insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation');
|
insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation');
|
||||||
|
|
||||||
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search');
|
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user