Last change
on this file since 452 was
447,
checked in by hendrikvanantwerpen, 12 years ago
|
Improved text rendering in some places.
|
File size:
891 bytes
|
Line | |
---|
1 | #rft.claro { |
---|
2 | font-family: @font; |
---|
3 | font-size: @font_size; |
---|
4 | color: @text; |
---|
5 | |
---|
6 | a { |
---|
7 | color: inherit; |
---|
8 | } |
---|
9 | |
---|
10 | h1 { |
---|
11 | .noMargin; |
---|
12 | padding: 0 10px 8px 10px; |
---|
13 | font-size: @h1Size; |
---|
14 | color: @headers; |
---|
15 | line-height: @h1Size; |
---|
16 | font-weight: normal; |
---|
17 | -webkit-user-select: none; |
---|
18 | -moz-user-select: none; |
---|
19 | -ms-user-select: none; |
---|
20 | user-select: none; |
---|
21 | } |
---|
22 | |
---|
23 | h2 { |
---|
24 | .noOffset; |
---|
25 | color: @headers; |
---|
26 | font-size: @h2Size; |
---|
27 | line-height: floor(@h2Size * 1.365); |
---|
28 | |
---|
29 | .rftIcon { |
---|
30 | .setIcon(32px); |
---|
31 | margin-right: 8px; |
---|
32 | } |
---|
33 | } |
---|
34 | |
---|
35 | h3 { |
---|
36 | .noMargin; |
---|
37 | font-size: @h3Size; |
---|
38 | margin-bottom: @std_offset; |
---|
39 | } |
---|
40 | |
---|
41 | h4 { |
---|
42 | font-size: @h4Size; |
---|
43 | } |
---|
44 | |
---|
45 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.