Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Actualización de visualización de logos colaboradores
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosaco committed Nov 26, 2015
1 parent 27ad51c commit 4bd0e6d
Show file tree
Hide file tree
Showing 4 changed files with 2,374 additions and 130 deletions.
34 changes: 30 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,19 @@ hr.small{
color: #FFF;
}

.btn-orange{
background: #f79925;
color: #FFF;
}

.btn-share{
background: #F58463;
color: #FFF;
}




/*
* 3.5 Helper Class: background
*/
Expand Down Expand Up @@ -357,14 +370,17 @@ hr.small{
color:#FFF !important;
}

.navbar-custom .navbar-nav > li > a {
.navbar-custom .navbar-nav > li > a {
color: #001e60;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
border-bottom: 1px solid transparent;
}

.navbar-fixed-top .dropdown-menu > li > a{
color: #001e60 !important;
}

.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
background-color: transparent;
Expand All @@ -374,6 +390,15 @@ hr.small{
border-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
background: transparent !important;
color: #FFF;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{

}

.navbar-toggle {
border: 0;
border-radius: 0;
Expand All @@ -390,11 +415,12 @@ hr.small{
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}

.navbar-solid .navbar-nav li a{
color: #FFF;
color: #FFF !important;
}



.site-branding {
float: left;
margin-top: 0;
Expand Down Expand Up @@ -438,7 +464,7 @@ hr.small{
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0);
background-color: rgba(255, 255, 255, 0.5);
}
.site-header .intro {
color: #fff;
Expand Down
12 changes: 10 additions & 2 deletions assets/js/owl-carousels.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,23 @@
});

$("#partners-l").owlCarousel({
items : 4,
items : 3,

//Autoplay
autoPlay : true,
stopOnHover : false
});

$("#partners-admin").owlCarousel({
items : 2,

//Autoplay
autoPlay : true,
stopOnHover : false
});

$("#partners-m").owlCarousel({
items : 3,
items : 2,

//Autoplay
autoPlay : true,
Expand Down
Loading

0 comments on commit 4bd0e6d

Please sign in to comment.