diff --git a/editions/free/src/css/start.css b/editions/free/src/css/start.css index f8989f0..22d3030 100644 --- a/editions/free/src/css/start.css +++ b/editions/free/src/css/start.css @@ -344,3 +344,43 @@ div.frame { text-align: right; } +.optionsInstruction { + position: absolute; + width: 96%; + top: 0; + padding: 2%; + color: #ffdd44; + font-size: 2.75rem; + font-weight: 500; + text-align: center; + text-shadow: 1px 1px 4px #333333; + list-style-type: none; +} + +.optionsInstruction.hide {display: none;} +.optionsInstruction.show {display: block;} + +.optionsList { + position: absolute; + width: 92%; + height: 86%; + padding: 4%; + top: 6%; + column-count: 3; + column-fill: auto; /* use first column up first */ + color: white; + font-size: 2.25rem; + font-weight: 500; + text-align: left; + text-shadow: 1px 1px 4px #333333; + list-style-type: none; + z-index: 1000; +} + +.optionsList.hide {display: none;} +.optionsList.show {display: block;} + +.optionsList > div { + display: block; + padding: .25em; +} diff --git a/editions/free/src/index.html b/editions/free/src/index.html index d2ba348..40b2dd1 100644 --- a/editions/free/src/index.html +++ b/editions/free/src/index.html @@ -55,6 +55,11 @@
+ + +