source: extensions/floOS/OS_glass_dark_2/local_head.tpl @ 10288

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

IE is too stupiiid -_-
js is now OK and colors corected for os_glass_dark_2

File size: 1.9 KB
Line 
1{combine_script id='jquery.tipTip.minified' load='header' require='jquery' path='themes/OS_glass_dark_2/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: transparent !important;
29        }
30        /* contenu "section" */
31        #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
32        background: transparent !important;
33        }
34</style>
35<![endif]-->
36<!--[if IE 7]>
37<style>
38        #menubar dl, #section_in {
39        background: transparent !important;
40        }
41        /* contenu "section" */
42        #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: transparent !important;
61        }
62</style>
63<![endif]-->
64{/literal}
Note: See TracBrowser for help on using the repository browser.