Rev 13746 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 6240 | bpr | 1 | <!--begin of $wims_theme/htmlheader.phtml--> |
| 11726 | bpr | 2 | <meta charset="$wims_main_font" /> |
| 6240 | bpr | 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" /> |
||
| 11768 | obado | 8 | |
| 12420 | obado | 9 | <!-- uniformize browser specific styles to a default. --> |
| 13570 | obado | 10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
| 6240 | bpr | 11 | |
| 14181 | obado | 12 | $wims_CSS |
| 13 | |||
| 12420 | obado | 14 | <!-- Styles for printing --> |
| 15 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" /> |
||
| 16 | |||
| 12156 | obado | 17 | <style> |
| 13737 | obado | 18 | |
| 19 | :root { |
||
| 20 | --wims_bgcolor: $wims_bgcolor; |
||
| 21 | --wims_link_color: $wims_link_color; |
||
| 22 | --wims_vlink_color: $wims_vlink_color; |
||
| 23 | --wims_hlink_color: $wims_hlink_color; |
||
| 24 | --wims_ref_menucolor: $wims_ref_menucolor; |
||
| 25 | --wims_ref_bgcolor: $wims_ref_bgcolor; |
||
| 26 | --wims_ref_button_color: $wims_ref_button_color; |
||
| 27 | --wims_ref_button_bgcolor: $wims_ref_button_bgcolor; |
||
| 28 | } |
||
| 29 | |||
| 6240 | bpr | 30 | body.main_body { |
| 11261 | obado | 31 | /*default background-color */ |
| 32 | background-color: #f5f5f5; |
||
| 33 | background-color: $wims_bgcolor; |
||
| 34 | $wims_bodyimg |
||
| 35 | $wims_special_font |
||
| 6240 | bpr | 36 | } |
| 37 | |||
| 11768 | obado | 38 | a {color:$wims_link_color;} |
| 6240 | bpr | 39 | a:visited {color:$wims_vlink_color;} |
| 12357 | obado | 40 | a:hover, a:focus {color:$wims_hlink_color;} |
| 6240 | bpr | 41 | |
| 11261 | obado | 42 | .menuitem a{ |
| 43 | color: $wims_ref_menucolor; |
||
| 44 | } |
||
| 6240 | bpr | 45 | |
| 11261 | obado | 46 | .wimsmanager a, .wimstail, .wimstail a, .wimsmenu { |
| 47 | color:$wims_ref_menucolor; |
||
| 48 | background-color: $wims_ref_bgcolor; |
||
| 49 | } |
||
| 6240 | bpr | 50 | |
| 11261 | obado | 51 | /*Help Links color */ |
| 52 | body.main_body .wims_button_help, a.wims_button_help{ |
||
| 53 | color:$wims_ref_button_help_bgcolor; |
||
| 54 | } |
||
| 6240 | bpr | 55 | |
| 11768 | obado | 56 | /*Buttons color */ |
| 57 | .wims_button, .wims_button a, input[type="button"], input[type="submit"] { |
||
| 58 | color:$wims_ref_button_bgcolor;border-color:$wims_ref_button_bgcolor; |
||
| 59 | } |
||
| 60 | |||
| 11261 | obado | 61 | #wimstopbox,#wimsmenubox,#wimsmenumodubox, .wims_title_seq { |
| 62 | background-color:$wims_ref_bgcolor; color: $wims_ref_menucolor;} |
||
| 63 | .container h4, #menu_pendant,#menu_html{ |
||
| 64 | background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;} |
||
| 65 | #menu_avant,#menu_apres, .infobulle{ |
||
| 66 | background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;} |
||
| 67 | |||
| 68 | table.wimstable th, table.wimstable caption{ |
||
| 69 | background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;} |
||
| 70 | .wimsmenu .wimstable, table.wimstable th a, table.wimstable caption a,.wimsmenu a{ |
||
| 71 | color: $wims_ref_menucolor;} |
||
| 72 | table.wimstable caption a.wims_button, table.wimstable th a.wims_button{ |
||
| 73 | background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;} |
||
| 74 | |||
| 6648 | bpr | 75 | /*.legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}*/ |
| 76 | |||
| 7756 | bpr | 77 | .wims_color1 { |
| 6648 | bpr | 78 | background-color: $wims_ref_bgcolor; |
| 79 | color:$wims_ref_menucolor; |
||
| 80 | } |
||
| 81 | .wims_color2 { |
||
| 82 | background-color:$wims_ref_button_bgcolor; |
||
| 83 | color:$wims_ref_button_color; |
||
| 84 | } |
||
| 85 | .wims_color3 { |
||
| 86 | background-color:$wims_ref_button_help_bgcolor; |
||
| 87 | color:$wims_ref_button_help_color; |
||
| 88 | } |
||
| 10847 | bpr | 89 | |
| 10290 | bpr | 90 | $class_actcolor_css |
| 6240 | bpr | 91 | </style> |
| 92 | |||
| 93 | <!--end $wims_theme/htmlheader.phtml--> |