Changeset 10288


Ignore:
Timestamp:
Apr 11, 2011, 11:48:54 AM (13 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass_dark_2/local_head.tpl

    r9810 r10288  
    1313});
    1414$(function(){
    15     $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200, });
     15    $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    1616    $("#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, });
     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 });
    2020});
    2121  </script>
     
    2626<style>
    2727        #menubar dl, #section_in {
    28         background:  #000!important;
     28        background: transparent !important;
    2929        }
    3030        /* 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;
     31        #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     32        background: transparent !important;
    3333        }
    3434</style>
     
    3737<style>
    3838        #menubar dl, #section_in {
    39         background:  #000!important;
     39        background: transparent !important;
    4040        }
    4141        /* contenu "section" */
    42         #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     42        #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
    4343        background:none!important;
    4444        }
     
    5858        #comments
    5959        {
    60         background:  #000!important;
     60        background: transparent !important;
    6161        }
    6262</style>
Note: See TracChangeset for help on using the changeset viewer.