Ignore:
Timestamp:
02/28/12 19:06:23 (12 years ago)
Author:
vmipsl
Message:

style IE, Safari, ...
clean <?com.medias.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_2012/trunk/web/resources/css/verticalSlide.css

    r367 r374  
    88    background: -moz-linear-gradient(white, #C0C0C0); 
    99    background: -webkit-linear-gradient(white, #COCOCO); 
     10    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#C0C0C0'); /*For IE7-8-9*/ 
    1011    -moz-border-radius: 4px 4px 4px 4px; 
    1112    -webkit-border-radius: 4px 4px 4px 4px; 
     
    7172/** #slide_activities_title **/ 
    7273#slide_activities_title:hover, #slide_activities_title.activated { 
     74    background: #003d6c; 
    7375    background: -moz-linear-gradient(#9ac8ec, #003d6c); 
    7476    background: -webkit-linear-gradient(#9ac8ec, #003d6c); 
     77    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#9ac8ec', endColorstr = '#003d6c'); /*For IE7-8-9*/ 
    7578    color: white; 
    7679} 
     
    8386/** #slide_data_title **/ 
    8487#slide_data_title:hover, #slide_data_title.activated { 
     88    background: #d51311; 
    8589    background: -moz-linear-gradient(#f9adad, #d51311) repeat scroll 0 0 transparent; 
    8690    background: -webkit-linear-gradient(#f9adad, #d51311) repeat scroll 0 0 transparent; 
     91    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#f9adad', endColorstr = '#d51311'); /*For IE7-8-9*/ 
    8792    color: white; 
    8893} 
     
    95100/** #slide_databases_title **/ 
    96101#slide_databases_title:hover, #slide_databases_title.activated { 
     102    background: #ffcf02; 
    97103    background: -moz-linear-gradient(#f8edc2, #ffcf02) repeat scroll 0 0 transparent; 
    98104    background: -webkit-linear-gradient(#f8edc2, #ffcf02) repeat scroll 0 0 transparent; 
     105    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#f8edc2', endColorstr = '#ffcf02'); /*For IE7-8-9*/ 
    99106    color: white; 
    100107} 
     
    107114/** #slide_services_title **/ 
    108115#slide_services_title:hover, #slide_services_title.activated { 
     116    background: #0569c7; 
    109117    background: -moz-linear-gradient(#a6d1f8, #0569c7) repeat scroll 0 0 transparent; 
    110118    background: -webkt-linear-gradient(#a6d1f8, #0569c7) repeat scroll 0 0 transparent; 
     119    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#a6d1f8', endColorstr = '#0569c7'); /*For IE7-8-9*/ 
    111120    color: white; 
    112121} 
Note: See TracChangeset for help on using the changeset viewer.