source: trunk/plugins/language_switch/language_switch-default.css @ 15917

Last change on this file since 15917 was 9906, checked in by plg, 13 years ago

Language Switch:

  • display language name next to flag (and enlarge the flag box to ~400px)
  • force the links color inside the language box because the background color is

forced : on a theme like "grum dark II", the result is really awful, impossible
to read.

  • the current language is not removed from the list, this ways the list is not

reorganized depending on the current language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1.flag-pan { width:380px; z-index:100; border:2px solid #CDCDCD; background-color: #f0f0f0; padding: 2px 5px 10px 5px; }
2.languageSwitchBoxTitle {display:block;width:370px;text-align:center;margin:5px auto;font-weight:bold;color:#464646;}
3.content ul.categoryActions .flag-pan a img.flags { margin-bottom: -2px; }
4.content ul.categoryActions .flag-pan a { margin: 0; border:none; color:#464646;}
5.content ul.categoryActions .flag-pan a:hover {color:black}
6.menuf { width:30px; height:24px; display: inline; } 
7.menuf ul li a, .menuf ul li a:visited {display:block; text-decoration:none; width:120px; height:27px; text-align:left; line-height:27px; overflow:hidden; border:none}
8.menuf ul {padding:0; margin:0; list-style: none;}
9.menuf ul li {float:left; position:relative; right:0; top:0; margin-left:5px}
10.menuf ul li ul {display: none;}/* specific to non IE browsers */
11.menuf li a:hover { border:1px dotted #464646}
12.menuf .flags {border:1px solid #ddd !important; margin-top:5px; }
13.menuf ul li:hover ul {display:block; position:absolute; top:0px; right:0px; }
14.menuf ul li:hover ul li ul {display: none;}
15.menuf ul li:hover ul li {display: block;}
16.menuf ul li:hover ul li a {display:block;}
17.menuf ul li:hover ul li:hover ul {display:block; position:absolute; left:0px; top:0;}
18
19.menuf ul li a.activeFlag, .menuf ul li a.activeFlag:visited {width:30px;}
Note: See TracBrowser for help on using the repository browser.