Hello I have been trying to make it so I have crowns in front of my name like this. Example: http://prntscr.com/69zghb
But I keep getting a error that says "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."
Here is my CSS can someone please fix it or look at it so I can get this to work! Thank you so much!!!!
CSS:
But I keep getting a error that says "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."
Here is my CSS can someone please fix it or look at it so I can get this to work! Thank you so much!!!!
CSS:
- Code:
#search{
display:none;
}
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;
}
a:link {
text-decoration: none;
text-shadow: none;
-webkit-transition: 200ms linear 0s;
-moz-transition: 200ms linear 0s;
-o-transition: 200ms linear 0s;
transition: 200ms linear 0s;
outline: 0 none;
}
a[href="/u89"] {
text-decoration: strike;
}
a[href=""] {
background: url("[url=http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif]http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif[/url]");
}
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em #d10808, 0 0 0.2em #d10808, 0 0 0.2em #d10808;
}
.spoiler:before {
content: "Click to show:";
}
a[href="/u106"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em white;
}
****************************************************.forabg, .forumbg, .headerbar{
-moz-border-radius: 0.2px;
}
.introduction, .panel, .post, #text_editor_textarea {
background-color: transparent;
border: 0.5px solid ;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-color: #20211f;
-moz-box-shadow : 0 0 3px #fff;
-webkit-box-shadow : 0 0 3px #fff;
}
#wrap {
width : 1100px;
padding : 5px;
border : 3px solid #;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
background-image: url('');
background-repeat: repeat;
}
ul.navlinks {
font-weight: normal;
text-align: center;
border-bottom: 0px solid #ffffff;
padding-top: 0px;
padding-bottom: 0px;
}
div#page-header div.navbar{
clear: both;
margin-top: -2px;
background: url('') repeat-x #141413;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#search{
display:none;
}
ul#picture_legend {
background-position: center;
background-repeat: no-repeat;
background-image: url('');
text-align: center;
padding: 24px 0;
}
ul#privmsgs-menu {
background-position: center;
background-repeat: no-repeat;
background-image: url('http://i66.servimg.com/u/f66/13/46/75/82/msgico10.png');
text-align: CENTER;
padding: 24px 0;
}
a.button1, input.button1, a.button2, input.button2, button.button2 {
color: black;
background-image: url;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
color: black;
}
#text_editor_controls a.button2,#text_editor_controls input.button2,#text_editor_controls button.button2{
background-image: url;
color: black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px;
}
.buttons img{
background: url;
}
.buttons img:hover{
background: url;
background-position: 0px -25px;
}
div#page-footer {
background-image: url;
background-position: bottom right;
background-repeat: no-repeat;
padding: 15px;
}
;
}
a:link {
text-decoration: none;
text-shadow: none;
-webkit-transition: 200ms linear 0s;
-moz-transition: 200ms linear 0s;
-o-transition: 200ms linear 0s;
transition: 200ms linear 0s;
outline: 0 none;
}
a:hover{
text-decoration: none !important;
}
a {
text-decoration: none !important;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
.bodylinewidth{
background: transparent !important;
padding-left: 7px !important;
padding-right: 7px !important;
padding-top: 7px !important;
padding-bottom: 7px !important;
-webkit-box-shadow: 0px 0px 7px !important;
-moz-box-shadow: 0px 0px 7px !important;
box-shadow: 0px 0px 7px !important;
}
.bodyline{
background-color: #1F1E1E;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
dl.codebox dt {
border-bottom: 1px solid #CCC;
display: block;
font-size: .8em;
font-weight: 700;
margin-bottom: 3px;
text-transform: uppercase;
background: url([url=http://2img.net/i/fa/prosilver/bg_button.gif]http://2img.net/i/fa/prosilver/bg_button.gif[/url]);
width: 57px;
padding: 2px;
border-radius: 2px;
}
dl.codebox {
background-color: none!important;
border: 0px solid!important;
font-size: 1em;
padding: 3px;
}
/**** LG CHAT STYLING ****/
/*#LGchat {
background: #000000;
/* EDITABLE - Color of block around outside */
width: 80%;
float: right;
z-index: 999;
position: fixed;
right: 5px;
bottom: 30px;
margin: 0px;
padding: 3px;
}
/* #LGchatbtn {
width: 90px;
right: 40px;
height: 24px;
}
/* .LGchatBtn {
background: #000000;
/* EDITABLE - Background color of buttons */
cursor: pointer;
line-height: 22px;
color: #00FFFF;
/* EDITABLE - Color of border and text of buttons */
font-family: Tahoma,Verdana,Arial;
font-size: 13px;
font-weight: bold;
text-align: center;
-moz-border-radius: 6px;
border-radius: 6px ;
border:1px solid;
position: fixed;
bottom: 1px;
}
/* .LGchatBtn:hover {
color: #00FFFF;
}
/* EDITABLE - Color of text and border of buttons on hover */
/* .chatPM {
display: none;
border: 1px solid #105289;
padding: 3px;
margin: 3px;
font-size: 13px;
}
/*#LGchatOnlineUsers .online{
background-image: none;
}
/*#chatcount {
width: 35px;
right: 2px;
height: 24px;
}
/*#LGchatOnlineUsers {
height: 400px;
/* EDITABLE - height of the online box */
width: 200px;
/* EDITABLE - width of the online box */
border: 2px solid #00FFFF;
/* EDITABLE - border of online box */
border-radius: 6px;
position: fixed;
right: 5px;
bottom: 30px;
z-index: 999;
background: #363535;
/* EDITABLE - Background color of online box */
;
}
/*#LGchatOnlineUsers h4 {
/*background-color: #363535;
/* EDITABLE - Background color of header of online box */
font-size: 14px;
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
color: #00FFFF;
/* EDITABLE - color of text in the header of online box */
padding: 3px 0px;
}
/*#lgtogglesnd {
font-weight: bold;
color: #00FFFF;
/* EDITABLE - color of sound toggling button */
/* margin: 5px;
width: 100px;
}
/*#LGsticky {
/*position: absolute;
/*top: 30px;
right: 0px;
left: 0px;
/* border: 1px solid #363535;
/* EDITABLE - Border color of sticky message box. */
/* background: #363535;
/* EDITABLE - Background color of sticky message box */
/* padding: 4px;
/* text-align: center;
}
/*FMChat Design*/
.chatbase {
/*This can be edited to your liking - (the button)*/
position: fixed;
bottom: 2px;
right: 15px;
background: #141414;
border: 2px solid #00FFFF;
width: 95px;
height: 20px;
border-radius: 5px;
text-align: center !important;
cursor: pointer;
color: #00ffff;
}
.chatbase:hover {
/*This can be edited to your liking - (hovering over the button)*/
border-color: #00FFFF;
color: #000000;
}
#chat {
/*This can be edited to your liking - (box surrounding the chatbox)*/
border: 2px solid #00FFFF;
width: 65%;
position: fixed;
right: 15px;
bottom: 27px;
height: 50%;
border-radius: 5px;
}
a[href="/g13-elite"] {
text-decoration: underline !important;
}
a[href="/u181"] {
text-decoration: underline !important;
}
a[href="/u89"] {
text-decoration: line-through !important;
}
a[href="/g18-banned"] {
text-decoration: line-through !important;
}
a:link {
text-decoration: none;
text-shadow: none;
-webkit-transition: 200ms linear 0s;
-moz-transition: 200ms linear 0s;
-o-transition: 200ms linear 0s;
transition: 200ms linear 0s;
outline: 0 none;
}
a:link:hover, a:link:focus
{
color: #fff;
text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.inside {
position: relative;
background: white;
border: 8px solid transparent;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
box-shadow: 0 0 8px rgba(0,0,0,0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
border-image: initial;
}
name strong a[href="/u#"]{
padding-left: 19px;
background: url([url=http://i44.servimg.com/u/f44/16/64/53/16/billio10.png]http://i44.servimg.com/u/f44/16/64/53/16/billio10.png[/url]) no-repeat left;}
#chatbox_members a[href="/u#"]{
padding-left: 19px;
background: url([url=http://i44.servimg.com/u/f44/16/64/53/16/billio10.png]http://i44.servimg.com/u/f44/16/64/53/16/billio10.png[/url]) no-repeat left;}
.gensmall a[href="/u#"]{
padding-left: 19px;
background: url([url=http://i44.servimg.com/u/f44/16/64/53/16/billio10.png]http://i44.servimg.com/u/f44/16/64/53/16/billio10.png[/url]) no-repeat left;}
/* Admins */
/* End Admins */
/* Mods */
/* End Mods */