File: styles.css

package info (click to toggle)
krank 0.7%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 67,660 kB
  • ctags: 320
  • sloc: python: 3,330; sh: 31; makefile: 14
file content (38 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
    font-size : 10px;
    font-family : verdana, helvetica, sans-serif; 
    margin : 0px; 
    background-color : #ffffff;
    color : #000000;
}

*.help {
    font-size : 12px;
}

a {
    color: #0000ff;
    text-decoration : none;
}

h1 {
    color: #000000;
    text-decoration : none;
    font-size : 24px;
}

h2 {
    color: #000000;
    text-decoration : none;
    font-size : 18px;
}

a:visited {
    color: #0000aa;
}

a:hover {
    color: #0000ff;
    text-decoration : underline;
}