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 |
Akron | 537bc52 | 2018-07-13 19:06:27 +0200 | [diff] [blame] | 15 | @import "panel"; // Base panel system |
Akron | e8e2c95 | 2018-07-04 13:43:12 +0200 | [diff] [blame] | 16 | @import "plugin"; // Plugin mechanism |
hebasta | 75cfca5 | 2019-02-19 13:15:27 +0100 | [diff] [blame] | 17 | @import "introjs"; // Guided Tour |
| 18 | @import "introjs-ids"; // Guided Tour: IDS specific |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 19 | main { |
| 20 | margin: { |
| 21 | left: $standard-margin; |
Nils Diewald | 4347ee9 | 2015-05-04 20:32:48 +0000 | [diff] [blame] | 22 | right: ($standard-margin / 2); |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 23 | } |
| 24 | padding-bottom: 20pt; |
| 25 | &.embedded { |
| 26 | margin: { |
| 27 | left: 14px; |
| 28 | right: 14px; |
| 29 | } |
| 30 | } |
| 31 | p { |
| 32 | text-align: justify; |
| 33 | hyphens: auto; |
| 34 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | blockquote { |
| 38 | border-radius: $standard-border-radius; |
| 39 | padding: 2pt 5pt 2pt 20pt; |
| 40 | margin: 0; |
| 41 | border-left: 5px solid $ids-blue-1; |
| 42 | background-color: $ids-blue-2; |
| 43 | color: $ids-blue-1; |
Akron | 84b9199 | 2019-07-16 11:35:49 +0200 | [diff] [blame] | 44 | |
| 45 | &.bug, &.missing { |
| 46 | border-left-color: $dark-red; |
| 47 | background-color: $middle-red; |
| 48 | color: $nearly-white; |
| 49 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 50 | } |