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.

CSS Error

5 posters

Go down

Solved CSS Error

Post by DarkBlade November 6th 2011, 10:34 pm

Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.

I have re read the code, and I cannot find it. I am tired of this error and want it fixed...


Code is below
Code:

 .panel {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    background: #000000;
    border:1px solid #111111;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 330px;
    height: auto;
    padding: 30px 30px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
    }

    .panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
    }

    .panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    color: #9FC54E;
    text-decoration: none;
    }

    .panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;(
    color: #ffffff;
    text-decoration: none;
    }

    a.trigger{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    background:#333333 url(http://i45.servimg.com/u/f45/15/95/60/34/plus12.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.trigger:hover{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 20px;
    font-weight: 700;
    background:#222222 url(http://i45.servimg.com/u/f45/15/95/60/34/plus12.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.active.trigger {
    background:#222222 url(http://i42.servimg.com/u/f42/13/82/67/43/action13.png) 85% 55% no-repeat;
    }

    .columns{
    clear: both;
    width: 330px;
    padding: 0 0 20px 0;
    line-height: 22px;
    }

    .colleft{
    float: left;
    width: 130px;
    line-height: 22px;
    }

    .colright{
    float: right;
    width: 130px;
    line-height: 22px;
    }

    ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

    ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

    a:link:focus, a:link:hover {
        text-decoration: none !important;
    }

/*glow*/

.bodyline {
border-radius: 10px;
background-opacity: 75%;
-khtml-opacity : 0.7;
  -moz-opacity : 0.7;
  filter : alpha(opacity=100);
  opacity : 1;
}

a:link {
    text-decoration: none;
    color: #196FBF;
    text-shadow: none;
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
    outline: 0 none;
}

a:link:hover, a:link:focus
{
    color: #000000;
    text-shadow: -1px 1px 8px #FFFFFF, 1px -1px 8px #FFFFFF;
}


