Subversion Repositories wimsdev

Rev

Rev 5699 | Rev 5904 | 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.  
  11. $wims_expire
  12. $wims_CSS
  13.  
  14. <!-- METAS iOS : -->
  15. <link rel="apple-touch-icon" href="gifs/wims_logo.png" />
  16. <meta name="apple-mobile-web-app-capable" content="yes"/>
  17. <!-- prevents links from apps from oppening in mobile safari -->
  18. <script type="application/javascript" src="scripts/js/safari_mobile_links.js"></script>
  19.  
  20. <!-- Styles pour iphone -->
  21. <link rel="stylesheet" media="screen and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css" />
  22. <!-- Styles pour ipad (portrait) -->
  23. <link rel="stylesheet" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="html/css/ipad-portrait.css" type="text/css" />
  24. <!-- Styles pour ipad (landscape) -->
  25. <link rel="stylesheet" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="html/css/ipad-landscape.css" type="text/css" />
  26. <!-- Style pour impression -->
  27. <link rel="stylesheet" media="print" href="html/themes/$wims_theme/print.css" type="text/css" />
  28. <!-- Style pour document latex2wims -->
  29. <link rel="stylesheet" href="html/themes/$wims_theme/l2w.css" type="text/css" />
  30. <!-- Style pour table dans oef par exemple -->
  31. <link rel="stylesheet" href="html/themes/$wims_theme/model.css" type="text/css" />
  32.  
  33. <style type="text/css">
  34. #wimstopbox,#wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;}
  35.  
  36. .container h4{  background-color:$wims_ref_bgcolor;     color:$wims_ref_button_color;}
  37. #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor;  color:$wims_ref_button_color;}
  38. #menu_avant,#menu_apres {  background-color:$wims_ref_button_bgcolor;   color:$wims_ref_button_color;}
  39. .infobulle{ background-color: $wims_ref_button_bgcolor;  color: $wims_ref_button_color;}
  40.  
  41. .topmenuitem a { color: $wims_ref_menucolor;}
  42. .menuitem a { color: $wims_ref_menucolor;}
  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. input[type="submit"],input[type="button"],.wims_button{ background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;}
  52. .wims_button_help{ background-color:$wims_ref_button_help_bgcolor;color:$wims_ref_button_help_color;}
  53.  
  54. .legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}
  55.  
  56. </style>
  57.  
  58. <!--end $wims_theme/htmlheader.phtml-->