Code stopped working
3 posters
Page 1 of 1
Code stopped working
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:
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- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Re: Code stopped working
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 :
That could cause some minor errors in some cases. Other than that, it looks fine to me.
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.
Re: Code stopped working
Thanks. It's all working again. Because that minor error. Ha.
-Solved-
-Solved-
Landshark- Forumember
- Posts : 59
Reputation : 2
Language : English, Spanish
Similar topics
» Code for the lights stopped working.
» Java script Select all code stopped working
» JS stopped working
» My forum stopped working
» JavaScript Stopped Working
» Java script Select all code stopped working
» JS stopped working
» My forum stopped working
» JavaScript Stopped Working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum