*sigh* go back to pycco... for now...
[rust-101.git] / docs / pycco_custom.css
1 /*--------------------- Typography ----------------------------*/
2
3 @font-face {
4     font-family: 'aller-light';
5     src: url('fonts/aller-light.eot');
6     src: url('fonts/aller-light.eot?#iefix') format('embedded-opentype'),
7          url('fonts/aller-light.woff') format('woff'),
8          url('fonts/aller-light.ttf') format('truetype');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13 /*--------------------- Layout ----------------------------*/
14 body {
15   font-family: 'aller-light', sans-serif;
16 }
17
18 h1, h2, h3, h4, h5, h6 {
19   line-height: 1em;
20 }
21
22 /*---------------------- Syntax Highlighting -----------------------------*/
23 body .k { font-weight: bold }                   /* Keyword */
24 body .kd { font-weight: normal }                /* Keyword.Declaration */
25 body .n { color: #19469D }                      /* Name */
26
27 body .mf { color: #40A070 }                     /* Literal.Number.Float */
28 body .mh { color: #40A070 }                     /* Literal.Number.Hex */
29 body .mi { color: #40A070 }                     /* Literal.Number.Integer */
30 body .mo { color: #40A070 }                     /* Literal.Number.Oct */
31 body .il { color: #40A070 }                     /* Literal.Number.Integer.Long */