File: apachecon.css

package info (click to toggle)
cocoon 1.8-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 12,016 kB
  • ctags: 3,793
  • sloc: xml: 16,682; java: 8,089; sh: 174; makefile: 61
file content (49 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
#main {
        border: none;
        font-size: 20pt;
        line-height: 24pt;
        font-family: Helvetica;
        font-variant: normal;
        font-style: normal;
        font-stretch: normal;
        font-size-adjust: none
        padding: 0.5em 0.5em 0.5em 0.5em
}

P {
        padding: 10px 10px 10px 10px;
        margin: 10px 20px 10px 20px;
}

P.quote {
        font-style: italic;
}

PRE {
        padding: 10px 10px 10px 10px;
}

H1 {
        font-size: 34pt;
        line-height: 36pt;
        text-align: center;
        padding: 30px 10px 10px 10px;
}

H3 {
        font-size: 20pt;
        line-height: 24pt;
        text-align: center;
        font-weight: lighter;
        font-style: normal
}

UL {
        font-size: 20pt;
        line-height: 35pt;
        margin: 30px 100px 30px 50px;
}

A:link { color: #0000A0 }
A:visited { color: #A00000 }
A:active { color: #00A000 }