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

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

config var extend : for dynamic_tab
adding the ability to create a local file : themeconf_local.inc.php
adding tiptip for icons
language code in smarty tag changed -> I hate that change !!

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