#odialog-container

Description

This is the container for all pop-up blocks. It is used when accessing user information, displaying an error, or relaying minor processes.

Containers

Outline
Image Unavailable
Click to view in closer detail!

Details

This is a container that is used to wrap the .odialog window. By Default this is a clear container and is not generally used in custom themes. Instead, for re-stlying the overlay behind the odialog window .odialog-shader Is used

Examples

Try It on the CSS Zone Sandbox!

Base CSS

#odialog-container {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

Not defined in Base CSS.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License