Subversion Repositories programming

Rev

Rev 264 | Rev 270 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 264 Rev 267
Line 7... Line 7...
7
body {
7
body {
8
    background: #d3d3d3; /* lightgray; */
8
    background: #d3d3d3; /* lightgray; */
9
}
9
}
10
 
10
 
11
#header {
11
#header {
-
 
12
    margin: 0;
-
 
13
    padding: 0;
12
    height: 200px;
14
    height: 200px;
13
    background-image: url(../images/headers/header2.png);
15
    background-image: url(../images/headers/header2.png);
14
}
16
}
15
 
17
 
16
#menu {
18
#menu {
Line 81... Line 83...
81
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
83
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
82
    font-size: 12pt;
84
    font-size: 12pt;
83
    border-top: 1px solid #fefefe;
85
    border-top: 1px solid #fefefe;
84
}
86
}
85
 
87
 
-
 
88
#content img {
-
 
89
    margin: 0px;
-
 
90
    padding: 0px;
-
 
91
}
-
 
92
 
86
#footer {
93
#footer {
87
    clear: both;
94
    clear: both;
88
    height: 100px;
95
    height: 100px;
89
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
96
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
90
    font-size: 8pt;
97
    font-size: 8pt;