Rev 13737 | Rev 14260 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4118 | obado | 1 | <!--begin of $wims_theme/htmlheader.phtml--> |
11726 | bpr | 2 | <meta charset="$wims_main_font" /> |
16 | reyssat | 3 | <title>$module_title2</title> |
6226 | 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" /> |
||
12357 | obado | 8 | |
13737 | obado | 9 | <!-- makes browsers render all elements more consistently --> |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
||
11 | |||
12441 | obado | 12 | <!-- Foundation dropdown menu --> |
13 | <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" /> |
||
14 | <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" /> |
||
15 | |||
16 | reyssat | 16 | $wims_CSS |
12420 | obado | 17 | |
4969 | obado | 18 | <!-- METAS iOS : --> |
19 | <link rel="apple-touch-icon" href="gifs/wims_logo.png" /> |
||
6226 | bpr | 20 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
6481 | obado | 21 | |
13570 | obado | 22 | <!-- prevents links from apps from opening in mobile safari> |
23 | <script src="scripts/js/external/safari_mobile_links/compressed.js"></script--> |
||
4969 | obado | 24 | |
6481 | obado | 25 | <!-- Librairies JQUERY --> |
13570 | obado | 26 | <script src="scripts/js/external/jquery/jquery.min.js"></script> |
27 | <link rel="stylesheet" href="scripts/js/external/jquery-ui/themes/smoothness/jquery-ui.min.css" /> |
||
28 | <script src="scripts/js/external/jquery-ui/jquery-ui.min.js"></script> |
||
6481 | obado | 29 | |
30 | <!-- JQUERY pour autocompletion --> |
||
12357 | obado | 31 | <script src="scripts/js/interface/autocomplete.js"></script> |
6481 | obado | 32 | |
4760 | obado | 33 | <!-- Style pour impression --> |
12357 | obado | 34 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" /> |
4760 | obado | 35 | |
12357 | obado | 36 | <style> |
13737 | obado | 37 | |
38 | :root { |
||
39 | --wims_bgcolor: $wims_bgcolor; |
||
40 | --wims_link_color: $wims_link_color; |
||
41 | --wims_vlink_color: $wims_vlink_color; |
||
42 | --wims_hlink_color: $wims_hlink_color; |
||
43 | --wims_ref_menucolor: $wims_ref_menucolor; |
||
44 | --wims_ref_bgcolor: $wims_ref_bgcolor; |
||
45 | --wims_ref_button_color: $wims_ref_button_color; |
||
46 | --wims_ref_button_bgcolor: $wims_ref_button_bgcolor; |
||
47 | } |
||
48 | |||
9727 | obado | 49 | #wimspagebox{ |
50 | background-color: $wims_bgcolor; |
||
51 | $wims_bodyimg |
||
52 | } |
||
12357 | obado | 53 | body.main_body {$wims_special_font} |
6231 | bpr | 54 | |
12801 | obado | 55 | a, .ui-widget-content a{color:$wims_link_color;} |
12357 | obado | 56 | /*a:visited {color:$wims_vlink_color;}*/ |
57 | a:hover, a:focus {color:$wims_hlink_color;} |
||
58 | |||
6040 | bpr | 59 | .wimsmanager a {color:$wims_ref_menucolor;} |
5904 | obado | 60 | |
10446 | obado | 61 | #wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;} |
62 | #wimstopbox { background-color: $wims_ref_bgcolor;} |
||
4957 | obado | 63 | |
11691 | obado | 64 | .property_fields{border-color: $wims_ref_bgcolor;} |
65 | .property_fields legend{background-color: $wims_ref_bgcolor;} |
||
10403 | obado | 66 | .property_fields legend,.property_fields legend>a{color:$wims_ref_menucolor;} |
7245 | obado | 67 | |
7565 | bpr | 68 | .container h4{ background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;} |
69 | #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;} |
||
5992 | bpr | 70 | #menu_avant,#menu_apres { background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;} |
12357 | obado | 71 | .infobulle{ background-color: $wims_ref_button_bgcolor; color: $wims_ref_button_color;} |
3429 | obado | 72 | |
12590 | obado | 73 | #wimstopbox { color: $wims_ref_menucolor;} |
12357 | obado | 74 | |
12441 | obado | 75 | /* Foundation dropdown custom css */ |
76 | #wimstopbox .dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-top-color: $wims_ref_menucolor;} |
||
77 | #wimsbodybox .dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-top-color: $wims_ref_bgcolor;} |
||
78 | .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after{ border-top-color: $wims_ref_menucolor} |
||
79 | .menu .is-active,#wimsbodybox .menu a:hover,.is-dropdown-submenu li:hover{ background-color: $wims_ref_bgcolor} |
||
80 | .menu .is-active>a,#wimsbodybox .menu a:hover,.is-dropdown-submenu a:hover{ color:$wims_ref_menucolor} |
||
12357 | obado | 81 | |
12590 | obado | 82 | #wimstopbox>.menu>.menuitem>a:hover, |
83 | #wimsmenubox>.menu a:hover, |
||
13570 | obado | 84 | #wimsmenumodubox a:hover, |
85 | #wimsmenumodubox .menu a:hover{ |
||
12590 | obado | 86 | color: $wims_ref_bgcolor; |
87 | background-color:$wims_ref_menucolor; |
||
88 | } |
||
89 | |||
12357 | obado | 90 | /* Breadcrumb */ |
13570 | obado | 91 | .breadcrumbs>li>a{color:$wims_ref_bgcolor} |
12357 | obado | 92 | |
13570 | obado | 93 | |
94 | .wims_emph {color:$wims_ref_bgcolor;} |
||
95 | |||
10414 | obado | 96 | #wimstopbox .menuitem:not(.is-submenu-item)>a, |
13570 | obado | 97 | #wimsmenumodubox a, |
12590 | obado | 98 | #wimsmenubox .menuitem>a |
10414 | obado | 99 | { color: $wims_ref_menucolor;} |
3429 | obado | 100 | |
12357 | obado | 101 | /* Tables */ |
12636 | obado | 102 | .wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;} |
103 | .wimstable th a {color: $wims_ref_menucolor;} |
||
104 | .wimstable caption, .wims_title_seq, |
||
12357 | obado | 105 | .wims_widget_box .title_box{background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;} |
12636 | obado | 106 | .wimstable>caption a {color: $wims_ref_menucolor;} |
107 | .wimstable>caption .wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;} |
||
108 | .wimstable th .wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;} |
||
3235 | bpr | 109 | |
11192 | obado | 110 | input[type="submit"],input[type="button"],.main_body .wims_button{ |
5911 | obado | 111 | background-color:$wims_ref_button_bgcolor; |
112 | color:$wims_ref_button_color; |
||
113 | } |
||
11192 | obado | 114 | .main_body .wims_button_help{ |
5911 | obado | 115 | background-color:$wims_ref_button_help_bgcolor; |
116 | color:$wims_ref_button_help_color; |
||
117 | } |
||
3199 | bpr | 118 | |
6660 | bpr | 119 | .legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;} |
5699 | obado | 120 | |
7565 | bpr | 121 | .wims_color1 { |
6648 | bpr | 122 | background-color: $wims_ref_bgcolor; |
123 | color:$wims_ref_menucolor; |
||
124 | } |
||
6905 | obado | 125 | .wims_color2 { |
6648 | bpr | 126 | background-color:$wims_ref_button_bgcolor; |
127 | color:$wims_ref_button_color; |
||
128 | } |
||
129 | .wims_color3 { |
||
130 | background-color:$wims_ref_button_help_bgcolor; |
||
131 | color:$wims_ref_button_help_color; |
||
132 | } |
||
10847 | bpr | 133 | |
10290 | bpr | 134 | $class_actcolor_css |
3063 | bpr | 135 | </style> |
5992 | bpr | 136 | <!--end $wims_theme/htmlheader.phtml--> |