diff --git a/assets/css/global.css b/assets/css/global.css index 150a1a6..2afa303 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -12,6 +12,79 @@ a { text-decoration: none; } -a:hover { - opacity: 0.5; +header a:hover { + opacity: .5; +} + +header { + width: 100%; + display: flex; + justify-content: space-between; + padding: 8px; + font-size: 32px; + +} + +header > * { + flex-shrink: 0; +} + + + +header .title { + margin: 0; + margin-right: 32px; + font-size: 32px; + font-weight: normal; + +} + +.path-slash { + margin: 0 4px; +} + +.parent { + /* color: rgb(147, 149, 161); */ +} + + +.search { + position: relative; + + display: inline-block; + height: 32px; + margin-left: auto; + overflow: hidden; + flex: 0 0 32px; + transition: flex 0.3s ease-in; +} + +.search:hover{ + transition: flex 0.6s ease-out; + flex: 1 0 auto; +} + +.search svg { + width: 32px; + height: 32px; + padding: 4px; + margin: 0; +} + +.search input { + border: none; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 32px; + outline: none; + border-bottom: 1px solid currentColor; + + font-size: 32px; + + padding: 0; + padding-left: 4px; + + background: none; } diff --git a/assets/css/patch.css b/assets/css/patch.css new file mode 100644 index 0000000..4c1672d --- /dev/null +++ b/assets/css/patch.css @@ -0,0 +1,25 @@ +.instrument { + max-height: 100vh; + max-width: 100vw; + object-fit: contain; + margin: 0 auto; + display: block; +} + +.samples { + width: 100%; + padding: 0; +} + +.samples li { + display: flex; + width: 100%; +} + +.download { + margin-left: auto; +} + +.samples .description { + margin: 0; +} \ No newline at end of file diff --git a/assets/css/workbook.css b/assets/css/workbook.css index e22de54..071d28b 100644 --- a/assets/css/workbook.css +++ b/assets/css/workbook.css @@ -1,70 +1,4 @@ -header { - width: 100%; - display: flex; - justify-content: space-between; - padding: 8px; - font-size: 32px; -} - -header > * { - flex-shrink: 0; -} - -header .title { - margin: 0; - margin-right: 32px; - font-size: 32px; - font-weight: normal; -} - -.path-slash { - margin: 0 4px; -} - -.parent { - /* color: rgb(147, 149, 161); */ -} - -.search { - position: relative; - - display: inline-block; - height: 32px; - margin-left: auto; - overflow: hidden; - flex: 0 0 32px; - transition: flex 0.3s ease-in; -} - -.search:hover { - transition: flex 0.6s ease-out; - flex: 1 0 auto; -} - -.search svg { - width: 32px; - height: 32px; - padding: 4px; - margin: 0; -} - -.search input { - border: none; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 32px; - outline: none; - border-bottom: 1px solid currentColor; - - font-size: 32px; - padding: 0; - padding-left: 4px; - - background: none; -} main { padding: 0 8px; diff --git a/assets/icons/download.svg b/assets/icons/download.svg new file mode 100644 index 0000000..840b947 --- /dev/null +++ b/assets/icons/download.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/print.svg b/assets/icons/print.svg new file mode 100644 index 0000000..b3397a9 --- /dev/null +++ b/assets/icons/print.svg @@ -0,0 +1,3 @@ + + + diff --git a/patch.html b/patch.html new file mode 100644 index 0000000..a6d1da8 --- /dev/null +++ b/patch.html @@ -0,0 +1,54 @@ + + + + + Bastl Kastle v1.5: Patch + + + + + +
+ Home + + / + + Workbook + + / + + Bastl Kastle v1.5 + + / + +

Patch title

+ + +
+ +
+ Patch 1 + +
\ No newline at end of file diff --git a/patches.html b/patches.html index f177b26..8c03dbf 100644 --- a/patches.html +++ b/patches.html @@ -38,14 +38,52 @@ -
  • Patch 1
  • -
  • Patch 2
  • -
  • Patch 3
  • -
  • Patch 4
  • -
  • Patch 5
  • -
  • Patch 6
  • -
  • Patch 7
  • -
  • Patch 5
  • +
  • + + Patch 1 +
    +

    Title

    +
    +
    +
  • + +
  • + + Patch 1 +
    +

    Title

    +
    +
    +
  • + +
  • + + Patch 1 +
    +

    Title

    +
    +
    +
  • + +
  • + + Patch 1 +
    +

    Title

    +
    +
    +
  • + +
  • + + Patch 1 +
    +

    Title

    +
    +
    +
  • + +