forked from coq-community/coq-dpdgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coqdoc.css
executable file
·98 lines (75 loc) · 2.08 KB
/
coqdoc.css
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
body { padding: 0px 0px;
margin: 0px 0px;
background-color: white }
#page { display: block;
padding: 0px;
margin: 0px;
padding-bottom: 10px; }
#header { display: block;
position: relative;
padding: 0;
margin: 0;
vertical-align: middle;
border-bottom-style: solid;
border-width: thin }
#header h1 { padding: 0;
margin: 0;}
/* Contenu */
#main{ display: block;
padding: 10px;
overflow: hidden;
font-size: 100%;
line-height: 100% }
#main a.idref:visited {color : #416DFF; text-decoration : none; }
#main a.idref:link {color : #416DFF; text-decoration : none; }
#main a.idref:hover {text-decoration : none; }
#main a.idref:active {text-decoration : none; }
#main a.modref:visited {color : #416DFF; text-decoration : none; }
#main a.modref:link {color : #416DFF; text-decoration : none; }
#main a.modref:hover {text-decoration : none; }
#main a.modref:active {text-decoration : none; }
#main .keyword { color : #cf1d1d }
#main { color: black }
#main .section { background-color:#90bdff;
font-size : 175% }
#main .doc { margin: 0px;
padding: 10px;
font-family: sans-serif;
font-size: 100%;
line-height: 100%;
font-weight:bold;
color: black;
background-color: #90bdff;
border-style: plain}
.inlinecode {
display: inline;
font-family: monospace }
.code {
display: block;
font-family: monospace }
/* Pied de page */
#footer { font-size: 65%;
font-family: sans-serif; }
#footer a:visited { color: blue; }
#footer a:link { text-decoration: none;
color: #888888; }
.id { display: inline; }
.id[type="constructor"] {
color: rgb(60%,0%,0%);
}
.id[type="var"] {
color: rgb(40%,0%,40%);
}
.id[type="definition"] {
color: rgb(0%,40%,0%);
}
.id[type="lemma"] {
color: rgb(0%,40%,0%);
}
.id[type="inductive"] {
color: rgb(0%,0%,80%);
}
.id[type="keyword"] {
color : #cf1d1d;
/* color: black; */
}