|
|
Line 2: |
Line 2: |
| | | |
| <html> | | <html> |
- |
| |
- | <div id="shadow" style="display:none;" >
| |
- | <div id="close-box" style="background:url(http://db.tt/N9CUKlnO) no-repeat 0 0; height:35px; width:35px; cursor:pointer;"></div>
| |
- |
| |
- | <div id="box-content" style="width:95%; height:95%; margin:auto;">
| |
- | <div id="load" style="background:url(http://db.tt/UTRvh0fQ) no-repeat center center; height:100px; width:100px; margin:auto;"></div>
| |
- | </div>
| |
- | </div>
| |
| | | |
| | | |
Line 97: |
Line 89: |
| | | |
| .MBWikiStyle #toc.fixed { position:fixed; top:0; } | | .MBWikiStyle #toc.fixed { position:fixed; top:0; } |
- |
| |
- |
| |
- |
| |
- | #shadow {
| |
- |
| |
- | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 1) ), to( rgb(249, 249, 249) ) );
| |
- | background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgb(249, 249, 249) );
| |
- | background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgb(249, 249, 249) );
| |
- | background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgb(249, 249, 249) );
| |
- | background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgb(249, 249, 249) );
| |
- | background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgb(249, 249, 249) );
| |
- |
| |
- |
| |
- | box-shadow: 1px 2px 5px 5px #888;
| |
- | border-radius: 5px;
| |
- |
| |
- | position:fixed;
| |
- | height: 400px;
| |
- | width:50%;
| |
- | margin:auto;
| |
- | z-index: 999999999999999999;
| |
- | }
| |
| | | |
| </style> | | </style> |