/[dolibarr]/dolibarr/htdocs/theme/dolibarr/dolibarr.css
ViewVC logotype

Diff of /dolibarr/htdocs/theme/dolibarr/dolibarr.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by eldy, Mon Oct 31 17:32:03 2005 UTC revision 1.39 by eldy, Fri Nov 11 16:10:13 2005 UTC
# Line 28  body { Line 28  body {
28  }  }
29    
30  /***** Styles par défaut *****/  /***** Styles par défaut *****/
31  textarea  {  input
32      font: 12px helvetica, verdana, arial, sans-serif;  {
33        font: 12px helvetica, verdana, arial, sans-serif;
34      padding: 0px 0px 0px 0px;      padding: 0px 0px 0px 0px;
35      margin: 0px 0px 0px 0px;      margin: 0px 0px 0px 0px;
36  }  }
37  textarea.flat  input.flat
38  {  {
39      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
40      padding: 0px 0px 0px 0px;      padding: 0px 0px 0px 0px;
41      margin: 0px 0px 0px 0px;      margin: 0px 0px 0px 0px;
42  }  }
43  input  textarea  {
44  {      font: 12px helvetica, verdana, arial, sans-serif;
     font: 12px helvetica, verdana, arial, sans-serif;  
45      padding: 0px 0px 0px 0px;      padding: 0px 0px 0px 0px;
46      margin: 0px 0px 0px 0px;      margin: 0px 0px 0px 0px;
47  }  }
48  input.flat  textarea.flat
49  {  {
50      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
51      padding: 0px 0px 0px 0px;      padding: 0px 0px 0px 0px;
# Line 139  a.tmenu#sel Line 139  a.tmenu#sel
139  {  {
140    padding: 0em 1em;    padding: 0em 1em;
141    margin: 0em 0em 1em 0em;    margin: 0em 0em 1em 0em;
142      font-size:12px;
143  }  }
144  a.tmenu:hover  a.tmenu:hover
145  {  {
146    padding: 0em 1em;    padding: 0em 1em;
147    margin: 0em 0em 1em 0em;    margin: 0em 0em 1em 0em;
148    text-decoration: underline;    text-decoration: none;
149      font-size:12px;
150    }
151    
152    font.tmenudisabled
153    {
154      color: #93a5aa;
155      padding: 0em 1em;
156      margin: 0em 0em 1em 0em;
157      font-size:12px;
158  }  }
159    
160  /* Login */  /* Login */
# Line 186  a.vmenu:link    { font: helvetica, verda Line 196  a.vmenu:link    { font: helvetica, verda
196  a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }  a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
197  a.vmenu:active  { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }  a.vmenu:active  { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
198  a.vmenu:hover   { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; text-decoration: underline; }  a.vmenu:hover   { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; text-decoration: underline; }
199    font.vmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; margin: 1em 1em 1em 1em; }
200    
201  a.vsmenu:link    { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }  a.vsmenu:link    { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
202  a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }  a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
# Line 222  div.blockvmenuimpair Line 233  div.blockvmenuimpair
233      margin: 1px 0px 0px 0px;      margin: 1px 0px 0px 0px;
234  }  }
235    
236    a.leftmenu {              
237                 font-size: 0.9em;
238                 font-weight: bold;
239                 color: #202020;
240                 }
241    
242    td.barre {
243               border-right: 1px solid #000000;
244               border-bottom: 1px solid #000000;
245               background: #b3cccc;
246               font-family: Helvetica, Verdana;
247               font-size: 0.9em;
248               color: #000000;
249               text-decoration: none;
250    }
251    
252    td.barre_select {
253                      background: #b3cccc;
254                      color: #000000;
255                      }
256    
257    form {
258        padding: 0em 0em 0em 0em;
259        margin: 0em 0em 0em 0em;
260    }
261    /*
262     *   Barre recherche
263     */
264    div.formsearch
265    {
266      display: block;
267      float: none;
268      clear: right;
269      background: #d0d4d7;
270      top: 0px;
271      left: 130px;
272      padding: 4px;
273      vertical-align: center;
274      margin-bottom: 10px;
275    }
276    
277  /*  /*
278   *   Barre onglets   *   Barre onglets
279   */   */
280    div.tabs {
281        top: 20px;
282        margin: 1px 0px 0px 0px;
283        padding: 0px 6px;
284        text-align: left;
285    }
286  div.tabBar {  div.tabBar {
287    color: #436976;    color: #436976;
288    background: #dee7ec;    background: #dee7ec;
289    padding-top: 14px;    padding-top: 14px;
290    padding-left: 14px;    padding-left: 12px;
291    padding-right: 14px;    padding-right: 12px;
292    padding-bottom: 14px;    padding-bottom: 14px;
293    margin: 0px 0px 10px 0px;    margin: 0px 0px 10px 0px;
294    border: 1px solid #8CACBB;    border: 1px solid #8CACBB;
295  }  }
296    
 div.tabs {  
     top: 20px;  
     margin: 1px 0em 0em 0em;  
     padding: 0em 0.5em;  
   text-align: left;  
 }  
   
