From 12c25322c3533d9fb252530d1fb7d4840d4bebcd Mon Sep 17 00:00:00 2001 From: Josh south Date: Fri, 24 Feb 2017 12:24:59 -0800 Subject: [PATCH] Layout updates, dark themes, tons o stuff (#1971) --- _includes/d4a_buttons.md | 5 +- _includes/footer.html | 41 +- _includes/global-header.html | 139 ++-- _includes/header.html | 8 +- _includes/side-menu.html | 1 - _includes/tree.html | 2 +- _layouts/docs.html | 80 +- css/style-alt.css | 1429 ++++++++++++++++++++++++++++++++ css/style.css | 1454 +++++++++++++++++++++++++++++++++ css/temp.css | 122 ++- docker-cloud/index.md | 21 - docker-for-windows/install.md | 4 +- index.md | 247 +++--- js/docs.js | 70 +- js/menu.js | 2 +- learn.md | 4 +- 16 files changed, 3271 insertions(+), 358 deletions(-) create mode 100644 css/style-alt.css create mode 100644 css/style.css diff --git a/_includes/d4a_buttons.md b/_includes/d4a_buttons.md index 455d74ff4c..d6c0ca9c34 100644 --- a/_includes/d4a_buttons.md +++ b/_includes/d4a_buttons.md @@ -2,10 +2,10 @@ ![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png) {% endcapture %} {% capture aws_blue_latest %} -Deploy Docker for AWS (stable) +Deploy Docker for AWS (stable) {% endcapture %} {% capture aws_blue_beta %} -Deploy Docker for AWS (beta) +Deploy Docker for AWS (beta) {% endcapture %} {% capture azure_blue_latest %} @@ -17,4 +17,3 @@ {% capture azure_button_latest %} ![Docker for Azure](http://azuredeploy.net/deploybutton.png) {% endcapture %} - diff --git a/_includes/footer.html b/_includes/footer.html index 7eb65d1f6c..a698eb4023 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,17 +1,18 @@ - -
-
-
-
- - -
-
-
-
- - + - + diff --git a/_includes/global-header.html b/_includes/global-header.html index 567b03a61c..6f4adaa64f 100644 --- a/_includes/global-header.html +++ b/_includes/global-header.html @@ -1,54 +1,54 @@ -
+
-
- -
+
+ +
@@ -57,11 +57,46 @@

Docker's Documentation

Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries.

-
+ + + diff --git a/_includes/header.html b/_includes/header.html index 96c182e035..1e5aa3f484 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,8 +12,7 @@ diff --git a/_includes/tree.html b/_includes/tree.html index 31c3bf9096..ef694fafb0 100644 --- a/_includes/tree.html +++ b/_includes/tree.html @@ -2,7 +2,7 @@ {% for item in tree %} {% if item.sectiontitle %}{% if foundBranch=="false" %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}{% else %}{% assign treeString="" %}{% endif %}
  • {{ item.sectiontitle }} - +
  • {% else %}
  • {{ item.title }}
  • diff --git a/_layouts/docs.html b/_layouts/docs.html index dfb6b568d4..ef452a3d5d 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -26,7 +26,7 @@ - + @@ -38,18 +38,6 @@ ng\:form { display: block; } -div#autocompleteContainer { - background: #fff; - border: 1px solid #ccc; - /* float: left; */ - padding: 21px 0 30px 0; - margin: 10px 0 0 0; - position: absolute; - -webkit-transition: all 0.5s; - -moz-transition: all 0.5s; - -o-transition: all 0.5s; - transition: all 0.5s; -} - -