Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
282 ira 1
#content {
2
    margin: auto;
3
    text-align: center;
4
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
5
}
6
 
7
body {
8
    background: black;
9
}
10
 
11
#content p {
12
    font-size: 10pt;
13
    /* border: 1px solid green; */
14
    padding: 8px;
15
}
16
 
17
#content h4 {
18
    color: #00aa00;
19
}
20
 
21
#content a:link,
22
         a:active,
23
         a:visited
24
{
25
    color: #00aa00;
26
    text-decoration: none;
27
    border-bottom: #00aa00;
28
    border-width: 0px 0px 1px 0px;
29
    border-style: none none dashed none;
30
}
31
 
32
#content a:hover {
33
    color: #00ff00;
34
    text-decoration: none;
35
    border-bottom: #00ff00;
36
    border-width: 0px 0px 1px 0px;
37
    border-style: none none dashed none;
38
}