Rev 13733 | Rev 13744 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13733 | Rev 13737 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | <meta name="description" content="$module_description $wims_site_description" /> |
5 | <meta name="description" content="$module_description $wims_site_description" /> |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords" /> |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords" /> |
7 | <meta name="Author" content="$module_author" /> |
7 | <meta name="Author" content="$module_author" /> |
8 | 8 | ||
9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/> |
9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/> |
- | 10 | ||
- | 11 | <!-- makes browsers render all elements more consistently --> |
|
- | 12 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
|
10 | 13 | ||
11 | <!-- Foundation dropdown menu --> |
14 | <!-- Foundation dropdown menu --> |
12 | <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" /> |
15 | <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" /> |
13 | <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" /> |
16 | <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" /> |
14 | 17 | ||
15 | $wims_CSS |
18 | $wims_CSS |
16 | - | ||
17 | <!-- makes browsers render all elements more consistently --> |
- | |
18 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
- | |
19 | 19 | ||
20 | <!-- METAS iOS : --> |
20 | <!-- METAS iOS : --> |
21 | <link rel="apple-touch-icon" href="gifs/wims_logo.png" /> |
21 | <link rel="apple-touch-icon" href="gifs/wims_logo.png" /> |
22 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
22 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
23 | 23 | ||
Line 26... | Line 26... | ||
26 | 26 | ||
27 | <!-- Librairies JQUERY --> |
27 | <!-- Librairies JQUERY --> |
28 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
28 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
29 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" /> |
29 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" /> |
30 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
30 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
31 | 31 | ||
32 | <!-- JQUERY pour autocompletion --> |
32 | <!-- JQUERY pour autocompletion --> |
33 | <script src="scripts/js/interface/autocomplete.js"></script> |
33 | <script src="scripts/js/interface/autocomplete.js"></script> |
34 | 34 | ||
35 | <!-- Style pour impression --> |
35 | <!-- Style pour impression --> |
36 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" /> |
36 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" /> |
37 | 37 | ||
38 | <style> |
38 | <style> |
- | 39 | ||
- | 40 | :root { |
|
- | 41 | --wims_bgcolor: $wims_bgcolor; |
|
- | 42 | --wims_link_color: $wims_link_color; |
|
- | 43 | --wims_vlink_color: $wims_vlink_color; |
|
- | 44 | --wims_hlink_color: $wims_hlink_color; |
|
- | 45 | --wims_ref_menucolor: $wims_ref_menucolor; |
|
- | 46 | --wims_ref_bgcolor: $wims_ref_bgcolor; |
|
- | 47 | --wims_ref_button_color: $wims_ref_button_color; |
|
- | 48 | --wims_ref_button_bgcolor: $wims_ref_button_bgcolor; |
|
- | 49 | } |
|
- | 50 | ||
39 | #wimspagebox{ |
51 | #wimspagebox{ |
40 | background-color: $wims_bgcolor; |
52 | background-color: $wims_bgcolor; |
41 | $wims_bodyimg |
53 | $wims_bodyimg |
42 | } |
54 | } |
43 | body.main_body {$wims_special_font} |
55 | body.main_body {$wims_special_font} |