• Please I need Help!!!

    My CSS was working nicesly yesterday and today is not wrking at all!!

    Is Because WordPress or?…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry what do you need a forum moderator for?

    Thread Starter HUMANBROKERS

    (@humanbrokers)

    Well because Something wrong had happened with wordpress; I need to talk with someone who is straight with wordpress Team!

    how is that I am working for hours; everything Works fine and next day nothing Works!!!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So this CSS problem is actually a problem on the ww.wp.xz.cn website? It’s just that before you said you need help with your CSS.

    Thread Starter HUMANBROKERS

    (@humanbrokers)

    Very simple thing: AND NOW THE OUTERSPACE IS NOT WORKING WHY????
    So someone re-touch WordPress or the Theme The one I am using is VISUAL

    /* initial state */
    #outerspace {
    position: relative;
    height: 400px;
    background: #0c0440 url(/images/outerspace.jpg);
    color: #fff; .center-content { width: 840px; margin: 0px auto; }

    div.rocket {
    position: absolute;
    bottom: 10px;
    left: 20px;
    -webkit-transition: 3s ease-in;
    -moz-transition: 3s ease-in;
    -o-transition: 3s ease-in;
    transition: 3s ease-in;
    }
    div.rocket div {
    width: 92px;
    height: 215px;
    background: url(/images/rocket.gif) no-repeat; -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
    }
    #outerspace:hover div.rocket {
    -webkit-transform: translate(540px,-200px);
    -moz-transform: translate(540px,-200px);
    -o-transform: translate(540px,-200px);
    -ms-transform: translate(540px,-200px);
    transform: translate(540px,-200px);
    }
    #outerspace:hover div.rocket div {
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    }
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You don’t need a forum moderator. You can continue the thread you started about this.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Looking for a Moderator’ is closed to new replies.