diff --git a/dist/css/print.css b/dist/css/print.css index 2e6b310300b..8329a2ccf68 100644 --- a/dist/css/print.css +++ b/dist/css/print.css @@ -82,7 +82,7 @@ .swagger-section pre .vhdl .attribute, .swagger-section pre .clojure .attribute, .swagger-section pre .coffeescript .property { - color: #8888ff; + color: #88F; } .swagger-section pre .keyword, .swagger-section pre .id, diff --git a/dist/css/screen.css b/dist/css/screen.css index ef4673db98f..cee4f5ca8e9 100644 --- a/dist/css/screen.css +++ b/dist/css/screen.css @@ -82,7 +82,7 @@ .swagger-section pre .vhdl .attribute, .swagger-section pre .clojure .attribute, .swagger-section pre .coffeescript .property { - color: #8888ff; + color: #88F; } .swagger-section pre .keyword, .swagger-section pre .id, @@ -1231,8 +1231,10 @@ cursor: pointer; } .swagger-section #header { - background-color: #89bf04; + background-image: url(../images/bg-nav.jpg); + border-bottom: 1px solid #e6e7e8; padding: 14px; + display: none; } .swagger-section #input_baseUrl { width: 400px; @@ -1275,12 +1277,11 @@ background-color: #547f00; } .swagger-section #header #logo { - font-size: 1.5em; - font-weight: bold; - text-decoration: none; - background: transparent url(../images/logo_small.png) no-repeat left center; + background-image: url(../images/leisurelink_logo.png); + background-position: left center; + background-repeat: no-repeat; + background-size: contain; padding: 20px 0 20px 40px; - color: white; } .swagger-section #content_message { margin: 10px 15px; diff --git a/dist/images/bg-nav.jpg b/dist/images/bg-nav.jpg new file mode 100644 index 00000000000..da02a52fa36 Binary files /dev/null and b/dist/images/bg-nav.jpg differ diff --git a/dist/images/favicon-16x16.png b/dist/images/favicon-16x16.png old mode 100755 new mode 100644 index 66b1a5bfb9e..f983cc8053d Binary files a/dist/images/favicon-16x16.png and b/dist/images/favicon-16x16.png differ diff --git a/dist/images/favicon-32x32.png b/dist/images/favicon-32x32.png old mode 100755 new mode 100644 index 32f319f89bd..37b23eec3d3 Binary files a/dist/images/favicon-32x32.png and b/dist/images/favicon-32x32.png differ diff --git a/dist/images/favicon.ico b/dist/images/favicon.ico old mode 100755 new mode 100644 index 8b60bcf06a7..182da402ef3 Binary files a/dist/images/favicon.ico and b/dist/images/favicon.ico differ diff --git a/dist/images/leisurelink_logo.png b/dist/images/leisurelink_logo.png new file mode 100644 index 00000000000..99c438b0356 Binary files /dev/null and b/dist/images/leisurelink_logo.png differ diff --git a/dist/index.html b/dist/index.html index 4531c445199..5fdf0e7eeb2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,14 @@ + @@ -31,11 +41,13 @@