git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@2 7e4b4a24-fdbc-5948-a674-f6f81f2ee942
51 lines
819 B
CSS
51 lines
819 B
CSS
/*
|
|
Document : custom
|
|
Created on : 02-sep-2011, 12:47:38
|
|
Author : David
|
|
Description:
|
|
Purpose of the stylesheet follows.
|
|
*/
|
|
|
|
/*
|
|
TODO customize this sample style
|
|
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
|
|
*/
|
|
|
|
.ml_nav_box {
|
|
width: 100%;
|
|
}
|
|
|
|
.ml_wrapper_caption, .ml_buttons {
|
|
width: 100%;
|
|
}
|
|
|
|
.ml_slide_caption {
|
|
bottom: 55px;
|
|
width: 90%;
|
|
background: rgba(0,0,0,.7);
|
|
padding: 20px 5%;
|
|
}
|
|
|
|
#slidecaption {
|
|
width: 980px;
|
|
color: #d3d3d3 !important;
|
|
background: none !important;
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
.sf-menu li a {
|
|
font-size: 35px;
|
|
}
|
|
|
|
.sf-menu ul li a {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.ul-portfolio-categories a {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.ml_logo_a img {
|
|
margin-top: -86px !important;
|
|
} |