blob: 40ef4836d1fc4de2cf8923e44f73cf22ea73ee80 [file] [log] [blame]
Akronbec4a6a2018-07-10 14:45:15 +02001@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 Diewalda31a5152015-04-17 21:05:23 +000015
16main {
17 margin: {
18 left: $standard-margin;
Nils Diewald4347ee92015-05-04 20:32:48 +000019 right: ($standard-margin / 2);
Nils Diewalda31a5152015-04-17 21:05:23 +000020 }
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 Diewalda31a5152015-04-17 21:05:23 +000032}
33
34blockquote {
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}