|
| 1 | +meta: |
| 2 | + name: |
| 3 | + full: Seedcase Project |
| 4 | + short: Seedcase |
| 5 | + description: | |
| 6 | + The Seedcase Project is an organisation dedicated to making an |
| 7 | + effective and open framework for building modern infrastructures |
| 8 | + for structured, standardised, and FAIR (findable, accessible, |
| 9 | + interoperable, and reusable) research data. |
| 10 | + link: |
| 11 | + home: https://seedcase-project.org |
| 12 | + github: https://github.com/seedcase-project |
| 13 | + |
| 14 | +color: |
| 15 | + palette: |
| 16 | + logo-green: "#024639" |
| 17 | + dark-green: "#196440" |
| 18 | + vibrant-green: "#48DC76" |
| 19 | + light-grey: "#F8F9FA" |
| 20 | + primary: dark-green |
| 21 | + tertiary: vibrant-green |
| 22 | + light: light-grey |
| 23 | + |
| 24 | +typography: |
| 25 | + fonts: |
| 26 | + - family: noto sans |
| 27 | + source: "bunny" |
| 28 | + # other weights are used for e.g., bold and table headers |
| 29 | + weight: [300, 500, 600] |
| 30 | + - family: poppins |
| 31 | + source: "bunny" |
| 32 | + weight: 400 |
| 33 | + - family: roboto mono |
| 34 | + source: "bunny" |
| 35 | + base: |
| 36 | + family: noto sans |
| 37 | + weight: 300 |
| 38 | + headings: |
| 39 | + family: poppins |
| 40 | + weight: 400 |
| 41 | + monospace: roboto mono |
| 42 | + |
| 43 | +defaults: |
| 44 | + bootstrap: |
| 45 | + defaults: |
| 46 | + mermaid-edge-color: "#8B8B8B" |
| 47 | + rules: | |
| 48 | + .cell-output pre code { |
| 49 | + white-space: pre-wrap; |
| 50 | + } |
| 51 | +
|
| 52 | + .navbar { |
| 53 | + border-bottom: rgba($toc-active-border, 0.3) 1px solid; |
| 54 | + } |
| 55 | +
|
| 56 | + svg { |
| 57 | + display: block; |
| 58 | + max-width: 100%; |
| 59 | + margin: 0 auto; |
| 60 | + height: auto !important; |
| 61 | + width: auto !important; |
| 62 | + } |
| 63 | +
|
| 64 | + li { |
| 65 | + margin: 5px 0; |
| 66 | + } |
| 67 | +
|
| 68 | + figcaption { |
| 69 | + text-align: center; |
| 70 | + } |
| 71 | +
|
| 72 | + .about-link { |
| 73 | + border: 2px solid $tertiary !important; |
| 74 | + border-radius: 50px !important; |
| 75 | + color: $primary !important; |
| 76 | + font-size: 20px !important; |
| 77 | + font-weight: bold; |
| 78 | + padding: 5px 15px !important; |
| 79 | + } |
| 80 | +
|
| 81 | + .about-link:hover { |
| 82 | + background-color: $tertiary !important; |
| 83 | + color: white !important; |
| 84 | + } |
| 85 | +
|
| 86 | + .about-links { |
| 87 | + justify-content: left !important; |
| 88 | + padding: 10px 0px 0px 0px !important; |
| 89 | + } |
| 90 | +
|
| 91 | + .landing-page-block { |
| 92 | + padding-top: 10px; |
| 93 | + padding-bottom: 10px; |
| 94 | + margin-left: 30px; |
| 95 | + margin-right: 30px; |
| 96 | + } |
| 97 | +
|
| 98 | + @media(min-width: 900px) { |
| 99 | + .landing-page-block { |
| 100 | + margin-left: 50px; |
| 101 | + margin-right: 50px; |
| 102 | + } |
| 103 | + } |
| 104 | +
|
| 105 | + @media (min-width: 1200px) { |
| 106 | + .landing-page-block { |
| 107 | + max-width: 900px; |
| 108 | + margin-left: auto; |
| 109 | + margin-right: auto; |
| 110 | + } |
| 111 | + } |
| 112 | +
|
| 113 | + .hero-banner { |
| 114 | + position: relative; |
| 115 | + background: $light; |
| 116 | + display: flex; |
| 117 | + justify-content: center; |
| 118 | + padding-bottom: 30px; |
| 119 | + } |
| 120 | +
|
| 121 | + .hero-banner .landing-page-block { |
| 122 | + display: flex; |
| 123 | + flex-direction: row; |
| 124 | + } |
| 125 | +
|
| 126 | + .hero-text>h2, |
| 127 | + .landing-page-block>h2 { |
| 128 | + margin-top: 0.5rem; |
| 129 | + border-bottom: none; |
| 130 | + } |
| 131 | +
|
| 132 | + .landing-page-card { |
| 133 | + border-radius: 12px; |
| 134 | + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); |
| 135 | + background-color: rgba($light, 0.3); |
| 136 | + border: none; |
| 137 | + padding: 5px 20px 10px 20px; |
| 138 | + margin-bottom: 40px; |
| 139 | + justify-content: start !important; |
| 140 | + } |
| 141 | +
|
| 142 | + .navbar-logo { |
| 143 | + max-height: 38px; |
| 144 | + } |
| 145 | +
|
| 146 | + .callout-body { |
| 147 | + font-weight: 300 !important; |
| 148 | + } |
| 149 | +
|
| 150 | + /* Dropdown items on navbar default to 400 weight, but we want them to be lighter. */ |
| 151 | + .dropdown-item { |
| 152 | + font-weight: 300 !important; |
| 153 | + } |
0 commit comments