From cb16cf1ba340d28b1e941921ae9fed417a8ef825 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Wed, 14 Sep 2022 18:31:24 -0400 Subject: [PATCH] restore old colors --- 2021/assets/css/custom.css | 18 +++++----- 2022/assets/css/custom.css | 70 +++++++++++++++++++------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 5b9fe14e..280952a2 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -102,7 +102,7 @@ h3 { .program-day-header h2 { font-size: 2.1em; - color: #7f5c7f; + color: #602217; padding: 0.3em; text-align: center; border-bottom: 3px solid #f5f5f5; @@ -577,7 +577,7 @@ hr { padding-bottom: 10px; color: #ffffff; text-align: center; - background-color: #000000; + background-color: #2E3436; border-radius: 0 0 25px 25px ; } @@ -662,7 +662,7 @@ hr { } .lp-archived a:hover, a:active, a:focus{ - color: #7f5c7f; + color: #602217; } .lp-banner { @@ -670,7 +670,7 @@ hr { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 3px solid #C4A000; - background-color: #000000; + background-color: #2E3436; color: #ffffff; } @@ -828,7 +828,7 @@ hr { } .nav > li.fsf-donate > a { - background-color: #7f5c7f; + background-color: #602217; margin-top: 8px; color: white; } @@ -877,8 +877,8 @@ hr { } .navbar-default { - background-color: #7f5c7f; - border-color: #7f5c7f; + background-color: #602217; + border-color: #602217; border-bottom: 3px solid #C4A000; } @@ -970,7 +970,7 @@ body { height: auto; border-top: 2px solid #dadada; /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/ - background-color: #000000; + background-color: #2E3436; margin-top: 1.5em; } @@ -1141,7 +1141,7 @@ border-radius: 5px margin:20px 0 20px 0; padding:5px 0 5px 15px; border-bottom:3px solid #C4A000; - background-color: #7f5c7f; + background-color: #602217; color: white; } diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css index 15a95002..9ac1805f 100644 --- a/2022/assets/css/custom.css +++ b/2022/assets/css/custom.css @@ -97,7 +97,7 @@ h3 { .program-day-header h2 { font-size: 2.1em; - color: #7f5c7f; + color: #602217; padding: 0.3em; text-align: center; border-bottom: 3px solid #f5f5f5; @@ -220,27 +220,27 @@ code { } .breadcrumb > .active { - color: #5b9bab; + color: #f9b442; } /* Links */ a:hover, a:focus { - color: #5b9bab; + color: #f9b442; text-decoration: none; } /*a { color: inherit; - border-bottom: thin solid #5b9bab; + border-bottom: thin solid #f9b442; }*/ .alt-a { color: inherit; text-decoration: none; - -moz-text-decoration-color: #5b9bab; - text-decoration-color: #5b9bab; + -moz-text-decoration-color: #f9b442; + text-decoration-color: #f9b442; } .lp-home a { @@ -300,7 +300,7 @@ hr { } .form-control:focus { - border-color: #5b9bab; + border-color: #f9b442; outline: 0; -webkit-box-shadow: none; box-shadow: none; @@ -375,8 +375,8 @@ hr { .btn-default { color: #ffffff; - background-color: #5b9bab; - border-color: #5b9bab; + background-color: #f9b442; + border-color: #f9b442; } .btn-default:hover, @@ -385,8 +385,8 @@ hr { .btn-default.active, .open .dropdown-toggle.btn-default { color: #ffffff; - background-color:#5b9bab; - border-color: #5b9bab; + background-color:#f9b442; + border-color: #f9b442; } .btn-default.active.focus, @@ -399,8 +399,8 @@ hr { .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover { color: #ffffff; - background-color:#5b9bab; - border-color: #5b9bab; + background-color:#f9b442; + border-color: #f9b442; } @@ -445,7 +445,7 @@ hr { margin-bottom: 0.3em; color: #ffffff; text-shadow: 0px 0px 0px #ffffff; - background-color: #5b9bab; + background-color: #f9b442; text-decoration: none; box-shadow: 0px 3px 2px #BBBBBB; } @@ -456,8 +456,8 @@ hr { .btn-register.active, .open .dropdown-toggle.btn-register { color: #ffffff; - background-color:#5b9bab; - border-color:#5b9bab; + background-color:#f9b442; + border-color:#f9b442; } .btn-register:active, @@ -578,7 +578,7 @@ hr { padding-bottom: 5px; color: #ffffff; text-align: center; - background-color: #000000; + background-color: #2E3436; border-radius: 0 0 15px 15px ; } @@ -648,7 +648,7 @@ hr { /* Header */ .lp-archived { - background-color: #5b9bab; + background-color: #f9b442; color: rgb(255, 255, 255); text-align: center; padding: 2.5px 0; @@ -663,15 +663,15 @@ hr { } .lp-archived a:hover, a:active, a:focus{ - color: #7f5c7f; + color: #602217; } .lp-banner { /*box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);*/ margin-bottom: 20px; padding-bottom: 5px; - border-bottom: 3px solid #5b9bab; - background-color: #000000; + border-bottom: 3px solid #f9b442; + background-color: #2E3436; color: #ffffff; } @@ -826,10 +826,10 @@ hr { display: block; padding: 10px 15px; text-decoration: none; - background-color: #5b9bab; + background-color: #f9b442; transition: background-color 0.1s; border-bottom: none; - color:#000000 !important; + color:#510f01 !important; } .nav > li > a:hover, .lp-home a:hover { @@ -837,13 +837,13 @@ hr { } .nav > li.fsf-donate > a { - background-color: #7f5c7f; + background-color: #602217; margin-top: 8px; color: white !important; } .nav > li.btn-register > a { - background-color: #5b9bab; + background-color: #f9b442; color: #ffffff; text-shadow: 0px 0px 0px #ffffff; text-decoration: none; @@ -862,7 +862,7 @@ hr { .area-link a:hover, .area-link a:focus { background-color: rgb(55, 57, 58); - color: #5b9bab; + color: #f9b442; } .nav-pills > li > a, @@ -876,7 +876,7 @@ hr { .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; - background-color:#5b9bab; + background-color:#f9b442; } #lp-mini-nav { @@ -886,9 +886,9 @@ hr { } .navbar-default { - background-color: #7f5c7f; - border-color: #7f5c7f; - border-bottom: 3px solid #5b9bab; + background-color: #602217; + border-color: #602217; + border-bottom: 3px solid #f9b442; } .navbar-default .navbar-text { color: #DDD; } @@ -979,7 +979,7 @@ body { height: auto; border-top: 2px solid #dadada; /*box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);*/ - background-color: #000000; + background-color: #2E3436; margin-top: 1.5em; } @@ -1069,7 +1069,7 @@ border-radius: 5px } .view-content hr{ - border:3px solid #5b9bab; + border:3px solid #f9b442; border-radius: 3px; clear: both; } @@ -1149,13 +1149,13 @@ border-radius: 5px display:block; margin:20px 0 20px 0; padding:5px 0 5px 15px; - border-bottom:3px solid #5b9bab; - background-color: #7f5c7f; + border-bottom:3px solid #f9b442; + background-color: #602217; color: white; } .lpcalendarlink { - color: #5b9bab; + color: #f9b442; border: none; } -- 2.25.1