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); }