Akron | bec4a6a | 2018-07-10 14:45:15 +0200 | [diff] [blame^] | 1 | @import "highlight"; // JSON highlighting |
| 2 | @import "kwic"; // Kwic view information |
| 3 | @import "logos"; // Logo images |
| 4 | @import "matchinfo"; // Match table |
| 5 | @import "tree"; // Tree view |
| 6 | @import "pagination"; // Pagination |
| 7 | @import "query"; // View query |
| 8 | @import "resultinfo"; // Information on results |
| 9 | @import "tutorial"; // Embedded and non-embedded tutorial |
| 10 | @import "koralquery"; // KoralQuery |
| 11 | @import "tagger"; // Tagger |
| 12 | @import "alertify"; // Styling alerts |
| 13 | @import "intro"; // Intro page |
| 14 | @import "buttongroup"; // Button groups |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 15 | |
| 16 | main { |
| 17 | margin: { |
| 18 | left: $standard-margin; |
Nils Diewald | 4347ee9 | 2015-05-04 20:32:48 +0000 | [diff] [blame] | 19 | right: ($standard-margin / 2); |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 20 | } |
| 21 | padding-bottom: 20pt; |
| 22 | &.embedded { |
| 23 | margin: { |
| 24 | left: 14px; |
| 25 | right: 14px; |
| 26 | } |
| 27 | } |
| 28 | p { |
| 29 | text-align: justify; |
| 30 | hyphens: auto; |
| 31 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 32 | } |
| 33 | |
| 34 | blockquote { |
| 35 | border-radius: $standard-border-radius; |
| 36 | padding: 2pt 5pt 2pt 20pt; |
| 37 | margin: 0; |
| 38 | border-left: 5px solid $ids-blue-1; |
| 39 | background-color: $ids-blue-2; |
| 40 | color: $ids-blue-1; |
| 41 | } |