home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / thirdvoice / setup3v.exe / %MAINDIR% / htm / ext / Note.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-26  |  528 b   |  42 lines

  1. body
  2. {
  3.   color: midnightblue;
  4.   font-size: 12px;
  5.   font-weight: normal;
  6.   font-family: tahoma, Arial, Helvetica;
  7.   background-color: white;
  8.   margin: 0px;
  9. }
  10.  
  11. .name
  12. {
  13.   font-size: 11px;
  14.   font-weight: bold;
  15. }
  16.  
  17. .value
  18. {
  19.   font-size: 11px;
  20.   font-weight: normal;
  21. }
  22.  
  23. #header
  24. {
  25.   height: 38;
  26.   padding: 4px;
  27.   background-color: #99CCCC;
  28.   border-bottom: 1 solid midnightblue;
  29. }
  30.  
  31. #content
  32. {
  33.   width: 100%;
  34.   height: 115;
  35.   padding: 4px;
  36.   font-size: 11px;
  37. }
  38.  
  39. .pollresult
  40. {
  41.   font-size: 11px;
  42. }