You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/09 17:48:23 UTC

[camel-website] branch master updated (15016cf -> 9c7793a)

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


    from 15016cf  updated the the stroke-opacity and animation delay
     new 41ddc8e  blog table styling
     new 8c8f9a3  replacing colors from var.css
     new 4cc6446  fixing unnecessary changes
     new b735e71  removed non sectioned code
     new 9c7793a  corrected minor css

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 antora-ui-camel/src/css/blog.css | 43 ++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 24 deletions(-)


[camel-website] 04/05: removed non sectioned code

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit b735e71415dc131fae4a4ee7877e021ab8dbaee4
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 22:49:19 2020 +0530

    removed non sectioned code
---
 antora-ui-camel/src/css/blog.css | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 91866fa..471138b 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -106,7 +106,7 @@ article.blog p {
 }
 
 .blog .post .post-content tr:nth-child(even) {
-  background: var(--color-smoke-50);
+  background: #f4f5f7;
 }
 
 .blog .post .post-content td {
@@ -115,7 +115,7 @@ article.blog p {
 
 .blog .post .post-content th {
   padding: 0.7rem;
-  background: var(--color-smoke-90);
+  background: #e1e4e9;
 }
 
 @media screen and (min-width: 1024px) {
@@ -152,28 +152,4 @@ article.blog p {
   .blog.list {
     flex-direction: row;
   }
-
-  table {
-    width: 100%;
-    border-collapse: collapse;
-  }
-
-  th,
-  td {
-    padding: 0.875rem;
-  }
-
-  table,
-  th,
-  td {
-    border: 1px solid gray;
-  }
-
-  th {
-    background: var(--color-camel-orange);
-  }
-
-  tr:nth-child(even) {
-    background: var(--color-gray-10);
-  }
 }


[camel-website] 05/05: corrected minor css

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 9c7793af9ded8f453b55d6eaf4ffee2922921251
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 22:53:42 2020 +0530

    corrected minor css
---
 antora-ui-camel/src/css/blog.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 471138b..6b1a4b8 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -106,7 +106,7 @@ article.blog p {
 }
 
 .blog .post .post-content tr:nth-child(even) {
-  background: #f4f5f7;
+  background: var(--color-smoke-50);
 }
 
 .blog .post .post-content td {
@@ -115,7 +115,7 @@ article.blog p {
 
 .blog .post .post-content th {
   padding: 0.7rem;
-  background: #e1e4e9;
+  background: var(--color-smoke-90);
 }
 
 @media screen and (min-width: 1024px) {


[camel-website] 03/05: fixing unnecessary changes

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 4cc64461e15ba1b911b5e68efb96dd639ea22963
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 21:57:03 2020 +0530

    fixing unnecessary changes
---
 config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.toml b/config.toml
index 210086b..d35c294 100644
--- a/config.toml
+++ b/config.toml
@@ -88,42 +88,42 @@ timeout = 300000
 [[menu.main]]
     name = "Camel K"
     parent = "docs"
-    weight = 4
+    weight = 5
     identifier = "camel-k"
     url = "/camel-k/latest/"
 
 [[menu.main]]
     name = "Camel Quarkus"
     parent = "docs"
-    weight = 5
+    weight = 6
     identifier = "camel-quarkus"
     url = "/camel-quarkus/latest/"
 
 [[menu.main]]
     name = "Camel Kafka Connector"
     parent = "docs"
-    weight = 6
+    weight = 7
     identifier = "camel-kafka-connector"
     url = "/camel-kafka-connector/latest/"
 
 [[menu.main]]
     name = "Enterprise Integration Patterns"
     parent = "docs"
-    weight = 7
+    weight = 8
     identifier = "eip"
     url = "/manual/latest/enterprise-integration-patterns.html"
 
 [[menu.main]]
     name = "Camel 2.x to 3.0 Migration Guide"
     parent = "docs"
-    weight = 8
+    weight = 9
     identifier = "camel-3-migration-guide"
     url = "/manual/latest/camel-3-migration-guide.html"
 
 [[menu.main]]
     name = "Camel 3.x Upgrade Guide"
     parent = "docs"
-    weight = 9
+    weight = 10
     identifier = "camel-3x-upgrade-guide"
     url = "/manual/latest/camel-3x-upgrade-guide.html"
 


[camel-website] 02/05: replacing colors from var.css

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 8c8f9a32efb2f05e35bbddbf04e05ad413a89585
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 18:15:35 2020 +0530

    replacing colors from var.css
---
 antora-ui-camel/src/css/blog.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 14d523e..91866fa 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -106,7 +106,7 @@ article.blog p {
 }
 
 .blog .post .post-content tr:nth-child(even) {
-  background: #f4f5f7;
+  background: var(--color-smoke-50);
 }
 
 .blog .post .post-content td {
@@ -115,7 +115,7 @@ article.blog p {
 
 .blog .post .post-content th {
   padding: 0.7rem;
-  background: #e1e4e9;
+  background: var(--color-smoke-90);
 }
 
 @media screen and (min-width: 1024px) {


[camel-website] 01/05: blog table styling

Posted by zr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 41ddc8ed57c3c863c4d4c792e77be53b6f53e75c
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 17:04:42 2020 +0530

    blog table styling
---
 antora-ui-camel/src/css/blog.css | 19 +++++++++++++++++++
 config.toml                      | 12 ++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index 2252d57..14d523e 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -99,6 +99,25 @@ article.blog p {
   white-space: pre-wrap;
 }
 
+.blog .post .post-content table {
+  width: 100%;
+  text-align: center;
+  margin-bottom: 1rem;
+}
+
+.blog .post .post-content tr:nth-child(even) {
+  background: #f4f5f7;
+}
+
+.blog .post .post-content td {
+  padding: 0.5rem;
+}
+
+.blog .post .post-content th {
+  padding: 0.7rem;
+  background: #e1e4e9;
+}
+
 @media screen and (min-width: 1024px) {
   .blog {
     max-width: var(--static-max-width--desktop);
diff --git a/config.toml b/config.toml
index d35c294..210086b 100644
--- a/config.toml
+++ b/config.toml
@@ -88,42 +88,42 @@ timeout = 300000
 [[menu.main]]
     name = "Camel K"
     parent = "docs"
-    weight = 5
+    weight = 4
     identifier = "camel-k"
     url = "/camel-k/latest/"
 
 [[menu.main]]
     name = "Camel Quarkus"
     parent = "docs"
-    weight = 6
+    weight = 5
     identifier = "camel-quarkus"
     url = "/camel-quarkus/latest/"
 
 [[menu.main]]
     name = "Camel Kafka Connector"
     parent = "docs"
-    weight = 7
+    weight = 6
     identifier = "camel-kafka-connector"
     url = "/camel-kafka-connector/latest/"
 
 [[menu.main]]
     name = "Enterprise Integration Patterns"
     parent = "docs"
-    weight = 8
+    weight = 7
     identifier = "eip"
     url = "/manual/latest/enterprise-integration-patterns.html"
 
 [[menu.main]]
     name = "Camel 2.x to 3.0 Migration Guide"
     parent = "docs"
-    weight = 9
+    weight = 8
     identifier = "camel-3-migration-guide"
     url = "/manual/latest/camel-3-migration-guide.html"
 
 [[menu.main]]
     name = "Camel 3.x Upgrade Guide"
     parent = "docs"
-    weight = 10
+    weight = 9
     identifier = "camel-3x-upgrade-guide"
     url = "/manual/latest/camel-3x-upgrade-guide.html"