From 6a7d1532a223ccf6d69f573c4d6b91fa2bc840d8 Mon Sep 17 00:00:00 2001 From: markop Date: Wed, 15 Jul 2015 16:48:01 +0200 Subject: menu & editor toolbar --- .gitignore | 1 + css/codeq.css | 47 ++++++++++++++++++++++++++++++++++++++++++++++- prolog.html | 40 +++++++++++++++++++--------------------- 3 files changed, 66 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index c38fa4e..d0eaf0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea *.iml +archive diff --git a/css/codeq.css b/css/codeq.css index 53d61dc..f4a7894 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -6,6 +6,7 @@ body { border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 0; + min-height: 4em; } .block-label { @@ -133,4 +134,48 @@ body { ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); -} \ No newline at end of file +} + +/*toolbar + +#editor-toolbar { + width: 100%; + padding-left: 15px; + height: 25px; + display: inline-block; +} + +#editor-toolbar .tool-icon { + font-size: 16px; + padding-left: 10px; + padding-right: 10px; +} + +.nav-xs { + list-style:none; + padding-left: 0; + float:left; + white-space:nowrap; + margin-bottom: 0; +} + +.nav-xs>li { + list-style: none; + white-space: nowrap; + position: relative; + display: inline-block !important; + background-color: transparent; + background: linear-gradient(to bottom, #2a3f53 0%,#192f42 100%); + border-right: 1px solid #000; +} + +.nav-xs>li>a { + display: block; + padding: 2px 6px 3px 6px; + font-size: 12px; +} +.nav-xs>li>a{ + color: #fff; +} + +*/ \ No newline at end of file diff --git a/prolog.html b/prolog.html index d9d4656..3ff90d6 100644 --- a/prolog.html +++ b/prolog.html @@ -26,36 +26,27 @@ - CodeQ + CodeQ @@ -68,6 +59,13 @@
Instructions
+
Code
-- cgit v1.2.1