File: style.css

package info (click to toggle)
lambda-term 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,120 kB
  • sloc: ml: 15,319; ansic: 522; makefile: 42
file content (171 lines) | stat: -rw-r--r-- 2,590 bytes parent folder | download | duplicates (13)
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/* A style for ocamldoc. Daniel C. Buenzli, Jérémie Dimino */

body {
    padding: 0em;
    border: 0em;
    margin: 2em 10% 2em 10%;
    font-weight: normal;
    line-height: 130%;
    text-align: justify;
    background: white;
    color : black;
    min-width: 40ex;
}

pre, p, div, span, img, table, td, ol, ul, li {
    padding: 0em;
    border: 0em;
    margin: 0em
}

h1, h2, h3, h4, h5, h6, div.h7, div.h8, div.h9 {
    fontsize: 100%;
    margin-bottom: 1em
    padding: 1ex 0em 0em 0em;
    border: 0em;
    margin: 1em 0em 0em 0em;
    font-weight : bold;
    text-align: center;
}

h1 {
    font-size : 140%
}

h2, h3, h4, h5, h6, div.h7, div.h8, div.h9 {
    font-size : 100%;
    border-top-style : none;
    margin: 1ex 0em 0em 0em;
    border: 1px solid #000000;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: center;
    padding: 2px;
}

h2 {
    font-size : 120%;
    background-color: #90BDFF ;
}
h3 {
    background-color: #90DDFF;
}
h4 {
    background-color: #90EDFF;
}
h5 {
    background-color: #90FDFF;
}
h6 {
    background-color: #C0FFFF;
}
div.h7 {
    background-color: #E0FFFF;
}
div.h8 {
    background-color: #F0FFFF;
}
div.h9 {
    background-color: #FFFFFF;
}

.navbar {
    padding-bottom : 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #000000;
    border-bottom-style: dotted;
}

p {
    padding: 1em 0ex 0em 0em
}

a, a:link, a:visited, a:active, a:hover {
    color : #009;
    text-decoration: none
}
a:hover {
    color : #009;
    text-decoration : none;
    background-color: #5FFF88
}

hr {
    border-style: none;
}
table {
    font-size : 100% /* Why ? */
}
ul li {
    padding: 1em 0em 0em 0em;
    margin:0em 0em 0em 2.5ex
}
ol li {
    padding: 1em 0em 0em 0em;
    margin:0em 0em 0em 2em
}

pre {
    margin: 3ex 0em 1ex 0em;
    background-color: #edf0f9;
}
.keyword {
    font-weight: bold;
    color: #a020f0;
}
.keywordsign {
    font-weight: bold;
    color: #a020f0;
}
.typefieldcomment {
    color : #b22222;
}
.keywordsign {
    color: #a020f0;

}
.code {
    font-size: 100%;
    color: #5f5f5f;
}
.info {
    margin: 0em 0em 0em 2em
}
.comment {
    color : #b22222;
}
.constructor {
    color : #072
}
.type {
    color : #228b22;
}
.string {
    color : #bc8f8f;
}
.warning {
    color : Red;
    font-weight : bold
}

div.sig_block {
    margin-left: 2em
}
.typetable {
    color : #b8860b;
    border-style : hidden
}
.indextable {
    border-style : hidden
}
.paramstable {
    border-style : hidden;
    padding: 5pt 5pt
}

.superscript {
    font-size : 80%
}
.subscript {
    font-size : 80%
}