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

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

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

revision 1.24 by eldy, Mon Oct 10 20:44:01 2005 UTC revision 1.25 by eldy, Mon Oct 31 17:32:01 2005 UTC
# Line 20  Line 20 
20   *   *
21   */   */
22    
 @import url("new.css");  
   
23  /***** Style du fond *****/  /***** Style du fond *****/
24  body  body
25  {  {
# Line 35  body Line 33  body
33        
34  }  }
35    
36    div.body
37    {
38      display:block;
39      padding:0px;
40      border-top:1px solid black;
41      font-family:arial,tahoma,verdana,helvetica;
42      font-size:12px;
43      background: #dee7ec;
44    }
45    
46    div.fiche
47    {
48      display: block;
49      position: absolute;
50      background: #dee7ec;
51      top: 28px;
52      margin-right: 6px;
53    }
54    
55    div.vmenuplusfiche
56    {
57        float: left;
58        margin-right: 6px;
59    }
60    
61    div.vmenu
62    {
63      float: left;
64      display: block;
65      margin-right: 2px;
66      padding: 0px;
67      padding-bottom: 6px;
68      width: 160px;
69    }
70    
71    a
72    {
73      text-decoration: none;
74     }
75    
76    div.tmenu
77    {
78      float: top;
79      display: block;
80      background: #dcdad5;
81      white-space: nowrap;
82      margin: 0px;
83      padding-left: 4px;
84      padding-right: 4px;
85      padding-bottom: 0px;
86      border-top: 0px;
87      border-left: 0px;
88      border-right: 0px;
89      border-bottom:1px solid #9d9da1;
90      height: 20px;
91    }
92    
93    table.tmenu
94    {
95        padding: 0px 0px 0px 0px;
96        margin: 0px 0px 0px 0px;
97        height: 24px;
98    }
99    
100    a.tmenu
101    {
102      margin-right: 3px;
103      text-decoration: none;
104      color:gray;
105      font-weight:bold;
106      font-size:11px;
107    }
108    
109    a.tmenu#sel
110    {
111      border-bottom:4px solid #9d9da1;      
112      color:black;
113    }
114    
115    a.tmenu:hover
116    {
117      border-color:gray;
118      border-bottom:4px solid #9d9da1;      
119      color:black;
120    }
121    
122    a.login
123    {
124      position: absolute;
125      right: 27px;
126      top: 6px;
127      margin-right: 3px;
128      
129      padding: 0px;
130      text-decoration: none;
131      color:gray;
132      font-weight:bold;
133      font-size:11px;
134    }
135    
136    img.login
137    {
138      position: absolute;
139      right: 9px;
140      top: 3px;
141      padding:3px;
142      text-decoration:none;
143      color:gray;
144      font-weight:bold;
145      font-size:11px;
146    }
147    
148    a.login:hover
149    {
150      border-color:gray;
151      border-bottom:4px solid #9d9da1;      
152      color:black;
153    }
154    
155    img {vertical-align:text-top}
156    
157    
158    
159    div.blockvmenupair
160    {
161      padding: 3px;
162      border-bottom: thin solid #6495ed;
163    }
164    
165    div.blockvmenuimpair
166    {
167    
168      padding: 3px;
169      border-bottom: thin solid #6495ed;
170    }
171    
172    a.vmenu
173    {
174      padding-bottom:3px;
175      text-decoration:none;
176      color:gray;
177      font-weight:bold;
178      font-size:11px;
179      }
180    
181    a.vsmenu
182    {
183      margin-left: 8px;
184      padding-bottom:3px;
185      text-decoration:none;
186      color:gray;
187      font-weight:bold;
188      font-size:11px;
189      }
190    
191    a.vmenu:hover
192    {
193      border-color:gray;
194      text-decoration: none;
195      color:black;
196      }
197    
198    a.vsmenu:hover
199    {
200      border-color:gray;
201      color:black;
202      }
203    
204    
205    
206    table.liste
207    {
208      border: blue small solid #000000;
209      border-collapse: collapse;
210      width: 100%;
211      }
212    
213    table.liste tr
214    {
215      background: #dfdfdf;
216      }
217    
218    
219    table.liste tr:hover
220    {
221      background: white;
222      }
223    
224    
225    table.liste th
226    {
227      border: 1px solid #6495ed;
228    
229      width: 50%;
230      font-size:12px;
231      text-align: left;
232      padding: 2px;
233    }
234    
235    table.liste th:hover
236    {
237      background: #dfdfdf;
238    }
239    
240    table.liste td
241    {
242      border-bottom: 1px solid #6495ed;
243      font-size: 10px;
244    }
245    
246    
247    div.formsearch
248    {
249      display: block;
250      float: none;
251      clear: right;
252      background: #dee7ec;
253      top: 0px;
254      left: 130px;
255      padding: 4px;
256      vertical-align: center;
257    }
258    
259    .flat  {
260            font-family: arial,verdana,helvetica, sans-serif;
261            font-size: 100%;
262            font-weight: normal;
263            border: 1px solid #ccd7e0;
264            background-image : url(img/button_bg.gif);
265            background-position : bottom;
266    }
267    
268    
269  /***** Styles par défaut *****/  /***** Styles par défaut *****/
270  input  input
271  {  {
# Line 95  div.tabBar Line 326  div.tabBar
326   *   Menu superieur et 1ere ligne tableau   *   Menu superieur et 1ere ligne tableau
327   */   */
328    
 table.topbarre  
 {  
                  cell-spacing: 0;  
 }  
   
329  a.tabTitle {  a.tabTitle {
330   background: #436976;   background: #436976;
331   border: 1px solid #8CACBB;   border: 1px solid #8CACBB;
# Line 379  div.leftmenu { Line 605  div.leftmenu {
605                 border-right: 1px solid #000000;                 border-right: 1px solid #000000;
606                 border-bottom: 1px solid #000000;                 border-bottom: 1px solid #000000;
607                 cell-spacing: 0;                 cell-spacing: 0;
608                 margin: 0em 10px 10px 2px;                 margin: 0px 10px 10px 2px;
609                 }                 }
610    
611    
# Line 424  div.titre { Line 650  div.titre {
650    
651  input.liste_titre {  input.liste_titre {
652      background: #cacaca;      background: #cacaca;
653        border: 0px;
654  }  }
655    
656  tr.liste_titre {  tr.liste_titre {
# Line 451  td.liste_titre { Line 678  td.liste_titre {
678      white-space: nowrap      white-space: nowrap
679  }  }
680    
681  tr.liste_total {  tr.liste_total td {
682      background: #F0F0F0;      background: #F0F0F0;
683      font-weight: bold;      font-weight: bold;
684      white-space: nowrap;      white-space: nowrap;
685  }  }
686    
687  tr.pair {  .pair   {
688      background: #dfdfdf;      background: #dfdfdf;
689      border-bottom: 1px solid #000000;      border-bottom: 1px solid #666666;
690      text-decoration: none      text-decoration: none
691  }  }
692    
693  tr.impair {  .impair {
694      background: #dfdfdf;      background: #e4e4e4;
695      border-bottom: 1px solid #000000;      border-bottom: 1px solid #666666;
696      text-decoration: none      text-decoration: none
697  }  }
698    
699  /*  /*
700   *   *  Boxes
701   */   */
702    
703  tr.box_titre {  tr.box_titre {
704      font-weight: bold; }      background: #cacaca;
705        font-weight: bold;
706        text-decoration: none;
707        border-top: 1px solid #888888;
708        white-space: nowrap
709    }
710            
711  tr.box_pair {  tr.box_pair {
712      background: #dfdfdf;      background: #dfdfdf;
713      border-bottom: 1px solid #000000;      border-bottom: 1px solid #666666;
714      font-size: 10px;      font: 12px arial, helvetica, verdana, sans-serif;
715      }  }
716            
717  tr.box_impair {  tr.box_impair {
718      border-bottom: 1px solid #000000;      background: #e4e4e4;
719      font-size: 10px;      border-bottom: 1px solid #666666;
720      }      font: 12px arial, helvetica, verdana, sans-serif;
721    }
722    
723  tr.fiche {  tr.fiche {
724             font-family: Helvetica, Verdana;             font-family: Helvetica, Verdana;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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