Subversion Repositories wimsdev

Rev

Rev 6905 | 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.  
  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.  
  18. <!-- prevents links from apps from opening in mobile safari -->
  19. <script type="application/javascript" src="scripts/js/safari_mobile_links.js"></script>
  20.  
  21. <!-- Librairies JQUERY -->
  22.     <script type="text/javascript" src="scripts/js/jquery/jquery.min.js"></script>
  23.     <link rel="stylesheet" href="scripts/js/jquery/themes/smoothness/jquery-ui.min.css" />
  24.     <script type="text/javascript" src="scripts/js/jquery/jquery-ui.min.js"></script>
  25.  
  26. <!-- JQUERY pour autocompletion -->
  27.         <script type="text/javascript" src="scripts/js/interface/autocomplete.js"></script>
  28.  
  29. <!-- Styles pour iphone -->
  30. <link rel="stylesheet" media="screen and (max-device-width: 480px)" href="html/css/mobile.css" type="text/css" />
  31. <!-- Styles pour ipad (portrait) -->
  32. <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" />
  33. <!-- Styles pour ipad (landscape) -->
  34. <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" />
  35. <!-- Style pour impression -->
  36. <link rel="stylesheet" media="print" href="html/themes/_css/print.css" type="text/css" />
  37.  
  38. <style type="text/css">
  39. body.main_body {
  40.     background-color: $wims_bgcolor;
  41.     $wims_bodyimg
  42.     $wims_special_font
  43. }
  44.  
  45. a:link {color:$wims_link_color;}
  46. a:visited {color:$wims_vlink_color;}
  47. .wimsmanager a {color:$wims_ref_menucolor;}
  48.  
  49. #wimstopbox,#wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;}
  50.  
  51. .property_fields, .property_fields legend{background-color: $wims_ref_bgcolor;}
  52. .property_fields legend{color:$wims_ref_menucolor;}
  53.  
  54. .container h4{  background-color:$wims_ref_bgcolor;     color:$wims_ref_button_color;}
  55. #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor;  color:$wims_ref_button_color;}
  56. #menu_avant,#menu_apres {  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  57. .infobulle{ background-color: $wims_ref_button_bgcolor;  color: $wims_ref_button_color;}
  58.  
  59. .topmenuitem a { color: $wims_ref_menucolor;}
  60. .menuitem a { color: $wims_ref_menucolor;}
  61.  
  62. table.wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  63. table.wimstable th a {color: $wims_ref_menucolor;}
  64. table.wimstable caption {background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;}
  65. table.wimstable caption a {color: $wims_ref_menucolor;}
  66. table.wimstable caption a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  67. table.wimstable th a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  68.  
  69. input[type="submit"],input[type="button"],body.main_body .wims_button{
  70.     background-color:$wims_ref_button_bgcolor;
  71.     color:$wims_ref_button_color;
  72. }
  73. body.main_body .wims_button_help{
  74.     background-color:$wims_ref_button_help_bgcolor;
  75.     color:$wims_ref_button_help_color;
  76. }
  77.  
  78. .legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}
  79.  
  80. .wims_color1 {
  81.    background-color: $wims_ref_bgcolor;
  82.    color:$wims_ref_menucolor;
  83. }
  84. .wims_color2 {
  85.   background-color:$wims_ref_button_bgcolor;
  86.   color:$wims_ref_button_color;
  87. }
  88. .wims_color3 {
  89.   background-color:$wims_ref_button_help_bgcolor;
  90.   color:$wims_ref_button_help_color;
  91. }
  92.  
  93. </style>
  94.  
  95. <!--end $wims_theme/htmlheader.phtml-->
  96.