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