From 7f8750235b0c4c195c1aa321ab997db3dca1666c Mon Sep 17 00:00:00 2001 From: lopelopelope <2041829103@qq.com> Date: Fri, 26 Jan 2018 10:07:00 +0800 Subject: [PATCH 1/2] Style change --- 0.1.1/index.html | 11 ++++++++++- 0.2.0/index.html | 11 ++++++++++- 0.3.0/index.html | 11 ++++++++++- 0.4.0/index.html | 11 ++++++++++- master/css/base.css | 13 +++++++------ master/index.html | 19 +++++++++++-------- 6 files changed, 58 insertions(+), 18 deletions(-) diff --git a/0.1.1/index.html b/0.1.1/index.html index ad549b513..d7e226b5f 100644 --- a/0.1.1/index.html +++ b/0.1.1/index.html @@ -8,6 +8,13 @@ + @@ -89,7 +96,9 @@ - +
+

Version

+
diff --git a/0.2.0/index.html b/0.2.0/index.html index ff5f1d5d7..6a5e61207 100644 --- a/0.2.0/index.html +++ b/0.2.0/index.html @@ -7,6 +7,13 @@ + @@ -89,7 +96,9 @@
- +
+

Version

+
diff --git a/0.3.0/index.html b/0.3.0/index.html index 0e1c94b9c..520787551 100644 --- a/0.3.0/index.html +++ b/0.3.0/index.html @@ -7,6 +7,13 @@ + @@ -89,7 +96,9 @@
- +
+

Version

+
diff --git a/0.4.0/index.html b/0.4.0/index.html index e1bc83c7d..8987ba19a 100644 --- a/0.4.0/index.html +++ b/0.4.0/index.html @@ -8,6 +8,13 @@ + @@ -88,7 +95,9 @@
- +
+

Version

+
diff --git a/master/css/base.css b/master/css/base.css index 487408e6c..543575e2a 100644 --- a/master/css/base.css +++ b/master/css/base.css @@ -7,7 +7,7 @@ body { ***********************************************************************/ .navbar { - background-color: #ffffff; + background-color: #eeeeee; box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05); border: none; border-radius: 0px; @@ -42,10 +42,11 @@ body { } .wm-top-link, .wm-top-link:hover, .wm-top-link:active, .wm-top-link:visited, .wm-top-link:focus { - color: #fff; + color: #000000; text-decoration: none; } + .wm-vcenter:before { content: ''; display: inline-block; @@ -81,18 +82,18 @@ body { .wm-top-more{ height: 50px; - white-space: nowrap; + white-space: nowrap; vertical-align: middle; font-size: 10pt; } .wm-top-version-select { - background-color: #ffffff; + background-color: #eeeeee; border: none } .wm-top-version-select option { - background-color: #000000; + background-color: #fff; color: #546e7a } @@ -106,7 +107,7 @@ body { right: 0px; padding: inherit; width: 100%; - background-color: #ffffff; + background-color: #eeeeee; } .wm-top-search { diff --git a/master/index.html b/master/index.html index cb1b02fb7..7bc6ff8d6 100644 --- a/master/index.html +++ b/master/index.html @@ -7,7 +7,13 @@ - + @@ -89,12 +95,9 @@
-
- Version -
- - +

Version

+
@@ -399,5 +402,5 @@

Getting Help

+Build Date UTC : 2018-01-24 19:58:13 +--> \ No newline at end of file From 28ea9060fe29af360048c1f9bc59caadc57444cf Mon Sep 17 00:00:00 2001 From: Hawkwood <2041829103@qq.com> Date: Mon, 29 Jan 2018 11:24:38 +0800 Subject: [PATCH 2/2] change color --- css/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/base.css b/css/base.css index 9513a8ec0..c56d95c1f 100644 --- a/css/base.css +++ b/css/base.css @@ -7,7 +7,7 @@ body { ***********************************************************************/ .navbar { - background-color: #0071c5; + background-color: #ffffff; box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05); border: none; border-radius: 0px; @@ -88,7 +88,7 @@ body { } .wm-top-version-select { - background-color: #0071c5; + background-color: #ffffff; border: none } @@ -107,7 +107,7 @@ body { right: 0px; padding: inherit; width: 100%; - background-color: #0071c5; + background-color: #ffffff; } .wm-top-search {