Subversion Repositories wimsdev

Rev

Rev 15043 | 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 Accordion -->
  27. <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css">
  28.  
  29. $wims_CSS
  30.  
  31. <!-- wimsmenumodubox -->
  32. <script src="html/themes/_inc/wimsmenumodubox.js"></script>
  33.  
  34. <!-- javascripts utils -->
  35. <!--script src="scripts/js/utils.js"></script-->
  36. <!-- JQUERY pour autocompletion -->
  37. <script src="scripts/js/interface/autocomplete.js"></script>
  38.  
  39. <!-- Style pour impression -->
  40. <link rel="stylesheet" media="print" href="html/themes/_css/print.css">
  41.  
  42. <style>
  43. /* Attention : ne surtout pas utiliser "background image" ici, cela crée des bugs étranges (exercices incohérents dans modtool...);*/
  44.  
  45. /* Couleurs CSS configurables depuis la configuration du site */
  46. :root {
  47.   --wims_bgcolor: $wims_bgcolor;
  48.   --wims_link_color: $wims_link_color;
  49.   --wims_vlink_color: $wims_vlink_color;
  50.   --wims_hlink_color: $wims_hlink_color;
  51.   --wims_ref_menucolor: $wims_ref_menucolor;
  52.   --wims_ref_bgcolor: $wims_ref_bgcolor;
  53.   --wims_ref_button_color: $wims_ref_button_color;
  54.   --wims_ref_button_bgcolor: $wims_ref_button_bgcolor;
  55.   --wims_ref_button_help_bgcolor: $wims_ref_button_help_bgcolor;
  56.   --wims_ref_button_help_color: $wims_ref_button_help_color;
  57. }
  58.  
  59. .main_body:not(.mode_popup) {
  60.   background-color: var(--wims_ref_bgcolor);
  61.   /*color: $wims_textcolor;*/
  62.   $wims_special_font
  63. }
  64.  
  65. a, .ui-widget-content a{color:var(--wims_link_color);}
  66. /*a:visited {color:var(--wims_vlink_color);}*/
  67. a:hover, a:focus {color:var(--wims_hlink_color);}
  68.  
  69. #wimsbodybox{
  70.  /*default background-color */
  71.   background-color: #f5f5f5;
  72.  background-color: var(--wims_bgcolor);
  73. }
  74.  
  75. div#wimstailbox,
  76. .oef_name_menu,
  77. table.wimstable th,
  78. .answer_analysis .oefanswername{
  79.   background-color: var(--wims_ref_bgcolor);
  80.   color: var(--wims_ref_menucolor);
  81. }
  82. div#wimstailbox a,
  83. .wimstable th a{
  84.   color: var(--wims_ref_menucolor);
  85. }
  86.  
  87. /* Foundation dropdown custom css */
  88. .dropdown.menu > li.is-dropdown-submenu-parent > a:after { border-top-color: var(--wims_ref_bgcolor);}
  89. .dropdown.menu > li.is-dropdown-submenu-parent:hover > a:after { border-top-color: var(--wims_ref_bgcolor);}
  90. .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after{ border-top-color: var(--wims_ref_menucolor);}
  91. .dropdown.menu > li.is-active>a,.menu a:hover,#wimsbodybox .menu a:hover
  92.  { background-color: var(--wims_ref_bgcolor);color:var(--wims_ref_menucolor)}
  93. .is-dropdown-submenu li:hover{ background-color: var(--wims_ref_bgcolor)}
  94. .is-dropdown-submenu a:hover{ color:var(--wims_ref_menucolor)}
  95.  
  96.  
  97. /* Sliding MenuModuBox */
  98.  
  99. .slide-menu-closed .slide-menu:hover, .slide-menu-opened .slide-menu{
  100.   background-color: var(--wims_ref_bgcolor);
  101. }
  102.  
  103. .slide-menu, .slide-menu a{
  104.   color: var(--wims_ref_menucolor);
  105. }
  106.  
  107.  
  108. .wimstable caption a{
  109.   color: var(--wims_ref_menucolor);
  110. }
  111.  
  112. .infobulle{
  113.   background-color: var(--wims_ref_button_bgcolor);
  114.   color: var(--wims_ref_button_color);
  115. }
  116.  
  117. /*.menuitem a:before{color:var(--wims_ref_bgcolor);}*/
  118. .wims_emph {color:var(--wims_ref_bgcolor);}
  119.  
  120. /* Breadcrumb */
  121. .breadcrumbs>li>a{color: var(--wims_ref_bgcolor)}
  122.  
  123.  
  124. input[type="submit"],input[type="button"], .main_body .wims_button{
  125.     background-color:var(--wims_ref_button_bgcolor);
  126.     color:var(--wims_ref_button_color);
  127. }
  128. .main_body .wims_button_help{
  129.     background-color:var(--wims_ref_button_help_bgcolor);
  130.     color:var(--wims_ref_button_help_color);
  131. }
  132.  
  133.  
  134. .property_fields
  135.   {border-color:var(--wims_ref_bgcolor);}
  136. .property_fields legend
  137.   {background-color: var(--wims_ref_bgcolor);}
  138. .property_fields legend,.property_fields legend>a
  139.   {color:var(--wims_ref_menucolor);}
  140.  
  141. .wims_color1 {
  142.    background-color: var(--wims_ref_bgcolor);
  143.    color:var(--wims_ref_menucolor);
  144. }
  145. .wims_color2 {
  146.   background-color:var(--wims_ref_button_bgcolor);
  147.   color:var(--wims_ref_button_color);
  148. }
  149. .wims_color3 {
  150.   background-color:var(--wims_ref_button_help_bgcolor);
  151.   color:var(--wims_ref_button_help_color);
  152. }
  153.  
  154. $class_actcolor_css
  155. </style>
  156.  
  157.  
  158. <!--end $wims_theme/htmlheader.phtml-->
  159.