Skip to Content

CSS File

URL: https://www.w3.org/WAI/demos/bad/css/reportTable.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Thu, 26 Jan 2012 09:02:27 GMT
Download Time: Less than a second
Cookies: __cf_bm=Ex.tUJouDy0_Fy3cDF5.3
Size: 6 KB
Rules: 66 style rules
Imports: 0 stylesheets
HTTP Headers:  16 headers
Links In:  5 pages
OK Issues: No issues found

1.hidden, .collapse {

2 display: none;

3}

4

5.reportControls a {

6 color: #044;

7 text-decoration: none;

8 padding: .2em 1em;

9 border: solid 1px #044;

10 background: #eef;

11}

12

13/** Start of the report table style **/

14table.report {

15 width: 100%;

16 margin: 5px 0;

17 border: 0;

18 border-spacing: 0px;

19 border-collapse: separate;

20}

21

22table.report a, table.report a:visited {

23 color: #044;

24}

25

26table.report td img {

27 padding: .2em;

28}

29

30table.report a:hover {

31 color: #000;

32}

33

34table.report caption {

35 font-size: 120%;

36 padding: .3em

37}

38

39table.report td, table.report th {

40 padding: .3em;

...

</html>