/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/example-jsunit/jsunit/css/jsUnitStyle.css
CSS | 83 lines | 72 code | 11 blank | 0 comment | 0 complexity | 5437e4ab8bca66ee3966e5c29432705b MD5 | raw file
1body { 2 margin-top: 0; 3 margin-bottom: 0; 4 font-family: Verdana, Arial, Helvetica, sans-serif; 5 color: #000; 6 font-size: 0.8em; 7 background-color: #fff; 8} 9 10a:link, a:visited { 11 color: #00F; 12} 13 14a:hover { 15 color: #F00; 16} 17 18h1 { 19 font-size: 1.2em; 20 font-weight: bold; 21 color: #039; 22 font-family: Verdana, Arial, Helvetica, sans-serif; 23} 24 25h2 { 26 font-weight: bold; 27 color: #039; 28 font-family: Verdana, Arial, Helvetica, sans-serif; 29} 30 31h3 { 32 font-weight: bold; 33 color: #039; 34 text-decoration: underline; 35 font-family: Verdana, Arial, Helvetica, sans-serif; 36} 37 38h4 { 39 font-weight: bold; 40 color: #039; 41 font-family: Verdana, Arial, Helvetica, sans-serif; 42} 43 44.jsUnitTestResultSuccess { 45 color: #000; 46} 47 48.jsUnitTestResultNotSuccess { 49 color: #F00; 50} 51 52.unselectedTab { 53 font-family: Verdana, Arial, Helvetica, sans-serif; 54 height: 26px; 55 background: #FFFFFF; 56 border-style: solid; 57 border-bottom-width: 1px; 58 border-top-width: 1px; 59 border-left-width: 1px; 60 border-right-width: 1px; 61} 62 63.selectedTab { 64 font-family: Verdana, Arial, Helvetica, sans-serif; 65 height: 26px; 66 background: #DDDDDD; 67 font-weight: bold; 68 border-style: solid; 69 border-bottom-width: 0px; 70 border-top-width: 1px; 71 border-left-width: 1px; 72 border-right-width: 1px; 73} 74 75.tabHeaderSeparator { 76 height: 26px; 77 background: #FFFFFF; 78 border-style: solid; 79 border-bottom-width: 1px; 80 border-top-width: 0px; 81 border-left-width: 0px; 82 border-right-width: 0px; 83}