Subversion Repositories eFlore/Applications.cel

Rev

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 img {
                        height: 100px;
                        width: 100px;
                        }
                        
                         .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; 
                        } 
                        

                        .thumb-wrap {
                        float: left;
                        margin: 4px;
                        margin-right: 0;
                        padding: 5px;
                        }
                        
                        #x-view-zoom-img div div {
                                display: table-cell ;
                                text-align: center ;
                                vertical-align: middle ;
                        }
                        
                        .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 ;
                        }