Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* Purple */
/*
conversion process from red.css...
find & replace the following
Purple
rgba(137, 0, 179, => rgba(137, 0, 179,
gradient
top #8900b3 => #8900b3
bottom #4e0067 => #4e0067
/* Core... text w/dropdowns. */
#uc-navbar {
margin-bottom:0;
}
#uc-navbar.navbar .menu-label {
color: rgba(137, 0, 179,.6);
text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.9);
}
.navbar .nav {
}
#uc-navbar.navbar .nav > li > a {
color: rgba(137, 0, 179,.7);
font:500 15px 'Proxima Nova', Helvetica, Arial, sans-serif;
}
.lte8 #uc-navbar.navbar .nav > li > a {
font:200 15px Helvetica, Arial, sans-serif;
}
#uc-navbar.navbar .nav > li.current-menu-ancestor > a,
#uc-navbar.navbar .nav > li.current-menu-item > a {
color: rgba(137, 0, 179,1);
}
.lte8 #uc-navbar.navbar .nav li a {
color:#8900b3 ;
font-weight:200;
}
.lte8 #uc-navbar.navbar .nav li li a:hover {
color:#fff;
font-weight:200;
}
#uc-navbar.navbar .nav > li > a:hover,
#uc-navbar.navbar .nav > li.open > a.dropdown-toggle {
color: rgba(137, 0, 179,1);
text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.9);
}
.lte8 #uc-navbar.navbar .nav.bar > li > a:hover,
.lte8 #uc-navbar.navbar .nav.bar > li.open > a.dropdown-toggle {
background-color: #8900b3 ;
font-weight:200;
}
#uc-navbar.navbar .nav > .active > a,
#uc-navbar.navbar .nav > .active > a:hover,
#uc-navbar.navbar .nav > .active > a:focus {
color: rgba(137, 0, 179,.55);
}
#uc-navbar .dropdown-menu {
}
#uc-navbar .caret {
border-top-color:rgba(0,0,0,.5);
border-bottom-color:rgba(0,0,0,.5);
}
#uc-navbar .dropdown-menu>li>a:hover,
#uc-navbar .dropdown-menu>li>a:focus,
#uc-navbar .dropdown-submenu:hover>a,
#uc-navbar .dropdown-submenu:focus>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus{
color:#fff !important;
background: #8900b3 ;
background: -moz-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8900b3 ), color-stop(100%,#4e0067 ));
background: -webkit-linear-gradient(top, #8900b3 0%,#4e0067 100%);
background: -o-linear-gradient(top, #8900b3 0%,#4e0067 100%);
background: -ms-linear-gradient(top, #8900b3 0%,#4e0067 100%);
background: linear-gradient(to bottom, #8900b3 0%,#4e0067 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8900b3', endColorstr='#4e0067',GradientType=0 );
}
/* Tabs & bar styles..... */
.navbar .bar {
background: #8900b3 ;
background: -moz-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8900b3), color-stop(100%, #4e0067));
background: -webkit-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -o-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -ms-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: linear-gradient(to bottom, #8900b3 0%, #4e0067 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8900b3', endColorstr='#4e0067',GradientType=0 );
color: #fff;
}
#uc-navbar.navbar .bar > li > a,
#uc-navbar.navbar .bar > li.current-menu-ancestor > a,
#uc-navbar.navbar .bar > li.current-menu-item > a {
color:rgba(255,255,255, .8);
text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.lte8 #uc-navbar.navbar .bar > li > a,
.lte8 #uc-navbar.navbar .bar > li.current-menu-ancestor > a,
.lte8 #uc-navbar.navbar .bar > li.current-menu-item > a {
color:#fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
font-weight:200;
}
#uc-navbar.navbar .bar > li > a:hover {
color:rgba(255,255,255, 1);
background-color:rgba(0,0,0,0.15);
text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
#uc-navbar.navbar .bar > li.current-menu-item > a,
#uc-navbar.navbar .bar > li.current-menu-ancestor > a{
color:#fff;
}
.lte8 #uc-navbar.navbar .bar > li.current-menu-item > a,
.lte8 #uc-navbar.navbar .bar > li.current-menu-ancestor > a{
color:#fff;
font-weight:200;
}
#uc-navbar.navbar .bar li.dropdown.open>.dropdown-toggle,
#uc-navbar.navbar .bar li.dropdown.active>.dropdown-toggle,
#uc-navbar.navbar .bar li.dropdown.open.active>.dropdown-toggle {
color:#fff;
background-color:rgba(0,0,0,0.15);
text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
.lte8 #uc-navbar.navbar .bar li.dropdown.open>.dropdown-toggle,
.lte8 #uc-navbar.navbar .bar li.dropdown.active>.dropdown-toggle,
.lte8 #uc-navbar.navbar .bar li.dropdown.open.active>.dropdown-toggle {
color:#fff;
background-color: #8900b3 ;
text-shadow: none;
}
/* 1. Top Tabs, 2-3.Drop */
#uc-navbar .stack-top .current-menu-item a,
#uc-navbar .stack-top .current-menu-ancestor a,
#uc-navbar .stack-top .dropdown-menu>li.current-menu-item a:hover,
#uc-navbar .stack-top .dropdown-menu>li.current-menu-ancestor a:hover,
#uc-navbar.navbar .stack-top >li.current-menu-item>a:focus,
#uc-navbar.navbar .stack-top >li.current-menu-item>a:hover {
background-color:#8900b3 ;
color:#fff;
}
#uc-navbar.navbar .stack-top > li.current-menu-ancestor > a,
#uc-navbar.navbar .stack-top > li.current-menu-item > a {
color:#fff;
text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
/**/
/* 1. Top Tabs, 2. Bar, 3-4. Drop */
.navbar .stack-bottom li.dropdown.open>.dropdown-toggle,
.navbar .stack-bottom li.dropdown.active>.dropdown-toggle,
.navbar .stack-bottom li.dropdown.open.active>.dropdown-toggle {
background-color:rgba(0,0,0, .2);
}
.lte8 .navbar .stack-bottom li.dropdown.open>.dropdown-toggle,
.lte8 .navbar .stack-bottom li.dropdown.active>.dropdown-toggle,
.lte8 .navbar .stack-bottom li.dropdown.open.active>.dropdown-toggle {
background-color: #8900b3 ;
font-weight:200;
}
#uc-navbar.navbar .nav.stack-bottom > li > a:hover,
#uc-navbar.navbar .nav.stack-bottom > li.open > a.dropdown-toggle {
color: rgba(255,255,255, 1);
text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
.lte8 #uc-navbar.navbar .nav.stack-bottom > li > a:hover,
.lte8 #uc-navbar.navbar .nav.stack-bottom > li.open > a.dropdown-toggle {
color: #fff;
font-weight:200;
background: #4e0067 :
}
.nav.stack-bottom {
background: #8900b3 ;
background: -moz-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8900b3), color-stop(100%, #4e0067));
background: -webkit-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -o-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: -ms-linear-gradient(top, #8900b3 0%, #4e0067 100%);
background: linear-gradient(to bottom, #8900b3 0%, #4e0067 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8900b3', endColorstr='#4e0067',GradientType=0 );
}
#uc-navbar.navbar .nav.stack-bottom > li > a {
color:rgba(255,255,255, .8);
text-shadow:0 1px 0 rgba(0,0,0,.3);
}
.lte8 #uc-navbar.navbar .nav.stack-bottom > li > a {
color:#fff;
}
#uc-navbar.navbar .nav.stack-bottom > li > a:hover {
color:rgba(255,255,255, 1);
text-shadow:0 1px 0 rgba(0,0,0,.3);
}
#uc-navbar.navbar .nav.stack-bottom > li.current-menu-item > a,
#uc-navbar.navbar .nav.stack-bottom > li.current-menu-ancestor > a {
color:#FFF;
}
/* Left Nav styles */
#nav-left a {
color: rgba(137, 0, 179,.8);
}
.lte8 #nav-left a {}
#nav-left a.menu-parent {
color:#777 !important;
}
#nav-left a:hover {
color: rgba(137, 0, 179,1);
}
#nav-left .current-menu-item:before {
border-left-color: rgba(137, 0, 179,.5);
}
/* ie8 Left Nav styles */
.lte8 #nav-left a {
color: #4e0067 ;;
}
.lte8 #nav-left a {
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
}
.lte8 #nav-left a {
color: #4e0067 ;
}
.lte8 #nav-left .current-menu-item a {
color: #000;
}
.lte8 #nav-left a.menu-parent {
color:#777 !important;
}
.lte8 #nav-left a:hover {
color: #4e0067 ;
}
.lte8 #nav-left .current-menu-item:before {
border-left-color: #4e0067 ;
}
/* Mobi Nav Colors */
@media (max-width: 979px) {
#uc-navbar.navbar .nav-collapse .bar > li > a,
#uc-navbar.navbar .nav-collapse .bar > li.current-menu-ancestor > a,
#uc-navbar.navbar .nav-collapse .bar > li.current-menu-item > a {
color: rgba(137, 0, 179,1);
text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
#uc-navbar.navbar .nav-collapse .bar li.dropdown.open>.dropdown-toggle,
#uc-navbar.navbar .nav-collapse .bar li.dropdown.active>.dropdown-toggle,
#uc-navbar.navbar .nav-collapse .bar li.dropdown.open.active>.dropdown-toggle {
color: rgba(137, 0, 179,1);
background-color: rgba(0,0,0,0.15);
text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.navbar .nav-collapse .bar {
background:rgba(255,255,255,1);
}
.nav-collapse .dropdown-menu a{
color:#4e0067;
font-weight:400;
}
}
/* Body Content Styles */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
color: rgba(137, 0, 179,1);
}
.content .post-header a{
color: rgba(137, 0, 179,1);
border-bottom: 1px solid rgba(137, 0, 179,1);
}
.content .wp-caption-text {
color: rgba(137, 0, 179,1);
}
.content a{
color: rgba(137, 0, 179,1);
border-bottom: 1px solid rgba(137, 0, 179,0.5);
}
.content a:hover{
color: rgba(137, 0, 179,1);
border-bottom: 1px solid rgba(137, 0, 179,1);
}
.content a.btn{
color:#fff;
border-bottom:none;
}
.content .post-meta a:hover{
border-bottom:none;
color:rgba(137, 0, 179,1);
}
.lte8 .content h1, .lte8 .content h2, .lte8 .content h3, .lte8 .content h4, .lte8 .content h5, .lte8 .content h6 {
color:#4e0067 ;
font-weight:200;
}
.lte8 .content .post-header a{
color:#4e0067 ;
border-bottom: #4e0067 ;
}
.lte8 .content .wp-caption-text {
color: #4e0067 ;
}
.lte8 .content a{
color: #4e0067 ;
border-bottom: #4e0067 ;
}
.lte8 .content a:hover{
color: #4e0067 ;
border-bottom: #4e0067 ;
}
.lte8 .content a.btn{
color:#fff;
border-bottom:none;
}
.content .post-meta a:hover{
border-bottom:none;
color: #8900b3;
}
.widget-title{
color: rgba(137, 0, 179,1);
}
.widget-title ul a{
color: rgba(137, 0, 179,0.8);
}
.widget a{
color: rgba(137, 0, 179,0.8);
/*border-bottom: 1px solid rgba(137, 0, 179,0.4);*/
}
.widget a:hover{
/*border-bottom: 1px solid rgba(137, 0, 179,1);*/
text-decoration:line rgba(137, 0, 179,0.4);
}
.widget .textwidget a {
/*border-bottom: 1px solid rgba(137, 0, 179,0.6);*/
}
.widget .textwidget a:hover {
/* border-bottom: 1px solid rgba(137, 0, 179,1); */
}
.widget .uc-cal-item a, .widget .uc-cal-item a:hover, .widget .btn a{
border-bottom:none;
}
.widget .textwidget a img{
border-bottom:none;
display:block;
}
.widget .textwidget a img:hover{
border-bottom:none;
}
.widget a.btn{
color: rgba(255, 255, 255,1);
border-bottom: none;
}
.accordion-group a{
border-bottom: 1px solid rgba(137, 0, 179,1);
text-decoration:none;
}
.lte8 .widget-title{
color: #4e0067 ;
}
.lte8 .widget-title ul a{
color: #4e0067 ;
}
.lte8 .widget a{
color: #4e0067;
border-bottom: 1px solid #4e0067;
}
.lte8 .widget a:hover{
border-bottom: 1px solid #4e0067;
text-decoration:none;
}
.lte8 .widget .uc-cal-item a, .lte8 .widget .uc-cal-item a:hover{
border-bottom:none;
}
.lte8 .widget .textwidget a {
border-bottom: 1px solid #4e0067;
}
.lte8 .widget .textwidget a:hover {
border-bottom: 1px solid #4e0067;
}
.lte8 .widget a.btn{
color: #4e0067;
border-bottom: none;
}
.lte8 .accordion-group a{
border-bottom: 1px solid #4e0067;
text-decoration:none;
}
a.carousel-control.left, a.carousel-control.right {
color:#fff;
border-bottom:none;
}
.lte8 body, .lte8 body a {
-webkit-font-smoothing: antialiased !important;
}