diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-01 12:39:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 12:39:11 +0100 |
commit | e788ee67564c59504bfbea8964c62f7a6bcdbf13 (patch) | |
tree | 6026738857acf56b80d3438f47cc0244e5730bb8 /res/sidebar.css | |
parent | 77d129edd458fe4cdc2e0011e934cac47d525624 (diff) | |
download | ichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.tar.gz ichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.tar.bz2 ichtml-e788ee67564c59504bfbea8964c62f7a6bcdbf13.zip |
Add files via upload
Diffstat (limited to 'res/sidebar.css')
-rw-r--r-- | res/sidebar.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/res/sidebar.css b/res/sidebar.css new file mode 100644 index 0000000..6cce509 --- /dev/null +++ b/res/sidebar.css @@ -0,0 +1,37 @@ +
+.sidebar {
+ width: 25%;
+ overflow: auto;
+ position: absolute;
+}
+
+.teal {
+ width: 100%;
+ background: #0099ff;
+ border-bottom: 1px solid #007acc;
+}
+
+.hamburger {
+ width: 100%;
+}
+
+.sidebar-button {
+ text-align: right;
+ color: black;
+ border-right: 1px solid #000;
+}
+
+.sidebar-button:hover {
+}
+
+.sidebar-last {
+ border-bottom: 1px solid #000;
+}
+
+.sidebar-close {
+ background: #3385ff;
+}
+
+.sidebar-close:hover {
+ background: #0066ff;
+}
|