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

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

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

revision 1.73 by eldy, Mon Oct 10 20:44:01 2005 UTC revision 1.74 by eldy, Mon Oct 31 17:32:05 2005 UTC
# Line 40  a:link    { font: helvetica, verdana, ar Line 40  a:link    { font: helvetica, verdana, ar
40  a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }  a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
41  a:active  { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }  a:active  { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
42  a:hover   { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }  a:hover   { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
43  input {  input
44    {
45      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
46      border: 1px solid #cccccc;      border: 1px solid #cccccc;
47        padding: 0px 0px 0px 0px;
48        margin: 0px 0px 0px 0px;
49  }  }
50  input.flat {  input.flat
51      font: 12px helvetica, verdana, arial, sans-serif;  {
52        font: 12px helvetica, verdana, arial, sans-serif;
53      border: 1px solid #cccccc;      border: 1px solid #cccccc;
54        padding: 0px 0px 0px 0px;
55        margin: 0px 0px 0px 0px;
56  }  }
57  textarea  {  textarea  {
58      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
59      border: 1px solid #cccccc;      border: 1px solid #cccccc;
60        padding: 0px 0px 0px 0px;
61        margin: 0px 0px 0px 0px;
62  }  }
63  textarea.flat  {  textarea.flat  {
64      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
65      border: 1px solid #cccccc;      border: 1px solid #cccccc;
66        padding: 0px 0px 0px 0px;
67        margin: 0px 0px 0px 0px;
68  }  }
69  select.flat  select.flat
70  {  {
71      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
72        border: 1px solid #cccccc;
73        padding: 0px 0px 0px 0px;
74        margin: 0px 0px 0px 0px;
75  }  }
76    
77  .button  {  .button  {
# Line 83  div.body Line 96  div.body
96      font-size:12px;      font-size:12px;
97  }  }
98    
 div.tmenu  
 {  
     float: top;  
     display:block;  
     white-space: nowrap;  
     border:0;  
     border-right: 1px solid #000000;  
     border-bottom: 1px solid #000000;  
     padding: 3px 1em 0em;  
     margin: 0em 0em 0.2em 0em;  
     font-weight:bold;  
     font-size:12px;  
     height: 18px;  
     background: #dcdcb3;  
     color: #000000;  
     text-decoration: none;  
 }  
   
99  div.vmenuplusfiche  div.vmenuplusfiche
100  {  {
101      float: left;      float: left;
# Line 131  div.fiche Line 126  div.fiche
126   *   Menu superieur et 1ere ligne tableau   *   Menu superieur et 1ere ligne tableau
127   */   */
128    
129  table.topbarre  div.tmenu
130  {  {
131          cell-spacing: 0;      float: top;
132        display: block;
133        white-space: nowrap;
134        border: 0px;
135        border-right: 1px solid #555555;
136        border-bottom: 1px solid #555555;
137        padding: 0px 0px 0px 0px;
138        margin: 0px 0px 2px 0px;
139        font-weight:bold;
140        font-size:12px;
141        height: 20px;
142        background: #dcdcb3;
143        color: #000000;
144        text-decoration: none;
145    }
146    
147    table.tmenu
148    {
149        padding: 0px 0px 10px 0px;
150        margin: 0px 0px 0px 10px;
151  }  }
152    
153  .menu  .menu
# Line 148  table.topbarre Line 162  table.topbarre
162  a.tmenu:link  a.tmenu:link
163  {  {
164    color: #234046;    color: #234046;
165    padding: 0em 1em;    padding: 0px 8px;
   margin: 0em 0em 1.5em 0em;  
166    border: 1px solid #dcdcb3;    border: 1px solid #dcdcb3;
167    font-weight:bold;    font-weight:bold;
168    font-size:12px;    font-size:12px;
# Line 157  a.tmenu:link Line 170  a.tmenu:link
170  a.tmenu:visited  a.tmenu:visited
171  {  {
172    color: #234046;    color: #234046;
173    padding: 0em 1em;    padding: 0px 8px;
   margin: 0em 0em 1.5em 0em;  
174    border: 1px solid #dcdcb3;    border: 1px solid #dcdcb3;
175    font-weight:bold;    font-weight:bold;
176    font-size:12px;    font-size:12px;
# Line 167  a.tmenu#sel Line 179  a.tmenu#sel
179  {  {
180    color: #234046;    color: #234046;
181    background: #eeeecc;    background: #eeeecc;
182    padding: 0em 1em;    padding: 0px 8px;
   margin: 0em 0em 1.5em 0em;  
183    border: 1px solid #eeeecc;    border: 1px solid #eeeecc;
184  }  }
185  a.tmenu:hover  a.tmenu:hover
186  {  {
187    color: #234046;    color: #234046;
188    background: #eeeecc;    background: #eeeecc;
189    padding: 0em 1em;    padding: 0px 8px;
   margin: 0em 0em 1.5em 0em;  
190    border: 1px solid #eeeecc;    border: 1px solid #eeeecc;
191    text-decoration: none;    text-decoration: none;
192  }  }
# Line 184  a.tmenu:hover Line 194  a.tmenu:hover
194  font.tmenudisabled  font.tmenudisabled
195  {  {
196    color: #93a5aa;    color: #93a5aa;
197    padding: 0em 1em;    padding: 0px 8px;
   margin: 0em 0em 1.5em 0em;  
198    border: 1px solid #b3c5cc;    border: 1px solid #b3c5cc;
199    font-weight:bold;    font-weight:bold;
200    font-size:12px;    font-size:12px;
# Line 247  a.help:hover   { font: helvetica, verdan Line 256  a.help:hover   { font: helvetica, verdan
256    
257  div.blockvmenupair  div.blockvmenupair
258  {  {
259          border-right: 1px solid #000000;          border-right: 1px solid #555555;
260          border-bottom: 1px solid #000000;          border-bottom: 1px solid #555555;
261          background: #dcdcb3;          background: #dcdcb3;
262          font: helvetica, verdana, arial, sans-serif;          font: helvetica, verdana, arial, sans-serif;
263          color: #000000;          color: #000000;
# Line 260  div.blockvmenupair Line 269  div.blockvmenupair
269    
270  div.blockvmenuimpair  div.blockvmenuimpair
271  {  {
272          border-right: 1px solid #000000;          border-right: 1px solid #555555;
273          border-bottom: 1px solid #000000;          border-bottom: 1px solid #555555;
274          background: #dcdcb3;          background: #dcdcb3;
275          font: helvetica, verdana, arial, sans-serif;          font: helvetica, verdana, arial, sans-serif;
276          color: #000000;          color: #000000;
# Line 597  div.titre { Line 606  div.titre {
606    
607  input.liste_titre {  input.liste_titre {
608      background: #BBBB88;      background: #BBBB88;
609        border: 0px;
610  }  }
611    
612  tr.liste_titre {  tr.liste_titre {
# Line 627  td.liste_titre { Line 637  td.liste_titre {
637      white-space: nowrap;      white-space: nowrap;
638  }  }
639    
640  tr.liste_total {  tr.liste_total td {
641      background: #F0F0F0;      background: #F0F0F0;
642      font-weight: bold;      font-weight: bold;
643      white-space: nowrap;      white-space: nowrap;
# Line 646  th { Line 656  th {
656      font-size: 1.0em;      font-size: 1.0em;
657  }  }
658    
659  tr.pair {  .pair {
660      background: #eeeecc;      background: #eeeecc;
661      font-size: 1.0em;      font-size: 1.0em;
662  }  }
663  tr.impair {  
664    .impair {
665      background: #dcdcb3;                background: #dcdcb3;          
666      font-size: 1.0em;      font-size: 1.0em;
667  }  }
668    
669    
670  /*  /*
671   *   *  Boxes
672   */   */
673  tr.box_titre {  tr.box_titre {
674                 background: #BBBB88;                 background: #BBBB88;

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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