Subversion Repositories wimsdev

Rev

Rev 8693 | Rev 9873 | 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. <!-- METAS iOS : -->
  14. <link rel="apple-touch-icon" href="gifs/wims_logo.png" />
  15. <meta name="apple-mobile-web-app-capable" content="yes" />
  16.  
  17. <!-- prevents links from apps from opening in mobile safari -->
  18. <script type="application/javascript" src="scripts/js/safari_mobile_links.js"></script>
  19.  
  20. <!-- Librairies JQUERY -->
  21.   <script type="text/javascript" src="scripts/js/jquery/jquery.min.js"></script>
  22.   <link rel="stylesheet" href="scripts/js/jquery/themes/smoothness/jquery-ui.min.css" />
  23.   <script type="text/javascript" src="scripts/js/jquery/jquery-ui.min.js"></script>
  24.  
  25. <!-- JQUERY pour autocompletion -->
  26.   <script type="text/javascript" src="scripts/js/interface/autocomplete.js"></script>
  27.  
  28. <!-- Style pour impression -->
  29.   <link rel="stylesheet" media="print" href="html/themes/_css/print.css" type="text/css" />
  30.  
  31. <style type="text/css">
  32. body.main_body {
  33.     background-color: $wims_bgcolor;
  34.     $wims_bodyimg
  35.     $wims_special_font
  36. }
  37.  
  38. a:link {color:$wims_link_color;}
  39. a:visited {color:$wims_vlink_color;}
  40. .wimsmanager a {color:$wims_ref_menucolor;}
  41.  
  42. #wimstopbox,#wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;}
  43.  
  44. .property_fields, .property_fields legend{background-color: $wims_ref_bgcolor;}
  45. .property_fields legend{color:$wims_ref_menucolor;}
  46.  
  47. .container h4{ background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;}
  48. #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;}
  49. #menu_avant,#menu_apres {  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  50. .infobulle{ background-color: $wims_ref_button_bgcolor;  color: $wims_ref_button_color;}
  51.  
  52. .topmenuitem a { color: $wims_ref_menucolor;}
  53. .menuitem a { color: $wims_ref_menucolor;}
  54.  
  55. table.wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  56. table.wimstable th a {color: $wims_ref_menucolor;}
  57. table.wimstable caption, .wims_title_seq, .wims_widget_box .title_box
  58. {background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;}
  59. table.wimstable caption a {color: $wims_ref_menucolor;}
  60. table.wimstable caption a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  61. table.wimstable th a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  62.  
  63. input[type="submit"],input[type="button"],body.main_body .wims_button{
  64.     background-color:$wims_ref_button_bgcolor;
  65.     color:$wims_ref_button_color;
  66. }
  67. body.main_body .wims_button_help{
  68.     background-color:$wims_ref_button_help_bgcolor;
  69.     color:$wims_ref_button_help_color;
  70. }
  71.  
  72. .legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}
  73.  
  74. .wims_color1 {
  75.    background-color: $wims_ref_bgcolor;
  76.    color:$wims_ref_menucolor;
  77. }
  78. .wims_color2 {
  79.   background-color:$wims_ref_button_bgcolor;
  80.   color:$wims_ref_button_color;
  81. }
  82. .wims_color3 {
  83.   background-color:$wims_ref_button_help_bgcolor;
  84.   color:$wims_ref_button_help_color;
  85. }
  86. .wims_color3 {
  87.   background-color:$wims_ref_button_help_bgcolor;
  88.   color:$wims_ref_button_help_color;
  89. }
  90. .wims_sheet_item, .wims_exam_item, .wims_doc_item, .wims_vote_item {
  91.  color:$(class_actcolor[1])
  92. }
  93. .wims_sheet_item {background-color:$(class_actcolor[2])}
  94. .wims_exam_item  {background-color:$(class_actcolor[3])}
  95. .wims_doc_item   {background-color:$(class_actcolor[4])}
  96. .wims_vote_item  {background-color:$(class_actcolor[5])}
  97. .wims_exo_item   {background-color:$(class_actcolor[6])}
  98. </style>
  99.  
  100. <!--end $wims_theme/htmlheader.phtml-->
  101.