Ignore:
Timestamp:
01/18/12 17:11:58 (12 years ago)
Author:
vmipsl
Message:

clean
slides

File:
1 edited

Legend:

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

    r352 r353  
    1 #slideTitle { 
    2  
     1.containerSlide { 
     2    -moz-border-radius: 0 0 4px 4px; 
     3    background-color: #F5F5F5; 
    34} 
    45 
    56.containerSlideTitle { 
    6     /*-moz-border-radius: 4px 4px 4px 4px;*/ 
    7     /*-webkit-border-radius: 4px 4px 4px 4px;*/ 
    87    background: -moz-linear-gradient(white, #C0C0C0); 
    98    background: -webkit-linear-gradient(white, #COCOCO); 
    10     margin-top: 5px; 
     9    -moz-border-radius: 4px 4px 4px 4px; 
     10    -webkit-border-radius: 4px 4px 4px 4px; 
     11    float: left; 
     12    padding-top: 5px; 
    1113    padding-left: 10px; 
    1214    font-weight: bold; 
     15    width: 970px; 
     16    height: 24px; 
    1317} 
    1418 
    1519.containerSlideTitle:hover { 
    16     background: -moz-linear-gradient(#3299CC, #3299CC); 
    17     background: -webkit-linear-gradient(#236B8E, #236B8E); 
    1820    color: white; 
    1921} 
     22 
     23.containerSlideTitle.activated { 
     24    -moz-border-radius: 4px 4px 0 0; 
     25    -webkit-border-radius: 4px 4px 0 0; 
     26} 
     27 
     28.containerSlideTitle_image { 
     29    float: left; 
     30    width: 15px; 
     31    height: 18px; 
     32    margin-top: 3px; 
     33} 
     34 
     35.containerSlideTitle_text { 
     36    float: left; 
     37    margin-top: -2px; 
     38    margin-left: 7px; 
     39} 
     40 
     41.containerSlideContent { 
     42    -moz-border-radius: 0 0 4px 4px; 
     43    -webkit-border-radius: 0 0 4px 4px; 
     44    background-color: #F5F5F5; 
     45} 
     46 
     47/** ***************************************************** **/ 
     48/** *********************** INIT.JSP ******************** **/ 
     49/** ***************************************************** **/ 
     50#slide_activities_title:hover .containerSlideTitle_image, #slide_data_title:hover .containerSlideTitle_image, #slide_databases_title:hover .containerSlideTitle_image, #slide_services_title:hover .containerSlideTitle_image { 
     51    background-image: url("../../resources/icons/arrow_white_right.png"); 
     52    background-repeat: no-repeat; 
     53} 
     54 
     55#slide_activities_title.activated .containerSlideTitle_image, #slide_data_title.activated .containerSlideTitle_image, #slide_databases_title.activated .containerSlideTitle_image, #slide_services_title.activated .containerSlideTitle_image { 
     56    background-image: url("../../resources/icons/arrow_white_down.png"); 
     57    background-repeat: no-repeat; 
     58    margin-top: 0; 
     59} 
     60 
     61/** #slide_activities_title **/ 
     62#slide_activities_title:hover, #slide_activities_title.activated { 
     63    background: -moz-linear-gradient(#9ac8ec, #003d6c); 
     64    background: -webkit-linear-gradient(#9ac8ec, #003d6c); 
     65    color: white; 
     66} 
     67 
     68#slide_activities_title .containerSlideTitle_image { 
     69    background-image: url("../../resources/icons/arrow_blue_right.png"); 
     70    background-repeat: no-repeat; 
     71} 
     72 
     73/** #slide_data_title **/ 
     74#slide_data_title:hover, #slide_data_title.activated { 
     75    background: -moz-linear-gradient(#f9adad, #d51311) repeat scroll 0 0 transparent; 
     76    background: -webkit-linear-gradient(#f9adad, #d51311) repeat scroll 0 0 transparent; 
     77    color: white; 
     78} 
     79 
     80#slide_data_title .containerSlideTitle_image { 
     81    background-image: url("../../resources/icons/arrow_red_right.png"); 
     82    background-repeat: no-repeat; 
     83} 
     84 
     85/** #slide_databases_title **/ 
     86#slide_databases_title:hover, #slide_databases_title.activated { 
     87    background: -moz-linear-gradient(#f8e38e, #ffcf02) repeat scroll 0 0 transparent; 
     88    background: -webkit-linear-gradient(#f8e38e, #ffcf02) repeat scroll 0 0 transparent; 
     89    color: white; 
     90} 
     91 
     92#slide_databases_title .containerSlideTitle_image { 
     93    background-image: url("../../resources/icons/arrow_yellow_right.png"); 
     94    background-repeat: no-repeat; 
     95} 
     96 
     97/** #slide_services_title **/ 
     98#slide_services_title:hover, #slide_services_title.activated { 
     99    background: -moz-linear-gradient(#a6d1f8, #0569c7) repeat scroll 0 0 transparent; 
     100    background: -webkt-linear-gradient(#a6d1f8, #0569c7) repeat scroll 0 0 transparent; 
     101    color: white; 
     102} 
     103 
     104#slide_services_title .containerSlideTitle_image { 
     105    background-image: url("../../resources/icons/arrow_blue_2_right.png"); 
     106    background-repeat: no-repeat; 
     107} 
     108 
     109/** ***************************************************** **/ 
Note: See TracChangeset for help on using the changeset viewer.