/* * DO NOT edit this file with the standard Joomla editors - it is a CSS file and must not contain any HTML! * (this file is included in every article using the "Default Commands" option to the "SDMacros" plugin extension) */ /* IE 8 fixes */ /* remove max-width:100% from */ img { max-width: none; /* remove max-width:100% - IE ignores width attribute and expands to container */ } body.home { filter: none; /* IE8 background bug */ background: #fff; filter: none; } #header { filter: none; /* IE8 background bug */ } /* Header and Logo */ #header { background:#fff url("/images/NRVCLogo-10x120.png") repeat top left scroll; } #logo {padding: 0;} #logo img {height: 120px; max-width:none} #purpose { /*background-color:rgba(255, 255, 255, .5); color: black;*/ background-color:rgba(2, 220, 85, .25); color: black; font-size: small; text-shadow: none; padding:6px 75px 6px 6px; line-height:19px; /* IE8 height difference */ /*font-weight:bold;*/ } /* Menu bar background */ .wrapper-menu, .wrapper-bottom-menu { background-color: #02dc55; background-image: -moz-linear-gradient(top, #02dc55, #04983a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02dc55), to(#04983a)); background-image: -webkit-linear-gradient(top, #02dc55, #04983a); background-image: -o-linear-gradient(top, #02dc55, #04983a); background-image: linear-gradient(to bottom, #02dc55, #04983a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02dc55', endColorstr='#04983a', GradientType=0); /* IE8 background bug */ } .navbar-inner { background-color: #02dc55; background-image: -moz-linear-gradient(top, #02dc55, #04983a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02dc55), to(#04983a)); background-image: -webkit-linear-gradient(top, #02dc55, #04983a); background-image: -o-linear-gradient(top, #02dc55, #04983a); background-image: linear-gradient(to bottom, #02dc55, #04983a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02dc55', endColorstr='#04983a', GradientType=0); /* IE8 background bug */ } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { background-color: #00ae48; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ae48', endColorstr='#00ae48', GradientType=0); /* IE8 background bug */ } /* Calendars - gCalMarkup */ #gCalMarkup\.table\.grp1 { clear: both; width: 100%; border-collapse: collapse; border: 3px double gray; } #gCalMarkup\.table\.grp1 .monthHeader { text-align:center; font-size: larger; border-bottom: 1px solid black; color: white; background-color: rgb(4, 137, 53); }