home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / layout.css < prev    next >
Cascading Style Sheet File  |  2007-09-18  |  2KB  |  84 lines

  1. .titel{
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size:18pt;
  4.     font-weight: bolder;
  5.     color: #000066
  6. }
  7. BODY{
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     background-color: White;
  10. }
  11. .kop {
  12.     font-weight: bolder;
  13.     color: #000066;
  14.     font-size: 14pt;
  15. }
  16.  
  17. A{color: white; text-decoration: none}
  18. A:visited{ color: white;}
  19. A:hover {color: #99CCFF;}
  20.  
  21. .rubriekkop{color: #000066; text-decoration: none font-weight:bolder;}
  22. .rubriekkop:visited{color: #000066;}
  23. .rubriekkop:hover {color: #99CCFF;}
  24.  
  25. .rubriekkop2{color: #FFFFFF; text-decoration: none font-weight:bolder; font-size: 10pt;}
  26. .rubriekkop2:visited{color: #FFFFFF;}
  27. .rubriekkop2:hover {color: #99CCFF;}
  28.  
  29. .rechtsitem{
  30.     color: #1111dd;
  31.     text-decoration: none font-weight: bold;
  32.     font : bold;
  33. }
  34. .rechtsitem:visited{
  35.     color: #000066;
  36. }
  37. .rechtsitem:hover {background-color: #99CCFF;color: #000066;}
  38.  
  39. .linksitem{color: #FFFFFF; text-decoration: none; font-weight:bolder;}
  40. .linksitem:visited{color: #FFFFFF;}
  41. .linksitem:hover {background-color: #99CCFF;color: #000066;}
  42.  
  43. .omschrijving{font-size:10pt;}
  44.  
  45. .itemtitel{color: #222222; text-decoration: none; font-weight:bolder; font-size:10pt;}
  46. .itemtitel:visited{color: #000066;}
  47. .itemtitel:hover {background-color: #99CCFF;color: #000066;}
  48.  
  49. .programma_link{color: blue; text-decoration: none; font-size:10pt;}
  50. .programma_link:visited{color: blue;}
  51. .programma_link:hover {background-color: #99CCFF;color: #000066;}
  52.  
  53. .download{font-size:8pt; color: red; font-weigth: bolder;}
  54.  
  55. .knop {background-color: #99CCFF; font-size: 9pt;}
  56.  
  57. .ondertitel {color: #000000; font-size:12pt; font-weight:bolder}
  58.  
  59. .linksitem2 {font-size:10pt; color: #FFFFFF}
  60.  
  61. .menuHRniveau0 {font-size: 100%; font-weight: bold;}
  62. .menuHRniveau1 {font-size: 90%; }
  63. .menuHRniveau2 {font-size: 80%; font-weight: bold;}
  64. .menuHRniveau3 {font-size: 80%}
  65.  
  66. .menuRniveau0 {font-size: 80%; font-weight: bold; color: white;}
  67. .menuRniveau1 {font-size: 80%; color: white;}
  68.  
  69. .zoeken {border: thin #99CCFF solid; font-size: 70%}
  70.  
  71. TD.tabmidden {
  72.     width : 15px;
  73.     height : 30px;
  74.     background-image : ../images/tabmidden.gif;
  75. }
  76.  
  77. TD.tabtext {
  78.     height : 30px;
  79.     background : #003366;
  80.     word-break : keep-all;
  81. }
  82.  
  83.  
  84.