From: Anthony Talarico Date: Fri, 1 Mar 2019 18:42:07 +0000 (-0500) Subject: adding white gradient and colored icons X-Git-Tag: v1.2.52^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a0a08279399f7af97053c382cc6dabe0f3551826;p=WP-Themes%2Fmountpleasantwow.git adding white gradient and colored icons --- diff --git a/css/app.css b/css/app.css index f88a2ba..6c29819 100644 --- a/css/app.css +++ b/css/app.css @@ -6739,9 +6739,9 @@ a[href^=tel] { header#page-header { height: 295px; - background: -webkit-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%); - background: -moz-linear-gradient(center top, #000000 5%, rgba(0, 0, 0, 0) 100%); - background: -ms-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%); + background: -webkit-linear-gradient(top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); + background: -moz-linear-gradient(center top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); + background: -ms-linear-gradient(top, #ffffff 5%, rgba(255, 255, 255, 0) 50%); position: relative; padding-top: 11px; z-index: 5; } @@ -6838,16 +6838,16 @@ ul#sec-nav { ul#sec-nav li { display: inline; } ul#sec-nav li a { - color: #FFFFFF; + color: #16345B; font-size: 12px; padding: 0 8px; } ul#sec-nav > li { position: relative; } ul#sec-nav > li:before { - color: #FFFFFF; + color: #16345B; content: "|"; position: absolute; - top: 2px; + top: 3px; left: -4px; font-size: 12px; display: block; } @@ -7690,9 +7690,9 @@ h2#slide-text { margin-left: 15px; } #glm-event-wrapper .glm-event-day-row { border: 1px solid #FFFFFF; - background: -webkit-linear-gradient(top, #f2f2f2 5%, #FFFFFF 100%); - background: -moz-linear-gradient(center top, #f2f2f2 5%, #FFFFFF 100%); - background: -ms-linear-gradient(top, #f2f2f2 5%, #FFFFFF 100%); } + background: -webkit-linear-gradient(top, #f2f2f2 5%, #FFFFFF 50%); + background: -moz-linear-gradient(center top, #f2f2f2 5%, #FFFFFF 50%); + background: -ms-linear-gradient(top, #f2f2f2 5%, #FFFFFF 50%); } #glm-event-wrapper .glm-event-day-event { border: 1px solid #CCCCCC; } #glm-event-wrapper .glm-event-day-event:hover { @@ -7708,9 +7708,9 @@ h2#slide-text { #glm-event-wrapper .glm-event-cal { border: 1px solid #690433; } #glm-event-wrapper .glm-event-cal-day-container { - background: -webkit-linear-gradient(top, #FFFFFF 5%, #f2f2f2 100%); - background: -moz-linear-gradient(center top, #FFFFFF 5%, #f2f2f2 100%); - background: -ms-linear-gradient(top, #FFFFFF 5%, #f2f2f2 100%); } + background: -webkit-linear-gradient(top, #FFFFFF 5%, #f2f2f2 50%); + background: -moz-linear-gradient(center top, #FFFFFF 5%, #f2f2f2 50%); + background: -ms-linear-gradient(top, #FFFFFF 5%, #f2f2f2 50%); } #glm-event-wrapper .glm-event-cal-month { background-color: #690433; color: #fff; } diff --git a/header.php b/header.php index ace371a..c7efe6d 100644 --- a/header.php +++ b/header.php @@ -67,7 +67,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only.