Ignore:
Timestamp:
Jan 14, 2013, 8:07:25 PM (11 years ago)
Author:
flop25
Message:

optimal size
switchlanguage style

todo lang file to spread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_glass_xl/theme.css

    r16380 r20153  
    7272        text-shadow: 0 0 2px #000;
    7373}
    74 
     74#languageSwitchBox{
     75        font-size: 11px;
     76        color: #000033 !important;
     77        text-shadow: 0 0 2px #ccc;
     78        padding: 4px 8px;
     79        border: 1px solid rgba(255,255,255,0.25);
     80        background-color: rgb(255,255,255) !important;
     81        background-color: rgba(255,255,255,0.92)!important;
     82        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     83        border-radius: 3px;
     84        -webkit-border-radius: 3px;
     85        -moz-border-radius: 3px;
     86        box-shadow: 0 0 5px #555;
     87        -webkit-box-shadow: 0 0 5px #555;
     88        -moz-box-shadow: 0 0 5px #555;
     89}
     90#languageSwitchBox A {
     91        color: #000 !important;
     92}
     93
     94#languageSwitchBox A:hover {
     95        text-shadow: 0 0 2px #000 !important;
     96}
    7597
    7698/* Page
Note: See TracChangeset for help on using the changeset viewer.