diff --git a/.gitignore b/.gitignore index cc7c57e..b062fcb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ pom.xml .nrepl-port resources/public/data/ + +.rebel_readline_history diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 26163d2..36af86f 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -1,2 +1,46 @@ /* some style */ +body { + font-family: Helvetica, Ariel, sans-serif; + padding-bottom: 4em; +} + +div#app { + margin-left: 10%; +} + +footer { + clear: both; + font-size: smaller; + text-align: center; + color:white; + background-color: #3298dc; + width: 100%; + margin: 0; + padding: 0.25em 0; + bottom:0; + position:fixed; + vertical-align: top; + z-index:150; + _position:absolute; + _top:expression(eval(document.documentElement.scrollTop+ + (document.documentElement.clientHeight-this.offsetHeight))); +} + +footer a { + color: #ddd; +} + + +h1 { + width: 100%; + margin: 0; + padding-left: 10%; + text-align: left; + background-color: #3298dc; + color: white; +} + +samp { + background-color: #b0b0ff; +} diff --git a/resources/public/favicon.ico b/resources/public/favicon.ico new file mode 100644 index 0000000..de48631 Binary files /dev/null and b/resources/public/favicon.ico differ diff --git a/resources/public/index.html b/resources/public/index.html index b2a28a7..dda957e 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -1,10 +1,11 @@
+