Rev 15043 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5677 | obado | 1 | <!--begin of $wims_theme/htmlheader.phtml--> |
17178 | bpr | 2 | <meta charset="$wims_main_font"> |
5677 | obado | 3 | <title>$module_title2</title> |
17178 | bpr | 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"> |
||
5677 | obado | 8 | |
9 | $wims_expire |
||
5904 | obado | 10 | |
12419 | obado | 11 | <!-- makes browsers render all elements more consistently --> |
17178 | bpr | 12 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css"> |
12419 | obado | 13 | |
5677 | obado | 14 | <!-- METAS iOS : --> |
17178 | bpr | 15 | <link rel="apple-touch-icon" href="gifs/wims_logo.png"> |
16 | <meta name="apple-mobile-web-app-capable" content="yes"> |
||
6527 | bpr | 17 | |
13570 | obado | 18 | <!-- prevents links from apps from opening in mobile safari> |
19 | <script src="scripts/js/external/safari_mobile_links/compressed.js"></script--> |
||
5677 | obado | 20 | |
5929 | obado | 21 | <!-- Librairies JQUERY --> |
13570 | obado | 22 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
17178 | bpr | 23 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css"> |
13570 | obado | 24 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
6481 | obado | 25 | |
14260 | obado | 26 | <!-- Foundation Accordion --> |
17178 | bpr | 27 | <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css"> |
12441 | obado | 28 | |
29 | $wims_CSS |
||
30 | |||
7429 | obado | 31 | <!-- wimsmenumodubox --> |
12357 | obado | 32 | <script src="html/themes/_inc/wimsmenumodubox.js"></script> |
5929 | obado | 33 | |
7557 | obado | 34 | <!-- javascripts utils --> |
12357 | obado | 35 | <!--script src="scripts/js/utils.js"></script--> |
6481 | obado | 36 | <!-- JQUERY pour autocompletion --> |
12357 | obado | 37 | <script src="scripts/js/interface/autocomplete.js"></script> |
6481 | obado | 38 | |
7600 | obado | 39 | <!-- Style pour impression --> |
17178 | bpr | 40 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css"> |
7600 | obado | 41 | |
12357 | obado | 42 | <style> |
6891 | obado | 43 | /* Attention : ne surtout pas utiliser "background image" ici, cela crée des bugs étranges (exercices incohérents dans modtool...);*/ |
5929 | obado | 44 | |
45 | /* Couleurs CSS configurables depuis la configuration du site */ |
||
13737 | obado | 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; |
||
13885 | obado | 55 | --wims_ref_button_help_bgcolor: $wims_ref_button_help_bgcolor; |
56 | --wims_ref_button_help_color: $wims_ref_button_help_color; |
||
13737 | obado | 57 | } |
5904 | obado | 58 | |
15005 | obado | 59 | .main_body:not(.mode_popup) { |
13885 | obado | 60 | background-color: var(--wims_ref_bgcolor); |
12357 | obado | 61 | /*color: $wims_textcolor;*/ |
62 | $wims_special_font |
||
5702 | obado | 63 | } |
6005 | obado | 64 | |
13885 | obado | 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);} |
||
5702 | obado | 68 | |
5908 | obado | 69 | #wimsbodybox{ |
12357 | obado | 70 | /*default background-color */ |
71 | background-color: #f5f5f5; |
||
13885 | obado | 72 | background-color: var(--wims_bgcolor); |
5908 | obado | 73 | } |
5904 | obado | 74 | |
7074 | obado | 75 | div#wimstailbox, |
76 | .oef_name_menu, |
||
77 | table.wimstable th, |
||
15043 | obado | 78 | .answer_analysis .oefanswername{ |
13885 | obado | 79 | background-color: var(--wims_ref_bgcolor); |
80 | color: var(--wims_ref_menucolor); |
||
5702 | obado | 81 | } |
7074 | obado | 82 | div#wimstailbox a, |
13885 | obado | 83 | .wimstable th a{ |
84 | color: var(--wims_ref_menucolor); |
||
7074 | obado | 85 | } |
86 | |||
13171 | obado | 87 | /* Foundation dropdown custom css */ |
13885 | obado | 88 | .dropdown.menu > li.is-dropdown-submenu-parent > a:after { border-top-color: var(--wims_ref_bgcolor);} |
14734 | obado | 89 | .dropdown.menu > li.is-dropdown-submenu-parent:hover > a:after { border-top-color: var(--wims_ref_bgcolor);} |
13885 | obado | 90 | .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a:after{ border-top-color: var(--wims_ref_menucolor);} |
14734 | obado | 91 | .dropdown.menu > li.is-active>a,.menu a:hover,#wimsbodybox .menu a:hover |
13885 | obado | 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)} |
||
13171 | obado | 95 | |
96 | |||
97 | /* Sliding MenuModuBox */ |
||
98 | |||
99 | .slide-menu-closed .slide-menu:hover, .slide-menu-opened .slide-menu{ |
||
13885 | obado | 100 | background-color: var(--wims_ref_bgcolor); |
6005 | obado | 101 | } |
13084 | obado | 102 | |
13171 | obado | 103 | .slide-menu, .slide-menu a{ |
13885 | obado | 104 | color: var(--wims_ref_menucolor); |
10446 | obado | 105 | } |
7074 | obado | 106 | |
107 | |||
108 | .wimstable caption a{ |
||
13885 | obado | 109 | color: var(--wims_ref_menucolor); |
7074 | obado | 110 | } |
111 | |||
10290 | bpr | 112 | .infobulle{ |
13885 | obado | 113 | background-color: var(--wims_ref_button_bgcolor); |
114 | color: var(--wims_ref_button_color); |
||
7911 | obado | 115 | } |
5702 | obado | 116 | |
13885 | obado | 117 | /*.menuitem a:before{color:var(--wims_ref_bgcolor);}*/ |
118 | .wims_emph {color:var(--wims_ref_bgcolor);} |
||
5702 | obado | 119 | |
12357 | obado | 120 | /* Breadcrumb */ |
13885 | obado | 121 | .breadcrumbs>li>a{color: var(--wims_ref_bgcolor)} |
12357 | obado | 122 | |
5702 | obado | 123 | |
11192 | obado | 124 | input[type="submit"],input[type="button"], .main_body .wims_button{ |
13885 | obado | 125 | background-color:var(--wims_ref_button_bgcolor); |
126 | color:var(--wims_ref_button_color); |
||
5911 | obado | 127 | } |
11192 | obado | 128 | .main_body .wims_button_help{ |
13885 | obado | 129 | background-color:var(--wims_ref_button_help_bgcolor); |
130 | color:var(--wims_ref_button_help_color); |
||
5911 | obado | 131 | } |
5702 | obado | 132 | |
133 | |||
10446 | obado | 134 | .property_fields |
13885 | obado | 135 | {border-color:var(--wims_ref_bgcolor);} |
11693 | obado | 136 | .property_fields legend |
13885 | obado | 137 | {background-color: var(--wims_ref_bgcolor);} |
10446 | obado | 138 | .property_fields legend,.property_fields legend>a |
13885 | obado | 139 | {color:var(--wims_ref_menucolor);} |
10446 | obado | 140 | |
7671 | bpr | 141 | .wims_color1 { |
13885 | obado | 142 | background-color: var(--wims_ref_bgcolor); |
143 | color:var(--wims_ref_menucolor); |
||
6648 | bpr | 144 | } |
6905 | obado | 145 | .wims_color2 { |
13885 | obado | 146 | background-color:var(--wims_ref_button_bgcolor); |
147 | color:var(--wims_ref_button_color); |
||
6648 | bpr | 148 | } |
149 | .wims_color3 { |
||
13885 | obado | 150 | background-color:var(--wims_ref_button_help_bgcolor); |
151 | color:var(--wims_ref_button_help_color); |
||
6648 | bpr | 152 | } |
10847 | bpr | 153 | |
10290 | bpr | 154 | $class_actcolor_css |
5702 | obado | 155 | </style> |
156 | |||
11192 | obado | 157 | |
5677 | obado | 158 | <!--end $wims_theme/htmlheader.phtml--> |