home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / ow32enen751j.exe / DISABLETABLES.CSS < prev    next >
Cascading Style Sheet File  |  2003-11-25  |  549b  |  25 lines

  1. @charset "UTF-8";
  2. /*
  3. Name: Disable tables
  4. Version: 1.01
  5. Author: Opera Software ASA
  6. Description: This style sheet disables tables.
  7.  
  8. Copyright ┬⌐ 2003 Opera Software ASA.
  9. */
  10.  
  11. table, caption, tr, thead, tfoot, tbody, th, td {
  12.     display: block !important;
  13.     float: none !important;
  14.     max-width: none !important;
  15.     min-width: 0px !important;
  16.     width: auto !important;
  17.     max-height: none !important;
  18.     min-height: 0px !important;
  19.     height: auto !important;
  20. /*    text-align: left !important;*/
  21. }
  22.  
  23. thead, th {font-weight: bolder !important;}
  24.  
  25.