Changeset 10288 for extensions/floOS/OS_glass_dark_2
- Timestamp:
- Apr 11, 2011, 11:48:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floOS/OS_glass_dark_2/local_head.tpl
r9810 r10288 13 13 }); 14 14 $(function(){ 15 $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 ,});15 $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 }); 16 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 ,});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 20 }); 21 21 </script> … … 26 26 <style> 27 27 #menubar dl, #section_in { 28 background: #000!important;28 background: transparent !important; 29 29 } 30 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;31 #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{ 32 background: transparent !important; 33 33 } 34 34 </style> … … 37 37 <style> 38 38 #menubar dl, #section_in { 39 background: #000!important;39 background: transparent !important; 40 40 } 41 41 /* 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{ 43 43 background:none!important; 44 44 } … … 58 58 #comments 59 59 { 60 background: #000!important;60 background: transparent !important; 61 61 } 62 62 </style>
Note: See TracChangeset
for help on using the changeset viewer.