Rev 12420 | Rev 12553 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12420 | Rev 12549 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | /* Tooltip text */ |
9 | /* Tooltip text */ |
10 | .wims_tooltip>.wims_tooltiptext { |
10 | .wims_tooltip>.wims_tooltiptext { |
11 | visibility: hidden; |
11 | visibility: hidden; |
12 | width: 120px; |
12 | width: 120px; |
13 | box-sizing: border-box; |
13 | box-sizing: border-box; |
14 | background-color: |
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 | padding: .5em; |
19 | padding: .5em; |
20 | z-index: 1; |
20 | z-index: 1; |
21 | - | ||
22 | /*animation*/ |
21 | /*animation*/ |
23 | opacity: 0; |
22 | opacity: 0; |
24 | transition: opacity 1s; |
23 | transition: opacity 1s; |
25 | 24 | ||
26 | /* Position the tooltip text - see examples below! */ |
25 | /* Position the tooltip text - see examples below! */ |