@import url(chrome://global/skin/); @import url(chrome://browser/skin/); @namespace html "http://www.w3.org/1999/xhtml"; #qa-pass { background: #99ff99; display: none; } /*------------------------------- HTML -------------------------------*/ html|ul, html|ol { margin: 0; padding: 0; } html|ul li { list-style-type: square; margin-bottom: 0.4em; } html|p { } html|a, html|a:link, html|a:visited { border-bottom: 1px solid #5383DF; color: #039; } html|a:focus, html|a:hover, html|a:active { color: #333; border-bottom-color: #333; } /*------------------------------- TABS -------------------------------*/ tabs { background: #e1dece url(tabrow-bg.gif) repeat-x left top; height: 26px; } tab { padding: 0.1em 0.6em; vertical-align: middle; background-color: transparent; } /*------------------------------- PANELS -------------------------------*/ tabpanel { color: #5F6775; line-height: 1.6; } groupbox { border-color: #e0e0e0; background-color: #fff; padding: 6px 8px; } caption { font: bold 12px helvetica, arial, sans-serif; color: #BD1D01; background: transparent url(caption-bg.gif) repeat-x left 6px; padding: 0; } #qa-qmo-help { } /*------------------------------- NOTIFY -------------------------------*/ #qa-notify { display: none; /* take out eventually... this just got annoying -zak */ right: 18px; bottom: 21px; position: fixed; border: 1px solid grey; background-color: white; background-image: url("logolight.png"); background-repeat: no-repeat; background-position: center; } .qa-notify { height: 140px; width: 420px; } #qa-notify-box { padding: 0px 6px 6px 6px; display: table; } #qa-notify-header { font-size: 1.5em; font-weight: bold; } /*------------------------------- GENERAL -------------------------------*/ .list { padding-left: 10px; } /* @group test overview */ #qa-litmus-testoverview { text-decoration: underline; font-size: x-small; } .testoverview-previous { background-color: #d8d8d8; } .testoverview-next { background-color: #eaeaea; } .testoverview-current { background-color: gray; font-weight: bold; } /* @end */