summaryrefslogtreecommitdiffstats
path: root/themes/custom/assets/css/custom.css
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-31 15:16:38 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-31 15:16:38 -0400
commit76616143ed12111d45f2b76f8bba51598a9c2592 (patch)
tree0458950501707314efc5c7ff3378aaa18f9c22b6 /themes/custom/assets/css/custom.css
parent96d399fb52339551d0538ff7f0e629239df54883 (diff)
Fix color codes.
Diffstat (limited to 'themes/custom/assets/css/custom.css')
-rw-r--r--themes/custom/assets/css/custom.css70
1 files 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;
}
}