Subversion Repositories eFlore/Applications.cel

Rev

Rev 139 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

/** Add css rules here for your application. */

body,td,a,div,.p{font-family:arial,sans-serif}
                        div,td{color:#000000}
                        a:link,.w,.w a:link{color:#0000cc}
                        a:visited{color:#551a8b}
                        a:active{color:#ff0000}
                        
                         .thumb-wrap {
                         background-image :url(vide_s_g.jpg);
                         width : 100px ;
                         height : 100px ;
                        }
                        
            .thumb-wrap {
                display: table-cell ;
                text-align: center ;
                vertical-align: middle ;
            } 
                        
                        .x-window-tl .x-window-header {
                color:#406324;
                        }
                        
                         .img-list img {
                        height: 50px;
                        width: 50px;
                        }
                        
                         .thumb img:hover{
                                color:#000000;
                        }
                        
                         .x-view-over {
                        background:#6a8192 ;
                        padding:4px;
                        }
                        
                         .x-view-selected { 
                                background: #cf7d6a ;  
                                padding: 4px; 
                        } 
                        
                        .x-temp-crea {
                                background: #000000 ;  
                        }
                        
                        .x-temp-modif {
                                background: #ffffff ;  
                        }
                        

                        .thumb-wrap {
                        float: left;
                        margin: 4px;
                        margin-right: 0;
                        padding: 5px;
                        }
                        
                        .avertissement {
                           font-size: 15px ;
                           text-align: center ;       
               color: #318D9F ;  
               font-weight: bold ;
                        }
                        
                        #etatConnexion {
                             cursor: pointer ;
                        }
                        
                        #liensExt {
                float: right;
                margin-top: -15px;
                        }
                        
                        #x-up-bandeau div div {
                                height: 100 px !important;
                                background-image:url(fond-herbes.png);
                                background-repeat:repeat-x;
                        }
                        
                        #x-view-zoom-img div div {
                                display: table-cell ;
                                text-align: center ;
                                vertical-align: middle ;
                        }
                        
                        #x-view-mini-zoom-img div div {
                                display: table-cell ;
                                text-align: center ;
                                vertical-align: middle ;
                        }
                        
                        /*#x-view-mini-zoom-img div div img {
                                height: 150px;
                                width: 150px;
                        }*/
                        
                        .x-image-gen div div {
                                display: table-cell ;
                                text-align: center ;
                                vertical-align: middle ;
                        }
                        
                        .x-image-info-rep div div {
                                display: table-cell ;
                                text-align: center ;
                                vertical-align: middle ;
                        }
                        
                        .x-selec-modif {
                                background: #FFCCCC !important ;
                                        
                        }
                        
                        .x-selec-crea {
                                background: #DEE5EE !important ;
                                        
                        }
                        
                        .x-selec-liaison {
                                background: #FFCCCC !important ;
                                        
                        }
                        
                        .x-selec-consult {
                                background: #DEE5EE !important ;
                                        
                        }
                        
                        .x-view-notation-bar {          
                                height: 25px ;
                                width: 25px ;
                        }
                        
                        .x-view-zoom-button-p {
                        
                                background-color: #FFFFFF ;
                                background-image:url("Fleche_gauche.gif") ;     
                                background-repeat: no-repeat;
                                background-position: 50% ;
                                border: none ;
                        }
                        
                        .x-view-zoom-button-s {
                        
                                background-color: #FFFFFF ;
                                background-image:url("Fleche_droite.gif") ;     
                                background-repeat: no-repeat;
                                background-position: 50% ;
                                border: none ;
                        }
                        
                        .img-note img {
                        height: 20px ;
                        width: 20px ;
                        } 

                        .thumb-wrap span {
                        display: block;
                        overflow: hidden;
                        text-align: center;
                        }
                        
                        #listeImageGrid {
                overflow: hidden;
                        }
                        
                        .centered-list div{
                                display: table-cell ;
                overflow: hidden;
                vertical-align: middle ;
                        }
                        
                        .warning_upload {
                                font-size: 15px ;
                                text-align: center ;
                                background-color: #ffffcc ;             
                                color: #ff0033 ;  
                                font-weight: bold ;
                        }
                        
                        .x-form-creation {
                                background-color: green ;
                        }
                        
                        .x-form-modification {
                                background-color: red ;
                        }
                        
            .fenmotcles .x-window-body {
                background-color: white !important;
            }
                        
                        .nuagetag {
                            background-color: white;
                        }
                        
                        .nuagetag li {
                            float: left;
                            padding: 2px; 
                        }
                        
                        .motcletaille1 {
                            font-size: 10px ;
                            color: #990033; 
                        }
                        
                        .motcletaille2 {
                font-size: 12px ;
                color: #FF9999;  
            }
            
            .motcletaille3 {
                font-size: 14px ;
                color: #FF9966; 
            }
            
            .motcletaille4 {
                font-size: 16px ; 
                color: #00FF00; 
            }
            
            .motcletaille5 {
                font-size: 18px ;
                color: #33FF99;

            }
            
            .motcletaille6 {
                font-size: 20px ;
                color: #9999FF; 
            }
            
            .motcletaille7 {
                font-size: 22px ; 
                color: #CCCCCC;
            }
            
            .motcletaille8 {
                font-size: 24px ;
                color: #999999; 
            }
            
            .motcletaille9 {
                font-size: 26px ; 
                color: #0000FF;
            }
            
            .motcletaille10 {
                font-size: 28px ; 
                color: #333333;
            }
            
            .saisie_invalide_invisible {
                display: none;
            }
            
            .saisie_invalide {
                display: block ;
                font-size: 12px ;
                color: #FF0000;
                text-align: center;  
            }