home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / Software / vyzkuste / image / imgview2.exe / help / imgview2.css < prev    next >
Cascading Style Sheet File  |  2003-08-24  |  4KB  |  159 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: 10px;
  9.   color: #000000;
  10.   background: #E6E6DC;
  11.   font-family: font-family: Arial, Helvetica, sans-serif;    
  12. }
  13.  
  14. /******************************************************************
  15. // BEGIN LINKS
  16. ******************************************************************/
  17.  
  18. a:link, a:visited, a:active { 
  19.   color: #004989; 
  20.   background: transparent; 
  21.   text-decoration: none; 
  22.  
  23. a:hover { color: #000000; text-decoration: underline; }
  24.  
  25. /******************************************************************
  26. // MENUS
  27. ******************************************************************/
  28. .menublue {
  29.     font-family: Arial, Helvetica, sans-serif;
  30.     text-align: center;
  31.     white-space: nowrap;
  32.     text-transform: capitalize;
  33.     background-color: #006699;
  34.     color: #FFFFFF;
  35.     font-weight: bold;
  36. }
  37.  
  38. a:link.menublue, a:visited.menublue, a:active.menublue { color: #FFFFFF; } 
  39. a:hover.menublue { color: #AAAAAA; }
  40.  
  41. .menugray {
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     text-align: center;
  44.     white-space: nowrap;
  45.     text-transform: capitalize;
  46.     /*background-color: #E6E6DC;*/
  47.     background-color: #FFFFFF;    
  48.     color: #333333;
  49.     font-weight: bold;
  50. }
  51.  
  52. a:link.menugray, a:visited.menugray, a:active.menugray { color: #333333; } 
  53. a:hover.menugray { color: #AAAAAA; }
  54.  
  55. .submenugray {
  56.     font-family: Geneva, Arial, Helvetica, sans-serif;
  57.     text-align: left;
  58.     background-color: #FFFFFF;    
  59.     color: #333333;
  60.     padding-left: 5px;
  61.     font-size: 90%;        
  62. }
  63.  
  64. a:link.submenugray, a:visited.submenugray, a:active.submenugray { color: #333333; } 
  65. a:hover.submenugray { color: #000000; }
  66.  
  67. /******************************************************************
  68. // PARAGRAPH
  69. ******************************************************************/
  70. p {
  71.   text-align: justify; 
  72.   font-family: font-family: Arial, Helvetica, sans-serif;    
  73. }
  74.  
  75. form { margin-bottom: 0; }
  76. table { margin-bottom: 0; }
  77.  
  78. a img { border: 0; }
  79.  
  80. ul {
  81.     font-family: Arial, Helvetica, sans-serif;
  82.     list-style-type: circle;
  83.     list-style-position: outside;
  84.     vertical-align: middle;
  85.     text-align: left;
  86. }
  87.  
  88. hr { border-style: dotted; height: 1px; width: 100%; color: #006699; }
  89.  
  90. .copyright {
  91.     font-family: Arial, Helvetica, sans-serif;
  92.     text-align: right;
  93.     font-style: italic;
  94.     font-size: 80%;
  95. }
  96.  
  97. .headlinks {
  98.     font-family: Geneva, Arial, Helvetica, sans-serif;
  99.     text-align: left;
  100.     font-size: 90%;
  101.     color: #333333;
  102.     margin: 0px;
  103. }
  104. a:link.headlinks, a:visited.headlinks, a:active.headlinks { color: #333333; } 
  105. a:hover.headlinks { color: #000000; }
  106.  
  107.  
  108. .bottomlinks {
  109.     font-family: Geneva, Arial, Helvetica, sans-serif;
  110.     text-align: center;
  111.     font-size: 90%;
  112.     color: #333333;
  113.     margin: 1em 0px 0px;
  114. }
  115. a:link.bottomlinks, a:visited.bottomlinks, a:active.bottomlinks { color: #333333; } 
  116. a:hover.bottomlinks { color: #000000; }
  117.  
  118.  
  119. .vertext {
  120.     font-family: Arial, Helvetica, sans-serif;
  121.     text-align: right;
  122.     font-size: 120%;
  123.     font-weight: bold;    
  124.     color: #FFFFFF;
  125.     margin: 0px;
  126. }
  127.  
  128. /******************************************************************
  129. // WINDOWS
  130. ******************************************************************/
  131. .winbase {
  132.     background-color: #000000;
  133.     padding: 0px;
  134.     width: 100%;
  135.     margin: 0px;
  136.     border: 0px;
  137.  
  138.  
  139. }
  140.  
  141. .winhead {
  142.     font-family: Arial, Helvetica, sans-serif;
  143.     white-space: nowrap;
  144.     text-transform: capitalize;
  145.     /*background-color: #9FD535;*/ background-color:  #006699;
  146.     /*color: #333333;*/color: #FFFFFF;
  147.     font-weight: bold;
  148.     padding-left: 10px;
  149. }
  150.  
  151. .wintext {
  152.     font-family: Arial, Helvetica, sans-serif;
  153.     background-color: #FFFFFF;
  154.     /*color: #666666;*/
  155.     color: #000000;    
  156.     padding: 10px;
  157. }
  158.