File: style.css

package info (click to toggle)
buildapp 1.5.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: lisp: 802; makefile: 23; sh: 8
file content (87 lines) | stat: -rw-r--r-- 1,168 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#content { 
  max-width: 50em; margin-left: auto;  margin-right: auto;
  font-family: sans-serif; 
  line-height: 1.4em;
  background-color: white;
  padding: 0.25em 1em 0.25em 1em;
}

body {
  background-color: #f4eecf;
}


p.copyright {
    font-size: 75%;
    font-weight: bold;
}

h2, h3 {
    //margin-bottom: 0em;
    //margin-top: 2em;
}

p.html {
    margin-left: 1em;
    font-family: monospace;
}

.type {
    color: #999;
}

.signature {
    color: #A01;
    margin-left: 1em;
}

.signature span.result {
    color: black;
}

.signature code.llkw {
    font-family: monospace;
}

.signature span.result var {
    color: #A01;
}

div.signature {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

.signature code.name {
    font-weight: bold;
}

.signature code {
    font-family: sans-serif;
}

blockquote.description {
    margin-left: 1em;
}

a[href] {
    text-decoration: none;
    border-bottom: dotted 1px #CCC;
    color: #600;
}

a:hover[href] {
    text-decoration: none;
    border-bottom: solid 1px #F00;
    color: #F00;
}

pre.code {
    border: solid 1px #DDD;
    padding: 0.5em;
    background: #EEE;
}

#summary {
    padding-left: 2em;
}