Ignore:
Timestamp:
Oct 13, 2010, 1:05:53 PM (14 years ago)
Author:
pab
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/theme_switch-default.css

    r7072 r7171  
    1 .flag-pan { width:132px; z-index:100; border-width:1px; border-style: solid; background-color: #999; padding: 2px 5px 10px 5px; }
    2 .content ul.categoryActions .flag-pan a img.flags { margin: 5px 2px 10px; }
    3 .content ul.categoryActions .flag-pan a { margin: 0; }
    4 .menuf { width:30px; height:24px; display: inline; }
    5 .menuf ul li a, .menuf ul li a:visited {display:block; text-decoration:none; width:44px; height:27px; text-align:center; line-height:27px; overflow:hidden;}
    6 .menuf ul {padding:0; margin:0; list-style: none;}
    7 .menuf ul li {float:left; position:relative; right: 0; top: 0;}
    8 .menuf ul li ul {display: none;}/* specific to non IE browsers */
    9 .menuf li a:hover { border:0 !important;}
    10 .menuf .flags {border-width:1px !important; ; border-style: solid !important; }
    11 .menuf ul li:hover ul {display:block; position:absolute; top:0px; left:-96px; }
    12 .menuf ul li:hover ul li ul {display: none;}
    13 .menuf ul li:hover ul li {display: block;}
    14 .menuf ul li:hover ul li a {display:block;}
    15 .menuf ul li:hover ul li:hover ul {display:block; position:absolute; left:0px; top:0;}
     1.theme_flag-pan { width:530px; z-index:800; border-width:1px; border-style: solid; background-color: #999; padding: 2px 5px 10px 5px; }
     2.content ul.categoryActions .theme_flag-pan a img.theme_flags { margin: 5px 2px 10px; }
     3.content ul.categoryActions .theme_flag-pan a { margin: 0; }
     4.theme_menuf { width:40px; height:24px; display: inline; }
     5.theme_menuf ul li a, .theme_menuf ul li a:visited {display:block; text-decoration:none; overflow:hidden;}
     6.theme_menuf ul {padding:0; margin:0; list-style: none;}
     7.theme_menuf ul li {float:left; position:relative; right: 0; top: 0;}
     8.theme_menuf ul li ul {display: none;}/* specific to non IE browsers */
     9.theme_menuf li a:hover { border:0 !important;}
     10.theme_menuf .theme_flags {width:100px !important; ; height:60px; text-align:center; line-height:80px; border-width:1px !important; ; border-style: solid !important; }
     11.theme_menuf .theme_flag {width:44px; height:27px; line-height:27px; text-align:center; border-width:1px !important; ; border-style: solid !important; }
     12.theme_menuf ul li:hover ul {display:block; position:absolute; top:0px; left:-420px; }
     13.theme_menuf ul li:hover ul li ul {display: none;}
     14.theme_menuf ul li:hover ul li {display: block;}
     15.theme_menuf ul li:hover ul li a {display:block;}
     16.theme_menuf ul li:hover ul li:hover ul {display:block; position:absolute; left:0; top:0;}
Note: See TracChangeset for help on using the changeset viewer.