X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.css;h=80be164c4b70267662bad1b5bdceeb40b9f26c34;hp=a5ead515e6e47947e1ddb905ddc17343518249db;hb=b5e5c86b11624752ed6b30c92b6791b563b239ee;hpb=f66505894940dddd7c03c24d19869b1205e8d7f7 diff --git a/icedeb.css b/icedeb.css index a5ead51..80be164 100644 --- a/icedeb.css +++ b/icedeb.css @@ -1,4 +1,5 @@ body { padding: 1ex; } +#clip-pot { position: absolute; left: -1000px; } #clipboard { margin: 2px; min-height: 1.5em; @@ -14,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; @@ -22,15 +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; } -.hidden { display: none; } 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%) }