Subversion Repositories wimsdev

Rev

Rev 12420 | Rev 13737 | 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. $wims_CSS
  10.  
  11. <!-- uniformize browser specific styles to a default. -->
  12. <link rel="stylesheet" href="scripts/js/external/normalize.min.css" />
  13.  
  14. <!-- Styles for printing -->
  15. <link rel="stylesheet" media="print" href="html/themes/_css/print.css" />
  16.  
  17. <style>
  18. body.main_body {
  19.   /*default background-color */
  20.   background-color: #f5f5f5;
  21.  background-color: $wims_bgcolor;
  22.   $wims_bodyimg
  23.   $wims_special_font
  24. }
  25.  
  26. a {color:$wims_link_color;}
  27. a:visited {color:$wims_vlink_color;}
  28. a:hover, a:focus {color:$wims_hlink_color;}
  29.  
  30. .menuitem a{
  31.   color: $wims_ref_menucolor;
  32. }
  33.  
  34. .wimsmanager a, .wimstail, .wimstail a, .wimsmenu {
  35.   color:$wims_ref_menucolor;
  36.   background-color: $wims_ref_bgcolor;
  37. }
  38.  
  39. /*Help Links color */
  40. body.main_body .wims_button_help, a.wims_button_help{
  41.   color:$wims_ref_button_help_bgcolor;
  42. }
  43.  
  44. /*Buttons color */
  45. .wims_button, .wims_button a, input[type="button"], input[type="submit"] {
  46.   color:$wims_ref_button_bgcolor;border-color:$wims_ref_button_bgcolor;
  47. }
  48.  
  49. #wimstopbox,#wimsmenubox,#wimsmenumodubox, .wims_title_seq {
  50.  background-color:$wims_ref_bgcolor; color: $wims_ref_menucolor;}
  51. .container h4, #menu_pendant,#menu_html{
  52.   background-color:$wims_ref_bgcolor;   color:$wims_ref_button_color;}
  53. #menu_avant,#menu_apres, .infobulle{
  54.  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  55.  
  56. table.wimstable th, table.wimstable caption{
  57.   background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  58. .wimsmenu .wimstable, table.wimstable th a, table.wimstable caption a,.wimsmenu a{
  59.   color: $wims_ref_menucolor;}
  60. table.wimstable caption a.wims_button, table.wimstable th a.wims_button{
  61.   background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  62.  
  63.  
  64. /*.legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}*/
  65.  
  66. .wims_color1 {
  67.    background-color: $wims_ref_bgcolor;
  68.    color:$wims_ref_menucolor;
  69. }
  70. .wims_color2 {
  71.   background-color:$wims_ref_button_bgcolor;
  72.   color:$wims_ref_button_color;
  73. }
  74. .wims_color3 {
  75.   background-color:$wims_ref_button_help_bgcolor;
  76.   color:$wims_ref_button_help_color;
  77. }
  78.  
  79. $class_actcolor_css
  80. </style>
  81.  
  82. <!--end $wims_theme/htmlheader.phtml-->
  83.