The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Code stopped working

    Landshark
    Landshark
    Forumember


    Posts : 59
    Reputation : 2
    Language : English, Spanish

    Solved Code stopped working

    Post by Landshark March 16th 2015, 5:16 am

    So I was revamping the CSS of a website I administrate, and out of the blue, some of my CSS stopped working. Some of it shows, but my most recent alterations are not appearing. How can I make it all show up again?

     Here is my forum: http://mesozoicvii.forumotion.com/

    Here is my current CSS: 
    Code:
    body {
    background-color: transparent;
    background-Image: url('http://i.imgur.com/7PXrawN.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;               
    }

    a[href="/g4-the-antiqua-sentinels"]{
    text-shadow:0px 0px 6px #BD744C;
    }

    a[href="/g5-the-solitary-felidaes"]{
    text-shadow:0px 0px 6px #FFF3B6;
    }

    a[href="/g6-the-lone-canidaes"]{
    text-shadow:0px 0px 6px #9FCD87;
    }

    a[href="/g7-the-uncorralled-equidaes"]{
    text-shadow:0px 0px 6px #CFE7E9;
    }

    a[href="/g8-the-lost-giants"]{
    text-shadow:0px 0px 6px #FF8080;
    }

    a[href="/g13-the-youth"]{
    text-shadow:0px 0px 6px #EED7DD'
    }

    a[href="/g15-the-mythical-creatures"]{
    text-shadow:0px 0px 6px #947094;
    }

    #search {
    display:none;}

            body {
                opacity: 0.85;
                filter: alpha(opacity=85);
            }

    a[href="/u4"] { text-shadow:0 0 10px #CC0000!important; }
    a[href="/u1"] { text-shadow:0 0 10px #a9d470!important; }

    li.row {background-image: url('empty');}

    .bio {
    color: #522900;
    background-color: #FFCC66;
    background-image: url('http://i38.servimg.com/u/f38/19/07/87/63/news_b14.png');
      Background-repeat: no-repeat;
        Background-position: 10px conter;
    border: 2px solid;}

    .bio {
    border-radius: 25px;
    box-shadow: 5px 5px 5px;    }    

    .box {
    border-radius: 25px;
    background-color: #FFFFFF;    }  

    .box {
    border: 1px solid;
    margin: 10px 10px;
    padding:0px 10px 10px 10px;
    background-repeat: no-repeat;}

    .catergoryinfo {
    border: 1px solid;
    margin: 10px 10px;
    padding:0px 10px 0px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;}

    .catergoryinfo {
    border-radius: 25px;
    background-color: #8F6F1D;    }  

    .module {
    background-color: #0e0e0c;
    background-repeat: no-repeat;
    background-position: top center;}


        .post {
        background-image: url('empty');
        background-repeat: repeat;
        background-position: top center;
      border-radius: 25px;
        }


    Last edited by Landshark on March 16th 2015, 11:59 am; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Code stopped working

    Post by Ange Tuteur March 16th 2015, 6:49 am

    Hi @Landshark,

    I did a quick scan over your CSS and it appears pretty valid, aside from the quote on this declaration which I'd remove :
    Code:
    a[href="/g13-the-youth"]{
    text-shadow:0px 0px 6px #EED7DD'
    }

    That could cause some minor errors in some cases. Other than that, it looks fine to me.
    Landshark
    Landshark
    Forumember


    Posts : 59
    Reputation : 2
    Language : English, Spanish

    Solved Re: Code stopped working

    Post by Landshark March 16th 2015, 11:58 am

    Thanks. It's all working again. Because that minor error. Ha. Very Happy
    -Solved-
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Code stopped working

    Post by _Twisted_Mods_ March 16th 2015, 7:27 pm

    Topic solved and archived

      Current date/time is September 22nd 2024, 5:27 pm