1 /*--------------------- Typography ----------------------------*/
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');
13 /*--------------------- Layout ----------------------------*/
15 font-family: 'aller-light', sans-serif;
17 display: inline-block;
22 h1, h2, h3, h4, h5, h6 {
40 h1, h2, h3, h4, h5, h6 {
67 @media screen and (max-width:1200px) {
79 border-top: #BBBBBB 1px solid;
80 border-bottom: #BBBBBB 1px solid;
84 /*---------------------- Syntax Highlighting -----------------------------*/
85 body .k { font-weight: bold } /* Keyword */
86 body .kd { font-weight: normal } /* Keyword.Declaration */
87 body .n { color: #19469D } /* Name */
89 body .mf { color: #40A070 } /* Literal.Number.Float */
90 body .mh { color: #40A070 } /* Literal.Number.Hex */
91 body .mi { color: #40A070 } /* Literal.Number.Integer */
92 body .mo { color: #40A070 } /* Literal.Number.Oct */
93 body .il { color: #40A070 } /* Literal.Number.Integer.Long */