Subversion Repositories wimsdev

Rev

Rev 4118 | Rev 4667 | 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="text/html; 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. <!-- Styles pour iphone -->
  14. <link rel="stylesheet" media="all and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css">
  15.  
  16. <!-- Styles pour ipad (portrait) -->
  17. <link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="html/css/ipad-portrait.css" type="text/css">
  18.  
  19. <!-- Styles pour ipad (landscape) -->
  20. <link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="html/css/ipad-landscape.css" type="text/css">
  21.  
  22. <style type="text/css">
  23. #wimsmenumodubox .wimsmenu .menuitem a { color: $wims_ref_menucolor;}
  24. #wimsmenumodubox .wimstail { background-color: $wims_bgcolor;}
  25. #wimsmenubox .wimsmenu .menuitem a { color: $wims_ref_menucolor;}
  26. #wimsmenubox .wimstail { background-color: $wims_bgcolor;}
  27. #wimstopbox .wimsmenu .topmenuitem a { color: $wims_ref_menucolor;}
  28.  
  29. .container h4{  background-color:$wims_ref_bgcolor;     color:$wims_ref_button_color;}
  30. #menu_pendant,#menu_html {      background-color:$wims_ref_bgcolor;     color:$wims_ref_button_color;}
  31. #menu_avant,#menu_apres {       background-color:$wims_ref_button_bgcolor;      color:$wims_ref_button_color;}
  32. .obado{  background-color: $wims_ref_button_bgcolor;  color: $wims_ref_button_color;}
  33.  
  34. .topmenuitem a { color: $wims_ref_menucolor;}
  35. .menuitem a { color: $wims_ref_menucolor;}
  36.  
  37. table.wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  38. table.wimstable th a {color: $wims_ref_menucolor;}
  39. table.wimstable caption {background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;}
  40. table.wimstable caption a {color: $wims_ref_menucolor;}
  41. table.wimstable caption a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  42. table.wimstable th a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  43.  
  44. input[type="submit"],input[type="button"],.wims_button{ background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;}
  45. .wims_button_help{ background-color:$wims_ref_button_help_bgcolor;color:$wims_ref_button_help_color;}
  46.  
  47. #answeranalysis .legend {}
  48. </style>
  49. <!--end $wims_theme/htmlheader.phtml-->