git-svn-id: https://192.168.0.254/svn/Proyectos.Instaldeco_Web/tags/demo@1 d4ca0941-a869-4c45-9eab-2e1fd2dd58c0
31 lines
1.2 KiB
CSS
31 lines
1.2 KiB
CSS
/*
|
|
Theme Name: Broadside
|
|
Version: 1.0
|
|
Author: ProgressionStudios
|
|
Author URI: http://themeforest.net/user/ProgressionStudios
|
|
*/
|
|
@import url(./css/reset.css);
|
|
@import url(./css/standard.css); /* Main Styles */
|
|
@import url(./css/fancybox.css); /* LightBox Styles */
|
|
|
|
/* MAIN CONTAINER HEIGHT SIZE */
|
|
#container, #left-container, #featured, #featured div { height:600px; }
|
|
#featured { margin-top:-600px;}
|
|
#box-container {height:600px; margin-top:-300px; } /* Margin-top is half of the total height */
|
|
|
|
/* MAIN HIGHLIGHTED COLOUR FOR HEADINGS */
|
|
h1, h2, h3, h4, h5, h6, ul.sub-navigation li a:hover,
|
|
ul.sub-navigation li.current a, a.prev:hover, a.next:hover,
|
|
.light-fonts .content-heading h5, .light-fonts .content-heading h6 {color:#ff6900; /*#b8174d;*/}
|
|
|
|
a.prev, a.prev span, a.prev, a.prev span {
|
|
color: #515151 !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
/* MAIN BACKGROUND COLOUR FOR MENU AND LOGO */
|
|
.logo-menu {background-color:#fff;}
|
|
.navigation-menu, .sf-vertical li, .jspDrag {background-color: #ff6900;}
|
|
.sf-menu .current a, .sf-menu a:hover, .sf-menu .current .sliding-element a:hover {background: #FFAD73 url(./images/nav-arrow.png) 0px 5px no-repeat;}
|
|
|