Skip to content

Actualización del archivo style.css #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 116 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
//*
Theme Name: MC Dreams Consulting
Theme URI: http://www.mcwebsite.com/
Description: Company created by consulting and services marketing, developing apps, social media
Author: Desarrollo Web
Author URI: http://www.esaenz.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Peru
Tags: custom-menu, custom-header, custom-background, one-column, two-columns, right-sidebar, theme-options, threaded-comments, translation-ready, editor-style, featured-images, buddypress, footer-widgets, post-formats, e-commerce, grid-layout, custom-theme, dc-consulting, tema, wordpress, esaenz, peruvian, edwin, saenz, theme
*/

body{
font-family: 'Open Sans', sans-serif;
margin-top: 80px;
margin: 0;
padding: 0;
overflow: hidden;
}

html{
Expand Down Expand Up @@ -65,6 +80,7 @@ header .navbar-brand img{
border: 0;
border-radius: 0;
margin-bottom: 0;
margin-top: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
Expand All @@ -91,6 +107,10 @@ header .navbar-brand img{
border-radius: 4px;
}

.navbar-fixed-top {
z-index: 555;
}

.modal-backdrop.in {
opacity: 0.9;
}
Expand Down Expand Up @@ -193,6 +213,7 @@ input.buscar:focus{
}

.carousel-caption p{
color: #fff;
font-size: 20px;
margin-bottom: 20px;
}
Expand Down Expand Up @@ -369,6 +390,7 @@ footer .social a{
#slider_nosotros{
background: url("./imagenes/about-us.png") no-repeat;
background-size: 100% 100%;
margin-top: 0;
padding: 30px;
height: 350px;
}
Expand Down Expand Up @@ -478,6 +500,7 @@ footer .social a{
#slider_servicios{
background: url("./imagenes/services1-slider.png") no-repeat;
background-size: 100% 100%;
margin-top: 78px;
padding: 30px;
height: auto;
}
Expand Down Expand Up @@ -525,6 +548,7 @@ footer .social a{

#cuerpo_blog{
background-color: #fff;
margin-top: 40px;
padding: 40px;
}

Expand Down Expand Up @@ -744,6 +768,7 @@ footer .social a{
#slider_contacto{
background: url("./imagenes/contact-us-slide.png") no-repeat;
background-size: 100% 100%;
margin-top: 78px;
padding: 30px;
height: auto;
}
Expand Down Expand Up @@ -791,6 +816,95 @@ footer .social a{
margin: 2px 0;
}

#cuerpo_contacto h1{
color: #333;
font-family: 'Signika', sans-serif;
font-size: 30px;
margin-top: 0;
}
#cuerpo_contacto .contacto{
height: auto;
}

#cuerpo_contacto .contacto h1{
color: #333;
font-family: 'Signika', sans-serif;
font-size: 30px;
margin: 0;
padding-bottom: 10px;
}

#cuerpo_contacto .contacto p{
color: #333;
font-family: 'Signika', sans-serif;
font-size: 15px;
margin: 2px 0;
}

/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #C9D836;
/* change if the mask should have another color then white */
z-index: 9999;
/* makes sure it stays on top */
}
.loader {
-webkit-animation: 1.1s linear 0s normal none infinite running load8;
animation: 1.1s linear 0s normal none infinite running load8;
border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #ffffff;
border-style: solid;
border-width: 1.1em;
font-size: 10px;
margin: auto;
position: absolute;
text-indent: -9999em;
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/* Home page builder */

#main-content{
height: auto;
width: 100%;
}

@media screen and (max-width: 1024px){

#slider_nosotros {
Expand Down Expand Up @@ -1036,4 +1150,4 @@ footer .social a{
font-size: 10px;
}

}
}