Changeset 8055
- Timestamp:
- Mar 12, 2009, 12:19:05 PM (12 years ago)
- Location:
- trunk/web/stylesheets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/stylesheets/ie6.css
r7922 r8055 15 15 position: absolute; 16 16 } 17 ul.torrent_list { 18 width: 98%; 19 } 20 ul.torrent_list li.even { 21 background-color: #EDF3FE !important; 22 zoom: 1.0; 23 } 24 25 ul.torrent_list li.selected { 26 background-color: #3879D7 !important; 27 color: #FFF; 28 zoom: 1.0; 29 } 30 div.torrent_footer ul#settings_menu li#button:active, 31 div.torrent_footer ul#settings_menu li#button:hover { 32 background-position: -32px -75px; 33 } 34 .trans_menu li.main li { 35 width: 100%; 36 } 37 .trans_menu li.active { 38 background-image: none !important; 39 } 40 .trans_menu li.hover { 41 z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ 42 background-color: #24e; 43 color: #fff; 44 text-shadow: none; 45 margin-bottom: 0px; 46 margin-top: 0px; 47 } 48 49 div.torrent_footer ul#settings_menu li#button:active, 50 div.torrent_footer ul#settings_menu li#button:hover { 51 background-position: -32px -75px; 52 } 53 .trans_menu li.main li { 54 width: auto; 55 } 56 .trans_menu li.active { 57 background-image: none !important; 58 } 59 .trans_menu .innerBox li.hover { 60 z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ 61 background-color: #24e !important; 62 color: #fff !important; 63 text-shadow: none; 64 } 65 .trans_menu ul { 66 width: 210px; 67 } 68 .trans_menu li.separator { 69 line-height: 0px; 70 height: 1px !important; 71 font-size: 0px; 72 width: auto; 73 } 74 .trans_menu li, .trans_menu li.active { 75 position: relative; 76 width: auto; 77 zoom: 1.0; 78 } 79 .trans_menu li span.arrow { 80 position: absolute; 81 right: 3px; top: 0px; 82 } 83 .trans_menu ul ul { 84 margin-left: 0px !important; 85 } 86 .trans_menu li .innerBox .outerbox { 87 top: auto !important; 88 bottom: 0px !important; 89 } -
trunk/web/stylesheets/ie7.css
r7922 r8055 12 12 top: -12px; 13 13 } 14 15 div.torrent_footer ul#settings_menu li#button:active, 16 div.torrent_footer ul#settings_menu li#button:hover { 17 background-position: -32px -75px; 18 } 19 .trans_menu li.main li { 20 width: auto; 21 } 22 .trans_menu li.active { 23 background-image: none !important; 24 } 25 .trans_menu .innerBox li.hover { 26 z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ 27 background-color: #24e !important; 28 color: #fff !important; 29 text-shadow: none; 30 margin-bottom: 0px; 31 margin-top: 0px; 32 } 33 .trans_menu ul { 34 width: 210px; 35 } 36 .trans_menu li.separator { 37 line-height: 0px; 38 height: 1px !important; 39 font-size: 0px; 40 width: auto; 41 } 42 .trans_menu li, .trans_menu li.active { 43 position: relative; 44 width: auto; 45 zoom: 1.0; 46 } 47 .trans_menu li span.arrow { 48 position: absolute; 49 right: 3px; top: 0px; 50 } 51 .trans_menu ul ul { 52 margin-left: 0px !important; 53 } 54 .trans_menu li .innerBox .outerbox { 55 top: auto !important; 56 bottom: 0px !important; 57 }
Note: See TracChangeset
for help on using the changeset viewer.