click here for a plain text version
/*
    Pure CSS Animated Drop-Down Info-Bar

    This version uses a more traditional "if smaller than {px} do this"
    style of coding, which we are DEPRECATING!

    ;o) @ corz.org
*/

.site-notice-bar::before, .site-notice-bar {
    transition: all 300ms ease-out;
    position: absolute;
    display: block;
    background-color#f9e7aa;
    color#E8910D;
    border: solid .2rem #fbb627;
    border-top: none;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    font-weight: bold;
    font-size: 110%;
}
.site-notice-bar::before {
    content: attr(data-tab-text);
    left: 27%;
    margin-top: 12rem;
    padding: .5rem 1rem;
    cursor: pointer;
    z-index: 100;
}
.site-notice-bar {
    top: 0;
    margin-top: -12rem;
    height: 12rem;
    width: 80%;
    left: 10%;
    box-shadow: 0 0 1rem #FFC44D;
    z-index: 101;
    -khtml-opacity: 0.66;
    opacity: 0.66;
}
.site-notice-bar > p {
    margin: 1rem auto;
    max-width: 90%;
}
.site-notice-bar:hover {
    margin-top: 0;
    -khtml-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 920px) {
    .site-notice-bar::before {
        display: none;
    }
    .site-notice-bar {
        position: relative;
        width: 90%;
        padding: 1rem;
        height: auto;
        margin: 10rem auto 3rem;
        top: auto;
        left: auto;
        border: solid .2rem #FFC44D;
        border-radius: .5rem;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .site-notice-bar:hover { /* reset */
        margin: 10rem auto 3rem;
    }
}
back to the source menu
test

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!