Subversion Repositories wimsdev

Rev

Rev 10847 | Rev 11726 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!--begin of $wims_theme/htmlheader.phtml-->
  2. <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=$wims_main_font" />
  3. <title>$module_title2</title>
  4. <meta name="GENERATOR" content="wims [$module_language]" />
  5. <meta name="description" content="$module_description $wims_site_description" />
  6. <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords" />
  7. <meta name="Author" content="$module_author" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9.  
  10. $wims_expire
  11. $wims_CSS
  12.  
  13. <!-- Style pour impression -->
  14.   <link rel="stylesheet" media="print" href="html/themes/_css/print.css" type="text/css" />
  15.  
  16. <style type="text/css">
  17. body.main_body {
  18.   /*default background-color */
  19.   background-color: #f5f5f5;
  20.  background-color: $wims_bgcolor;
  21.   $wims_bodyimg
  22.   $wims_special_font
  23. }
  24.  
  25. a:link {color:$wims_link_color;}
  26. /*a:hover {color:$wims_ref_button_help_bgcolor;}*/
  27. a:visited {color:$wims_vlink_color;}
  28.  
  29. .menuitem a{
  30.   color: $wims_ref_menucolor;
  31. }
  32.  
  33. .wimsmanager a, .wimstail, .wimstail a, .wimsmenu {
  34.   color:$wims_ref_menucolor;
  35.   background-color: $wims_ref_bgcolor;
  36. }
  37.  
  38. /*Help Links color */
  39. body.main_body .wims_button_help, a.wims_button_help{
  40.   color:$wims_ref_button_help_bgcolor;
  41.   /*border-color:$wims_ref_button_help_bgcolor;
  42.     color:$wims_ref_button_help_color;*/
  43. }
  44.  
  45. #wimstopbox,#wimsmenubox,#wimsmenumodubox, .wims_title_seq {
  46.  background-color:$wims_ref_bgcolor; color: $wims_ref_menucolor;}
  47. .container h4, #menu_pendant,#menu_html{
  48.   background-color:$wims_ref_bgcolor;   color:$wims_ref_button_color;}
  49. #menu_avant,#menu_apres, .infobulle{
  50.  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  51.  
  52. table.wimstable th, table.wimstable caption{
  53.   background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  54. .wimsmenu .wimstable, table.wimstable th a, table.wimstable caption a,.wimsmenu a{
  55.   color: $wims_ref_menucolor;}
  56. table.wimstable caption a.wims_button, table.wimstable th a.wims_button{
  57.   background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  58.  
  59.  
  60. /*.legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}*/
  61.  
  62. .wims_color1 {
  63.    background-color: $wims_ref_bgcolor;
  64.    color:$wims_ref_menucolor;
  65. }
  66. .wims_color2 {
  67.   background-color:$wims_ref_button_bgcolor;
  68.   color:$wims_ref_button_color;
  69. }
  70. .wims_color3 {
  71.   background-color:$wims_ref_button_help_bgcolor;
  72.   color:$wims_ref_button_help_color;
  73. }
  74.  
  75. $class_actcolor_css
  76. </style>
  77.  
  78. <!--end $wims_theme/htmlheader.phtml-->
  79.