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

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

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

revision 1.7 by eldy, Mon Oct 31 04:57:42 2005 UTC revision 1.8 by eldy, Mon Oct 31 17:32:03 2005 UTC
# Line 77  textarea.flat Line 77  textarea.flat
77  select.flat  select.flat
78  {  {
79      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
80        border: 1px solid #ACBCBB;
81        padding: 0px 0px 0px 0px;
82        margin: 0px 0px 0px 0px;
83  }  }
84  .button  {  .button  {
85      font: 12px helvetica, verdana, arial, sans-serif;      font: 12px helvetica, verdana, arial, sans-serif;
# Line 91  select.flat Line 94  select.flat
94    
95  div.body  div.body
96  {  {
97      margin-top: 1px;      margin-top: 0px;
98      margin-bottom: 0;      margin-bottom: 0;
99      margin-right: 3px;      margin-right: 0px;
100      margin-left: 3px;      margin-left: 0px;
101      display:block;      display: block;
102      padding:0px;      padding: 0px;
103      font-family:arial,tahoma,verdana,helvetica;      font-family:arial,tahoma,verdana,helvetica;
104      font-size:12px;      font-size:12px;
105  }  }
106    
 div.tmenu  
 {  
     float: top;  
     display:block;  
     white-space: nowrap;  
     border:0;  
     border-right: 1px solid #555555;  
     border-bottom: 1px solid #555555;  
     padding: 3px 0px 0px 10px;  
     margin: 0px 0px 2px 0px;  
     font-weight:bold;  
     font-size: 12px;  
     height: 18px;  
     background: #b3c5cc;  
 //    background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);  
     color: #000000;  
     text-decoration: none;  
 }  
   
107  div.vmenuplusfiche  div.vmenuplusfiche
108  {  {
109      float: left;      float: left;
110      margin-right: 6px;      margin-right: 6px;
111        margin-left: 1px;
112  }  }
113    
114  div.vmenu  div.vmenu
# Line 150  div.fiche Line 135  div.fiche
135   *   Menu superieur et 1ere ligne tableau   *   Menu superieur et 1ere ligne tableau
136   */   */
137    
138  table.topbarre  div.tmenu
139  {  {
140          cell-spacing: 0;      float: top;
141  }      display: block;
142        white-space: nowrap;
143  .menu      border-top: 1px solid #D3E5EC;
144  {      border-left: 0px;
145        border-right: 0px solid #555555;
146        border-bottom: 1px solid #8B9999;
147        padding: 0px 0px 0px 0px;
148        margin: 0px 0px 2px 0px;
149        font-weight:bold;
150        font-size: 12px;
151        height: 19px;
152      background: #b3c5cc;      background: #b3c5cc;
153        background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
154      color: #000000;      color: #000000;
155      text-decoration: none;      text-decoration: none;
156  }  }
157    
158    table.tmenu
159    {
160        padding: 0px 0px 10px 0px;
161        margin: 0px 0px 0px 10px;
162    }
163    
164  a.tmenu:link  a.tmenu:link
165  {  {
166    color: #234046;    color: #234046;
167    padding: 0em 1em;    padding: 0px 8px;
168    margin: 0em 0em 1.5em 0em;    margin: 0em 0em 1.5em 0em;
   border: 1px solid #b3c5cc;  
169    font: 12px helvetica, verdana, arial, sans-serif;    font: 12px helvetica, verdana, arial, sans-serif;
170    font-weight: bold;    font-weight: bold;
171  }  }
172  a.tmenu:visited  a.tmenu:visited
173  {  {
174    color: #234046;    color: #234046;
175    padding: 0em 1em;    padding: 0px 8px;
176    margin: 0em 0em 1.5em 0em;    border: 0px solid #b3c5cc;
   border: 1px solid #b3c5cc;  
177    font: 12px helvetica, verdana, arial, sans-serif;    font: 12px helvetica, verdana, arial, sans-serif;
178    font-weight: bold;    font-weight: bold;
179  }  }
180  a.tmenu#sel  a.tmenu#sel
181  {  {
182    color: #234046;    color: #234046;
183    background: #dee7ec;    padding: 0px 8px;
184    padding: 0em 1em;    margin: 0px 0px 1.5px 0px;
   margin: 0em 0em 1.5em 0em;  
   border: 1px solid #8CACBB;  
185    font: 12px helvetica, verdana, arial, sans-serif;    font: 12px helvetica, verdana, arial, sans-serif;
186    font-weight: bold;    font-weight: bold;
187      background: #dee7ec;
188        background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu_inverse.jpg' ?>);
189      border-right: 1px solid #555555;
190      border-top: 1px solid #D8D8D8;
191      border-left: 1px solid #D8D8D8;
192  }  }
193  a.tmenu:hover  a.tmenu:hover
194  {  {
195    color: #234046;    color: #234046;
196    background: #dee7ec;    padding: 0px 8px;
   padding: 0em 1em;  
197    margin: 0em 0em 1.5em 0em;    margin: 0em 0em 1.5em 0em;
   border: 1px solid #8CACBB;  
198    text-decoration: none;    text-decoration: none;
199    font: 12px helvetica, verdana, arial, sans-serif;    font: 12px helvetica, verdana, arial, sans-serif;
200    font-weight: bold;    font-weight: bold;
201      background: #dee7ec;
202  }  }
203    
204  font.tmenudisabled  font.tmenudisabled
205  {  {
206    color: #93a5aa;    color: #93a5aa;
207    padding: 0em 1em;    padding: 0px 8px;
208    margin: 0em 0em 1.5em 0em;    margin: 0em 0em 1.5em 0em;
209    border: 1px solid #b3c5cc;    border: 1px solid #b3c5cc;
210    font-weight:bold;    font-weight:bold;
# Line 218  a.login Line 217  a.login
217  {  {
218    position: absolute;    position: absolute;
219    right: 24px;    right: 24px;
220    top: 3px;    top: 4px;
221    
222    color: #234046;    color: #234046;
223    padding: 0em 1em;    padding: 0em 1em;
224    margin: 0em 0em 1.5em 0em;    margin: 0em 0em 1.5em 0em;
   border: 1px solid #b3c5cc;  
225    font-weight:bold;    font-weight:bold;
226    font-size:12px;    font-size:12px;
227  }  }
# Line 235  a.login:hover Line 233  a.login:hover
233  img.login  img.login
234  {  {
235    position: absolute;    position: absolute;
236    right: 9px;    right: 8px;
237    top: 3px;    top: 3px;
238    
   padding:2px;  
239    text-decoration:none;    text-decoration:none;
240    color:white;    color:white;
241    font-weight:bold;    font-weight:bold;
# Line 270  div.blockvmenupair Line 267  div.blockvmenupair
267  {  {
268      border-right: 1px solid #555555;      border-right: 1px solid #555555;
269      border-bottom: 1px solid #555555;      border-bottom: 1px solid #555555;
         background: #b3c5cc;  
270          font: helvetica, verdana, arial, sans-serif;          font: helvetica, verdana, arial, sans-serif;
271          color: #000000;          color: #000000;
272          text-align:left;          text-align:left;
273          text-decoration: none;          text-decoration: none;
274      padding: 3px;      padding: 3px;
275      margin: 1px 0px 0px 0px;      margin: 1px 0px 0px 0px;
276            background: #A3BCC6;
277        background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
278        background-position:top;
279        background-repeat:repeat-x;
280  }  }
281    
282  div.blockvmenuimpair  div.blockvmenuimpair
283  {  {
284      border-right: 1px solid #555555;      border-right: 1px solid #555555;
285      border-bottom: 1px solid #555555;      border-bottom: 1px solid #555555;
         background: #b3c5cc;  
286          font: helvetica, verdana, arial, sans-serif;          font: helvetica, verdana, arial, sans-serif;
287          color: #000000;          color: #000000;
288          text-align:left;          text-align:left;
289          text-decoration: none;          text-decoration: none;
290      padding: 3px;      padding: 3px;
291      margin: 1px 0px 0px 0px;      margin: 1px 0px 0px 0px;
292            background: #A3BCC6;
293        background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
294        background-position:top;
295        background-repeat:repeat-x;
296  }  }
297    
298  div.help  div.help
# Line 377  div.tabBar { Line 379  div.tabBar {
379      border-bottom: 1px solid #555555;      border-bottom: 1px solid #555555;
380      border-left: 1px solid #D0D0D0;      border-left: 1px solid #D0D0D0;
381      border-top: 1px solid #D8D8D8;      border-top: 1px solid #D8D8D8;
 //    border: 1px solid #8CACBB;  
382  }  }
383    
384  div.tabsAction {  div.tabsAction {
# Line 403  a.tabTitle { Line 404  a.tabTitle {
404    
405  a.tab:link {  a.tab:link {
406      background: white;      background: white;
 //    border: 1px solid #8CACBB;  
407      color: #436976;      color: #436976;
408      padding: 0px 6px;      padding: 0px 6px;
409      margin: 0em 0.2em;      margin: 0em 0.2em;
# Line 418  a.tab:link { Line 418  a.tab:link {
418  }  }
419  a.tab:visited {  a.tab:visited {
420      background: white;      background: white;
 //    border: 1px solid #8CACBB;  
421      color: #436976;      color: #436976;
422      padding: 0px 6px;      padding: 0px 6px;
423      margin: 0em 0.2em;      margin: 0em 0.2em;
# Line 617  padding: 0px 0px; Line 616  padding: 0px 0px;
616    
617  table.liste {  table.liste {
618  border-collapse: collapse;  border-collapse: collapse;
 //border: 0px;  
619  width: 100%;  width: 100%;
620  }  }
621    
# Line 712  border: 0px; Line 710  border: 0px;
710    
711    
712  /*  /*
713   *   Boxes   *  Boxes
714   */   */
715  tr.box_titre {  tr.box_titre {
716  background: #7699A9;  background: #7699A9;
# Line 745  font: helvetica, verdana, arial, sans-se Line 743  font: helvetica, verdana, arial, sans-se
743   *   Ok, Warning, Error   *   Ok, Warning, Error
744   */   */
745  .ok      { color: #114466; }  .ok      { color: #114466; }
746  .warning { color: #777711; }  .warning { color: #887711; }
747  .error   { color: #550000; font-weight: bold; }  .error   { color: #550000; font-weight: bold; }
748    
749  div.ok {  div.ok {
# Line 753  div.ok { Line 751  div.ok {
751  }  }
752    
753  div.warning {  div.warning {
754    color: #777711;    color: #997711;
755  }  }
756    
757  div.error {  div.error {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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