Subversion Repositories wimsdev

Rev

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