Subversion Repositories wimsdev

Rev

Rev 12357 | Rev 12590 | 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. <!-- makes browsers render all elements more consistently -->
  12. <link rel="stylesheet" href="scripts/js/bower_components/normalize.min.css" />
  13.  
  14. <!-- Foundation dropdown menu -->
  15. <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" />
  16.  
  17. <!-- METAS iOS : -->
  18. <link rel="apple-touch-icon" href="gifs/wims_logo.png" />
  19. <meta name="apple-mobile-web-app-capable" content="yes" />
  20.  
  21. <!-- prevents links from apps from opening in mobile safari -->
  22. <script src="scripts/js/bower_components/safari_mobile_links/compressed.js"></script>
  23.  
  24. <!-- Librairies JQUERY -->
  25.   <script src="scripts/js/bower_components/jquery/jquery.min.js"></script>
  26.   <link rel="stylesheet" href="scripts/js/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css" />
  27.   <script src="scripts/js/bower_components/jquery-ui/jquery-ui.min.js"></script>
  28.  
  29. <!-- JQUERY pour autocompletion -->
  30.   <script src="scripts/js/interface/autocomplete.js"></script>
  31.  
  32. <!-- Style pour impression -->
  33.   <link rel="stylesheet" media="print" href="html/themes/_css/print.css" />
  34.  
  35. <style>
  36. #wimspagebox{
  37.  background-color: $wims_bgcolor;
  38.   $wims_bodyimg
  39. }
  40. body.main_body {$wims_special_font}
  41.  
  42. a {color:$wims_link_color;}
  43. /*a:visited {color:$wims_vlink_color;}*/
  44. a:hover, a:focus {color:$wims_hlink_color;}
  45.  
  46. .wimsmanager a {color:$wims_ref_menucolor;}
  47.  
  48. #wimsmenubox,#wimsmenumodubox { color: $wims_ref_menucolor; background-color: $wims_ref_bgcolor;}
  49. #wimstopbox { background-color: $wims_ref_bgcolor;}
  50.  
  51. .property_fields{border-color: $wims_ref_bgcolor;}
  52. .property_fields legend{background-color: $wims_ref_bgcolor;}
  53. .property_fields legend,.property_fields legend>a{color:$wims_ref_menucolor;}
  54.  
  55. .container h4{ background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;}
  56. #menu_pendant,#menu_html { background-color:$wims_ref_bgcolor; color:$wims_ref_button_color;}
  57. #menu_avant,#menu_apres {  background-color:$wims_ref_button_bgcolor; color:$wims_ref_button_color;}
  58. .infobulle{ background-color: $wims_ref_button_bgcolor; color: $wims_ref_button_color;}
  59.  
  60. .topmenuitem a { color: $wims_ref_menucolor;}
  61.  
  62.  
  63. /* Breadcrumb */
  64. .breadcrumbs>li>a{color: $wims_ref_bgcolor}
  65.  
  66. #wimstopbox .menuitem:not(.is-submenu-item)>a,
  67. #wimsmenumodubox .menuitem>a,
  68. #wimsmenubox .menuitem>a,
  69. #wimstopbox .text_item
  70. { color: $wims_ref_menucolor;}
  71.  
  72. /* Tables */
  73. table.wimstable th {background-color: $wims_ref_bgcolor; color:$wims_ref_menucolor;}
  74. table.wimstable th a {color: $wims_ref_menucolor;}
  75. table.wimstable caption, .wims_title_seq,
  76. .wims_widget_box .title_box{background-color: $wims_ref_bgcolor;color: $wims_ref_menucolor;}
  77. table.wimstable caption a {color: $wims_ref_menucolor;}
  78. table.wimstable caption a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  79. table.wimstable th a.wims_button{background-color: $wims_ref_button_bgcolor;color: $wims_ref_button_color;}
  80.  
  81. input[type="submit"],input[type="button"],.main_body .wims_button{
  82.     background-color:$wims_ref_button_bgcolor;
  83.     color:$wims_ref_button_color;
  84. }
  85. .main_body .wims_button_help{
  86.     background-color:$wims_ref_button_help_bgcolor;
  87.     color:$wims_ref_button_help_color;
  88. }
  89.  
  90. .legend {background-color: $wims_ref_bgcolor;color:$wims_ref_menucolor;}
  91.  
  92. .wims_color1 {
  93.    background-color: $wims_ref_bgcolor;
  94.    color:$wims_ref_menucolor;
  95. }
  96. .wims_color2 {
  97.   background-color:$wims_ref_button_bgcolor;
  98.   color:$wims_ref_button_color;
  99. }
  100. .wims_color3 {
  101.   background-color:$wims_ref_button_help_bgcolor;
  102.   color:$wims_ref_button_help_color;
  103. }
  104.  
  105. $class_actcolor_css
  106. </style>
  107. <!--end $wims_theme/htmlheader.phtml-->
  108.