Changeset 388 for tapas/web


Ignore:
Timestamp:
03/01/12 18:03:28 (12 years ago)
Author:
vmipsl
Message:

ajout menu rouge

Location:
tapas/web
Files:
24 added
7 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/init.jsp

    r384 r388  
    1414 
    1515    <%-- ****************** CONTENT ****************** --%> 
    16     <tiles:put name="bodytitle" type="string"><bean:message key="title.home"/></tiles:put> 
     16    <tiles:put name="bodytitle" type="string"><spring:message code="title.home"/></tiles:put> 
    1717 
    1818    <tiles:put name="body" type="string"> 
  • tapas/web/resources/css/apycom.com-5-red/menu.css

    r387 r388  
    2222/* menu::base */ 
    2323div#menu { 
    24     height: 52px; 
     24    height: 43px; 
    2525    padding-left: 6px; 
    2626    background: url(images/left.png) no-repeat; 
     
    6161    position: absolute; 
    6262    z-index: 11; 
    63     top: 52px; 
     63    top: 42px; 
    6464    left: 0; 
    6565    visibility: hidden; 
     
    8686    position: relative; 
    8787    z-index: 10; 
    88     height: 50px; 
    89     display: block; 
    90     float: left; 
    91     line-height: 50px; 
     88    height: 40px; 
     89    display: block; 
     90    float: left; 
     91    line-height: 40px; 
    9292    text-decoration: none; 
    9393    margin-top: 1px; 
     
    104104    font: normal 13px Helvetica, Arial, FreeSans, sans-serif; 
    105105    background: none; 
    106     line-height: 50px; 
     106    line-height: 40px; 
    107107    display: block; 
    108108    cursor: pointer; 
     
    115115div#menu a { 
    116116    padding: 0 10px 0 0; 
    117     line-height: 50px; 
    118     height: 52px; 
     117    line-height: 40px; 
     118    height: 42px; 
    119119    margin-right: 5px; 
    120120    _margin-right: 1px; 
     
    232232    width: 180px; 
    233233    padding: 0; 
    234     margin: -62px 0 0 165px !important; 
     234    margin: -52px 0 0 165px !important; 
    235235} 
    236236 
    237237div#menu ul ul ul { 
    238238    padding: 10px 4px 0 4px; 
     239    margin-top: 10px; 
    239240} 
    240241 
     
    248249    background: url(images/selected-left-sub.png) no-repeat 0 0; 
    249250    width: 5px; 
    250     height: 52px; 
     251    height: 42px; 
    251252    z-index: 8; 
    252253    position: absolute; 
     
    259260    width: auto; 
    260261    background: url(images/selected-right-sub.png) no-repeat right 0; 
    261     height: 52px; 
     262    height: 42px; 
    262263    margin: 0 0 0 5px; 
    263264    float: none; 
  • tapas/web/resources/css/button.css

    r386 r388  
    136136    margin-right: -3px; 
    137137} 
     138 
     139/* RED BUTTON */ 
     140button.red_button { 
     141    background-color: #581700; 
     142    height: 39px; 
     143    float: right; 
     144    margin-right: 0; 
     145    border: 0; 
     146} 
     147 
     148.red_button_text { 
     149    color: white; 
     150    font-size: 11px; 
     151    font-weight: bold; 
     152} 
     153 
     154button.red_button:hover { 
     155    background-color: #881714; 
     156} 
  • tapas/web/resources/css/mainEther.css

    r386 r388  
    88    font-size: 13px; 
    99    line-height: 1.7em; /*color: #333333;*/ 
    10     color: #04155D; 
     10    color: black; 
    1111    font-family: Trebuchet MS, Arial, san-serif; 
    1212} 
     
    2323 
    2424a { 
    25     color: #165076; 
     25    color: #581700; 
    2626    text-decoration: none; 
    2727} 
     
    2929a:hover { 
    3030    text-decoration: none; 
    31     color: #2277BB; 
     31    color: #881714; 
    3232} 
    3333 
    3434a:visited { 
    3535    text-decoration: none; 
    36     color: #618EAC; 
     36    color: #881714; 
    3737} 
    3838 
  • tapas/web/resources/css/tapas.css

    r386 r388  
    2929.containerTitle { 
    3030    font-size: 20px; 
    31     color: #165076; 
     31    color: #581700; 
    3232    font-weight: bold; 
    3333    float: left; 
     
    6767    float: left; 
    6868    position: relative; 
    69     width: 334px; 
    70     height: 31px; 
     69    width: 450px; 
     70    height: 33px; 
    7171    color: #04155D; 
    7272    top: 4px; 
     
    9797    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    9898    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    99     background-image: url("../images/fond_bleu2.png"); 
    100     background-repeat: repeat-x; 
     99    background: -moz-linear-gradient(#581700, white) repeat scroll 0 0 transparent; 
     100    background: -ms-linear-gradient(#581700, white) repeat scroll 0 0 transparent; /*For IE10*/ 
     101    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#581700', endColorstr = 'white'); /*For IE7-8-9*/ 
    101102    float: left; 
    102103    position: relative; 
    103104    width: 800px; 
    104105    height: 26px; 
    105     color: #165076; 
     106    color: white; 
    106107    font-weight: bold; 
    107108    padding-left: 10px; 
     
    125126 
    126127.containerBottom { 
    127     background-image: url("../images/elements/button_middle_3.png"); 
    128     background-repeat: repeat-x; 
     128    background: -moz-linear-gradient(left center, white, #581700); 
     129    background: -webkit-linear-gradient(white, #F6DC12); 
     130    background: -ms-linear-gradient(white, #F6DC12) repeat scroll 0 0 transparent; /*For IE10*/ 
     131    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#F6DC12'); /*For IE7-8-9*/ 
    129132    color: #FFFFFF; 
    130133    height: 26px; 
     
    133136    top: -32px; 
    134137    width: 972px; 
     138} 
     139 
     140.containerBottom a { 
     141    color: white; 
    135142} 
    136143 
  • tapas/web/resources/templates/templateEther.jsp

    r386 r388  
    119119    <%-- ****************** BOTTOM ****************** --%> 
    120120    <div id="containerBottom" class="containerTapas containerBottom" align="right"> 
    121         &copy; 2010-2011 <html:link href="http://ether.ipsl.jussieu.fr" target="help">ETHER&nbsp;</html:link>/ CNRS 
     121        &copy; 2010-2011 <a href="http://ether.ipsl.jussieu.fr" target="help">ETHER&nbsp;</a>/ CNRS 
    122122    </div> 
    123123</div> 
  • tapas/web/resources/templates/templateEther_script.jsp

    r384 r388  
    2929    createTools: function() 
    3030    { 
    31         var mailButton = new Button( {value:templateTexts["label.mail"], parent:this.containerTools, id:"button_mail", className: "blue_button", classNameText:"blue_button_text", onClick:jQuery.proxy( this.onClickMail, this )} ); 
     31        var mailButton = new Button( {value:templateTexts["label.mail"], parent:this.containerTools, id:"button_mail", className: "red_button", classNameText:"red_button_text", onClick:jQuery.proxy( this.onClickMail, this )} ); 
    3232 
    3333        var valueLanguage = templateTexts["label.language.fr"]; 
     
    3535            valueLanguage = templateTexts["label.language.en"]; 
    3636 
    37         var languageButton = new Button( {value:valueLanguage, parent:this.containerTools, id:"button_language", className: "blue_button", classNameText:"blue_button_text", onClick:jQuery.proxy( this.onClickLanguage, this )} ); 
    38         var homeButton = new Button( {value:templateTexts["label.home"], parent:this.containerTools, id:"button_home", className: "blue_button", classNameText:"blue_button_text", onClick:this.onClickHome} ); 
     37        var languageButton = new Button( {value:valueLanguage, parent:this.containerTools, id:"button_language", className: "red_button", classNameText:"red_button_text", onClick:jQuery.proxy( this.onClickLanguage, this )} ); 
     38        var homeButton = new Button( {value:templateTexts["label.home"], parent:this.containerTools, id:"button_home", className: "red_button", classNameText:"red_button_text", onClick:this.onClickHome} ); 
    3939    }, 
    4040 
Note: See TracChangeset for help on using the changeset viewer.