home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2001 March / PCA1303.BIN / intface / CDROM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-09-26  |  2.2 KB  |  103 lines

  1. BODY, TD
  2. {    font-family: verdana, arial, helvetica, sans-serif;
  3.     font-size:10pt;
  4.     color: black;
  5.     background-attachment: fixed;
  6. }
  7.  
  8. A {    text-decoration: none; }
  9. A.hoofdscherm { color: black; }
  10. A.weblink:hover { text-decoration: underline; }
  11. A.popuplink, A.popuplink:hover { color: #aa4444; }
  12.  
  13. select, input { background-color: #dedede; }
  14.  
  15. .popup
  16. {    font-family: verdana, arial, helvetica, sans-serif;
  17.     font-size:10pt;
  18.     border: 2px solid brown;
  19.     background-color: lightyellow;
  20.     /* onderstaande voor NS */
  21.     layer-background-color: #fffffa;
  22.     position: absolute;
  23.     left: 200px;
  24.     top: 220px;
  25.     width: auto;
  26.     height: auto;
  27.     z-index: 1;
  28.     visibility: hidden;
  29.     padding: 3px;
  30. }
  31.  
  32. .pcaPopup
  33. {    font-family: arial, helvetica, sans-serif;
  34.     font-size:10pt;
  35.     border: 1px solid black;
  36.     background-color: white;
  37.     /* onderstaande voor NS */
  38.     layer-background-color: #ffffff;
  39.     position: absolute;
  40.     left: 430px;
  41.     top: 100px;
  42.     width: 200px;
  43.     height: auto;
  44.     visibility: hidden;
  45.     padding: 3px;
  46.     font-style : italic;
  47. }
  48.  
  49. .scrollmenu
  50. {    position: absolute;
  51.     left: 350px;
  52.     width: 160px;
  53.     top: -50px;
  54.     border: 1px solid black;
  55.     background-color:lightyellow;
  56.     layer-background-color:lightyellow;
  57.     line-height: 20px;
  58. }
  59.  
  60. /* fonts */
  61. .titel { font-size: 12pt; font-weight: bold; }
  62. .grootfont { font: 13pt sans-serif; font-weight: bold; }
  63. .onderschrift, .kleinfont { font: 8pt sans-serif; }
  64. .witfont { color: white; }
  65. .grijsfont { color: #a0a0a0; }
  66. .nieuw { color: red; font-size: 8pt;}
  67. .code { font: 10pt courier; }
  68.  
  69. .commentaar
  70. {    font-family: serif;
  71.     font-size:12pt;
  72.     background-color: yellow;
  73.     layer-background-color: yellow;
  74.     z-index: 1;
  75.     position: absolute;
  76.     width: auto;
  77.     height: auto;
  78.     left: 30px;
  79.     top: 30px;
  80.     visibility: hidden; 
  81. }
  82.  
  83. #popupDatabases
  84. {    font-family: verdana, arial, helvetica, sans-serif;
  85.     font-size:10pt;
  86.     border: none;
  87.     border-top: 1px solid black;
  88.     border-left: 1px solid black;
  89.     border-right: 3px solid black;
  90.     border-bottom: 3px solid black;
  91.     background-image: url(media/images/back.gif);
  92.     position: absolute;
  93.     width: auto;
  94.     height: auto;
  95.     z-index: 1;
  96.     visibility: hidden;
  97.     padding: 5px;
  98. }
  99.  
  100. .totaalOverzicht
  101. {    font-size:8pt;
  102.     color: black;
  103. }