/[phpcompta]/phpcompta/html/style-aqua.css
ViewVC logotype

Diff of /phpcompta/html/style-aqua.css

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

revision 1.1 by sparkyx, Sun Oct 10 13:42:12 2004 UTC revision 1.2 by sparkyx, Sun Apr 3 00:28:02 2005 UTC
# Line 1  Line 1 
1  <style type="text/css">  /* <style type="text/css"> */
2  BODY {  BODY {
3          bgcolor:#E3F0FF;   background-color:#E3F0FF;
4  }    font-size:12px;
5  BODY.defaut {    font-family:sans-serif;
6          bgcolor:#E3F0FF;  
7  }  }
8    
9  h2.info {  h2.info {
10          background:blue;          background:blue;
11          color:white;          color:white;
12          font-size:20px;          font-size:20px;
13      font-family:sans-serif;
14    
15  }  }
16  h2.info2 {  h2.info2 {
17          color:blue;          color:blue;
18          font-size:20px;          font-size:20px;
19        font-family:sans-serif;
20    
21  }  }
22    
23    
# Line 46  div.tmenu { Line 51  div.tmenu {
51    
52  div.lmenu {  div.lmenu {
53          position: absolute;          position: absolute;
54          top:50px;          top:110px;
55          left:30px;          left:30px;
56          width:100px;          width:100px;
57          background-color:#E3F0FF;          background-color:#E3F0FF;
# Line 77  div.debit{ Line 82  div.debit{
82  }  }
83  div.redcontent{  div.redcontent{
84          position: absolute;          position: absolute;
85          top:44px;          top:110px;
86          left:250px;          left:250px;
87          width:600px;          width:600px;
88          background-color:#E3F0FF;          background-color:#E3F0FF;
89  }  }
90  div.ccontent{  div.ccontent{
91          position: absolute;          position: absolute;
92          top:40px;          top:125px;
93          left:130px;          left:130px;
94          width:680px;          width:680px;
95          background-color:#E3F0FF;          background-color:#E3F0FF;
# Line 105  td.mshort { Line 110  td.mshort {
110    text-align:center;    text-align:center;
111    border:  1px solid;    border:  1px solid;
112    color:#5D90CD ;    color:#5D90CD ;
113      font-size:9px;
114      font-family:sans-serif;
115    
116  }  }
117  td.mlltitle {  td.mlltitle {
118          text-align:center;          text-align:center;
# Line 118  td.mltitle { Line 126  td.mltitle {
126          background:url('image/freebtn1-l.gif') no-repeat;          background:url('image/freebtn1-l.gif') no-repeat;
127          height:30px;          height:30px;
128          width:100px;          width:100px;
129          font-size:12px;          font-size:9px;
130  }  }
131  td.mtitle {  td.mtitle {
132          text-align:center;          text-align:center;
133          background:url('image/freebtn1.gif') no-repeat center;          background:url('image/freebtn1.gif') no-repeat center;
134          height:30px;          height:30px;
135          width:100px;          width:100px;
136      font-family:sans-serif;
137          font-size:12px;          font-size:12px;
138  }  }
139  span.mtitle2 {  span.mtitle2 {
# Line 134  span.mtitle2 { Line 143  span.mtitle2 {
143  }  }
144  span.mtitle {  span.mtitle {
145          color:gray;          color:gray;
146          background-color:blue;          //background-color:blue;
147          font-size:12px;          font-size:12px;
148          border-style:groove          border-style:groove
149  }  }
# Line 147  td.odd{ Line 156  td.odd{
156          border:Opt          border:Opt
157  }  }
158  td.cell{  td.cell{
159          border-style:solid;          text-align:center;
160          border-width:1pt;          background:url('image/freebtn1.gif') no-repeat center;
161          font-size:11pt;          height:30px;
162            width:90px;
163      font-family:sans-serif;
164            font-size:11px;
165  }  }
166  td.selectedcell{  td.selectedcell{
167          border-style:solid;          text-align:center;
168          border-width:1pt;          background:url('image/freebtn1.gif') no-repeat center;
169          font-size:11pt;          height:30px;
170          background:blue ;          width:100px;
171          color:white;    font-family:sans-serif;
172      color:red;
173            font-size:11px;
174    
175  }  }
176    
177  a.mtitle{  a.mtitle{
# Line 234  div.u_tmenu { Line 249  div.u_tmenu {
249  }  }
250  div.u_redcontent{  div.u_redcontent{
251          position: absolute;          position: absolute;
252          top:100px;          top:125px;
253          left:150px;          left:150px;
254          width:700px;          width:700px;
255          font-size:9pt;          font-size:9pt;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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