source: extensions/floOS/OS_glass_clear/local_head.tpl @ 10290

Last change on this file since 10290 was 10290, checked in by flop25, 13 years ago

IE is too stupiiid -_-
js is now OK

File size: 2.1 KB
Line 
1{combine_script id='jquery.tipTip.minified' load='header' require='jquery' path='themes/OS_glass_clear/tiptip/jquery.tipTip.minified.js'}
2{html_head}{literal}
3<script type="text/javascript">
4jQuery(document).ready(function(){
5        $(".titre_acordeon").click(function() {
6                $(this).next().toggle("medium");
7        }).next().hide();
8});
9jQuery(document).ready(function(){
10        $(".titre_acordeon_0").click(function() {
11                $(this).next().toggle("medium");
12        }).next().show();
13});
14$(function(){
15    $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
16    $("#home_icon A").tipTip({edgeOffset : 10, fadeIn : 200, fadeOut : 200, defaultPosition : "top" });
17    $(".randomButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
18    $(".navButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
19    $("#mbCategories a").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
20});
21  </script>
22{/literal}
23{/html_head}
24{literal}
25    <!--[if lt IE 7]>
26<style>
27        #menubar dl, #section_in {
28        background:  #FFF!important;
29        }
30        /* contenu "section" */
31        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
32        background:none!important;
33  color:#000!important;
34        }
35</style>
36<![endif]-->
37<!--[if IE 7]>
38<style>
39        #menubar dl, #section_in {
40        background:  #FFF!important;
41  color:#000!important;
42        }
43        /* contenu "section" */
44        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
45        background:none!important;
46  color:#000!important;
47        }
48        BODY#theCommentsPage .content,
49        BODY#theUploadPage .content,
50        BODY#theRegisterPage .content,
51        BODY#theIdentificationPage .content,
52        BODY#theProfilePage .content,
53        BODY#theSearchPage .content,
54        BODY#theAboutPage .content,
55        BODY#thePopuphelpPage .content,
56        BODY#thePasswordPage .content,
57        BODY#theNotificationPage .content,
58        BODY#theTagsPage .content,
59        BODY#theNBMPage .content,
60        #action_pict,
61        #comments
62        {
63        background:  #FFF!important;
64  color:#000!important;
65        }
66  #menubar A , #section_in A  {
67  color:#000!important;
68  }
69</style>
70<![endif]-->
71{/literal}
Note: See TracBrowser for help on using the repository browser.