X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=src%2Fyuu%2Fdata%2Fyuu.css;h=6c31d1267855c741995ecbbf95715202fa4496b1;hp=4e2eb23cfb32720356173d26a581eb1f206b0113;hb=0b2e0c71537b418a83a536b1a7afb1412617c010;hpb=5b542bda6765c3dc032990f18ea86958b9e9ece6 diff --git a/src/yuu/data/yuu.css b/src/yuu/data/yuu.css index 4e2eb23..6c31d12 100644 --- a/src/yuu/data/yuu.css +++ b/src/yuu/data/yuu.css @@ -1,7 +1,7 @@ /* Copyright 2014 Yukkuri Games Licensed under the terms of the GNU GPL v2 or later - @license http://www.gnu.org/licenses/gpl-2.0.html - @source: http://yukkurigames.com/yuu/ + @license https://www.gnu.org/licenses/gpl-2.0.html + @source: https://yukkurigames.com/yuu/ */ @font-face { @@ -196,6 +196,10 @@ pre#yuu-licensing { -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; } +noscript .yuu-overlay { + display: block; +} + /* Overlays are focusable but should not show it - they are always somewhere in the event tree when visible. */ .yuu-overlay:focus { @@ -294,6 +298,7 @@ input[type=checkbox][data-yuu-command]:focus + label[for] { input[type=range][data-yuu-command] { -webkit-appearance: none; background-color: gray; + width: 95%; } input[type=range][data-yuu-command]::-moz-range-track { @@ -367,3 +372,11 @@ dd { body.standalone .browser, body.browser .standalone { display: none; } + +#preferences { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +}