Changeset 9420 for extensions/PHP_Optimisateur/template
- Timestamp:
- Feb 28, 2011, 3:59:00 PM (14 years ago)
- Location:
- extensions/PHP_Optimisateur/template/css
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PHP_Optimisateur/template/css/screen.css
r9201 r9420 116 116 margin-bottom:1px; 117 117 } 118 .lang a {118 /* .lang a { 119 119 margin:-4px 10px; 120 120 float:right; … … 124 124 -moz-box-shadow:0 0 4px #07f; 125 125 -webkit-box-shadow:0 0 4px #07f; 126 } 126 } */ 127 127 128 128 … … 244 244 -webkit-box-shadow: 0 0 2px #888, inset 0 0 2px #888; 245 245 } 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.