home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / thirdvoice / setup3v.exe / %MAINDIR% / htm / PsnNotes / PsnNotes.css next >
Encoding:
Cascading Style Sheet File  |  2000-11-26  |  1.4 KB  |  109 lines

  1. #datadiv {
  2.   display: none;
  3. }
  4.  
  5. #evtqueuediv {
  6.   display: none;
  7. }
  8.  
  9. #requestdiv {
  10.   display: none;
  11. }
  12.  
  13. .tbl {
  14.   display: none;
  15. }
  16.  
  17. #awerequest {
  18.   display: none;
  19. }
  20.  
  21. body {
  22.   background-color: #669999;
  23.   font-family: Verdana, Arial, Helvetica;
  24.   font-size: 10px;
  25. }
  26.  
  27. div.commtree {
  28.   overflow: auto;
  29.   border: 1pt black solid;
  30.   background-color: window;
  31.   width: 90%;
  32.   height: 60%;
  33. }
  34.  
  35. div.annotdetail {
  36.   width: 90%;
  37.   height: 40%;
  38.   font-size: 10px;
  39.   color: #000033;
  40. }
  41.  
  42. fieldset {
  43.   padding: 4;
  44. }
  45.  
  46. #BrowserTitle {
  47.   font-size: 12px;
  48.   color: white;
  49.   background-color: #336666;
  50.   border-right:  2 solid #000033;
  51.   border-bottom: 2 solid #000033;
  52.   padding: 2;
  53.   text-align: center;
  54.   width: 90%;
  55.   margin-bottom: 4;
  56. }
  57.  
  58. ul.commlist {
  59.   cursor: hand;
  60.   text-align: left;
  61. }
  62.  
  63. ul.commlist li ul {
  64.   margin-left: 15;
  65.   display: none;
  66. }
  67.  
  68. ul.commlist ul li ul {
  69.   display: block;
  70.   list-style-image: square;
  71. }
  72.  
  73. li.foldername
  74. {
  75.   color:darkgray;
  76.   list-style-image: square;
  77. }
  78.  
  79. .btn {
  80.   font-family: Verdana, Arial, Helvetica;
  81.   font-size: 10px;
  82. }
  83.  
  84. input {
  85.   font-size: 10px;
  86. }
  87.  
  88. .atitle {
  89.   font-family: Verdana, Arial, Helvetica;
  90.   font-size: 10px;
  91. }
  92.  
  93. .acontent {
  94.   font-family: Verdana, Arial, Helvetica;
  95.   font-size: 10px;
  96. }
  97.  
  98. label {
  99.   font-size: 10px;
  100. }
  101.  
  102. a.aurl {
  103.   font-size: 10px;
  104. }
  105.  
  106. .adate {
  107.   font-size: 10px;
  108. }
  109.