9
9
/************************************************************************/
10
10
/* Taken from CoqDoc's default stylesheet */
11
11
12
- .coqdoc-constructor {
13
- color : rgb (60% , 0% , 0% );
14
- }
15
12
16
- .coqdoc-var {
17
- color : rgb (40 % , 0 % , 40 % );
13
+ .id [ title = "constructor" ] , . coqdoc-constructor {
14
+ color : rgb (225 0 0 );
18
15
}
19
16
20
- .coqdoc-variable {
21
- color : rgb (40% , 0% , 40% );
17
+ .id [title = "var" ], .coqdoc-var ,
18
+ .id [title = "variable" ], .coqdoc-variable {
19
+ color : rgb (210 46 0 );
22
20
}
23
21
24
- .coqdoc-definition {
25
- color : rgb ( 0 % , 40 % , 0 % ) ;
22
+ .id [ title = "definition" ] , . coqdoc-definition {
23
+ color : # FF540A ;
26
24
}
27
25
28
- .coqdoc-abbreviation {
29
- color : rgb (0% , 40% , 0% );
30
- }
26
+ .id [title = "abbreviation" ], .coqdoc-abbreviation {
27
+ color : # 0042b9 ; font-weight : bold
31
28
32
- .coqdoc-lemma {
33
- color : rgb (0% , 40% , 0% );
34
29
}
35
30
36
- .coqdoc-instance {
37
- color : rgb (0% , 40% , 0% );
31
+ .id [title = "lemma" ], .coqdoc-lemma {
32
+ color : rgb (255 85 0 );
33
+ font-weight : bold
38
34
}
39
35
40
- .coqdoc-projection {
41
- color : rgb (0% , 40% , 0% );
36
+ .id [title = "instance" ], .coqdoc-instance {
37
+ color : # 003eae ; font-weight : bold
38
+
42
39
}
43
40
44
- .coqdoc-method {
45
- color : rgb (0% , 40% , 0% );
41
+ .id [title = "projection" ], .coqdoc-projection {
42
+ color : # 0042b9 ; font-weight : bold
43
+
46
44
}
47
45
48
- .coqdoc-inductive {
49
- color : rgb (0% , 0% , 80% );
46
+ .id [title = "method" ], .coqdoc-method {
47
+ color : # 0d62fb ; font-weight : bold
48
+
50
49
}
51
50
52
- .coqdoc-record {
51
+ .id [ title = "inductive" ] , . coqdoc-inductive {
53
52
color : rgb (0% , 0% , 80% );
54
53
}
55
54
56
- .coqdoc-class {
55
+ .id [ title = "record" ] , . coqdoc-record {
57
56
color : rgb (0% , 0% , 80% );
58
57
}
59
58
60
- .coqdoc-keyword {
61
- color : # cf1d1d ;
59
+ .id [ title = "class" ] , . coqdoc-class {
60
+ color : rgb ( 200 105 8 ) ;
62
61
}
63
62
64
- /* Custom additions */
63
+ .id [title = "keyword" ], .coqdoc-keyword {
64
+ color : # 08288d ;
65
+ font-weight : bold
66
+ }
65
67
66
68
.coqdoc-tactic {
67
69
font-weight : bold;
75
77
: root {
76
78
--refman-custom-primary-blue : # 260086 ;
77
79
--refman-custom-primary-blue-2 : # 040b92 ;
80
+ --refman-custom-primary-blue-3 : # 6e6f82 ;
78
81
--refman-custom-secondary-orange : # ff540a ;
79
82
--refman-custom-secondary-orange-2 : # ffe9df ;
80
83
}
81
84
85
+ .highlight ,
86
+ .wy-side-nav-search {
87
+ background : var (--refman-custom-secondary-orange ) !important ;
88
+ }
89
+
90
+ .wy-side-nav-search > div .version {
91
+ color : # dedede !important ;
92
+ }
93
+
94
+ .std-term ,
82
95
.btn-info : hover , a : hover , a .wy-text-info : hover {
83
96
color : var (--refman-custom-primary-blue-2 ) !important
84
97
}
@@ -97,7 +110,7 @@ html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-conte
97
110
border-top : 3px solid var (--refman-custom-secondary-orange ) !important ;
98
111
}
99
112
100
- .wy-tray-container li .wy-tray-item-info , .btn-info , .wy-menu-vertical a : active , .wy-side-nav-search , . wy- dropdown-menu> dd > a : hover , .wy-dropdown .wy-dropdown-bubble .wy-dropdown-menu a : hover , .wy-side-nav-search img , .wy-nav .wy-menu-vertical a : hover , .wy-nav-top , .wy-nav-top img {
113
+ .wy-tray-container li .wy-tray-item-info , .btn-info , .wy-menu-vertical a : active , .wy-dropdown-menu > dd > a : hover , .wy-dropdown .wy-dropdown-bubble .wy-dropdown-menu a : hover , .wy-side-nav-search img , .wy-nav .wy-menu-vertical a : hover , .wy-nav-top , .wy-nav-top img {
101
114
background-color : var (--refman-custom-secondary-orange ) !important
102
115
}
103
116
@@ -109,11 +122,14 @@ html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-conte
109
122
background : # dedede !important ;
110
123
}
111
124
112
- .wy-side-nav-search > div . version {
113
- color : # dedede !important ;
125
+ .rst-content . admonition-title a {
126
+ color : var ( --refman-custom-secondary-orange-2 ) !important ;
114
127
}
115
128
116
129
.wy-menu-vertical a : hover {
117
130
background-color : # 494949 !important ;
118
131
color : # dedede !important ;
119
132
}
133
+ .notation .hole , .std-token .pre {
134
+ color : var (--refman-custom-secondary-orange ) !important
135
+ }
0 commit comments