home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2002 December / pca1412.iso / intface / CDROM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-10-24  |  4.0 KB  |  201 lines

  1. .x /* commentaar class */
  2. {
  3.     font-family: verdana;
  4.     font-size:10px;
  5.     background-color: yellow;
  6.     layer-background-color: yellow;
  7.     z-index: 1;
  8.     position: absolute;
  9.     width: auto;
  10.     height: auto;
  11.     left: 0px;
  12.     top: 0px;
  13.     visibility: hidden;
  14.     padding : 5px;
  15. }
  16.  
  17. BODY, TD
  18. {    font-family: verdana, arial, helvetica, sans-serif;
  19.     font-size:10pt;
  20.     color: black;
  21.     background-attachment: fixed;
  22. }
  23.  
  24. #errorPopup
  25. {    visibility: hidden;
  26.     position: absolute;
  27.     left: 80px;
  28.     top:80px;
  29.     width: 470px;
  30.     background-color: #d0d0d0;
  31.     border: 2px outset;
  32.     z-Index: 1000;
  33. }
  34.  
  35. #errorTitle
  36. {    font-family: system;
  37.     color: white;
  38.     background-color: #000080;
  39.     cursor: hand;
  40.     width: 100%;
  41.     padding: 2px;
  42. }
  43.  
  44. #errorIntro
  45. {    font-family: arial;
  46.     font-size: 9pt;
  47.     width: 100%;
  48.     padding: 4px;
  49.     margin-left: 10px;
  50. }
  51.  
  52. #errorMelding
  53. {    font-family: arial;
  54.     font-size: 9pt;
  55.     background-color: white;
  56.     width: 95%;
  57.     margin-left: 20px;
  58.     padding: 2px;
  59.     border: 3px inset;
  60. }
  61.  
  62. /* errorImgClose en errorImgIcon worden niet meer
  63. gebruikt */
  64. #errorImgClose
  65. {    background-image: url(media/images/btn_close.gif);
  66.     border: 0px;    
  67. }
  68. #errorImgIcon
  69. {    background-image: url(media/images/logosmall.gif);
  70.     border: 0px;
  71. }
  72.  
  73.  
  74. A {    text-decoration: none; }
  75. A.hoofdscherm { color: black; }
  76. A.weblink:hover { text-decoration: underline; }
  77. A.popuplink, A.popuplink:hover { color: #aa4444; }
  78.  
  79. select, input { background-color: #dedede; }
  80.  
  81. .popup
  82. {    font-family: arial, helvetica, sans-serif;
  83.     font-size:10pt;
  84.     border: 1px solid black;
  85.     background-color: white;
  86.     /* onderstaande voor NS */
  87.     layer-background-color: #ffffff;
  88.     position: absolute;
  89.     left: 200px;
  90.     top: 220px;
  91.     width: auto;
  92.     height: auto;
  93.     z-index: 100;
  94.     visibility: hidden;
  95.     padding-left: 6px;
  96.     padding-right: 6px;
  97.     padding-top: 3px;
  98.     padding-bottom: 3px;
  99. }
  100.  
  101. .popup td
  102. {    font-family: arial, helvetica, sans-serif;
  103.     font-size:10pt;
  104. }
  105.  
  106. .pcaPopup /* popup op PC-Active menuscherm */
  107. {    font-family: arial, helvetica, sans-serif;
  108.     font-size:10pt;
  109.     border: 1px solid black;
  110.     background-color: white;
  111.     /* onderstaande voor NS */
  112.     layer-background-color: #ffffff;
  113.     position: absolute;
  114.     left: 430px;
  115.     top: 110px;
  116.     width: 200px;
  117.     height: auto;
  118.     visibility: hidden;
  119.     padding: 3px;
  120.     font-style : italic;
  121. }
  122.  
  123. .scrollmenu
  124. {    position: absolute;
  125.     left: 350px;
  126.     width: 160px;
  127.     top: -50px;
  128.     border: 1px solid black;
  129.     background-color:lightyellow;
  130.     layer-background-color:lightyellow;
  131.     line-height: 20px;
  132. }
  133.  
  134. /* fonts */
  135. .titel { font-size: 12pt; font-weight: bold; }
  136. .grootfont { font: 13pt sans-serif; font-weight: bold; }
  137. .onderschrift, .kleinfont { font: 8pt sans-serif; }
  138. .witfont { color: white; }
  139. .grijsfont { color: #a0a0a0; }
  140. .roodfont { color: #dd0000; }
  141. .nieuw { color: red; font-size: 8pt;}
  142. .code
  143. {    font-family : "Courier New", Courier, monospace;
  144.     font-size: 10pt;
  145. }
  146.  
  147. .function        { color: blue; }
  148. a.function       { border-bottom: 1px dashed; }
  149. a.function:hover { color: blue; }
  150.  
  151. .delimiter{ color: red;     }
  152. .comment  { color: 228800;  }
  153. .string   { color: #000077; }
  154. .res      { color: #0000ff; }
  155. .html     { color: #a0a0a0; }
  156. .script   { color: #660000; }
  157.  
  158. #popupDatabases
  159. {    font-family: verdana, arial, helvetica, sans-serif;
  160.     font-size:10pt;
  161.     border: none;
  162.     border-top: 1px solid black;
  163.     border-left: 1px solid black;
  164.     border-right: 3px solid black;
  165.     border-bottom: 3px solid black;
  166.     background-image: url(media/images/back.gif);
  167.     position: absolute;
  168.     width: auto;
  169.     height: auto;
  170.     z-index: 1;
  171.     visibility: hidden;
  172.     padding: 5px;
  173. }
  174.  
  175. .totaalOverzicht
  176. {    font-size:8pt;
  177.     color: black;
  178. }
  179.  
  180. .tabelKop
  181. {    font-weight: bold;
  182.     background-color: #d0d0d0;
  183.     padding-left: 3px;
  184.     padding-right: 4px;
  185.     padding-top: 2px;
  186.     padding-bottom: 2px;
  187. }
  188.  
  189. .tabelBody
  190. {    background-color: #e0e0e0;
  191.     padding-left: 3px;
  192.     padding-right: 4px;
  193.     padding-top: 2px;
  194.     padding-bottom: 2px;
  195. }
  196.  
  197. /* tabelrijen om en om lichtgrijs*/
  198. .t1 { background-color: #e0e0e0; padding-left: 4px;}
  199. .t2 { background-color: #f0f0f0; padding-left: 4px;}
  200.  
  201.