X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.css;h=80be164c4b70267662bad1b5bdceeb40b9f26c34;hp=37aaf0aacc1ed357ca8c546cdb733a3eed8cec70;hb=b5e5c86b11624752ed6b30c92b6791b563b239ee;hpb=2838502fb3e43401e873dd853cc9338e80c6d02a diff --git a/icedeb.css b/icedeb.css index 37aaf0a..80be164 100644 --- a/icedeb.css +++ b/icedeb.css @@ -15,7 +15,7 @@ body { padding: 1ex; } } #button-list-container { - background: linear-gradient(to bottom, hsl(222,4%,89%) 0%, hsl(0,0%,100%) 100%); + background: hsl(222,4%,92%); display: flex; flex-direction: column; padding: 0.1ex; @@ -23,14 +23,22 @@ body { padding: 1ex; } #button-list-container > * { margin: 0.5ex; padding 0.1ex; + display: flex; } .icedeb-button { border-radius: 5px; cursor: pointer; color: blue; + margin-right: 1em; } .icedeb-button:hover { text-decoration: underline; } a, a:visited { color: blue; } +.hints { margin-left: auto; margin-right: 0; } +.hints .hint { display: inline-block; width: 1.8ex; text-align: center; margin: 0 0.2ex; cursor: default; } +.hints .hint.b { background-color: hsl(312,100%,96%) } +.hints .hint.p { background-color: hsl(120,100%,96%) } +.hints .hint.m { background-color: hsl(240,100%,96%) } +.hints .hint.i { background-color: hsl( 40,100%,96%) }