[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/theme/eldy/ -> eldy.css.php (source)

   1  <?php
   2  /* Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>

   3   *

   4   * This program is free software; you can redistribute it and/or modify

   5   * it under the terms of the GNU General Public License as published by

   6   * the Free Software Foundation; either version 2 of the License, or

   7   * (at your option) any later version.

   8   *

   9   * This program is distributed in the hope that it will be useful,

  10   * but WITHOUT ANY WARRANTY; without even the implied warranty of

  11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

  12   * GNU General Public License for more details.

  13   *

  14   * You should have received a copy of the GNU General Public License

  15   * along with this program; if not, write to the Free Software

  16   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

  17   *

  18   * $Id: eldy.css.php,v 1.20.2.1 2006/02/08 00:49:58 eldy Exp $

  19   * $Source: /cvsroot/dolibarr/dolibarr/htdocs/theme/eldy/eldy.css.php,v $

  20   */
  21  
  22  header('Content-type: text/css');
  23  
  24  require("../../conf/conf.php");
  25  
  26  ?>
  27  
  28  /* ============================================================================== */

  29  /* Styles par défaut                                                              */

  30  /* ============================================================================== */

  31  
  32  body {
  33      background-color: #F4F4F4;
  34      color: #101010;
  35      font-size: 12px;
  36      font-family: arial,tahoma,verdana,helvetica;
  37      margin-top: 0;
  38      margin-bottom: 0;
  39      margin-right: 0;
  40      margin-left: 0;
  41  }
  42  
  43  a:link    { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
  44  a:visited { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
  45  a:active  { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
  46  a:hover   { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
  47  input
  48  { 
  49      font: 12px helvetica, verdana, arial, sans-serif; 
  50      background: #FDFDFD;
  51      border: 1px solid #ACBCBB;
  52      padding: 0px 0px 0px 0px;
  53      margin: 0px 0px 0px 0px;
  54  }
  55  input.flat
  56  { 
  57      font: 12px helvetica, verdana, arial, sans-serif;
  58      background: #FDFDFD;
  59      border: 1px solid #ACBCBB;
  60      padding: 0px 0px 0px 0px;
  61      margin: 0px 0px 0px 0px;
  62  }
  63  textarea  {
  64      font: 12px helvetica, verdana, arial, sans-serif;
  65      background: #FDFDFD;
  66      border: 1px solid #ACBCBB;
  67      padding: 0px 0px 0px 0px;
  68      margin: 0px 0px 0px 0px;
  69  }
  70  textarea.flat
  71  { 
  72      font: 12px helvetica, verdana, arial, sans-serif;
  73      background: #FDFDFD;
  74      border: 1px solid #ACBCBB;
  75      padding: 0px 0px 0px 0px;
  76      margin: 0px 0px 0px 0px;
  77  }
  78  select.flat
  79  {
  80      font: 12px helvetica, verdana, arial, sans-serif;
  81      border: 1px solid #ACBCBB;
  82      padding: 0px 0px 0px 0px;
  83      margin: 0px 0px 0px 0px;
  84  }
  85  
  86  .button  {
  87      font: 12px helvetica, verdana, arial, sans-serif;
  88      font-size: 100%;
  89      border: 0px;
  90      background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/button_bg.png' ?>);
  91      background-position : bottom;
  92      padding: 0px 0px 0px 0px;
  93      margin: 0px 0px 0px 0px;
  94  }
  95  
  96  
  97  /* ============================================================================== */

  98  /* Styles de positionnement des zones                                             */

  99  /* ============================================================================== */

 100  
 101  div.vmenuplusfiche
 102  {
 103      top: auto;
 104      left: auto;
 105      position: static;
 106      float: left; 
 107      display: block;
 108      margin-right: 6px;
 109      margin-left: 1px;
 110  }
 111  
 112  div.vmenu
 113  {
 114      top: auto;
 115      left: auto;
 116      position: relative;
 117      float: top;
 118      display: block;
 119      margin-right: 2px;
 120      padding: 0px;
 121      padding-bottom: 0px;
 122      width: 160px;
 123  }
 124  
 125  div.fiche
 126  {
 127      top: 28px;
 128      left: auto;
 129      position: absolute;
 130      float: top;
 131      display: block;
 132      margin-right: 6px;
 133      margin-top: 0px;
 134  }
 135  
 136  
 137  /* ============================================================================== */

 138  /* Menu superieur et 1ere ligne tableau                                           */

 139  /* ============================================================================== */

 140  
 141  div.tmenu
 142  {
 143      position: relative;
 144      float: top;
 145      display: block;
 146      white-space: nowrap;
 147      border-top: 1px solid #D3E5EC;
 148      border-left: 0px;
 149      border-right: 0px solid #555555;
 150      border-bottom: 1px solid #8B9999;
 151      padding: 0px 0px 0px 0px;
 152      margin: 0px 0px 2px 0px;
 153      font-weight:bold;
 154      font-size: 12px;
 155      height: 19px;
 156      background: #b3c5cc; 
 157      background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
 158      color: #000000; 
 159      text-decoration: none;
 160  }
 161  
 162  table.tmenu
 163  {
 164      padding: 0px 0px 10px 0px;
 165      margin: 0px 0px 0px 10px;
 166  }
 167  
 168  a.tmenu:link
 169  {
 170    color: #234046;
 171    padding: 0px 8px;
 172    margin: 0px 1px 1.5px 1px;
 173    font: 12px helvetica, verdana, arial, sans-serif;
 174    font-weight: bold;
 175  }
 176  a.tmenu:visited
 177  {
 178    color: #234046;
 179    padding: 0px 8px;
 180    margin: 0px 1px 1.5px 1px;
 181    border: 0px solid #b3c5cc;
 182    font: 12px helvetica, verdana, arial, sans-serif;
 183    font-weight: bold;
 184  }
 185  a.tmenu#sel
 186  { 
 187    color: #234046;
 188    padding: 0px 8px;
 189    margin: 0px 0px 1.5px 0px;
 190    font: 12px helvetica, verdana, arial, sans-serif;
 191    font-weight: bold;
 192    background: #dee7ec;
 193    background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu_inverse.jpg' ?>);
 194    border-right: 1px solid #555555;
 195    border-top: 1px solid #D8D8D8;
 196    border-left: 1px solid #D8D8D8;
 197  }
 198  a.tmenu:hover
 199  {
 200    color: #234046;
 201    padding: 0px 8px;
 202    margin: 0px 1px 1.5px 1px;
 203    text-decoration: none;
 204    font: 12px helvetica, verdana, arial, sans-serif;
 205    font-weight: bold;
 206    background: #dee7ec;
 207  }
 208  
 209  font.tmenudisabled
 210  {
 211    color: #93a5aa;
 212    padding: 0px 8px;
 213    margin: 0px 0px 1.5px 0px;
 214    font-weight:bold;
 215    font-size:12px;
 216  }
 217  
 218  /* Login */

 219  
 220  a.login
 221  {
 222    position: absolute;
 223    right: 24px;
 224    top: 3px;
 225  
 226    color: #234046;
 227    padding: 0em 1em;
 228    margin: 0px 0px 1.5px 0px;
 229    font-weight:bold;
 230    font-size:12px;
 231  }
 232  a.login:hover
 233  {
 234    color:black;
 235  }
 236  
 237  img.login
 238  {
 239    position: absolute;
 240    right: 8px;
 241    top: 3px;
 242  
 243    text-decoration:none;
 244    color:white;
 245    font-weight:bold;
 246  }
 247  
 248  
 249  /* ============================================================================== */

 250  /* Barre de gauche                                                                */

 251  /* ============================================================================== */

 252  
 253  a.vmenu:link        { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
 254  a.vmenu:visited     { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
 255  a.vmenu:active      { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
 256  a.vmenu:hover       { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
 257  font.vmenudisabled  { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; color: #93a5aa; }
 258  
 259  a.vsmenu:link       { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
 260  a.vsmenu:visited    { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
 261  a.vsmenu:active     { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
 262  a.vsmenu:hover      { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
 263  font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #93a5aa; margin: 1em 1em 1em 1em; }
 264  
 265  a.help:link         { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
 266  a.help:visited      { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
 267  a.help:active       { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
 268  a.help:hover        { font-size:11px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
 269  
 270  div.blockvmenupair
 271  {
 272      border-right: 1px solid #555555;
 273      border-bottom: 1px solid #555555;
 274      font: helvetica, verdana, arial, sans-serif;
 275      color: #000000; 
 276      text-align:left;
 277      text-decoration: none;
 278      padding: 3px;
 279      margin: 1px 0px 0px 0px;
 280      background: #A3BCC6;
 281      background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
 282      background-position:top;
 283      background-repeat:repeat-x;
 284  }
 285  
 286  div.blockvmenuimpair
 287  {
 288      border-right: 1px solid #555555;
 289      border-bottom: 1px solid #555555;
 290      font: helvetica, verdana, arial, sans-serif;
 291      color: #000000; 
 292      text-align:left;
 293      text-decoration: none;
 294      padding: 3px;
 295      margin: 1px 0px 0px 0px;
 296      background: #A3BCC6;
 297      background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
 298      background-position:top;
 299      background-repeat:repeat-x;
 300  }
 301  
 302  div.help
 303  {
 304      border-right: 1px solid #000000;
 305      border-bottom: 1px solid #000000;
 306      background: #f0f0f0;
 307      font: helvetica, verdana, arial, sans-serif;
 308      color: #000000; 
 309      text-align:left;
 310      text-decoration: none;
 311      padding: 3px;
 312      margin: 1px 0px 0px 0px;
 313  }
 314  
 315  
 316  td.barre { 
 317      border-right: 1px solid #000000;
 318      border-bottom: 1px solid #000000;
 319      background: #b3c5cc;
 320      font: helvetica, verdana, arial, sans-serif;
 321      color: #000000; 
 322      text-align:left;
 323      text-decoration: none;
 324  }
 325  
 326  td.barre_select { 
 327      background: #b3c5cc; 
 328      color: #000000;
 329  }
 330  
 331  td.photo {
 332      background: #F4F4F4; 
 333      color: #000000;
 334      border: 1px solid #b3c5cc;
 335  }
 336  
 337  form {
 338      padding: 0em 0em 0em 0em;
 339      margin: 0em 0em 0em 0em;
 340  }
 341  
 342  
 343  /* ============================================================================== */

 344  /* Barre recherche                                                                */

 345  /* ============================================================================== */

 346  
 347  div.formsearch
 348  {
 349    display: block;
 350    clear: right;
 351    background: #d0d4d7;
 352    top: 0px;
 353    left: 130px;
 354    padding: 4px; 
 355    vertical-align: middle;
 356    margin-bottom: 10px;
 357  }
 358  
 359  
 360  /* ============================================================================== */

 361  /* Onglets                                                                        */

 362  /* ============================================================================== */

 363  
 364  div.tabs {
 365      top: 20px;
 366      margin: 1px 0px 0px 0px;
 367      padding: 0px 6px 0px 0px;
 368      text-align: left;
 369  }
 370  
 371  div.tabBar {
 372      color: #234046;
 373      background: #dee7ec;
 374      padding-top: 12px;
 375      padding-left: 12px;
 376      padding-right: 12px;
 377      padding-bottom: 12px;
 378      margin: 0px 0px 10px 0px;
 379      -moz-border-radius-topleft:6px;
 380      -moz-border-radius-topright:6px;
 381      -moz-border-radius-bottomleft:6px;
 382      -moz-border-radius-bottomright:6px;
 383      border-right: 1px solid #555555;
 384      border-bottom: 1px solid #555555;
 385      border-left: 1px solid #D0D0D0;
 386      border-top: 1px solid #D8D8D8;
 387  }
 388  
 389  div.tabsAction {
 390      margin: 20px 0em 1px 0em;
 391      padding: 0em 0em;
 392      text-align: right;
 393  }
 394  
 395  div.onglet_inf
 396  {
 397      position: relative;
 398      float: top;
 399      display: block;
 400      white-space: nowrap;
 401      padding: 0px 0px 0px 0px;
 402      margin: -12px 0px 0px 10px;
 403      font-weight:bold;
 404      font-size: 12px;
 405      height: 19px;
 406      color: #000000; 
 407      text-decoration: none;
 408  }
 409  
 410  a.onglet_inf {
 411      background: white;
 412      color: #436976;
 413      padding: 0px 06px;
 414      margin: 0em 0.2em;
 415      text-decoration: none;
 416      white-space: nowrap;
 417      -moz-border-radius-bottomleft:6px;
 418      -moz-border-radius-bottomright:6px;
 419  
 420      border-right: 1px solid #555555;
 421      border-left: 1px solid #D8D8D8;
 422      border-bottom: 1px solid #555555;
 423  }
 424  
 425  a.tabTitle {
 426      background: #436976;
 427      color: white;
 428      font-weight: normal;
 429      padding: 0px 6px;
 430      margin: 0px 6px;
 431      text-decoration: none;
 432      white-space: nowrap;
 433      border-right: 1px solid #555555;
 434      border-left: 1px solid #D8D8D8;
 435      border-top: 1px solid #D8D8D8;
 436  }
 437  
 438  a.tab:link {
 439      background: white;
 440      color: #436976;
 441      padding: 0px 6px;
 442      margin: 0em 0.2em;
 443      text-decoration: none;
 444      white-space: nowrap;
 445      -moz-border-radius-topleft:6px;
 446      -moz-border-radius-topright:6px;
 447  
 448      border-right: 1px solid #555555;
 449      border-left: 1px solid #D8D8D8;
 450      border-top: 1px solid #D8D8D8;
 451  }
 452  a.tab:visited {
 453      background: white;
 454      color: #436976;
 455      padding: 0px 6px;
 456      margin: 0em 0.2em;
 457      text-decoration: none;
 458      white-space: nowrap;
 459      -moz-border-radius-topleft:6px;
 460      -moz-border-radius-topright:6px;
 461  
 462      border-right: 1px solid #555555;
 463      border-left: 1px solid #D8D8D8;
 464      border-top: 1px solid #D8D8D8;
 465  }
 466  a.tab#active {
 467      background: #dee7ec;
 468      border-bottom: #dee7ec 1px solid;
 469      color: #436976;
 470      padding: 0px 6px;
 471      margin: 0em 0.2em;
 472      text-decoration: none;
 473      -moz-border-radius-topleft:6px;
 474      -moz-border-radius-topright:6px;
 475  
 476      border-right: 1px solid #555555;
 477      border-left: 1px solid #D8D8D8;
 478      border-top: 1px solid #D8D8D8;
 479  }
 480  a.tab:hover {
 481      background: #dee7ec;
 482      color: #436976;
 483      padding: 0px 6px;
 484      margin: 0em 0.2em;
 485      text-decoration: none;
 486      -moz-border-radius-topleft:6px;
 487      -moz-border-radius-topright:6px;
 488  
 489      border-right: 1px solid #555555;
 490      border-left: 1px solid #D8D8D8;
 491      border-top: 1px solid #D8D8D8;
 492  }
 493  
 494  a.tabimage {
 495      color: #436976;
 496      text-decoration: none;
 497      white-space: nowrap;
 498  }
 499  
 500  
 501  /* ============================================================================== */

 502  /* Boutons actions                                                                */

 503  /* ============================================================================== */

 504  
 505  /* Nouvelle syntaxe à utiliser */

 506  
 507  a.butAction:link    { font: 12px helvetica, verdana, arial, sans-serif;
 508                        font-weight: bold;
 509                        background: white; 
 510                        border: 1px solid #8CACBB; 
 511                        color: #436976; 
 512                        padding: 0em 0.7em; 
 513                        margin: 0em 0.5em; 
 514                        text-decoration: none; 
 515                        white-space: nowrap; }
 516  
 517  a.butAction:visited { font: 12px helvetica, verdana, arial, sans-serif; 
 518                        font-weight: bold;
 519                        background: white; 
 520                        border: 1px solid #8CACBB; 
 521                        color: #436976; 
 522                        padding: 0em 0.7em; 
 523                        margin: 0em 0.5em; 
 524                        text-decoration: none; 
 525                        white-space: nowrap; }
 526  
 527  a.butAction:active  { font: 12px helvetica, verdana, arial, sans-serif; 
 528                        font-weight: bold;
 529                        background: white; 
 530                        border: 1px solid #8CACBB; 
 531                        color: #436976;
 532                        padding: 0em 0.7em; 
 533                        margin: 0em 0.5em; 
 534                        text-decoration: none; 
 535                        white-space: nowrap; }
 536  
 537  a.butAction:hover   { font: 12px helvetica, verdana, arial, sans-serif; 
 538                        font-weight: bold;
 539                        background: #dee7ec; 
 540                        border: 1px solid #8CACBB; 
 541                        color: #436976; 
 542                        padding: 0em 0.7em; 
 543                        margin: 0em 0.5em; 
 544                        text-decoration: none; 
 545                        white-space: nowrap; }
 546  
 547  a.butActionRefuse    { font: 12px helvetica, verdana, arial, sans-serif;
 548                        font-weight: bold;
 549                        background: white; 
 550                        border: 1px solid red; 
 551                        color: #436976; 
 552                        padding: 0em 0.7em; 
 553                        margin: 0em 0.5em; 
 554                        text-decoration: none; 
 555                        white-space: nowrap; }
 556  
 557  a.butActionRefuse:hover { font: 12px helvetica, verdana, arial, sans-serif;
 558                            font-weight: bold;
 559                            background: #dee7ec; }
 560  
 561  
 562  a.butActionDelete    { font: 12px helvetica, verdana, arial, sans-serif;
 563                        font-weight: bold;
 564                        background: white; 
 565                        border: 1px solid red; 
 566                        color: #436976; 
 567                        padding: 0em 0.7em; 
 568                        margin: 0em 0.5em; 
 569                        text-decoration: none; 
 570                        white-space: nowrap; }
 571  
 572  a.butActionDelete:link    { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 573  a.butActionDelete:active  { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 574  a.butActionDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 575  a.butActionDelete:hover   { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 576  
 577  
 578  /* Ancienne syntaxe. A supprimer quand remplace par butXxx */

 579  
 580  a.tabAction:link    { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 581  a.tabAction:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 582  a.tabAction:active  { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 583  a.tabAction:hover   { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 584                               
 585  a.butDelete:link    { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 586  a.butDelete:active  { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 587  a.butDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 588  a.butDelete:hover   { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
 589  
 590                        
 591  /* ============================================================================== */

 592  /* Tables                                                                         */

 593  /* ============================================================================== */

 594  
 595  .notopnoleft {
 596  border-collapse: collapse;
 597  border: 0px;
 598  padding-top: 0px;
 599  padding-left: 0px;
 600  padding-right: 4px;
 601  padding-bottom: 4px;
 602  margin: 0px 0px;
 603  }
 604  .notopnoleftnoright {
 605  border-collapse: collapse;
 606  border: 0px;
 607  padding-top: 0px;
 608  padding-left: 0px;
 609  padding-right: 0px;
 610  padding-bottom: 4px;
 611  margin: 0px 0px;
 612  }
 613  
 614  table.border {
 615  border: 1px solid #9CACBB;
 616  border-width: 1px;
 617  border-collapse: collapse;
 618  }
 619  
 620  table.border td {
 621  padding: 1px 2px;
 622  border: 1px solid #9CACBB;
 623  border-width: 1px;
 624  border-collapse: collapse;
 625  }
 626  
 627  table.noborder {
 628  border-collapse: collapse;
 629  border: 0px;
 630  }
 631  table.noborder td {
 632  border: 0px;
 633  padding: 1px 2px;
 634  }
 635  
 636  
 637  table.nobordernopadding {
 638  border-collapse: collapse;
 639  border: 0px;
 640  }
 641  table.nobordernopadding td {
 642  border: 0px;
 643  padding: 0px 0px;
 644  }
 645  
 646  table.liste {
 647  border-collapse: collapse;
 648  width: 100%;
 649  }
 650  
 651  tr.liste_titre { 
 652  background: #7699A9;
 653  background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
 654  color: #334444;
 655  font: helvetica, verdana, arial, sans-serif;
 656  font-weight: bold;
 657  border-bottom: 1px solid #FDFFFF;
 658  white-space: nowrap;
 659  }
 660  td.liste_titre { 
 661  background: #7699A9;
 662  background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
 663  color: #334444;
 664  font: helvetica, verdana, arial, sans-serif;
 665  font-weight: bold;
 666  border-bottom: 1px solid #FDFFFF;
 667  white-space: nowrap;
 668  }
 669  td.liste_titre_sel
 670  { 
 671  background: #7699A9;
 672  background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
 673  color: #F5FFFF; 
 674  font: helvetica, verdana, arial, sans-serif;
 675  font-weight: bold; 
 676  border-bottom: 1px solid #FDFFFF;
 677  white-space: nowrap;
 678  }
 679  input.liste_titre { 
 680  background: #7699A9;
 681  background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
 682  border: 0px;
 683  }
 684  
 685  tr.liste_total td { 
 686  border-top: 1px solid #888888;
 687  background: #F4F4F4;
 688  font-weight: bold;
 689  white-space: nowrap;
 690  }
 691  
 692  th { 
 693  background: #7699A9;
 694  color: #334444;
 695  font: helvetica, verdana, arial, sans-serif;
 696  font-weight: bold;
 697  border-left: 1px solid #FFFFFF;
 698  border-right: 1px solid #FFFFFF;
 699  border-top: 1px solid #FFFFFF;
 700  border-bottom: 1px solid #FFFFFF;
 701  white-space: nowrap;
 702  }
 703  
 704  td.border { 
 705  border-top: 1px solid #000000;
 706  border-right: 1px solid #000000;
 707  border-bottom: 1px solid #000000;
 708  border-left: 1px solid #000000;
 709  }
 710  
 711  .pair    { 
 712  background: #e6ebed; 
 713  font: helvetica, verdana, arial, sans-serif;
 714  border: 0px;
 715  }
 716  /*

 717  .pair:hover { 

 718  background: #c0c4c7;

 719  border: 0px;

 720  }

 721  */
 722  
 723  .impair { 
 724  background: #d0d4d7;
 725  font: helvetica, verdana, arial, sans-serif;
 726  border: 0px;
 727  }
 728  /*

 729  .impair:hover { 

 730  background: #c0c4c7;

 731  border: 0px;

 732  }

 733  */
 734  
 735  /*

 736   *  Boxes

 737   */
 738  tr.box_titre { 
 739  background: #7699A9;
 740  background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
 741  color: #334444;
 742  font: 12px arial, helvetica, verdana, sans-serif;
 743  font-weight: bold;
 744  border-bottom: 1px solid #FDFFFF;
 745  white-space: nowrap;
 746  }
 747  
 748  tr.box_impair { 
 749  background: #e6ebed;
 750  font: 12px arial, helvetica, verdana, sans-serif;
 751  }
 752  
 753  tr.box_pair { 
 754  background: #d0d4d7;
 755  font: 12px arial, helvetica, verdana, sans-serif;
 756  }
 757  
 758  tr.fiche { 
 759  font: helvetica, verdana, arial, sans-serif;
 760  }
 761  
 762  
 763  
 764  
 765  /*

 766   *   Ok, Warning, Error

 767   */
 768  .ok      { color: #114466; }
 769  .warning { color: #887711; }
 770  .error   { color: #550000; font-weight: bold; }
 771  
 772  div.ok {
 773    color: #114466;
 774  }
 775  
 776  div.warning {
 777    color: #997711;
 778  }
 779  
 780  div.error {
 781    color: #550000; font-weight: bold; 
 782    padding: 0.2em 0.2em 0.2em 0.2em;
 783    margin: 0.5em 0em 0.5em 0em;
 784    border: 1px solid #8C9CAB;
 785  }
 786  
 787  
 788  /*

 789   *   Liens Payes/Non payes

 790   */
 791  
 792  a.normal:link { font-weight: normal } 
 793  a.normal:visited { font-weight: normal }
 794  a.normal:active { font-weight: normal }
 795  a.normal:hover { font-weight: normal }
 796  
 797  a.impayee:link { font-weight: bold; color: #550000; }
 798  a.impayee:visited { font-weight: bold; color: #550000; }
 799  a.impayee:active { font-weight: bold; color: #550000; }
 800  a.impayee:hover { font-weight: bold; color: #550000; }
 801  
 802  
 803  
 804  
 805  /*

 806   *  Lignes titre espace

 807   */
 808  div.titre { 
 809      font: helvetica, verdana, arial, sans-serif;
 810      font-weight: bold; 
 811      color: #336666; 
 812      text-decoration: none }
 813  
 814  
 815  /* ============================================================================== */

 816   * Formulaire confirmation
 817  /* ============================================================================== */

 818  
 819  td.validtitle { 
 820             font-weight: bold;
 821             background: #EECC55;
 822             }
 823  td.valid { 
 824             background: #EECC55;
 825             }
 826  
 827  
 828  td.small { 
 829             font-size: 10px;
 830             }
 831  
 832  tr.nonpayed { 
 833             font-weight: bold;
 834             }
 835  
 836  
 837  div.version { 
 838  background: #F4F4F4;
 839  text-align: right;
 840  font-size: 9px;
 841  margin: 1px 0em 0em 0em;
 842  padding: 2px;
 843  }
 844  
 845  
 846  /* ============================================================================== */

 847  /* Tooltips                                                                       */

 848  /* ============================================================================== */

 849  
 850  #dhtmltooltip

 851  {
 852  position: absolute;
 853  width: 200px;
 854  border: 1px solid #444444;
 855  padding: 2px;
 856  background-color: lightyellow;
 857  visibility: hidden;
 858  z-index: 100;
 859  }
 860  
 861  
 862  /* ============================================================================== */

 863  /* Calendar                                                                       */

 864  /* ============================================================================== */

 865  .bodyline { 
 866      -moz-border-radius:8px;
 867      border: 1px #E4ECEC outset; 
 868      padding:0px;
 869      margin-bottom:5px;
 870  }
 871  table.dp { 
 872      width: 180px;
 873      background-color: #FFFFFF;
 874      border-top: solid 2px #DDDDDD;
 875      border-left: solid 2px #DDDDDD;
 876      border-right: solid 1px #222222;
 877      border-bottom: solid 1px #222222;
 878  }
 879  .dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
 880  .dpHead,.tpHead,.tpHour td:Hover .tpHead{ 
 881      font-weight:bold;
 882      background-color:#b3c5cc;
 883      color:white; 
 884      font-size:11px;
 885      cursor:auto;
 886  }
 887  .dpButtons,.tpButtons {
 888      text-align:center;
 889      background-color:#617389;color:#FFFFFF; font-weight:bold; 
 890      border: 1px outset black;
 891      cursor:pointer;    
 892  }
 893  .dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
 894  .dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
 895  .dpExplanation{ font-weight:normal; font-size:11px;}
 896  .dpWeek td{text-align:center}
 897  
 898  .dpToday,.dpReg,.dpSelected{
 899      cursor:pointer;
 900  }
 901  .dpToday{font-weight:bold; color:black; background-color:#DDDDDD;}
 902  .dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
 903  .dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
 904  
 905  .tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
 906  .tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
 907  .tpHour td:Hover {background-color:black;color:white;}
 908  
 909  .tpMinute {margin-top:5px;}
 910  .tpMinute td:Hover {background-color:black; color:white; }
 911  .tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
 912      
 913  .dpInvisibleButtons
 914  {
 915  border-style:none;
 916  background-color:transparent;
 917  padding:0px;
 918  font-size:9px;
 919  border-width:0px;
 920  color:#0B63A2;
 921  vertical-align:middle;
 922  cursor: pointer; 
 923  }
 924  
 925  
 926  
 927  /* ============================================================================== */

 928  /*  Autre (telephonie)                                                            */

 929  /* ============================================================================== */

 930  
 931  #corpForm fieldset {    /*** Mise en forme des cadres ***/

 932      margin: 0;
 933      font-style: normal;
 934      padding: 0 1em 1em;
 935      font-size: 12px;
 936  }
 937  
 938  #corpForm .focus {    /*** Mise en avant des champs en cours d'utilisation ***/

 939      background: beige;
 940      color: black;
 941  }
 942  #corpForm .normal {    /*** Retour à l'état normal après l'utilisation ***/

 943      background: white;
 944      color: black;
 945  }


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics