Ignore:
Timestamp:
05/23/12 17:49:12 (12 years ago)
Author:
rboipsl
Message:

nouveau design page station ohp

Location:
ether_ndacc/trunk/web/resources/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/resources/css/etherTypo.js

    r183 r518  
    225225 
    226226 
     227function closeInfo() { 
     228        // 
     229        document.getElementById("info").style.visibility ="hidden"; 
     230        /*document.getElementById("tooltip").style.left = mouseX +"px"; 
     231        document.getElementById("tooltip").style.top = mouseY +"px"; 
     232        document.getElementById("texts").style.visibility ="visible"; 
     233        document.getElementById("texts").style.left = mouseX+5 +"px"; 
     234 
     235        if (im == '' || im == null) { 
     236                document.getElementById("texts").style.top = mouseY+"px"; 
     237                document.getElementById("tooltip").style.visibility ="hidden"; 
     238                document.getElementById("ims").src = ""; 
     239 
     240        } 
     241        else { 
     242                document.getElementById("texts").style.top = mouseY+80 +"px"; 
     243                document.getElementById("ims").src = "resources/images/"+im; 
     244        } 
     245 
     246        document.getElementById("texts").innerHTML=msg;*/ 
     247 
     248 
     249} 
     250 
     251function showInfo() { 
     252        // 
     253        document.getElementById("info").style.visibility ="visible"; 
     254        /*document.getElementById("tooltip").style.left = mouseX +"px"; 
     255        document.getElementById("tooltip").style.top = mouseY +"px"; 
     256        document.getElementById("texts").style.visibility ="visible"; 
     257        document.getElementById("texts").style.left = mouseX+5 +"px"; 
     258 
     259        if (im == '' || im == null) { 
     260                document.getElementById("texts").style.top = mouseY+"px"; 
     261                document.getElementById("tooltip").style.visibility ="hidden"; 
     262                document.getElementById("ims").src = ""; 
     263 
     264        } 
     265        else { 
     266                document.getElementById("texts").style.top = mouseY+80 +"px"; 
     267                document.getElementById("ims").src = "resources/images/"+im; 
     268        } 
     269 
     270        document.getElementById("texts").innerHTML=msg;*/ 
     271 
     272 
     273} 
     274 
     275 
    227276function defDivTab() { 
    228277 
  • ether_ndacc/trunk/web/resources/css/ndacc.css

    r364 r518  
    166166 
    167167 
     168.fiche { 
     169    text-align: justify; 
     170    font: Arial; 
     171    border:solid 1px black ; /* encadrement */ 
     172    padding: px 8px 8px 10px; /* marges extérieures */ 
     173    position:absolute; 
     174    top:195px; 
     175    left:420px; 
     176    background-color: #CDECFF; 
     177    visibility:hidden; 
     178 
     179} 
     180 
     181.iminfo { 
     182    position:relative; 
     183    margin-top:20px; 
     184    margin-left:200px; 
     185} 
     186 
     187 
    168188.contenut { 
    169189    text-align: justify; 
     
    174194 
    175195} 
    176  
    177196 
    178197 
     
    464483 
    465484.cielb { 
    466 background-color:#CDECFF; 
     485//background-color:#CDECFF; 
     486background-color:white; 
    467487color:#294c8b; 
    468488font-weight:bold; 
     
    473493} 
    474494 
     495.cellinfo2 { 
     496    background-color: #354667; 
     497    color: #CDECFF; 
     498font-size: 10pt; 
     499font-family: Arial; 
     500text-align: left; 
     501vertical-align: middle; 
     502} 
     503 
     504 
     505.cellinfo { 
     506background-color: #354667; 
     507color: #CDECFF; 
     508font-weight:bold; 
     509font-size: 10pt; 
     510font-family: Arial; 
     511text-align: center; 
     512vertical-align: middle; 
     513} 
     514 
    475515.cielbp { 
    476 background-color:#CDECFF; 
     516background-color:white; 
    477517color:#294c8b; 
    478 font-size: 10pt; 
     518    font-size: 10pt; 
    479519font-family: Arial; 
    480520text-align: left; 
     
    582622    margin-top:1px; 
    583623    width:1150px; 
    584     height:180px; 
     624    height:490px; 
    585625    overflow:auto; 
    586626    padding-left:16px; 
     
    590630.tabMozilla { 
    591631    margin-left:15px; 
    592     margin-top:3px; 
     632    margin-top:-60x; 
    593633    width:1150px; 
    594     height:180px; 
     634    height:490px; 
    595635    overflow:auto; 
    596636    padding-left:0px; 
    597 } 
     637    top:-15px; 
     638    position:relative; 
     639} 
Note: See TracChangeset for help on using the changeset viewer.