source: Dev/trunk/src/client/qed-client/css/fonts.less @ 512

Last change on this file since 512 was 477, checked in by hendrikvanantwerpen, 12 years ago

Quick hack to allow responding despite not being authenticated. Something like tokes need to be added.

File size: 965 bytes
Line 
1#rft.claro {
2    font-family: @font;
3    font-size: @font_size;
4    color: @text;
5    &.light {
6        color: black; // FIXME : hack for readability
7    }
8
9    a {
10        color: inherit;
11    }
12
13    h1 {
14            .noMargin;
15            padding: 0 10px 8px 10px;
16            font-size: @h1Size;
17            color: @headers;
18            line-height: @h1Size;
19            font-weight: normal;
20            -webkit-user-select: none;
21            -moz-user-select: none;
22            -ms-user-select: none;
23            user-select: none;
24    }
25
26    h2 {
27            .noOffset;
28            color: @headers;
29            font-size: @h2Size;
30            line-height: floor(@h2Size * 1.365);
31
32            .rftIcon {
33                    .setIcon(32px);
34                    margin-right: 8px;
35            }
36    }
37
38    h3 {
39            .noMargin;
40            font-size: @h3Size;
41            margin-bottom: @std_offset;
42    }
43
44    h4 {
45            font-size: @h4Size;
46    }
47
48}
Note: See TracBrowser for help on using the repository browser.