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"> |
---|
4 | jQuery(document).ready(function(){ |
---|
5 | $(".titre_acordeon").click(function() { |
---|
6 | $(this).next().toggle("medium"); |
---|
7 | }).next().hide(); |
---|
8 | }); |
---|
9 | jQuery(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 | } |
---|
34 | </style> |
---|
35 | <![endif]--> |
---|
36 | <!--[if IE 7]> |
---|
37 | <style> |
---|
38 | #menubar dl, #section_in { |
---|
39 | background: #FFF!important; |
---|
40 | } |
---|
41 | /* contenu "section" */ |
---|
42 | #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{ |
---|
43 | background:none!important; |
---|
44 | } |
---|
45 | BODY#theCommentsPage .content, |
---|
46 | BODY#theUploadPage .content, |
---|
47 | BODY#theRegisterPage .content, |
---|
48 | BODY#theIdentificationPage .content, |
---|
49 | BODY#theProfilePage .content, |
---|
50 | BODY#theSearchPage .content, |
---|
51 | BODY#theAboutPage .content, |
---|
52 | BODY#thePopuphelpPage .content, |
---|
53 | BODY#thePasswordPage .content, |
---|
54 | BODY#theNotificationPage .content, |
---|
55 | BODY#theTagsPage .content, |
---|
56 | BODY#theNBMPage .content, |
---|
57 | #action_pict, |
---|
58 | #comments |
---|
59 | { |
---|
60 | background: #FFF!important; |
---|
61 | } |
---|
62 | </style> |
---|
63 | <![endif]--> |
---|
64 | {/literal} |
---|