source: trunk/plugins/language_switch/language_switch.css @ 3369

Last change on this file since 3369 was 3369, checked in by vdigital, 15 years ago

Merge: 3368
+ Language Switch enhanced design and concepts.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1.flag-pan { width:132px; z-index:100; border:2px solid; background-color: #111; padding: 2px 5px 10px 5px; 
2-moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px;}
3.content ul.categoryActions .flag-pan a img.flags { margin: 5px 2px 10px; }
4.content ul.categoryActions .flag-pan a { margin: 0; }
5.menuf { width:30px; height:24px; display: inline; } 
6.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;}
7.menuf ul {padding:0; margin:0; list-style: none;}
8.menuf ul li {float:left; position:relative; right: 0; top: 0;}
9.menuf ul li ul {display: none;}/* specific to non IE browsers */
10.menuf li a:hover { border:0 !important;}
11.menuf .flags {border:1px solid #000 !important; }
12.menuf ul li:hover ul {display:block; position:absolute; top:0px; left:-96px; }
13.menuf ul li:hover ul li ul {display: none;}
14.menuf ul li:hover ul li {display: block;}
15.menuf ul li:hover ul li a {display:block;}
16.menuf ul li:hover ul li:hover ul {display:block; position:absolute; left:0px; top:0;}
Note: See TracBrowser for help on using the repository browser.