File: default.css

package info (click to toggle)
mod-ruby 1.2.6-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 716 kB
  • ctags: 984
  • sloc: ansic: 6,779; ruby: 1,950; makefile: 95; sh: 16
file content (48 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (3)
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
body {
    color: black;
    background-color: white;
}

h1 {
    font-size: large;
    font-weight: bold;
    background-color: #e6e6fa;
    border-width: 0px 0px 2px 24px;
    border-style: solid;
    border-color: navy;
    padding: 0.2em;
}

h2 {
    font-size: medium;
    font-weight: bold;
    background-color: #fae6e6;
    border-width: 0px 0px 1px 20px;
    border-style: solid;
    border-color: #800000;
    padding: 0.2em;
}

h3 {
    font-size: large;
    font-weight: bold;
}

pre {
    background-color: #e6e6e6;
    border: 1px solid #646464;
    margin-left: 1em;
    margin-right: 2em;
    padding: 0.5em;
    white-space: pre;
}

p.title {
    text-align: center;
}
p.lang-selector {
    text-align: right;
}
p.last-modified {
    text-align: right;
}