28333e530d2ecd8469f428ce4337bc4168d27a13
[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: 1.1em;
20 }
21
22 @media print {
23     #background {
24         background: none;
25         border: none;
26     }
27     h1, h2, h3, h4, h5, h6 {
28         margin-top: 20px;
29     }
30     div.docs {
31         max-width: 99%;
32         padding-left: 0px;
33         padding-right: 0px;
34     }
35     div.docs p {
36         margin-bottom: 5px;
37     }
38     div.code {
39         margin: 0px;
40         padding-top: 2px;
41         padding-bottom: 5px;
42         clear: both;
43     }
44 }
45
46 /*---------------------- Syntax Highlighting -----------------------------*/
47 body .k { font-weight: bold }                   /* Keyword */
48 body .kd { font-weight: normal }                /* Keyword.Declaration */
49 body .n { color: #19469D }                      /* Name */
50
51 body .mf { color: #40A070 }                     /* Literal.Number.Float */
52 body .mh { color: #40A070 }                     /* Literal.Number.Hex */
53 body .mi { color: #40A070 }                     /* Literal.Number.Integer */
54 body .mo { color: #40A070 }                     /* Literal.Number.Oct */
55 body .il { color: #40A070 }                     /* Literal.Number.Integer.Long */