/* This style sheet is used for additional elements not in Standard ComWeb '- --------------------------------------------------------------------- 'Sites Style Sheet CompuCraft Software Solutions (c) 1999-2006 'Date --- Init Reason---------------------------------------------- '23/03/06 DB finalised for ComWeb StandardV42 '11/04/06 DB incorporated new features, and made some minor improvements '03/05/06 DB edited to suit CGDV42 '---------------------------------------------------------------------- - note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor. Where more than one such comment is on consecutive lines, this is for backwards compatibility. The first of these such lines is the latest label for the Style sheet editor to display and the latter entries are older or redundant labels. */ /*Targetting IE only, to supply a min-width, otherwise unsupported in IE, BE AWARE: WILL NOT VALIDATE */ /*Targetting less-than-IE7 only, to supply a min-width (which is unsupported) BE AWARE: WILL NOT VALIDATE */ * html body.framed0 #innerContainer, * html body.framed1 #innerContainer { width: expression(document.body.clientWidth < 770? "770px": "auto" ); } marquee { padding: 1em; } /* Non-StandardV42 Additions ------------------------------------------------------------------------------------- */ body { /* cw-Body Background */ background: #1F2227 url(background1.gif) 0 0 no-repeat; } NO_body.Splash { /* cw-Body Background */ background: #1F2227 url(background2.gif) 0 0 no-repeat; } NO_body.menu2071 { /* cw-Body Background */ background: #1F2227 url(background3.gif) 0 0 no-repeat; } body.Splash #leftContent { display:none; } body#leftMain.Splash #mainContent, body#main.Splash #mainContent { padding-left:0; padding-bottom: 0; margin:-30px 0 0 0; } body.Splash #breadcrumbs { /*display:none;*/ } body.Splash .section { border: none; margin: 0; margin-bottom: 0; padding:0; } body.Splash #FeaturePhoto { margin: 0; padding:0; } body.Splash #titleInstance { font-size: 2em; text-transform: none; } body.Splash #titleBlock { top: 157px; } body.Splash #titleSite { display:none; } #belowFeatureImage { background: transparent url(largeDarkRounded.gif) 0px 0px repeat-x; border-top: 2px solid #222222; margin:0; padding:13px 20px; } #belowFeatureImage p { margin:0; padding:0; color:#EEEEEE; font-size: 2.2em; font-weight: normal; font-family: arial; } #homeWelcome, #homeNews, #homeFeature { background: black url(newsDivider.gif) 200px 20px no-repeat; color: white; padding: 0 20px 20px 220px; margin:0; margin-bottom:-1em; position: relative; } #homeWelcome { margin-top: 0px; height: 100px; min-height: 100px; border-top:20px solid #000000; } #homeWelcome p, #homeNews p, #homeFeature p { margin-left: 0px; } #homeWelcome img, #homeNews img, #homeFeature img { position: absolute; left:80px; top: 10px; } #homeNews img, #homeFeature img { top: 30px; } #homeWelcome a, #homeNews a, #homeFeature a { margin-left: 0px; } #homeFeature { margin-bottom: 0px; } #searchContainer input.btn { font: .9em bold arial; color: #FFFFFF; background: #FF0000; height: 1.8em; }