/ittf/meta/document/t/css/modal.css.ittf (primary)
edit
1 $group
2 . modal
3 display none
4 position fixed
5 z-index 1
6 left 0
7 top 0
8 width 100%
9 height 100%
10 overflow auto
11 background-color rgb(0,0,0)
12 background-color rgba(0,0,0,0.4)
13 . modal-content
14 background-color #fefefe
15 margin 5% auto
16 padding 20px
17 border 1px solid #888
18 width 80%
19 . modal-close
20 color #aaa
21 float right
22 font-size 28px
23 font-weight bold
24 . modal-close:hover
25 + .modal-close:focus
26 color black
27 text-decoration none
28 cursor pointer