Subversion Repositories wimsdev

Rev

Rev 12549 | Rev 12875 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12549 Rev 12553
Line 14... Line 14...
14
    background-color: #F0EEFB;
14
    background-color: #F0EEFB;
15
    color: black;
15
    color: black;
16
    font-weight: normal;
16
    font-weight: normal;
17
    border:1px solid grey;
17
    border:1px solid grey;
18
    box-shadow: 1px 1px 3px;
18
    box-shadow: 1px 1px 3px;
-
 
19
    text-align:left;
19
    padding: .5em;
20
    padding: .5em;
20
    z-index: 1;
21
    z-index: 1;
21
    /*animation*/
22
    /*animation*/
22
    opacity: 0;
23
    opacity: 0;
23
    transition: opacity 1s;
24
    transition: opacity 1s;