SHOW:
|
|
- or go back to the newest paste.
| 1 | - | #FormOverlay { |
| 1 | + | #FormOverlay {
|
| 2 | - | display: none; |
| 2 | + | display: none; |
| 3 | - | width: 100%; |
| 3 | + | width: 100%; |
| 4 | - | height: 100%; |
| 4 | + | height: 100%; |
| 5 | - | text-align: center; |
| 5 | + | text-align: center; |
| 6 | - | position: fixed; |
| 6 | + | position: fixed; |
| 7 | - | top: 0; |
| 7 | + | top: 0; |
| 8 | - | z-index: 100; |
| 8 | + | z-index: 100; |
| 9 | - | background: rgba(0,0,0,0.5); |
| 9 | + | background: rgba(0,0,0,0.5); |
| 10 | } | |
| 11 | - | #FormOverlayInner { |
| 11 | + | #FormOverlayInner {
|
| 12 | - | display: none; |
| 12 | + | display: none; |
| 13 | - | width: 100%; |
| 13 | + | width: 100%; |
| 14 | - | position: absolute; |
| 14 | + | position: absolute; |
| 15 | - | margin: 0 auto; |
| 15 | + | margin: 0 auto; |
| 16 | - | z-index: 101; |
| 16 | + | z-index: 101; |
| 17 | } | |
| 18 | - | .form_container { |
| 18 | + | .form_container {
|
| 19 | - | display: none; |
| 19 | + | display: none; |
| 20 | - | position: relative; |
| 20 | + | position: relative; |
| 21 | - | top: 0; |
| 21 | + | top: 0; |
| 22 | - | z-index: 30; |
| 22 | + | z-index: 30; |
| 23 | } | |
| 24 | - | |
| 24 | + | |
| 25 | - | .bg_form { |
| 25 | + | .bg_form {
|
| 26 | - | background-color: #fff; |
| 26 | + | background-color: #fff; |
| 27 | - | border: 2px solid #ff6347; |
| 27 | + | border: 2px solid #ff6347; |
| 28 | - | border-radius: 4px; |
| 28 | + | border-radius: 4px; |
| 29 | - | padding: 10px; |
| 29 | + | padding: 10px; |
| 30 | - | margin: 5px; |
| 30 | + | margin: 5px; |
| 31 | } |