Subversion Repositories wimsdev

Rev

Rev 13183 | Rev 13737 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!--begin of $wims_theme/htmlheader.phtml-->
  2. <meta 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.  
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
  10.  
  11. $wims_expire
  12.  
  13. <!-- makes browsers render all elements more consistently -->
  14. <link rel="stylesheet" href="scripts/js/external/normalize.min.css" />
  15.  
  16. <!-- METAS iOS : -->
  17. <link rel="apple-touch-icon" href="gifs/wims_logo.png" />
  18. <meta name="apple-mobile-web-app-capable" content="yes" />
  19.  
  20. <!-- prevents links from apps from opening in mobile safari>
  21. <script src="scripts/js/external/safari_mobile_links/compressed.js"></script-->
  22.  
  23. <!-- Librairies JQUERY -->
  24. <script src="scripts/js/external/jquery/jquery.min.js"></script>
  25. <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" />
  26. <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script>
  27.  
  28. <!-- Foundation dropdown menu -->
  29. <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" />
  30. <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" />
  31.  
  32. $wims_CSS
  33.  
  34. <!-- wimsmenumodubox -->
  35. <script src="html/themes/_inc/wimsmenumodubox.js"></script>
  36.  
  37. <!-- javascripts utils -->
  38. <!--script src="scripts/js/utils.js"></script-->
  39. <!-- JQUERY pour autocompletion -->
  40. <script src="scripts/js/interface/autocomplete.js"></script>
  41.  
  42. <!-- Style pour impression -->
  43. <link rel="stylesheet" media="print" href="html/themes/_css/print.css" />
  44.  
  45. <style>
  46. /* Attention : ne surtout pas utiliser "background image" ici, cela crée des bugs étranges (exercices incohérents dans modtool...);*/
  47.  
  48. /* Couleurs CSS configurables depuis la configuration du site */
  49.  
  50. .main_body {
  51.   background-color: $wims_ref_bgcolor;
  52.   /*color: $wims_textcolor;*/
  53.   $wims_special_font
  54. }
  55.  
  56. a, .ui-widget-content a{color:$wims_link_color;}
  57. /*a:visited {color:$wims_vlink_color;}*/
  58. a:hover, a:focus {color:$wims_hlink_color;}
  59.  
  60. #wimsbodybox{
  61.  /*default background-color */
  62.   background-color: #f5f5f5;
  63.  background-color: $wims_bgcolor;
  64. }
  65.  
  66. div#wimstailbox,
  67. .oef_name_menu,
  68. table.wimstable th,
  69. #answeranalysis .oefanswername{
  70.  background-color: $wims_ref_bgcolor;
  71.   color: $wims_ref_menucolor;
  72. }
  73. div#wimstailbox a,
  74. table.wimstable th a{
  75.   color: $wims_ref_menucolor;
  76. }
  77.  
  78. /* Foundation dropdown custom css */
  79. .dropdown.menu > li.is-dropdown-submenu-parent > a:after { border-top-color: $wims_ref_bgcolor;}
  80. .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after{ border-top-color: $wims_ref_menucolor;}
  81. .dropdown.menu .is-active>a,.menu a:hover,#wimsbodybox .menu a:hover
  82.  { background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor}
  83. .is-dropdown-submenu li:hover{ background-color: $wims_ref_bgcolor}
  84. .is-dropdown-submenu a:hover{ color:$wims_ref_menucolor}
  85.  
  86.  
  87. /* Sliding MenuModuBox */
  88.  
  89. .slide-menu-closed .slide-menu:hover, .slide-menu-opened .slide-menu{
  90.   background-color: $wims_ref_bgcolor;
  91. }
  92.  
  93. .slide-menu, .slide-menu a{
  94.   color: $wims_ref_menucolor;
  95. }
  96.  
  97. .title_box,
  98. #titre_aide,
  99. #name_list_instruction,
  100. #enev_menu li,
  101. .wimstable caption,
  102. .oeftitle,
  103. .wims_docu_title,
  104. .wims_title_seq {
  105.   background-color: $wims_ref_bgcolor;
  106.   color: $wims_ref_menucolor;
  107. }
  108.  
  109. .wimstable caption a{
  110.   color: $wims_ref_menucolor;
  111. }
  112.  
  113. .infobulle{
  114.   background-color: $wims_ref_button_bgcolor;
  115.   color: $wims_ref_button_color;
  116. }
  117.  
  118. /*.menuitem a:before{color:$wims_ref_bgcolor;}*/
  119. .wims_emph {color:$wims_ref_bgcolor;}
  120.  
  121. /* Breadcrumb */
  122. .breadcrumbs>li>a{color: $wims_ref_bgcolor}
  123.  
  124.  
  125. input[type="submit"],input[type="button"], .main_body .wims_button{
  126.     background-color:$wims_ref_button_bgcolor;
  127.     color:$wims_ref_button_color;
  128. }
  129. .main_body .wims_button_help{
  130.     background-color:$wims_ref_button_help_bgcolor;
  131.     color:$wims_ref_button_help_color;
  132. }
  133.  
  134.  
  135. .property_fields
  136.   {border-color:$wims_ref_bgcolor;}
  137. .property_fields legend
  138.   {background-color: $wims_ref_bgcolor;}
  139. .property_fields legend,.property_fields legend>a
  140.   {color:$wims_ref_menucolor;}
  141.  
  142. .wims_color1 {
  143.    background-color: $wims_ref_bgcolor;
  144.    color:$wims_ref_menucolor;
  145. }
  146. .wims_color2 {
  147.   background-color:$wims_ref_button_bgcolor;
  148.   color:$wims_ref_button_color;
  149. }
  150. .wims_color3 {
  151.   background-color:$wims_ref_button_help_bgcolor;
  152.   color:$wims_ref_button_help_color;
  153. }
  154.  
  155. $class_actcolor_css
  156. </style>
  157.  
  158.  
  159. <!--end $wims_theme/htmlheader.phtml-->
  160.