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.

Code stopped working

3 posters

Go down

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
Landshark
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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-
Landshark
Landshark
Forumember

Posts : 59
Reputation : 2
Language : English, Spanish

Back to top Go down

Solved Re: Code stopped working

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

Topic solved and archived
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum