mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-02-02 00:54:30 +01:00
Implemented ability to emphasize bytes
This commit is contained in:
@@ -5,13 +5,14 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
|
||||
.expressionInput { width: 500px; padding: 3px; border: solid 1px lightgray; }
|
||||
|
||||
.result { margin: 10px 10px 20px; }
|
||||
.result { margin: 10px 10px 30px; }
|
||||
.result .input { font-style: italic; margin-bottom: 10px; }
|
||||
.result .content { padding-left: 10px}
|
||||
.result .cur { color: lightgray; margin-right: 5px }
|
||||
|
||||
.expression .label { font-weight: bold; padding-right: 5px; text-align: right; }
|
||||
.expression .bin { letter-spacing: 3px; }
|
||||
.expression .byte { margin: 0 3px; }
|
||||
.expression .one { color: black }
|
||||
.expression .zero { color: #848586 }
|
||||
.expression .result td { border-top: dotted 1px gray; }
|
||||
|
||||
Reference in New Issue
Block a user