Ignore:
Timestamp:
Feb 28, 2011, 3:59:00 PM (13 years ago)
Author:
mistic100
Message:

[tools] PHP Optimisateur

  • languages links in a popup
  • add a new plugin mode 'ProcessHigh' for high priority plugins (not used yet)
Location:
extensions/PHP_Optimisateur/template/css
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/template/css/screen.css

    r9201 r9420  
    116116                margin-bottom:1px;
    117117        }
    118         .lang a {
     118        /* .lang a {
    119119                margin:-4px 10px;
    120120                float:right;
     
    124124                        -moz-box-shadow:0 0 4px #07f;
    125125                        -webkit-box-shadow:0 0 4px #07f;
    126                 }
     126                } */
    127127       
    128128
     
    244244        -webkit-box-shadow: 0 0 2px #888, inset 0 0 2px #888;
    245245}
     246
     247#languageSwitchLink {
     248        float:right;
     249        width:90px;
     250        padding:0 5px;
     251        text-align:left;
     252}
     253
     254#languageSwitchBox {
     255        position:absolute;
     256        top:5px;
     257        right:50%;
     258        margin-right:-470px;
     259        width:90px;
     260        z-index:99;
     261        padding:5px;
     262        background:#0a0a0a;
     263        -moz-box-shadow:0 0 5px #000;
     264        -webkit-box-shadow:0 0 5px #000;
     265        text-align:left;
     266        opacity:0.8;
     267        filter:alpha(opacity=80);
     268}
     269
     270#languageSwitchBox *, #languageSwitchLink * {
     271        font-size:13px;
     272        text-shadow:none;
     273        font-weight:normal;
     274        color:#eee;
     275}
     276
     277#languageSwitchBox ul, #languageSwitchLink ul {
     278        list-style:none;
     279        margin:0 5px 0 5px;
     280}
Note: See TracChangeset for help on using the changeset viewer.