Subversion Repositories wimsdev

Rev

Rev 13746 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!--begin of $wims_theme/htmlheader.phtml-->
  2. <meta charset="$wims_main_font" />
  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" />
  8.  
  9. <!-- uniformize browser specific styles to a default. -->
  10. <link rel="stylesheet" href="scripts/js/external/normalize.min.css" />
  11.  
  12. $wims_CSS
  13.  
  14. <!-- Styles for printing -->
  15. <link rel="stylesheet" media="print" href="html/themes/_css/print.css" />
  16.  
  17. <style>
  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.  
  30. body.main_body {
  31.   /*default background-color */
  32.   background-color: #f5f5f5;
  33.  background-color: $wims_bgcolor;
  34.   $wims_bodyimg
  35.   $wims_special_font
  36. }
  37.  
  38. a {color:$wims_link_color;}
  39. a:visited {color:$wims_vlink_color;}
  40. a:hover, a:focus {color:$wims_hlink_color;}
  41.  
  42. .menuitem a{
  43.   color: $wims_ref_menucolor;
  44. }
  45.  
  46. .wimsmanager a, .wimstail, .wimstail a, .wimsmenu {
  47.   color:$wims_ref_menucolor;
  48.   background-color: $wims_ref_bgcolor;
  49. }
  50.  
  51. /*Help Links color */
  52. body.main_body .wims_button_help, a.wims_button_help{
  53.   color:$wims_ref_button_help_bgcolor;
  54. }
  55.  
  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.  
  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.  
  75. /*.legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}*/
  76.  
  77. .wims_color1 {
  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. }
  89.  
  90. $class_actcolor_css
  91. </style>
  92.  
  93. <!--end $wims_theme/htmlheader.phtml-->
  94.