Instaldeco_Web/style.css
2011-09-23 16:35:13 +00:00

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;}