+
+
+
diff --git a/supporting-docs/_posts/index.html b/supporting-docs/_posts/index.html
index c442d6e1..15c7d5c2 100644
--- a/supporting-docs/_posts/index.html
+++ b/supporting-docs/_posts/index.html
@@ -1,7 +1,6 @@
---
layout: default
---
- {% include site.css %}
{% include basic.css %}
{% include nature.css %}
diff --git a/supporting-docs/css/default.css b/supporting-docs/css/default.css
deleted file mode 100644
index 7910683d..00000000
--- a/supporting-docs/css/default.css
+++ /dev/null
@@ -1,5 +0,0 @@
-p {
- line-height: 1.5;
-}
-
-
diff --git a/supporting-docs/css/faq.css b/supporting-docs/css/faq.css
index d8dec230..9730efa3 100644
--- a/supporting-docs/css/faq.css
+++ b/supporting-docs/css/faq.css
@@ -1,16 +1,30 @@
-ul
-{
+.toc {
+ background: #f9f9f9;
+ border: 1px solid #aaaaaa;
+ display: table;
+ padding-top: 16px;
+ padding-right: 16px;
+ padding-bottom: 16px;
+ list-style: none;
+ color: #2EA3F2;
+}
+
+ul {
padding-left: 30px;
}
-p
-{
+p {
padding-left: 30px;
+ color: #666;
}
-h4,h5
-{
+h3 {
+ padding-top: 48px;
+ color: #333;
+}
+
+h4, h5 {
border-top: 40px solid transparent;
margin-top: -40px;
-webkit-background-clip: padding-box;
@@ -19,6 +33,8 @@ h4,h5
font-style: italic;
font-size: 16px;
padding-top: 16px;
+ color: #333;
+
}
diff --git a/supporting-docs/css/site.css b/supporting-docs/css/site.css
deleted file mode 100644
index 5baf9b28..00000000
--- a/supporting-docs/css/site.css
+++ /dev/null
@@ -1,102 +0,0 @@
-/** Common layout **/
-
-html {
- height: 100%;
-}
-
-body {
- height: 100%;
- font-family: "Open Sans", Helvetica, Arial, sans-serif ! important;
- font-size: 12pt;
- margin: 0px;
-}
-
-h1 {
- font-size: 20pt;
-}
-
-a:link { color: #666;
- text-decoration: underline;
-}
-a:visited { color: #666; }
-a:hover { color: #000; }
-a:active { color: #000; }
-
-a.anchor {
- display: block;
- position: relative;
- top: -50px;
- visibility: hidden;
-}
-
-#page {
- min-height: 100%;
- margin-bottom: -32px; /* to make room for the footer */
-}
-
-#wrapper {
- margin: auto;
- max-width: 1280px;
- padding-top: 40px;
- padding-bottom: 40px;
- padding-left: 20px;
- padding-right: 20px;
-}
-
-#header
-{
- position: fixed;
- top: 0px;
- width: 100%;
- background-color: #000;
- min-height: 40px;
-}
-
-.navButton {
- font-size: 20px;
- font-weight: bold;
- padding: 10px 20px 10px 20px;
- text-decoration: none ! important;
-}
-
-#header .navButton {
- color: #fff ! important;
-}
-
-#headerContent {
- /*
- color: #ccc;
- text-align: right;
- */
- text-align: center;
- max-width: 1280px;
- margin: auto;
- min-height: 40px;
- line-height: 40px;
-}
-
-#headerContent a:link,
-#headerContent a:visited,
-#headerContent a:hover,
-#headerContent a:active {
- color: #fff;
-}
-
-#footer
-{
- width: 100%;
- border-top: #666 1px solid;
- background-color: #aaa;
- height: 32px;
-}
-
-#footerContent
-{
- font-size: 8pt;
- color: #fff;
- max-width: 1280px;
- margin: auto;
- text-align: center;
- height: 32px;
- line-height: 32px;
-}
diff --git a/supporting-docs/css/site_overrides.css b/supporting-docs/css/site_overrides.css
new file mode 100644
index 00000000..700a09e1
--- /dev/null
+++ b/supporting-docs/css/site_overrides.css
@@ -0,0 +1,36 @@
+p {
+ line-height: 1.5;
+ color: #666;
+}
+
+a.anchor {
+ display: block;
+ position: relative;
+ top: -50px;
+ visibility: hidden;
+}
+
+a:link {
+ color: #2EA3F2;
+ text-decoration: none;
+}
+
+a:visited {
+ color: #2EA3F2;
+ text-decoration: none;
+}
+
+a:active {
+ color: #2EA3F2;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #2EA3F2;
+ text-decoration: underline;
+}
+
+h1,h2,h3,h4,h5 {
+ color: #333;
+}
+
diff --git a/supporting-docs/index.html b/supporting-docs/index.html
index 2bc0177f..2a77562d 100644
--- a/supporting-docs/index.html
+++ b/supporting-docs/index.html
@@ -1,9 +1,6 @@
---
layout: default
---
-
-
-
{{ content }}