source: extensions/floOS/OS_glass/local_head.tpl @ 9109

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

first commit : update for 2.1 and higher
the features in picture.tpl are in reverse : the floating box disappeared

File size: 1.5 KB
Line 
1{literal}
2<script type="text/javascript" src="themes/default/js/jquery.js"></script>
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 
15  </script>
16    <!--[if lt IE 7]>
17<style>
18        #menubar dl, #section_in {
19        background:  #FFF!important;
20        }
21        /* contenu "section" */
22        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
23        background:none!important;
24        }
25</style>
26<![endif]-->
27<!--[if IE 7]>
28<style>
29        #menubar dl, #section_in {
30        background:  #FFF!important;
31        }
32        /* contenu "section" */
33        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
34        background:none!important;
35        }
36        BODY#theCommentsPage .content,
37        BODY#theUploadPage .content,
38        BODY#theRegisterPage .content,
39        BODY#theIdentificationPage .content,
40        BODY#theProfilePage .content,
41        BODY#theSearchPage .content,
42        BODY#theAboutPage .content,
43        BODY#thePopuphelpPage .content,
44        BODY#thePasswordPage .content,
45        BODY#theNotificationPage .content,
46        BODY#theTagsPage .content,
47        BODY#theNBMPage .content,
48        #action_pict,
49        #comments
50        {
51        background:  #FFF!important;
52        }
53</style>
54<![endif]-->
55{/literal}
Note: See TracBrowser for help on using the repository browser.