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

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

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

revision 1.13 by sparkyx, Fri May 6 21:38:52 2005 UTC revision 1.14 by sparkyx, Mon Jul 25 20:55:31 2005 UTC
# Line 2  Line 2 
2    
3  BODY {  BODY {
4    background-color:#EDF3FF;    background-color:#EDF3FF;
5    font-size:9px;    font-size:10px;
6    font-family:sans-serif;    font-family:sans-serif;
7  }  }
8    table.result {
9      font-size:10px;
10      color:blue;
11      border:blue solid 1px;
12      }
13    
14    table.result th {
15      font-size:11px;
16      font-weight:bold;
17      font-family:sans-serif;
18      border-bottom:1px solid blue;
19      padding-left:10px;
20      padding-right:10px;
21    
22    }
23    
24  h2 {  h2 {
25    font-family:sans-serif;    font-family:sans-serif;
# Line 210  td.cell{ Line 225  td.cell{
225  td.selectedcell{  td.selectedcell{
226          border-style:solid;          border-style:solid;
227          border-width:1pt;          border-width:1pt;
228          font-size:11pt;          font-size:10px;
229          background:blue ;          background:blue ;
230          color:white;          color:white;
231  }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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