Skip to main content

AlertBox

* {
    font-family: 'Orange Kid';
}

.widget-AlertBox {
    position: relative;
    font-family: 'Orange Kid';
}
body,
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Orange Kid';
}
#wrap {
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Orange Kid';
}
#alert-box {
    height: 100%;
    width: 100%;
    position: absolute;
    font-family: 'Orange Kid';
}
#alert-box.hidden,
.hidden {
    opacity: 0;
    font-family: 'Orange Kid';
}
#alert-text {
    padding: 20px;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000;
      font-family: 'Orange Kid';
}
#alert-message,
#alert-user-message {
    text-align: center;
      font-family: 'Orange Kid';
}
#alert-user-message img {
    vertical-align: middle;
    height: 1em;
    font-family: 'Orange Kid';
}
#alert-image {
    position: relative;
    font-family: 'Orange Kid';
}
#alert-image video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Orange Kid';
}
#alert-message > span > span {
    display: inline-block;
    font-family: 'Orange Kid';
}
#alert-image {
    z-index: 6;
    position: relative;
    font-family: 'Orange Kid';
}
#alert-text {
    z-index: 6;
    position: relative;
    font-family: 'Orange Kid';
}
#alert-text-wrap {
    z-index: 6;
    position: relative;
    font-family: 'Orange Kid';
}