Akron | 3bb91bc | 2016-12-02 16:43:17 +0100 | [diff] [blame] | 1 | @import "highlight"; // JSON highlighting |
| 2 | @import "kwic-new"; // Kwic view information |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 3 | @import "logos"; // Logo images |
| 4 | @import "matchinfo"; // Match table and tree |
| 5 | @import "pagination"; // Pagination |
| 6 | @import "query"; // View query |
| 7 | @import "resultinfo"; // Information on results |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 8 | @import "tutorial"; // Embedded and non-embedded tutorial |
Akron | 48b1e4d | 2015-06-17 18:47:01 +0200 | [diff] [blame] | 9 | @import "koralquery"; // KoralQuery |
Akron | 88490f2 | 2015-11-30 15:07:08 +0100 | [diff] [blame] | 10 | @import "tagger"; // Tagger |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 11 | @import "alertify"; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 12 | |
| 13 | div.intro { |
Akron | 05238fb | 2017-06-02 14:29:03 +0200 | [diff] [blame] | 14 | // min-width: 600px; |
Akron | b1e49c8 | 2015-05-28 19:49:52 +0200 | [diff] [blame] | 15 | |
| 16 | // Visited links |
| 17 | a:visited { |
| 18 | color: $darkest-orange |
| 19 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 20 | } |
| 21 | |
Akron | 189b359 | 2016-01-04 20:56:46 +0100 | [diff] [blame] | 22 | aside.active + main div.intro { |
| 23 | margin-left: $logo-left-distance - $standard-margin + $base-padding; |
| 24 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 25 | |
| 26 | main { |
| 27 | margin: { |
| 28 | left: $standard-margin; |
Nils Diewald | 4347ee9 | 2015-05-04 20:32:48 +0000 | [diff] [blame] | 29 | right: ($standard-margin / 2); |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 30 | } |
| 31 | padding-bottom: 20pt; |
| 32 | &.embedded { |
| 33 | margin: { |
| 34 | left: 14px; |
| 35 | right: 14px; |
| 36 | } |
| 37 | } |
| 38 | p { |
| 39 | text-align: justify; |
| 40 | hyphens: auto; |
| 41 | } |
| 42 | |
| 43 | /* |
| 44 | > section > p, > p { |
| 45 | a { |
| 46 | border-radius: 6px; |
| 47 | padding: 0 .3em; |
| 48 | background-color: $choose-bg; |
| 49 | text-shadow: light-shadow; |
| 50 | color: $light-green; |
| 51 | &:hover { |
| 52 | color: $dark-green; |
| 53 | text-shadow: none; |
| 54 | background-color: $light-green; |
| 55 | } |
| 56 | } |
| 57 | } |
| 58 | */ |
| 59 | } |
| 60 | |
| 61 | blockquote { |
| 62 | border-radius: $standard-border-radius; |
| 63 | padding: 2pt 5pt 2pt 20pt; |
| 64 | margin: 0; |
| 65 | border-left: 5px solid $ids-blue-1; |
| 66 | background-color: $ids-blue-2; |
| 67 | color: $ids-blue-1; |
| 68 | } |
| 69 | |
| 70 | /* |
| 71 | blockquote { |
| 72 | border-radius: 12px; |
| 73 | margin: 0; |
| 74 | text-indent: 0; |
| 75 | padding: 1em; |
| 76 | border-left: { |
| 77 | color: $dark-grey; |
| 78 | style: solid; |
| 79 | width: 1em; |
| 80 | } |
| 81 | background-color: $light-grey; |
| 82 | &.warning { |
| 83 | border-left-color: $dark-orange; |
| 84 | } |
| 85 | &.exception { |
| 86 | border-left-color: red; |
| 87 | } |
| 88 | } |
| 89 | */ |