From 0213302c89083fdc00737fe89ca467dbd0e29968 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 20 May 2018 08:46:01 -0400 Subject: [PATCH] Working on css --- stroll.html | 46 ++++++++++++++++++++++------------------------ style.css | 22 +++++++++++++++++++--- 2 files changed, 41 insertions(+), 27 deletions(-) diff --git a/stroll.html b/stroll.html index 41e0423..f3545ba 100644 --- a/stroll.html +++ b/stroll.html @@ -299,24 +299,22 @@
Brutality
-
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
+
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • @@ -324,20 +322,20 @@
    Victims
  • - +
  • - +
  • - +
  • - +
  • @@ -346,12 +344,12 @@
    Misc
  • + -
  • + -
  • diff --git a/style.css b/style.css index 5a7fd26..5a53f40 100644 --- a/style.css +++ b/style.css @@ -299,9 +299,25 @@ body.dark input[type="checkbox"]:checked+ width: 500px; } -.flex-outer label, -.flex-outer > div > div > li > label { - flex: 0 0 200px; +.flex-outer label { + flex: 1 1 200px; +} + +.flex-outer input[type="radio"], +.flex-outer input[type="checkbox"] { + display: none; +} + +.flex-outer input[type="radio"] + label:not(.custom-header), +.flex-outer input[type="checkbox"] + label:not(.custom-header) { + color: #888; + background: #311; +} + +.flex-outer input[type="radio"]:checked + label:not(.custom-header), +.flex-outer input[type="checkbox"]:checked + label:not(.custom-header) { + color: #fff; + background: #131; } .flex-outer > li > label + *,