Repository: james-site
Updated Branches:
  refs/heads/asf-site db7c26faf -> 42978c9ea


Update style of james.apache.org for ApacheCon banner


Project: http://git-wip-us.apache.org/repos/asf/james-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/42978c9e
Tree: http://git-wip-us.apache.org/repos/asf/james-site/tree/42978c9e
Diff: http://git-wip-us.apache.org/repos/asf/james-site/diff/42978c9e

Branch: refs/heads/asf-site
Commit: 42978c9ea838ca12cccf607ce4d99adf4a1b14e7
Parents: db7c26f
Author: Antoine Duprat <adup...@linagora.com>
Authored: Fri May 4 14:58:07 2018 +0200
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Fri May 4 14:58:07 2018 +0200

----------------------------------------------------------------------
 content/assets/css/main.css | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-site/blob/42978c9e/content/assets/css/main.css
----------------------------------------------------------------------
diff --git a/content/assets/css/main.css b/content/assets/css/main.css
index 19977b3..181bd22 100644
--- a/content/assets/css/main.css
+++ b/content/assets/css/main.css
@@ -3106,6 +3106,41 @@
                margin: 0;
        }
 
+       #wrapper .apache_ref_left {
+               position: absolute;
+               top: 0;
+               left: 5%;
+               margin:0;
+               padding: 5px 5px 0px 5px;
+               background-color: #ffffff;
+               border-radius: 0 0 10px 10px;
+       }
+
+       #wrapper .apache_ref_left_mobile {
+               display: none;
+               position: absolute;
+               top: 0;
+               left: 0;
+               width: 100%;
+               text-align: center;
+               background: url('images/overlay.png') rgba(0,0,0,0.2);
+       }
+
+       #wrapper .apache_ref_left_mobile a {
+               font-size: 9pt;
+               color: #DDD;
+       }
+
+       #wrapper .apache_ref_left  img {
+               width: 10em;
+       }
+
+       #wrapper .apache_ref_left a {
+               border: none;
+               padding: 0;
+               margin: 0;
+       }
+
        #header {
                padding: 3em 5em 1em 5em;
                text-align: center;
@@ -3251,6 +3286,13 @@
                                display: block;
                        }
 
+                       .apache_ref_left {
+                               display:none;
+                       }
+                       #wrapper .apache_ref_left_mobile {
+                               display: block;
+                       }
+
                }
 
                @media screen and (max-width: 360px) {


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to