Subversion Repositories wimsdev

Rev

Rev 6648 | Rev 7836 | 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. <!-- Librairies JQUERY -->
  14.     <script type="text/javascript" src="scripts/js/jquery/jquery.min.js"></script>
  15.     <link rel="stylesheet" href="scripts/js/jquery/themes/smoothness/jquery-ui.min.css" />
  16.     <script type="text/javascript" src="scripts/js/jquery/jquery-ui.min.js"></script>
  17.  
  18. <!-- JQUERY pour autocompletion -->
  19.         <script type="text/javascript" src="scripts/js/interface/autocomplete.js"></script>
  20.  
  21. <!-- Style pour impression -->
  22. <link rel="stylesheet" media="print" href="html/themes/_css/print.css" type="text/css" />
  23.  
  24. <style type="text/css">
  25. body.main_body {
  26.     background-color: $wims_bgcolor;
  27.     $wims_bodyimg
  28.     $wims_special_font
  29. }
  30.  
  31. a:link {color:$wims_link_color;text-decoration:none;cursor:pointer;}
  32. a:hover {color:$wims_ref_button_help_bgcolor;}
  33. a:visited {color:$wims_vlink_color;}
  34. .wimsmanager a {color:$wims_ref_menucolor;text-decoration:none;cursor:pointer;
  35. background-color: $wims_ref_bgcolor;}
  36.  
  37. #wimstopbox,#wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;}
  38.  
  39. .container h4{  background-color:$wims_ref_bgcolor;     color:$wims_ref_button_color;}
  40. #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor;  color:$wims_ref_button_color;}
  41. #menu_avant,#menu_apres {  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  42. .infobulle{ background-color: $wims_ref_button_bgcolor;  color: $wims_ref_button_color;}
  43.  
  44. table.wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  45. table.wimstable th a {color: $wims_ref_menucolor;}
  46. table.wimstable caption {background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;}
  47. table.wimstable caption a {color: $wims_ref_menucolor;}
  48. table.wimstable caption a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  49. table.wimstable th a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  50.  
  51. /*.legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}*/
  52.  
  53. .wims_color1 {
  54.    background-color: $wims_ref_bgcolor;
  55.    color:$wims_ref_menucolor;
  56. }
  57. .wims_color2 {
  58.   background-color:$wims_ref_button_bgcolor;
  59.   color:$wims_ref_button_color;
  60. }
  61. .wims_color3 {
  62.   background-color:$wims_ref_button_help_bgcolor;
  63.   color:$wims_ref_button_help_color;
  64. }
  65.  
  66. </style>
  67.  
  68. <!--end $wims_theme/htmlheader.phtml-->
  69.