From 76616143ed12111d45f2b76f8bba51598a9c2592 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 31 May 2015 15:16:38 -0400 Subject: Fix color codes. --- themes/custom/assets/css/custom.css | 70 ++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index 08b5951..9ad0d74 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -35,82 +35,82 @@ code, pre { /* switch blue to red */ a { - color: #c00; + color: #cc0000; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { - background-color: #c00; - background-image: -moz-linear-gradient(top, #c00, #020202); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00), to(#020202)); - background-image: -webkit-linear-gradient(top, #c00, #020202); - background-image: -o-linear-gradient(top, #c00, #020202); - background-image: linear-gradient(to bottom, #c00, #020202); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00', endColorstr='#ff020202', GradientType=0); + background-color: #cc0000; + background-image: -moz-linear-gradient(top, #cc0000, #020202); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#020202)); + background-image: -webkit-linear-gradient(top, #cc0000, #020202); + background-image: -o-linear-gradient(top, #cc0000, #020202); + background-image: linear-gradient(to bottom, #cc0000, #020202); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ff020202', GradientType=0); } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - background-color: #c00; - background-image: -moz-linear-gradient(top, #c00, #020202); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c00), to(#020202)); - background-image: -webkit-linear-gradient(top, #c00, #020202); - background-image: -o-linear-gradient(top, #c00, #020202); - background-image: linear-gradient(to bottom, #c00, #020202); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc00', endColorstr='#ff020202', GradientType=0); + background-color: #cc0000; + background-image: -moz-linear-gradient(top, #cc0000, #020202); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#020202)); + background-image: -webkit-linear-gradient(top, #cc0000, #020202); + background-image: -o-linear-gradient(top, #cc0000, #020202); + background-image: linear-gradient(to bottom, #cc0000, #020202); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ff020202', GradientType=0); } .btn-link { - color: #c00; + color: #cc0000; } .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus { - background-color: #c00; + background-color: #cc0000; } .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { - background-color: #c00; + background-color: #cc0000; } .nav .dropdown-toggle .caret { - border-top-color: #c00; - border-bottom-color: #c00; + border-top-color: #cc0000; + border-bottom-color: #cc0000; } .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { - background-color: #c00; + background-color: #cc0000; } a.thumbnail:hover, a.thumbnail:focus { - border-color: #c00; + border-color: #cc0000; } .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover { - border-bottom: 1px solid #c00; + border-bottom: 1px solid #cc0000; } @media (max-width: 979px) { .navbar .nav-collapse .nav li > a:hover { - background-color: #c00; + background-color: #cc0000; } .navbar .nav-collapse .nav .active > a { - background-color: #c00; + background-color: #cc0000; } .navbar .nav-collapse .dropdown-menu a:hover { - background-color: #c00; + background-color: #cc0000; } } @@ -118,44 +118,44 @@ div.subnav .nav > li > a:hover, div.subnav .nav > li.active > a, div.subnav .nav > li.active > a:hover, div.subnav .nav > li:first-child > a:hover { - border-bottom: 1px solid #c00; + border-bottom: 1px solid #cc0000; } .nav-tabs li > a:hover, .nav-tabs li.active > a, .nav-tabs li.active > a:hover { - background-color: #c00; + background-color: #cc0000; } .nav-pills li > a:hover { - background-color: #c00; + background-color: #cc0000; } .nav-list li > a:hover { - background-color: #c00; + background-color: #cc0000; } .nav-stacked li > a:hover, .nav-stacked li.active > a { - background-color: #c00; + background-color: #cc0000; } .breadcrumb li > a { - color: #c00; + color: #cc0000; } .pager li > a:hover, .pager li > span:hover { - background-color: #c00; + background-color: #cc0000; } .table tbody tr.info td { - background-color: #c00; + background-color: #cc0000; } @media (max-width: 768px) { .subnav .nav > li + li > a:hover, .subnav .nav > li:first-child > a:hover { - background-color: #c00; + background-color: #cc0000; } } -- cgit v1.2.3