297  div.tabsAction {  div.tabsAction {
298    margin: 24px 0em 1px 0em;    margin: 24px 0em 1px 0em;
299    padding: 0em 0em;    padding: 0em 0em;
300    text-align: right;    text-align: right;
301  }  }
302    
303    
304    a.tabTitle {
305        background: #436976;
306        color: white;
307        font-weight: normal;
308        padding: 0px 6px;
309        margin: 0em 0.5em;
310        text-decoration: none;
311        white-space: nowrap;
312    
313        border-right: 1px solid #555555;
314        border-left: 1px solid #D8D8D8;
315        border-top: 1px solid #D8D8D8;
316    }
317    
318  a.tab {  a.tab {
319    background: white;    background: white;
320    border: 1px solid #8CACBB;    border: 1px solid #8CACBB;
321    color: #436976;    color: #436976;
322    font-weight: normal;    font-weight: normal;
323    padding: 0em 1em;    padding: 0px 6px;
324    margin: 0em 0.2em;    margin: 0em 0.2em;
325    text-decoration: none;    text-decoration: none;
326    white-space: nowrap;    white-space: nowrap;
# Line 276  a.tab:hover { Line 341  a.tab:hover {
341    
342  /*  /*
343   *   Boutons actions   *   Boutons actions
344     *   Nouvelle syntaxe à utiliser
345   */   */
346    
347  a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }  a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
# Line 405  a.normal{ font-weight: normal } Line 471  a.normal{ font-weight: normal }
471  a.impayee { font-weight: bold }  a.impayee { font-weight: bold }
472    
473  /*  /*
474   *   Barre de gauche   *  Boxes
475   */   */
476    tr.box_titre {
477        background: #b3cccc;
478        font-family: Helvetica, Verdana;
479        font-weight: bold;
480        border-top: 1px solid #8CACBB;
481        white-space: nowrap;
482    }
483    
484  a.leftmenu {                tr.box_impair {
485               font-size: 0.9em;      background: #b3cccc;
486               font-weight: bold;      font-size: 0.8em;
487               color: #202020;  }
              }  
488    
489  td.barre {  tr.box_pair {
490             border-right: 1px solid #000000;      background: #cceeee;
491             border-bottom: 1px solid #000000;      font-size: 0.8em;
492             background: #b3cccc;  }
493             font-family: Helvetica, Verdana;  
494             font-size: 0.9em;  tr.fiche {
495             color: #000000;  font-size: 0.6em;
496             text-decoration: none }  }
497    
498    
499    /*
500     *   Ok, Warning, Error
501     */
502    .ok      { color: #114466; }
503    .warning { color: #887711; }
504    .error   { color: #550000; font-weight: bold; }
505    
506    div.ok {
507      color: #114466;
508    }
509    
510    div.warning {
511      color: #997711;
512    }
513    
514    div.error {
515      color: #550000; font-weight: bold;
516      padding: 0.2em 0.2em 0.2em 0.2em;
517      margin: 0.5em 0em 0.5em 0em;
518      border: 1px solid #8C9CAB;
519    }
520    
 td.barre_select {  
                   background: #b3cccc;  
                   color: #000000  
                   }  
521    
522    /*
523     *   Liens Payes/Non payes
524     */
525    
526    a.normal:link { font-weight: normal }
527    a.normal:visited { font-weight: normal }
528    a.normal:active { font-weight: normal }
529    a.normal:hover { font-weight: normal }
530    
531    a.impayee:link { font-weight: bold; color: #550000; }
532    a.impayee:visited { font-weight: bold; color: #550000; }
533    a.impayee:active { font-weight: bold; color: #550000; }
534    a.impayee:hover { font-weight: bold; color: #550000; }
535    
536    
537    
538    
539    /*
540     *  Lignes titre espace
541     */
542  div.titre {  div.titre {
543              font-family: Helvetica, Verdana;              font-family: Helvetica, Verdana;
544              font-size: 0.9em;              font-size: 0.9em;
# Line 492  tr.liste_total td { Line 603  tr.liste_total td {
603      font-size: 0.9em;      font-size: 0.9em;
604  }  }
605    
 /*  
  *  Boxes  
  */  
 tr.box_titre {  
     font-family: Helvetica, Verdana;  
     font-size: 0.9em;  
     font-weight: bold;  
 }  
   
 tr.box_pair {  
     background: #b3cccc;  
     font-size: 0.8em;  
 }  
   
 tr.box_impair {  
     background: #cceeee;  
     font-size: 0.8em;  
 }  
606    
 tr.fiche {  
 font-size: 0.6em;  
 }  
607    
608  /*  /*
609   *   *
# Line 535  td.small { Line 625  td.small {
625    
626  tr.nonpayed {  tr.nonpayed {
627                font-size: 0.9em; font-weight: bold;                font-size: 0.9em; font-weight: bold;
               }  
   
   
 p#powered-by-dolibarr {  
         position: fixed;  
         margin: 0;  
         padding: 0;  
         bottom: 2px;  
         left: 0px;  
         z-index: 2;  
 }  
   
 p#powered-by-dolibarr a {  
         border: 1px solid black;  
         text-decoration: none;  
         color: black;  
         font-size: 0.9em;  
         padding-right: 5px;  
         padding-left: 5px;  
 }  
628                  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26