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