Subversion Repositories wimsdev

Rev

Rev 13885 | Rev 14719 | 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. $wims_expire
  10.  
  11. <!-- makes browsers render all elements more consistently -->
  12. <link rel="stylesheet" href="scripts/js/external/normalize.min.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.  
  18. <!-- prevents links from apps from opening in mobile safari>
  19. <script src="scripts/js/external/safari_mobile_links/compressed.js"></script-->
  20.  
  21. <!-- Librairies JQUERY -->
  22. <script src="scripts/js/external/jquery/jquery.min.js"></script>
  23. <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" />
  24. <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script>
  25.  
  26. <!-- Foundation dropdown menu -->
  27. <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" />
  28. <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" />
  29. <!-- Foundation Accordion -->
  30. <link rel="stylesheet" href="html/themes/_css/foundation_accordion.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. :root {
  50.   --wims_bgcolor: $wims_bgcolor;
  51.   --wims_link_color: $wims_link_color;
  52.   --wims_vlink_color: $wims_vlink_color;
  53.   --wims_hlink_color: $wims_hlink_color;
  54.   --wims_ref_menucolor: $wims_ref_menucolor;
  55.   --wims_ref_bgcolor: $wims_ref_bgcolor;
  56.   --wims_ref_button_color: $wims_ref_button_color;
  57.   --wims_ref_button_bgcolor: $wims_ref_button_bgcolor;
  58.   --wims_ref_button_help_bgcolor: $wims_ref_button_help_bgcolor;
  59.   --wims_ref_button_help_color: $wims_ref_button_help_color;
  60. }
  61.  
  62. .main_body {
  63.   background-color: var(--wims_ref_bgcolor);
  64.   /*color: $wims_textcolor;*/
  65.   $wims_special_font
  66. }
  67.  
  68. a, .ui-widget-content a{color:var(--wims_link_color);}
  69. /*a:visited {color:var(--wims_vlink_color);}*/
  70. a:hover, a:focus {color:var(--wims_hlink_color);}
  71.  
  72. #wimsbodybox{
  73.  /*default background-color */
  74.   background-color: #f5f5f5;
  75.  background-color: var(--wims_bgcolor);
  76. }
  77.  
  78. div#wimstailbox,
  79. .oef_name_menu,
  80. table.wimstable th,
  81. #answeranalysis .oefanswername{
  82.  background-color: var(--wims_ref_bgcolor);
  83.   color: var(--wims_ref_menucolor);
  84. }
  85. div#wimstailbox a,
  86. .wimstable th a{
  87.   color: var(--wims_ref_menucolor);
  88. }
  89.  
  90. /* Foundation dropdown custom css */
  91. .dropdown.menu > li.is-dropdown-submenu-parent > a:after { border-top-color: var(--wims_ref_bgcolor);}
  92. .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after{ border-top-color: var(--wims_ref_menucolor);}
  93. .dropdown.menu .is-active>a,.menu a:hover,#wimsbodybox .menu a:hover
  94.  { background-color: var(--wims_ref_bgcolor);color:var(--wims_ref_menucolor)}
  95. .is-dropdown-submenu li:hover{ background-color: var(--wims_ref_bgcolor)}
  96. .is-dropdown-submenu a:hover{ color:var(--wims_ref_menucolor)}
  97.  
  98.  
  99. /* Sliding MenuModuBox */
  100.  
  101. .slide-menu-closed .slide-menu:hover, .slide-menu-opened .slide-menu{
  102.   background-color: var(--wims_ref_bgcolor);
  103. }
  104.  
  105. .slide-menu, .slide-menu a{
  106.   color: var(--wims_ref_menucolor);
  107. }
  108.  
  109. .title_box,
  110. #titre_aide,
  111. #name_list_instruction,
  112. #enev_menu li,
  113. .wimstable caption,
  114. .oeftitle,
  115. .wims_docu_title,
  116. .wims_title_seq {
  117.   background-color: var(--wims_ref_bgcolor);
  118.   color: var(--wims_ref_menucolor);
  119. }
  120.  
  121. .wimstable caption a{
  122.   color: var(--wims_ref_menucolor);
  123. }
  124.  
  125. .infobulle{
  126.   background-color: var(--wims_ref_button_bgcolor);
  127.   color: var(--wims_ref_button_color);
  128. }
  129.  
  130. /*.menuitem a:before{color:var(--wims_ref_bgcolor);}*/
  131. .wims_emph {color:var(--wims_ref_bgcolor);}
  132.  
  133. /* Breadcrumb */
  134. .breadcrumbs>li>a{color: var(--wims_ref_bgcolor)}
  135.  
  136.  
  137. input[type="submit"],input[type="button"], .main_body .wims_button{
  138.     background-color:var(--wims_ref_button_bgcolor);
  139.     color:var(--wims_ref_button_color);
  140. }
  141. .main_body .wims_button_help{
  142.     background-color:var(--wims_ref_button_help_bgcolor);
  143.     color:var(--wims_ref_button_help_color);
  144. }
  145.  
  146.  
  147. .property_fields
  148.   {border-color:var(--wims_ref_bgcolor);}
  149. .property_fields legend
  150.   {background-color: var(--wims_ref_bgcolor);}
  151. .property_fields legend,.property_fields legend>a
  152.   {color:var(--wims_ref_menucolor);}
  153.  
  154. .wims_color1 {
  155.    background-color: var(--wims_ref_bgcolor);
  156.    color:var(--wims_ref_menucolor);
  157. }
  158. .wims_color2 {
  159.   background-color:var(--wims_ref_button_bgcolor);
  160.   color:var(--wims_ref_button_color);
  161. }
  162. .wims_color3 {
  163.   background-color:var(--wims_ref_button_help_bgcolor);
  164.   color:var(--wims_ref_button_help_color);
  165. }
  166.  
  167. $class_actcolor_css
  168. </style>
  169.  
  170.  
  171. <!--end $wims_theme/htmlheader.phtml-->
  172.