Subversion Repositories programming

Rev

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

Rev 246 Rev 248
Line 3... Line 3...
3
    margin: auto;
3
    margin: auto;
4
    border: 1px solid #fefefe;
4
    border: 1px solid #fefefe;
5
}
5
}
6
 
6
 
7
body {
7
body {
8
    background: lightgray;
8
    background: #d3d3d3; /* lightgray; */
9
}
9
}
10
 
10
 
11
#header {
11
#header {
12
    height: 200px;
12
    height: 200px;
13
    background-image: url(../images/headers/header2.png);
13
    background-image: url(../images/headers/header2.png);
Line 38... Line 38...
38
    width: 95px;
38
    width: 95px;
39
    margin: 8px;
39
    margin: 8px;
40
    padding: 6px;
40
    padding: 6px;
41
    float: left;
41
    float: left;
42
    text-align: center;
42
    text-align: center;
43
    background: lightgray;
-
 
44
    border: 1px solid gray;
43
    border: 1px solid gray;
45
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
44
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
46
}
45
}
47
 
46
 
48
#menu li:hover {
47
#menu li:hover {
49
    background: lightblue; /*lightyellow;*/
48
    background: #add8e6; /* lightblue; */
50
}
49
}
51
 
50
 
52
#menu a {
51
#menu a {
53
    text-decoration: none;
52
    text-decoration: none;
54
}
53
}