/*IPB Tables*/
able.ipbtable th.formsubtitle,.formsubtitle{background-color:#2d2d2d;margin-top:-12px}table.ipbtable tfoot td{background-image:url(http://hitskin.com/themes/15/40/59/i_back_title.png);border-bottom:solid 0 #131313;border-left:solid 0 #404040;border-right:solid 0 #121212;border-top:solid 1px #820000;height:10px;padding:0 3px}table.ipbtable .forumdesc{color:#666}.row1,.row2{background-color:#313131;background-image:url(http://i28.servimg.com/u/f28/15/38/41/49/vaoolo27.jpg);background-repeat:repeat-x;border-bottom:.5px solid #131313!important;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row1{background-color:#313131;background-image:url(http://i28.servimg.com/u/f28/15/38/41/49/vaoolo27.jpg);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row2{background-color:#313131;background-image:url(http://i28.servimg.com/u/f28/15/38/41/49/vaoolo27.jpg);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.darkrow{background-color:#ff9000;background-image:url(http://hitskin.com/themes/15/40/59/i_back_catg.png);background-repeat:repeat-x;border-bottom:solid .3px #00000;border-left:solid 0 #00000;border-right:solid 0 #00000;border-top:solid 0 #00000}.thin{border:0 solid #3C3C3C}.sticky-separator{border-top:7px solid #ff9000}.bodyline{-moz-border-radius:20px;-webkit-border-radius:20px}ul#privmsgs-menu{background-image:url(http://i66.servimg.com/u/f66/13/46/75/82/shape_17.png);background-position:center;background-repeat:no-repeat;padding:24px 0;text-align:CENTER}

/* Reputation */

.bodyline {
border-radius: 10px;
background-opacity: 75%;
-khtml-opacity : 0.7;
  -moz-opacity : 0.7;
  filter : alpha(opacity=100);
  opacity : 1;}



td.row1, td.row3.over:hover {
    background-color: #000000;
}

/*forumline*/
.forumline .row1.over:hover {background:url('http://i44.servimg.com/u/f44/16/64/01/63/dark10.png') center no-repeat;}

/*color Picker*/

.Sidebar {
    position:fixed;
    left:0;
    top:25%;
}
.Sidebar img {
    float:right;
    clear:right;
    margin-left:10px;
    margin-top: 4px;
}

/*Chat PopOut*/

.wmenu {cursor: pointer; float: right; margin-right: 5px; width: 150px; height: 24px; line-height: 22px; background:  #ddd; color: #660066; font-family: Tahoma,Arial; font-size: 13px; font-weight: bold; text-align: center; -moz-border-radius: 6px; border-radius: 6px ;  border:1px solid #848; position: fixed; bottom: 1px; right: 1px;}
.wmenu:hover {color: #d31141;}
.module {z-index: 999; position: fixed; left:20%; bottom: 30px; width: 79%; margin: 0px; padding: 0px; background: #e8e8e8 color: #000000; border: #000000;}


/* Chatbox-------------------------------------------------*/

body.chatbox {
background-image: url('http//img244.imageshak.us/img2442291/bgek3.jpg');
background-repeat: repeat;
}

.chatbox_row_1 {
  background-color: black;
  }

.chatbox_row_2 {
  background-color: black;
  }

/*menu Hover*/

a.mainmenu{
filter:alpha(opacity=80);
-moz-opacity: .80;
opacity: .80;
  }

a.mainmenu:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
    }


body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-4/cur361.cur), progress;}


a[href="/g1-administrators"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

a[href="/g7-graphics-team"] {
    background: url("http://i1233.photobucket.com/albums/ff400/socomgaming/Other/255uydx.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}
a[href="/g10-moderators"] {
    background: url("http://i1233.photobucket.com/albums/ff400/socomgaming/Other/9gim2c.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

a[href="/u2"]{     
text-decoration: none !important; 
text-shadow: 0 0 0.2em yellow, 0 0 0.2em yellow, 0 0 0.2em yellow;
}

a[href="/u65"]{     
text-decoration: none !important; 
text-shadow: 0 0 0.2em yellow, 0 0 0.2em yellow, 0 0 0.2em yellow;
}

a[href="/u35"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em yellow, 0 0 0.2em yellow, 0 0 0.2em yellow;
}

a[href="/u34"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em green, 0 0 0.2em green, 0 0 0.2em green;
}

a[href="/u33"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em red, 0 0 0.2em red, 0 0 0.2em red;
}

a[href="/u45"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.2em red, 0 0 0.2em red, 0 0 0.2em red;
font-weight: bold !important;
}

a[href="/u1"]{     
text-decoration: none !important;   
text-shadow: 0 0 0.6em #0000FF, 0 0 0.6em #0000FF, 0 0 0.6em #0000FF;
}

a[href="/u2"]{
    background: url("http://animatedgif.net/fireexplosions/5lightng_e0.gif");
}

a[href="/u41"] {
text-shadow: 0 0 0.6em #0099FF, 0 0 0.6em #0099FF, 0 0 0.6em #0099FF;
}

a[href="/u41"] {
background: url("http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/backround6.gif");
}

a[href="/g1-administrators"] {
    background: url("http://i47.servimg.com/u/f47/16/97/93/51/award_10.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

#chatbox_members a[href="/u1"]{
    padding-left: 19px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
.name strong a[href="/u1"]{
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;
}

  p a[href="/u1"], .forabg a[href="/u1"],  .forumbg a[href="/u1"], .postprofile strong a[href="/u1"], .page-bottom a[href="/u1"], #chatbox_members a[href="/u1"], .module a[href="/u1"] {
        background: url("http://i47.servimg.com/u/f47/16/97/93/51/award_10.png") no-repeat;
        padding-left: 16px;
        padding-top: 2px;
    }

#chatbox_members a[href="/u35"]{
    padding-left: 19px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
.name strong a[href="/u35"]{
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}

#chatbox_members a[href="/u33"]{
    padding-left: 19px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
.name strong a[href="/u33"]{
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}

a[href="/g7-graphics-team"] {
    background: url("http://i1233.photobucket.com/albums/ff400/socomgaming/Other/255uydx.png") no-repeat;
    padding-left: 19px;
    padding-top: 2px;
}

/* Hide Google Search */
#search form { display : none !important; }

/* Hide sidebar google ads*/
#content_14 {display:none!important;}

/* Hide banner ads on top */
.banner_ad_fix {display:none!important;}

/* Google Ads */
#content_14, #banneradrow {display:none!important;}

ul.floating-menu img:hover {
    left: 30px;
    position: relative;
}

/* Nav Bar */

html #i_icon_mini_index{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/homewk.png);
width: 90px;
height: 90px;
}
#i_icon_mini_index:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/home1l.png);
width: 90px;
height: 90px;
}
#i_icon_mini_portal{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/printer.png);
width: 90px;
height: 90px;
}
#i_icon_mini_portal:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/printer1.png);
width: 90px;
height: 90px;
}
#i_icon_mini_search{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/searchy.png);
width: 90px;
height: 90px;
}
#i_icon_mini_search:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/search1.png);
width: 90px;
height: 90px;
}
#i_icon_mini_profile{
background-image: url(http://img252.imageshack.us/img252/2373/profileyr.png);
width: 90px;
height: 90px;
}
#i_icon_mini_profile:hover{
background-image: url(http://i43.tinypic.com/k99tlh.png);
width: 90px;
height: 90px;
}
#i_icon_mini_message{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/messagenk.png);
width: 90px;
height: 90px;
}
#i_icon_mini_message:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/message1c.png);
width: 90px;
height: 90px;
}
#i_icon_mini_new_message{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/newmssg.png);
width: 90px;
height: 90px;
}
#i_icon_mini_new_message:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/newmssg1.png);
width: 90px;
height: 90px;
}
#i_icon_mini_login{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/loginma.png);
width: 90px;
height: 90px;
}
#i_icon_mini_login:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/loginma1.png);
width: 90px;
height: 90px;
}
#i_icon_mini_logout{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/logoutqp.png);
width: 90px;
height: 90px;
}
#i_icon_mini_logout:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/logout1.png);
width: 90px;
height: 90px;
}
#i_icon_mini_register{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/registerad.png);
width: 90px;
height: 90px;
}
#i_icon_mini_register:hover{
background-image: url(http://i836.photobucket.com/albums/zz282/Altair3/Decorated images/registerad1.png);
width: 90px;
height: 90px;
}

