From commits-return-55296-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Mar 1 17:27:27 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 77765180647 for ; Fri, 1 Mar 2019 18:27:26 +0100 (CET) Received: (qmail 80445 invoked by uid 500); 1 Mar 2019 17:27:25 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 80435 invoked by uid 99); 1 Mar 2019 17:27:25 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2019 17:27:25 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A545E3A008F for ; Fri, 1 Mar 2019 17:27:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1041100 - /websites/production/activemq/content/activemq-website/css/main.css Date: Fri, 01 Mar 2019 17:27:23 -0000 To: commits@activemq.apache.org From: jbertram@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190301172724.A545E3A008F@svn01-us-west.apache.org> Author: jbertram Date: Fri Mar 1 17:27:23 2019 New Revision: 1041100 Log: Content proposal Modified: websites/production/activemq/content/activemq-website/css/main.css Modified: websites/production/activemq/content/activemq-website/css/main.css ============================================================================== --- websites/production/activemq/content/activemq-website/css/main.css (original) +++ websites/production/activemq/content/activemq-website/css/main.css Fri Mar 1 17:27:23 2019 @@ -6502,6 +6502,18 @@ ul.navbar-nav { .container { padding: 0 10px 0 10px; } +.container-artemis { + padding: 0 10px 0 10px; } + +.container-artemis a { + color: #714099 !important; } + +.container-nms { + padding: 0 10px 0 10px; } + +.container-nms a { + color: #cf242a !important; } + body { width: 100%; margin: 0%; } @@ -6589,6 +6601,10 @@ table.slider { padding: 10px !important; background-color: grey; } +.narative-alt a { + color: white !important; + text-decoration: underline !important; } + .narative { font-size: 1.2rem; color: grey; @@ -6605,7 +6621,6 @@ table.slider { .project-narative-alt { font-size: 1rem; - padding: 0px !important; background-color: #eee; } .card { @@ -6714,7 +6729,7 @@ h6 { padding: 50px; text-align: center; } -.users .container { +.users .container .container-artemis .container-nms { margin-bottom: 20px; } .user-logo { @@ -6734,7 +6749,7 @@ h6 { max-height: 150px; max-width: 250px; } -.features .container .card { +.features .container .container-artemis .container-nms .card { background: none; } .features .narative { @@ -6748,10 +6763,10 @@ h6 { background-color: #c12766; } .feature-blue { - background-color: #714099; } + background-color: #3e489f; } .feature-orange { - background-color: #714099; } + background-color: #cf242a; } .card-title-purple { padding-top: 10px; @@ -6771,6 +6786,26 @@ h6 { .slider-artemis { background-color: #714099 !important; } +.page-title-artemis { + background-color: #714099 !important; + color: white; + padding: 15px 0 15px 0; + margin-bottom: 20px; } + +.page-title-artemis h1 { + font-size: 20px; + font-weight: bold; } + +.page-title-activemq5 { + background-color: #c12766 !important; + color: white; + padding: 15px 0 15px 0; + margin-bottom: 20px; } + +.page-title-activemq5 h1 { + font-size: 20px; + font-weight: bold; } + .slider-activemq5 { background-color: #c12766 !important; } @@ -6780,6 +6815,26 @@ h6 { .slider-nms { background-color: #cf242a !important; } +.page-title-nms { + background-color: #cf242a !important; + color: white; + padding: 15px 0 15px 0; + margin-bottom: 20px; } + +.page-title-nms h1 { + font-size: 20px; + font-weight: bold; } + +.page-title-cms { + background-color: #3e489f !important; + color: white; + padding: 15px 0 15px 0; + margin-bottom: 20px; } + +.page-title-cms h1 { + font-size: 20px; + font-weight: bold; } + @media (max-width: 62em) { .navbar-nav { padding-top: .425rem; @@ -6861,3 +6916,28 @@ a.dropdown-item.active, a.dropdown-item: table a { color: #c12766; } + +.artemis a { + color: #714099; } + +.cms a { + color: #3e489f; } + +.nms a { + color: #cf242a; } + +.nms table, .nms th, .nms td, .nms tr { + border: 1px solid #dee2e6; + margin-bottom: 1rem; + padding: 0.75rem; } + +.nms th { + background-color: rgba(0, 0, 0, 0.05); } + +.cms table, .cms th, .cms td, .cms tr { + border: 1px solid #dee2e6; + margin-bottom: 1rem; + padding: 0.75rem; } + +.cms th { + background-color: rgba(0, 0, 0, 0.05); }