Subversion Repositories programming

Rev

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

Rev 263 Rev 264
Line 13... Line 13...
13
    background-image: url(../images/headers/header2.png);
13
    background-image: url(../images/headers/header2.png);
14
}
14
}
15
 
15
 
16
#menu {
16
#menu {
17
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
17
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
18
    font-size: 8pt;
18
    font-size: 10pt;
19
    padding: 16px;
19
    padding: 0px;
-
 
20
    margin: 0px;
20
}
21
}
21
 
22
 
22
#menu ul {
23
#menu ul {
23
    margin: 0;
24
    margin: 0;
24
    padding: 0;
25
    padding: 0;
Line 26... Line 27...
26
    list-style-type: none;
27
    list-style-type: none;
27
    text-align: center;
28
    text-align: center;
28
}
29
}
29
 
30
 
30
#menu li {
31
#menu li {
31
    margin: 0 0 .2em 0;
-
 
32
    /*width: 90px;*/
32
    width: 199px;
33
    margin: 8px;
33
    margin: 0px 0 0;
34
    padding: 6px;
34
    padding: 0px;
35
    margin-bottom: 18px;
-
 
36
    float: left;
35
    float: left;
37
    text-align: center;
36
    text-align: center;
38
    border: 1px solid gray;
-
 
39
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
37
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
40
}
38
}
41
 
39
 
-
 
40
#menu .selected,
-
 
41
#menu li :hover,
42
#menu li :hover {
42
#menu li:hover {
43
    background: #add8e6;
43
    background: #add8e6;
44
}
44
}
45
 
45
 
46
#menu a {
46
#menu a {
47
    margin: 0;
47
    margin: 0px;
48
    padding: 0;
48
    padding: 10px;
49
    text-decoration: none;
49
    text-decoration: none;
-
 
50
    display: block;
-
 
51
}
-
 
52
 
-
 
53
#menu a:link,
-
 
54
#menu a:active,
-
 
55
#menu a:visited {
-
 
56
    color: blue;
-
 
57
}
-
 
58
 
-
 
59
#menu li.top {
-
 
60
    border-left: 1px solid gray;
-
 
61
    border-top: 1px solid #fefefe;
-
 
62
}
-
 
63
 
-
 
64
#menu li.bottom {
-
 
65
    border-top: 1px solid gray;
-
 
66
    border-left: 1px solid gray;
-
 
67
}
-
 
68
 
-
 
69
#menu li.ltop {
-
 
70
    border: none;
-
 
71
    border-top: 1px solid #fefefe;
-
 
72
}
-
 
73
 
-
 
74
#menu li.lbottom {
-
 
75
    border-top: 1px solid gray;
50
}
76
}
51
 
77
 
52
#content {
78
#content {
53
    clear: both;
79
    clear: both;
54
    padding: 25px;
80
    padding: 25px;