From 4383dde3854779e39288c07442e9e85faac1f9ed Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 27 Feb 2018 18:30:31 -0500 Subject: [PATCH] Tidied up the character creation page, removed old CSS --- game.js | 2 +- stroll.html | 381 ++++++++++++++++++++++++++-------------------------- style.css | 17 +-- 3 files changed, 194 insertions(+), 206 deletions(-) diff --git a/game.js b/game.js index 57b749f..56098c1 100644 --- a/game.js +++ b/game.js @@ -2467,7 +2467,7 @@ function startGame(e) { let victimTypes = ["stomped","digested","stomach","ground"]; document.getElementById("log-area").style.display = 'inline'; - document.getElementById("option-panel").style.display = 'none'; + document.getElementById("custom-species").style.display = 'none'; document.getElementById("action-panel").style.display = 'flex'; enable_panel("body"); diff --git a/stroll.html b/stroll.html index 2acba8d..5053d0c 100644 --- a/stroll.html +++ b/stroll.html @@ -134,23 +134,22 @@
+

Welcome to Stroll 0.5.7

+

This game features 18+ content

+

Changelog

+

Telegram discussion group

-
-

Welcome to Stroll 0.5.7

-

This game features 18+ content

-

Changelog

-

Telegram discussion group

-
-
- -

Build your Character (leave blank for defaults)

-
-
    -
    -
    Basics
    -
  • - - +
    + +

    Build your Character (leave blank for defaults)

    + +
      +
      +
      Basics
      +
      +
    • + +
    • @@ -168,218 +167,218 @@
    • -
    • -
      +
    • -
      +
    • -
      +
    • -
      +
    • -
      + +
    • +
      +
      +
      +
      Brutality
      +
      +
        +
      • + + +
      • +
      • + + +
      • +
      • + + +
      • +
      • + +
      • -
        +
      +
      +
      +
      +
      Misc
      +
    • + -
    • -
      -
      -
      -
      Brutality
      -
        -
      • - - -
      • -
      • - - -
      • -
      • - - -
      • -
      • - - -
      • -
      -
      -
      -
      -
      Misc
    • -
      +
    • -
      +
    • -
      +
    • -
      - - -
      +
      +
      + + +
      +
    • + + +
    • - -
      + +
    • -
    • - -
      -
    • -
      -
      -
      - - -
      -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
      +
      + +
      + + +
      +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • -
      -
      - - -
      -
    • - It's on :D -
    • -
      +
      + +
      + + +
      +
    • + It's on :D +
    • -
      - - -
      -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
      +
      +
      + + +
      +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • -
      -
      - - -
      -
    • - -
      -
    • -
      -
        - Lactation: -
        -
        -
      • - -
        -
      • -
      • - -
        -
      • -
        -
      -
      -
    • - -
      -
    • +
      + +
      + + +
      +
    • + + +
    • +
      +
        + Lactation: + +
        +
      • + + +
      • +
      • + + +
      • +
        +
      +
    • + + +
    • -
      -
      - - -
      -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
    • - -
      -
    • -
      +
      + +
      + + +
      +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • +
    • + + +
    • -
    - -
    - - - - -
    +
    +
+ +
+ + + +
diff --git a/style.css b/style.css index d3d456f..577ee95 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,6 @@ font-family: Arial; } - body.dark > div > div > div > form input { color: #eee; background: #444; @@ -171,12 +170,6 @@ body.dark #log { overflow: hidden; } -.reveal-if-active-2 { - opacity: 0; - max-height: 0; - overflow: hidden; -} - input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active { opacity: 1; @@ -184,13 +177,6 @@ input[type="checkbox"]:checked ~ .reveal-if-active { overflow: visible; } -input.sub[type="radio"]:checked ~ .reveal-if-active-2, -input.sub[type="checkbox"]:checked ~ .reveal-if-active-2 { - opacity: 1; - max-height: 200px; /* little bit of a magic number :( */ - overflow: visible; -} - .flex-outer { width: 100%; display: flex; @@ -203,6 +189,7 @@ input.sub[type="checkbox"]:checked ~ .reveal-if-active-2 { .custom-category { text-align: center; margin: 10px; + width: 500px; } body.light .custom-category { @@ -306,9 +293,11 @@ body.dark a:hover { } .character-build { + margin: 50px; width: 90%; text-align: center; } + #grow-panel { width: 100%; }