mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-24 04:34:19 +01:00
Moved app source files under src directory
This commit is contained in:
36
src/css/styles.css
Normal file
36
src/css/styles.css
Normal file
@@ -0,0 +1,36 @@
|
||||
body { font-family: Verdana; font-size: 0.8em; padding: 20px 100px 0px 100px; margin: 0 }
|
||||
code { font-size: 1.2em; font-weight: bold; }
|
||||
|
||||
.links { float: right; position: absolute; right: 10px; top: 10px; }
|
||||
.mono { font-family: monospace; font-size: 1.3em }
|
||||
.expressionInput { width: 500px; padding: 3px; border: solid 1px lightgray; }
|
||||
|
||||
.result { margin: 10px 10px 30px; }
|
||||
.result .input { 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 .zero { color: #848586 }
|
||||
.expression .result td { border-top: dotted 1px gray; }
|
||||
.expression { font-size: 1.5em; font-family: monospace }
|
||||
|
||||
.help { padding: 10px; }
|
||||
.help ul { list-style-type: none; margin: 0; padding: 0; }
|
||||
.help p { margin-top: 0 }
|
||||
|
||||
.configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px 5px; }
|
||||
.configPnl .on { background: darkblue; }
|
||||
|
||||
.error { color: maroon; }
|
||||
|
||||
#view { padding: 10px}
|
||||
|
||||
/* Light */
|
||||
.light .one { color: black; }
|
||||
/* Dark */
|
||||
.dark { background: black; color: white;}
|
||||
.dark .expressionInput { background: black; color: white; }
|
||||
.dark a, .dark a:visited { color: white; }
|
||||
Reference in New Issue
Block a user