home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / tests.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  461 b   |  37 lines

  1. <!-- CSS attributes for the HTML test output -->
  2.  
  3. body {
  4.     background-color: #ffffff;
  5. }
  6.  
  7. div.failure {
  8.     border: 2px #FF0000 solid;    
  9.     margin : 1em;
  10. }
  11.  
  12. h1 {
  13.    font-size: x-small
  14. }
  15.  
  16. div.test {
  17.   border : 1px #000000 solid;
  18.   width : 100%;
  19.   margin-top : 1em;
  20.   padding : 2px;
  21. }
  22.  
  23. .title {
  24.   top : 0px;
  25.   left : 0px;
  26.   text-align : center;
  27.   background : #000000;
  28.   color : #FFFFFF;
  29.   padding : 4px;
  30. }
  31.  
  32. div.testlineup {
  33.    border: 2px #000000 solid;
  34. }
  35.  
  36.  
  37.