forked from itanium-cxx-abi/cxx-abi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.css
More file actions
23 lines (19 loc) · 649 Bytes
/
Copy pathcode.css
File metadata and controls
23 lines (19 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Create a style sheet for code.
* Make it bold, and, inside headers, blue.
*/
CODE.normal { font-weight: bold }
CODE.var { font-weight: bold; font-style: italic }
H2 CODE { font-weight: bold; color: blue }
H3 CODE { font-weight: bold; color: blue }
H4 CODE { font-weight: bold; color: blue }
CODE { font-weight: bold }
CODE.mangle { color: blue }
H3 { font-size: 1.4em; }
H4 { font-size: 1.34em; }
H5 { font-size: 1.05em; font-weight: bold }
H6 { font-size: 1em; font-weight: bold }
SPAN.future-abi { color:green; }
SPAN.cxxref { font-family: fixed }
SPAN.change { color:red; }
DIV.change { color:red; }
p.revision span.date { color:blue; }