home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / multimedia / viewern5 / imgview5_full.exe / help / viewer5_print.css < prev    next >
Cascading Style Sheet File  |  2004-11-19  |  2KB  |  97 lines

  1. /* 
  2.   Styles for WWW.DIMIN.net/Image Viewer, Dima Fedorov 
  3.   ver 1.0
  4.   10/07/2003 11:46
  5. */
  6.  
  7. body {
  8.     margin: 0px;
  9.     color: #000000;
  10.     background: #FFFFFF;
  11.     font-size: 100%;
  12.     font-family: Arial, Helvetica, sans-serif;
  13.     font-style: normal;
  14.     font-weight: normal;
  15. }
  16.  
  17. /******************************************************************
  18.   LINKS
  19. ******************************************************************/
  20.  
  21. a:link, a:visited, a:active { 
  22.   color: #004989; 
  23.   background: transparent; 
  24.   text-decoration: none; 
  25.  
  26. /******************************************************************
  27.   TAGS
  28. ******************************************************************/
  29.  
  30.  
  31. /******************************************************************
  32.   STRUCTURE
  33. ******************************************************************/
  34.  
  35. .pagebody {
  36.     margin-left: 0px;
  37.     margin-right: 0px;
  38.     margin-top: 0px;
  39.     margin-bottom: 0px;
  40.     padding-left: 0px;
  41.     padding-right: 0px;
  42.     padding-top: 0px;
  43.     padding-bottom: 0px;
  44. }
  45.  
  46. .header {
  47.     clear: both;
  48.     visibility: hidden;
  49.     height: 0px;
  50. }
  51.  
  52. /******************************************************************
  53.   MENUS
  54. ******************************************************************/
  55.  
  56. .submenu {
  57.     font-size: 0px;
  58.     height: 0px;
  59.     visibility: hidden;
  60. }
  61.  
  62. /******************************************************************
  63. // PARAGRAPH
  64. ******************************************************************/
  65.  
  66. .headlinks {
  67.     border-bottom-color: #333333;
  68.     border-bottom-style: solid;
  69.     border-bottom-width: 1px;
  70. }
  71.  
  72. .headlinks img {
  73.     margin-bottom: 0px;
  74.     padding-bottom: 0px;
  75. }
  76.  
  77. .bottomlinks {
  78.     font-size: 0px;
  79.     height: 0px;
  80.     visibility: hidden;
  81. }
  82.  
  83. .copyright {
  84.     font-size: 0px;
  85.     height: 0px;
  86.     visibility: hidden;
  87. }
  88.  
  89. .copyright img {
  90.     height: 0px;
  91. }
  92.  
  93. .box {
  94.     background-color: #FFFFFF;
  95. }
  96.