Akron | baba3b6 | 2021-11-22 17:24:48 +0100 | [diff] [blame] | 1 | @use 'sass:math'; |
Akron | bec4a6a | 2018-07-10 14:45:15 +0200 | [diff] [blame] | 2 | @import "highlight"; // JSON highlighting |
| 3 | @import "kwic"; // Kwic view information |
| 4 | @import "logos"; // Logo images |
| 5 | @import "matchinfo"; // Match table |
Akron | bec4a6a | 2018-07-10 14:45:15 +0200 | [diff] [blame] | 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 |
Akron | bec4a6a | 2018-07-10 14:45:15 +0200 | [diff] [blame] | 11 | @import "alertify"; // Styling alerts |
| 12 | @import "intro"; // Intro page |
Akron | 537bc52 | 2018-07-13 19:06:27 +0200 | [diff] [blame] | 13 | @import "panel"; // Base panel system |
hebasta | 75cfca5 | 2019-02-19 13:15:27 +0100 | [diff] [blame] | 14 | @import "introjs"; // Guided Tour |
| 15 | @import "introjs-ids"; // Guided Tour: IDS specific |
Akron | 0f1b93b | 2020-03-17 11:37:19 +0100 | [diff] [blame] | 16 | @import "oauth"; // OAuth Management styles |
Akron | 6b42c60 | 2020-09-08 17:00:13 +0200 | [diff] [blame] | 17 | @import "news"; // View for optional news |
Akron | 669a44e | 2020-09-14 14:37:11 +0200 | [diff] [blame] | 18 | @import "plugin"; // Rules for embedded plugins |
Helge | db720ea | 2023-03-20 09:39:36 +0100 | [diff] [blame] | 19 | @import "marketplace"; // Plugin Marketplace styles |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 20 | // @import "tagger"; // Tagger |
| 21 | |
| 22 | @import "../util"; |
Akron | 0f1b93b | 2020-03-17 11:37:19 +0100 | [diff] [blame] | 23 | |
| 24 | |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 25 | main { |
Akron | baba3b6 | 2021-11-22 17:24:48 +0100 | [diff] [blame] | 26 | padding-bottom: $footer-height + math.div($standard-margin,2); |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 27 | |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 28 | margin: { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 29 | left: $standard-margin; |
Akron | baba3b6 | 2021-11-22 17:24:48 +0100 | [diff] [blame] | 30 | right: math.div($standard-margin,2); |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 31 | } |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 32 | |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 33 | &.embedded { |
| 34 | margin: { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 35 | left: 14px; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 36 | right: 14px; |
| 37 | } |
| 38 | } |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 39 | |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 40 | p { |
| 41 | text-align: justify; |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 42 | hyphens: auto; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 43 | } |
Akron | 9490e3b | 2019-10-17 12:26:29 +0200 | [diff] [blame] | 44 | |
| 45 | h2#page-top { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 46 | margin-top: 0; |
Akron | 9490e3b | 2019-10-17 12:26:29 +0200 | [diff] [blame] | 47 | padding-top: 1em; |
| 48 | } |
Akron | f7ec444 | 2019-10-27 20:01:05 +0100 | [diff] [blame] | 49 | |
| 50 | &.page { |
| 51 | margin-left: $logo-left-distance + 15px; |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 52 | p, |
| 53 | li, |
| 54 | dd, |
| 55 | dt { |
Akron | f7ec444 | 2019-10-27 20:01:05 +0100 | [diff] [blame] | 56 | code { |
| 57 | background-color: $ids-grey-2; |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 58 | color: $ids-grey-1; |
| 59 | padding: 0 .5em; |
| 60 | border-radius: $standard-border-radius; |
Akron | f7ec444 | 2019-10-27 20:01:05 +0100 | [diff] [blame] | 61 | } |
| 62 | } |
| 63 | } |
Akron | 27031aa | 2020-04-28 14:57:10 +0200 | [diff] [blame] | 64 | |
| 65 | p.hint { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 66 | margin: 0 auto; |
Akron | 27031aa | 2020-04-28 14:57:10 +0200 | [diff] [blame] | 67 | text-align: center; |
| 68 | } |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 69 | } |