mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Restore stable version to allow 3.1 branch creation
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
/* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr>
|
||||
* Copyright (C) 2011 Philippe Grand <philippe.grand@atoo-net.com>
|
||||
*
|
||||
* 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
|
||||
@@ -21,7 +20,7 @@
|
||||
/**
|
||||
* \file htdocs/theme/eldy/style.css.php
|
||||
* \brief Fichier de style CSS du theme Eldy
|
||||
* \version $Id: style.css.php,v 1.92 2011/08/07 17:54:36 grandoc Exp $
|
||||
* \version $Id: style.css.php,v 1.93 2011/08/07 22:52:45 eldy Exp $
|
||||
*/
|
||||
|
||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||
@@ -270,32 +269,14 @@ a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
||||
margin: 0px 1px 2px 1px;
|
||||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius: 6px 6px 0px 0px;
|
||||
-webkit-border-radius: 6px 6px 0px 0px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
-moz-box-shadow: 2px 0px 4px #898484;
|
||||
-webkit-box-shadow: 2px 0px 4px #898484;
|
||||
box-shadow: 2px 0px 4px #898484;
|
||||
}
|
||||
a.tmenu:hover, a.tmenu:active {
|
||||
margin: 0px 0px 0px 0px;
|
||||
background: #dee7ec;
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
-moz-border-radius: 6px 6px 0px 0px;
|
||||
-webkit-border-radius: 6px 6px 0px 0px;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
border-top: 1px solid #D8D8D8;
|
||||
border-bottom: 1px solid #dee7ec;
|
||||
-moz-box-shadow: 2px 0px 4px #898484;
|
||||
-webkit-box-shadow: 2px 0px 4px #898484;
|
||||
box-shadow: 2px 0px 4px #898484;
|
||||
border-bottom: 2px solid #dee7ec;
|
||||
}
|
||||
a.tmenu:active {
|
||||
background: #F4F4F4;
|
||||
@@ -307,19 +288,10 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
|
||||
font-weight: normal;
|
||||
color: #234046;
|
||||
background: #F4F4F4;
|
||||
-moz-border-radius: 6px 6px 0px 0px;
|
||||
-webkit-border-radius: 6px 6px 0px 0px;
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-moz-box-shadow: 2px 0px 4px #0C0C0C;
|
||||
-webkit-box-shadow: 2px 0px 4px #0C0C0C;
|
||||
box-shadow: 2px 0px 4px #0C0C0C;
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-top: 1px solid #D8D8D8;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
border-bottom: 1px solid #F4F4F4;
|
||||
border-bottom: 2px solid #F4F4F4;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -843,9 +815,10 @@ div.tabBar {
|
||||
padding-right: 8px;
|
||||
padding-bottom: 8px;
|
||||
margin: 0px 0px 10px 0px;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
-moz-border-radius-bottomleft:6px;
|
||||
-moz-border-radius-bottomright:6px;
|
||||
border-right: 1px solid #555555;
|
||||
border-bottom: 1px solid #555555;
|
||||
border-left: 1px solid #D0D0D0;
|
||||
@@ -883,9 +856,8 @@ a.tab:link {
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius:6px 6px 0px 0px;
|
||||
-webkit-border-radius:6px 6px 0px 0px;
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
@@ -899,9 +871,8 @@ a.tab:visited {
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius:6px 6px 0px 0px;
|
||||
-webkit-border-radius:6px 6px 0px 0px;
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
@@ -915,9 +886,8 @@ a.tab#active {
|
||||
padding: 0px 6px;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
-moz-border-radius:6px 6px 0px 0px;
|
||||
-webkit-border-radius:6px 6px 0px 0px;
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
@@ -931,9 +901,8 @@ a.tab:hover {
|
||||
padding: 0px 6px;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
-moz-border-radius:6px 6px 0px 0px;
|
||||
-webkit-border-radius:6px 6px 0px 0px;
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
@@ -959,9 +928,8 @@ span.tabspan {
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius:6px 6px 0px 0px;
|
||||
-webkit-border-radius:6px 6px 0px 0px;
|
||||
border-radius:6px 6px 0px 0px;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
|
||||
border-<?php print $right; ?>: 1px solid #555555;
|
||||
border-<?php print $left; ?>: 1px solid #D8D8D8;
|
||||
@@ -1091,15 +1059,6 @@ border-bottom-color: #BBBBBB;
|
||||
border-bottom-style: solid;
|
||||
|
||||
margin: 0px 0px 2px 0px;
|
||||
|
||||
box-shadow: 4px 4px 4px #CCC;
|
||||
<!--[if lte IE 8]>
|
||||
<style type="text/css">
|
||||
background-color: #fff;
|
||||
zoom: 1;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',
|
||||
Direction=135, Strength=6);
|
||||
<![endif]-->
|
||||
}
|
||||
|
||||
table.noborder tr {
|
||||
@@ -1117,7 +1076,6 @@ height: 18px;
|
||||
|
||||
table.noborder td {
|
||||
padding: 1px 2px 0px 1px; /* t r b l */
|
||||
|
||||
}
|
||||
|
||||
table.nobordernopadding {
|
||||
@@ -1251,17 +1209,8 @@ border: 0px;
|
||||
-moz-box-shadow: 4px 4px 4px #CCC;
|
||||
-webkit-box-shadow: 4px 4px 4px #CCC;
|
||||
box-shadow: 4px 4px 4px #CCC;
|
||||
<!--[if lte IE 8]>
|
||||
<style type="text/css">
|
||||
background-color: #fff;
|
||||
zoom: 1;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc',
|
||||
Direction=135, Strength=6);
|
||||
<![endif]-->
|
||||
|
||||
}
|
||||
|
||||
|
||||
.box {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
@@ -1278,6 +1227,8 @@ font-family: <?php print $fontlist ?>, sans-serif;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #FDFFFF;
|
||||
white-space: nowrap;
|
||||
-moz-border-radius-topleft:6px;
|
||||
-moz-border-radius-topright:6px;
|
||||
}
|
||||
|
||||
tr.box_impair {
|
||||
@@ -1318,8 +1269,6 @@ div.warning {
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
border: 1px solid #e0e0d0;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
background: #efefd4;
|
||||
}
|
||||
|
||||
@@ -1329,8 +1278,6 @@ div.error {
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
border: 1px solid #8C9CAB;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
background: #EFCFCF;
|
||||
}
|
||||
|
||||
@@ -1341,8 +1288,6 @@ div.info {
|
||||
margin: 0.5em 0em 0.5em 0em;
|
||||
border: 1px solid #e0e0d0;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius:6px;
|
||||
background: #efefd4;
|
||||
}
|
||||
|
||||
@@ -1436,8 +1381,6 @@ z-index: 3000;
|
||||
background-color: #FFFFF0;
|
||||
opacity: 1;
|
||||
-moz-border-radius:6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1459,9 +1402,7 @@ border-radius: 6px;
|
||||
}
|
||||
|
||||
.bodyline {
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius:8px;
|
||||
border: 1px #E4ECEC outset;
|
||||
padding: 0px;
|
||||
margin-bottom: 5px;
|
||||
@@ -1557,7 +1498,7 @@ td.hidden {
|
||||
.cal_past_month { background: #EEEEEE; border: solid 1px #ACBCBB; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
|
||||
.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
|
||||
.cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-<?php print $left; ?>: 2px; padding-<?php print $right; ?>: 1px; padding-top: 0px; padding-bottom: 0px; }
|
||||
table.cal_event { border-collapse: collapse; margin-bottom: 1px; -webkit-border-radius: 6px; border-radius: 6px; }
|
||||
table.cal_event { border-collapse: collapse; margin-bottom: 1px; }
|
||||
table.cal_event td { border: 0px; padding-<?php print $left; ?>: 0px; padding-<?php print $right; ?>: 2px; padding-top: 0px; padding-bottom: 0px; }
|
||||
.cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; }
|
||||
.cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; }
|
||||
|
||||
Reference in New Issue
Block a user