Last change
on this file since 432 was
432,
checked in by hendrikvanantwerpen, 12 years ago
|
Split up and re-organized LESS. Not sure how it all works yet though.
|
File size:
943 bytes
|
Rev | Line | |
---|
[432] | 1 | #rft.claro { |
---|
| 2 | font-family: @font; |
---|
| 3 | font-size: @font_size; |
---|
| 4 | color: @darkest; |
---|
| 5 | |
---|
| 6 | a { |
---|
| 7 | color: inherit; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | h1 { |
---|
| 11 | .noMargin; |
---|
| 12 | padding: 0 10px 8px 10px; |
---|
| 13 | float: left; |
---|
| 14 | clear: left; |
---|
| 15 | font-size: @h1Size; |
---|
| 16 | color: @headers; |
---|
| 17 | line-height: @h1Size; |
---|
| 18 | font-weight: normal; |
---|
| 19 | -webkit-user-select: none; |
---|
| 20 | -moz-user-select: none; |
---|
| 21 | -ms-user-select: none; |
---|
| 22 | user-select: none; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | h2 { |
---|
| 26 | .noOffset; |
---|
| 27 | color: @headers; |
---|
| 28 | font-size: @h2Size; |
---|
| 29 | line-height: floor(@h2Size * 1.365); |
---|
| 30 | |
---|
| 31 | .rftIcon { |
---|
| 32 | .setIcon(32px); |
---|
| 33 | margin-right: 8px; |
---|
| 34 | } |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | h3 { |
---|
| 38 | .noMargin; |
---|
| 39 | font-size: @h3Size; |
---|
| 40 | margin-bottom: @std_offset; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | h4 { |
---|
| 44 | font-size: @h4Size; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.