a[href="/u65"]{
    background: url("http://www.animatedgif.net/fireexplosions/flames_e0.gif");
}




thanks for the help.


Last edited by DarkBlade on November 6th 2011, 11:33 pm; edited 1 time in total
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Solved Re: CSS Error

Post by felicity4us2 November 6th 2011, 10:52 pm

I am no expert at this for sure, but picked this one up -

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;(
color: #ffffff;
text-decoration: none;
}

You see the ( after the 0;

I think that does not go there.

When this has happened to us, we just have to pick through and find stuff like that - hopefully i helped some.

Best,
felicity
felicity4us2
felicity4us2
Forumember

Posts : 345
Reputation : 9
Language : english

http://igdid.com

Back to top Go down

Solved Re: CSS Error

Post by DarkBlade November 6th 2011, 10:58 pm

you were right, but that didn't fix it Sad
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Solved Re: CSS Error

Post by felicity4us2 November 6th 2011, 11:09 pm

don't fret we will find it.

a:link:hover, a:link:focus
{

is that right - it looks funny?
felicity4us2
felicity4us2
Forumember

Posts : 345
Reputation : 9
Language : english

http://igdid.com

Back to top Go down

Solved Re: CSS Error

Post by DarkBlade November 6th 2011, 11:10 pm

Yea it is.
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Solved Re: CSS Error

Post by !_NICK_! November 6th 2011, 11:17 pm

No, I don't think that's right. It does look funny.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: CSS Error

Post by LGforum November 6th 2011, 11:20 pm

Can you provide your forum address please, i prefer looking through uncolored css to be honest.

The a:link:focus bits don't need :link in it. But thats not your problem since it is saying it has counted different number of brackets.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: CSS Error

Post by DarkBlade November 6th 2011, 11:21 pm

avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Solved Re: CSS Error

Post by LGforum November 6th 2011, 11:27 pm

Found it. I believe.

Code:

.name strong a[href="/u33"]{
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
    padding-left: 13px;
    background: url(http://i1233.photobucket.com/albums/ff400/socomgaming/Other/240xhf8.gif ) no-repeat left;}
 

Two closing brackets within that bit of code. Or it looks like you've accidentally repeated yourself.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: CSS Error

Post by DarkBlade November 6th 2011, 11:30 pm

Thanks!! Its fixedd
avatar
DarkBlade
Forumember

Posts : 206
Reputation : 14
Language : English

Back to top Go down

Solved Re: CSS Error

Post by Jophy November 7th 2011, 1:30 am

CSS Error Solved10Since this thread has been marked as 'Solved', I will now lock this thread.

~ Joph25
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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