source: trunk/plugins/language_switch/language_switch-Sylvia.css @ 12922

Last change on this file since 12922 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: 328 bytes
Line 
1.flag-pan { border:1px solid; background-color: #111; }
2.content ul.categoryActions .flag-pan a:hover {color:#ddd}
3.menuf .flags {border-color: #000 !important; }
4
5.flag-pan {     border-radius: 8px; } /* round corners with CSS3 compliant browsers */
6.flag-pan { -moz-border-radius:8px; } 
7.flag-pan { -webkit-border-radius: 8px; }
Note: See TracBrowser for help on using the repository browser.