diff --git a/css/sakura-dark-solarized.css b/css/sakura-dark-solarized.css index 763b075..1afb2df 100644 --- a/css/sakura-dark-solarized.css +++ b/css/sakura-dark-solarized.css @@ -174,7 +174,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -187,16 +191,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #657b83; color: #002b36; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-dark.css b/css/sakura-dark.css index 2c50836..d0eeea9 100644 --- a/css/sakura-dark.css +++ b/css/sakura-dark.css @@ -174,7 +174,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -187,16 +191,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #c9c9c9; color: #222222; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-earthly.css b/css/sakura-earthly.css index 1ef4053..d481fe9 100644 --- a/css/sakura-earthly.css +++ b/css/sakura-earthly.css @@ -173,7 +173,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -186,16 +190,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #006994; color: #ffffff; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-ink.css b/css/sakura-ink.css index 2a657e7..b6dd1a8 100644 --- a/css/sakura-ink.css +++ b/css/sakura-ink.css @@ -173,7 +173,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -186,16 +190,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #DA4453; color: #ffffff; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-pink.css b/css/sakura-pink.css index 62610d0..7ba8d0d 100644 --- a/css/sakura-pink.css +++ b/css/sakura-pink.css @@ -173,7 +173,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -186,16 +190,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #753851; color: #ffe4f5; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-radical.css b/css/sakura-radical.css index 9924632..88be1ec 100644 --- a/css/sakura-radical.css +++ b/css/sakura-radical.css @@ -173,7 +173,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -186,16 +190,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #00ffff; color: #000000; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura-vader.css b/css/sakura-vader.css index e8ce27a..eb5ad62 100644 --- a/css/sakura-vader.css +++ b/css/sakura-vader.css @@ -174,7 +174,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -187,16 +191,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #DA4453; color: #120c0e; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/css/sakura.css b/css/sakura.css index 3992573..54272f6 100644 --- a/css/sakura.css +++ b/css/sakura.css @@ -173,7 +173,11 @@ textarea { width: 100%; } -.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button { +.button, button, +input[type=submit], +input[type=reset], +input[type=button], +input[type=file]::file-selector-button { display: inline-block; padding: 5px 10px; text-align: center; @@ -186,16 +190,29 @@ textarea { cursor: pointer; box-sizing: border-box; } -.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] { - cursor: default; - opacity: 0.5; -} -.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=file]::file-selector-button:hover { +.button:hover, button:hover, +input[type=submit]:hover, +input[type=reset]:hover, +input[type=button]:hover, +input[type=file]::file-selector-button:hover { background-color: #982c61; color: #f9f9f9; outline: 0; } -.button:focus-visible, button:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible, input[type=file]::file-selector-button:focus-visible { + +.button[disabled], button[disabled], +input[type=submit][disabled], +input[type=reset][disabled], +input[type=button][disabled], +input[type=file][disabled] { + cursor: default; + opacity: 0.5; +} +.button:focus-visible, button:focus-visible, +input[type=submit]:focus-visible, +input[type=reset]:focus-visible, +input[type=button]:focus-visible, +input[type=file]:focus-visible { outline-style: solid; outline-width: 2px; } diff --git a/index.html b/index.html index 608ada4..adfa10c 100755 --- a/index.html +++ b/index.html @@ -667,6 +667,14 @@
+ + +
++ + +