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