|
1 | 1 |
|
2 | 2 |
|
3 | | -.my-block-area { |
4 | | - position: relative; |
5 | | -} |
| 3 | +/*.my-block-area {*/ |
| 4 | + /*position: relative;*/ |
| 5 | +/*}*/ |
6 | 6 |
|
7 | | -.my-block-container { |
8 | | - position: absolute; |
9 | | - z-index: 10000; |
10 | | - top: 0; right: 0; bottom: 0; left: 0; |
11 | | - height: 0; |
12 | | - overflow: hidden; |
13 | | - opacity: 0; |
14 | | - filter: alpha(opacity=00); |
15 | | - cursor: wait; |
16 | | -} |
| 7 | +/*.my-block-container {*/ |
| 8 | + /*position: absolute;*/ |
| 9 | + /*z-index: 10000;*/ |
| 10 | + /*top: 0; right: 0; bottom: 0; left: 0;*/ |
| 11 | + /*height: 0;*/ |
| 12 | + /*overflow: hidden;*/ |
| 13 | + /*opacity: 0;*/ |
| 14 | + /*filter: alpha(opacity=00);*/ |
| 15 | + /*cursor: wait;*/ |
| 16 | +/*}*/ |
17 | 17 |
|
18 | | -.my-block-container.my-block-active { |
19 | | - height: 100%; |
20 | | -} |
| 18 | +/*.my-block-container.my-block-active {*/ |
| 19 | + /*height: 100%;*/ |
| 20 | +/*}*/ |
21 | 21 |
|
22 | | -.my-block-container.my-block-visible { |
23 | | - opacity: 1; |
24 | | - filter: alpha(opacity=100); |
25 | | -} |
| 22 | +/*.my-block-container.my-block-visible {*/ |
| 23 | + /*opacity: 1;*/ |
| 24 | + /*filter: alpha(opacity=100);*/ |
| 25 | +/*}*/ |
26 | 26 |
|
27 | | -.my-block-overlay { |
28 | | - width: 100%; |
29 | | - height: 100%; |
30 | | - opacity: 0.5; |
31 | | - filter: alpha(opacity=50); |
32 | | - background-color: white; |
33 | | -} |
| 27 | +/*.my-block-overlay {*/ |
| 28 | + /*width: 100%;*/ |
| 29 | + /*height: 100%;*/ |
| 30 | + /*opacity: 0.5;*/ |
| 31 | + /*filter: alpha(opacity=50);*/ |
| 32 | + /*background-color: white;*/ |
| 33 | +/*}*/ |
34 | 34 |
|
35 | | -.my-block-message-container { |
36 | | - position: absolute; |
37 | | - top: 35%; |
38 | | - left: 0; |
39 | | - right: 0; |
40 | | - height: 0; |
41 | | - text-align: center; |
42 | | - z-index: 10001; |
43 | | -} |
| 35 | +/*.my-block-message-container {*/ |
| 36 | + /*position: absolute;*/ |
| 37 | + /*top: 35%;*/ |
| 38 | + /*left: 0;*/ |
| 39 | + /*right: 0;*/ |
| 40 | + /*height: 0;*/ |
| 41 | + /*text-align: center;*/ |
| 42 | + /*z-index: 10001;*/ |
| 43 | +/*}*/ |
44 | 44 |
|
45 | | -.my-block-message { |
46 | | - display: inline-block; |
47 | | - text-align: left; |
48 | | - background-color: #333; |
49 | | - color: #f5f5f5; |
50 | | - padding: 20px; |
51 | | - border-radius: 4px; |
52 | | - font-size: 20px; |
53 | | - font-weight: bold; |
54 | | - filter: alpha(opacity=100); |
55 | | -} |
| 45 | +/*.my-block-message {*/ |
| 46 | + /*display: inline-block;*/ |
| 47 | + /*text-align: left;*/ |
| 48 | + /*background-color: #333;*/ |
| 49 | + /*color: #f5f5f5;*/ |
| 50 | + /*padding: 20px;*/ |
| 51 | + /*border-radius: 4px;*/ |
| 52 | + /*font-size: 20px;*/ |
| 53 | + /*font-weight: bold;*/ |
| 54 | + /*filter: alpha(opacity=100);*/ |
| 55 | +/*}*/ |
56 | 56 |
|
57 | | -.my-fade-in-out > .my-block-container { |
58 | | - transition: height 0s ease 200ms, opacity 200ms ease; |
59 | | -} |
| 57 | +/*.my-fade-in-out > .my-block-container {*/ |
| 58 | + /*transition: height 0s ease 200ms, opacity 200ms ease;*/ |
| 59 | +/*}*/ |
60 | 60 |
|
61 | | -.my-fade-in-out > .my-block-container.my-block-visible { |
| 61 | +/*.my-fade-in-out > .my-block-container.my-block-visible {*/ |
62 | 62 | /*this resets the initial delay of the height */ |
63 | 63 | /*and sizes the block to full height at once at the start of the block. */ |
64 | | - transition-delay: 0s; |
65 | | -} |
| 64 | + /*transition-delay: 0s;*/ |
| 65 | +/*}*/ |
66 | 66 |
|
67 | 67 | /*.block-ui-fade-in .block-ui-container.block-ui-visible {*/ |
68 | 68 | /*opacity: 1.0;*/ |
|
0 commit comments