/* CSS Document */ body{ background-color: #fff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 1em; color: #333; margin-top: 20px; } a{ text-decoration: none; color: blue; cursor : hand; } .wrapper, .content-container{ width: 800px; max-width: 800px; margin : 0px auto; } .logoBg{ text-align: left; margin-bottom: 5px; } .NavBar { height:60px; font-size: 1.3em; background-color: #868686; padding: 0; margin: 0; width: 800px; margin-bottom : 20px; } .NavBar UL{ list-style: none; display: block; margin: 0; padding: 0; } .NavBar LI{ float: left; margin: 0; } .NavBar LI a{ height: 60px; /*display: block; */ float: left; line-height: 60px; padding-left:20px; padding-right:20px; /* min-width: 160px; */ color: #fff; text-decoration: none; text-align: center; } .NavBar a:visited{ text-decoration: none; color: #fff; } .NavBar a:hover{ text-decoration: none; color: #f5be51; background-color: #666; } .NavBar LI a.selected{ background-color: #434343; color: #f5be51; } .Tab1{ margin:40px auto; color:#444; text-align:left; } P.Headers{ color:#f2a612; margin: 0; font-size: 2em; } P.Content{ font-size:0.9em; color:#444; margin-top: 5px; } .Footer{ font-size:0.7em; border-top: 1px solid #f2a612; padding: 5px; text-align: left; } .Footer a, #footer a:visited, #footer a:active { color:blue; text-decoration:none; } .Footer div.Links{ float: left; } .Footer div.Copyright{ float: right; } /* Progress Bar Styles - Begin */ /* progress bar container */ .ProgressBarHolder{ text-align: left; height: 25px; margin-bottom: 5px; position: relative; } #progressbar{ border: 1px solid #F93; position:relative; color:black; text-align: center; width: 602px; height: 23px; margin-bottom: 5px; float:left; padding : 1px; } /* color bar */ #progressbar div.progress{ height:100%; overflow:hidden; background-image: url(../images/progressbarbg.png); background-repeat: repeat-x; } /* text on bar */ #progressbar div.progress .text{ } /* text off bar */ #progressbar .text{ width:100%; position:absolute; height:100%; text-align:center; top : 3px; vertical-align : middle; font-size: 0.8em; left:0; z-index : 999; } /* Progress Bar Styles - End */ .ProgressBarButtons{ display: inline; float: left; margin-left : 20px; } .ProgressBarButtons img{ cursor: pointer; } .ProgressBarCounter{ } .ResultsHeader{ text-align: left; margin-top: 10px; margin-bottom: 10px; font-size: 1em; } .ResultsHeader .Separator{ color: #999; } .Pass, .passedCases{ color: #36a812; } .Fail, .failedCases{ color: #ff0000; } .ResultsTableHolder{ text-align: left; font-size: 0.8em; height: 300px; border: 1px solid #CCC; overflow: auto; margin-bottom: 20px; } .ReportTableHolder { height:auto; } .reportTblHeader{ padding: 5px; border-bottom: 1px dotted #999; background-image: url(../images/tblreportheaderbg.png); background-repeat: repeat-x; color: #fff; } .ResultsTableHolder a, a:visited{ color: blue; text-decoration: none; } .ResultsTableHolder td{ padding: 5px; border-bottom: 1px dotted #999; } .ResultsTableHolder tr.Alternate td{ padding: 5px; border-bottom: 1px dotted #999; background-color: #f2f2f2; } .ResultsTableHolder td.tblHeader{ padding: 5px; border-bottom: 1px dotted #999; background-image: url(../images/tblheaderbg.png); background-repeat: repeat-x; color: #fff; } .ResultsTableHolder td.tblSectionHeader{ padding: 5px; border-bottom: 1px dotted #999; background-image: url(images/tblsectionheader.png); background-repeat: repeat-x; color: #f2a612; } .ReportRed{ background-color: #f85050; color: #FFF; } .ReportGreen{ background-color: #63be00; color: #fff; } .ReportLightGreen{ background-color: #63be7b; color: #fff; } .ReportYellow{ background-color: #f7ba44; color: #fff; } .downloadLinks, #nextActivity{ font-size: 0.8em; } /* New Styles - End */ .content-container { color: #444;} .content-home, .content-dev, .content-tests, .content-results, .content-results-detailed, .content-browsers { display : none; } .nav-link { cursor : pointer;} .button-start { } .table-logger { overflow : scroll; } #ResultsTableHolder { overflow:auto; } .log-row{ width : 100%; } .log-row-leftcol { width: 104px; font-weight:bold; } .log-row-midcol { font-weight:bold; padding-right:10px; } .log-row-rightcol { color: red;font-weight:bold; } .result-fail{ color: red;font-weight:bold} .result-pass{ color: green;font-weight:bold} .chaptername { font-weight:bold; color: white; background-color:#6699CC; } #resultTable { overflow:scroll; height: 460px; } .sectionName {} .results-detailed-data-table { border: 0px; border-style:solid; width:100%; } .results-detailed-data-table td { } .sectionId {} .detailedResult {font-weight:bold;} #resultDetailTable { width:100%; height:450px; overflow:scroll; } .passedTestCases { color: Green; } .failedTestCases { color: Red; } .content-results-subSections { } .results-SubSections-data-table { border-collapse: collapse; width: 700px; } .results-SubSections-data-table .alignBottom { vertical-align: bottom; } .results-SubSections-data-table td { border: 1px solid black; padding: 3px; vertical-align: middle; } .link1 {} .link2 {} .reportNav {} .CrumbContainer, .setBlack, .setBlue{ margin-bottom: 0px; font-size: 0.85em; } .setBlack { color: Black; } .setBlue { color: Blue; } .backlink { float:right; text-align:right; } .Crumbs { width: 680px;float: left;} .downloadLinks a { cursor : pointer;} .loading {min-height:300px; background: url(../images/spinner.gif) no-repeat center center;}