From df7294f7ba952245cb8ce6cbabc493d55f89ff15 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Thu, 23 Apr 2015 20:37:05 +0300 Subject: [PATCH] Added twitter url. Added icons --- src/css/styles.css | 14 +++++++++++--- src/index.html | 12 +++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/css/styles.css b/src/css/styles.css index 83f676e..5009e50 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -8,7 +8,7 @@ code { font-size: 1.2em; font-weight: bold; } .result { margin: 10px 10px 30px; } .result .input { margin-bottom: 10px; } .result .content { padding-left: 10px} -.result .cur { color: lightgray; margin-right: 5px; } +.result .cur { margin-right: 5px; } .hashLink { text-decoration: none; margin-left: 5px; visibility: hidden } .hashLink:hover { text-decoration: underline; margin-left: 5px; } @@ -24,16 +24,24 @@ code { font-size: 1.2em; font-weight: bold; } .hex .prefix { display: inline; } - .help { padding: 10px; } .help ul { list-style-type: none; margin: 0; padding: 0; } .help p { margin-top: 0 } -.indicator { font-size: 0.7em; padding: 2px 5px; font-family: monospace; font-size: 1.3em; background: transparent; border: none; cursor: pointer } +.indicator { padding: 2px 5px; font-family: monospace; font-size: 1.3em; background: transparent; border: none; cursor: pointer } .error { color: maroon; } #view { padding: 10px} +.cur { color: lightgray; } + +.icon { width: 16px; height: 16px; display: inline-block } +.twitter { background: url('../img/twitter.png') } +.feedback { background: url('../img/feedback.gif') } + +.dark .github { background: url('../img/github-dark.png') } +.light .github { background: url('../img/github-light.png') } + /* Light */ .light { background: rgb(250, 250, 250); } .light a, .light a:visited { color: #222; } diff --git a/src/index.html b/src/index.html index 784fd53..fe3164f 100644 --- a/src/index.html +++ b/src/index.html @@ -48,8 +48,18 @@

BitwiseCmd