home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / akce / website / wsx5_ev_trial_en.exe / RESFiles.001 / Print.css < prev    next >
Cascading Style Sheet File  |  2006-09-06  |  747b  |  44 lines

  1. body {
  2. text-align: center;
  3. margin: 15px 0 0 0;
  4. padding: 0;
  5. }
  6. h1 {
  7. position: static; 
  8. margin: 0; padding: 0;
  9. }
  10. #imSite {
  11. width: 768px;
  12. margin: 0 auto;
  13. text-align: left;
  14. }
  15. #imHeader {
  16. border-bottom: 1px solid #555555;
  17. }
  18. #imMenuMain {
  19. position: absolute;
  20. visibility: hidden;
  21. }
  22. #imContent {
  23. margin: 5px 0 5px 0;
  24. }
  25. #imFooterSiteMap {
  26. position: absolute;
  27. visibility: hidden;
  28. }
  29. #imFooter {
  30. border-top: 1px solid #555555;
  31. padding: 3px 0 5px 0;
  32. margin-top: 8px;
  33. clear: both;
  34. font: 11px Arial, Helvetica, sans-serif; color: #000000;
  35. }
  36. #imFooter a:link, #imFooter a:visited, #imFooter a:hover, #imFooter a:active {
  37. color: #000000; text-decoration: none; 
  38. }
  39. #imFooter_L {
  40. float: left;
  41. }
  42. #imFooter_R {
  43. float: right;
  44. }