You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/03/16 10:26:17 UTC

[cassandra-website] 01/01: test jenkins-cassandra-theme.css (simple theme plugin)

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

mck pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git

commit 04c1a81013dac89c113e3e7bc3de0b63f13dc961
Author: mck <mc...@apache.org>
AuthorDate: Tue Mar 16 11:12:47 2021 +0100

    test jenkins-cassandra-theme.css (simple theme plugin)
---
 content/jenkins-cassandra-theme.css | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/content/jenkins-cassandra-theme.css b/content/jenkins-cassandra-theme.css
new file mode 100644
index 0000000..11c7f1e
--- /dev/null
+++ b/content/jenkins-cassandra-theme.css
@@ -0,0 +1,28 @@
+body {
+  background: #63818a;
+  background: -moz-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63818a), color-stop(100%, #73939b));
+  background: -webkit-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -o-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: -ms-linear-gradient(top, #63818a 0%, #73939b 100%);
+  background: linear-gradient(top, #63818a 0%, #73939b 100%); }
+
+h1, h2, h3, h4, h5, h6 {
+  color: #4f7b94; }
+
+#top-panel {
+  background: none; }
+  #top-panel td#login-field span a {
+    background: none; }
+  #top-panel td #searchform a {
+    background: none;
+    height: auto;
+    width: auto; }
+  #top-panel td > a {
+    background: url("https://cassandra.staged.apache.org/img/logo-white.svg") 0 0 no-repeat;
+    display: block;
+    width: 130px;
+    height: 40px;
+    margin: 10px 0 10px 10px; }
+    #top-panel td > a img {
+      display: none; }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org