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.

help with the who is online code

3 posters

Go down

In progress help with the who is online code

Post by KCUF Mon Sep 16 2013, 19:04

Code:
.ips_stat1 .ips_content{[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
float: right;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
background: whitesmoke;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
padding: 10px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
margin-bottom: -70px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
margin-top: 3px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
margin-right: 5px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
border: 1px solid gainsboro;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
font-size: 13px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
color: #666;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
text-shadow: 0 1px 0px white;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
}[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
.ips_stat1{display:inline;}[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
.ips_stat2{float:left;}[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
.ips_stat2 .ips_conten{[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
background: #f5f5f5;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
border: 1px solid #dcdcdc;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
color: #666;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
font-size: 13px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
padding: 10px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
text-shadow: 0 1px 0 #fff;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
display: inline-block;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
margin-top: -6px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
width: 621px;[color=#2e8b57][font=Courier, CourierNew, sans-serif][/font][/color]
}
this code is giveing me a { } errror when trying to submit it in css
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

In progress Re: help with the who is online code

Post by Ange Tuteur Mon Sep 16 2013, 20:52

Hello KCUF,

You cannot use bbcode in the CSS Stylesheet, you would instead use properties such as 'color' and 'font-family' to modify fonts/colors.

The cleaned code should look like this:
Code:
   .ips_stat1 .ips_content{
    float: right;
    background: whitesmoke;
    padding: 10px;
    margin-bottom: -70px;
    margin-top: 3px;
    margin-right: 5px;
    border: 1px solid gainsboro;
    font-size: 13px;
    color: #666;
    text-shadow: 0 1px 0px white;
    }
    
    .ips_stat1{display:inline;}
    
    .ips_stat2{float:left;}
    
    .ips_stat2 .ips_conten{
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #666;
    font-size: 13px;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    margin-top: -6px;
    width: 621px;
    }
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: help with the who is online code

Post by KCUF Tue Sep 17 2013, 05:07

well were do i put this code at then?
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

In progress Re: help with the who is online code

Post by Ange Tuteur Tue Sep 17 2013, 05:14

Navigate to..
Administration Panel > Display > Pictures and Color > Colors > CSS stylesheet

Then paste the code provided above(by me) into your stylesheet and hit submit to apply the changes.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: help with the who is online code

Post by KCUF Tue Sep 17 2013, 05:19

i did errors again
http://prntscr.com/1rrj2a
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

In progress Re: help with the who is online code

Post by SLGray Tue Sep 17 2013, 06:46

Post your whole CSS here in the code tags.


help with the who is online code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: help with the who is online code

Post by KCUF Tue Sep 17 2013, 07:45

Code:
.ips_stat1 .ips_content{
    float: right;
    background: whitesmoke;
    padding: 10px;
    margin-bottom: -70px;
    margin-top: 3px;
    margin-right: 5px;
    border: 1px solid gainsboro;
    font-size: 13px;
    color: #666;
    text-shadow: 0 1px 0px white;
    }
   
    .ips_stat1{display:inline;}
   
    .ips_stat2{float:left;}
   
    .ips_stat2 .ips_conten{
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #666;
    font-size: 13px;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    margin-top: -6px;
    width: 621px;
}

.imagemarquee{right:0;top:0;position:fixed;z-index:4;}

a.forumlink:link;}
  -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-image: url("http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif");
text-shadow: 0 0 0.2em Green, 0 0 0.2em Green, 0 0 0.2em #FFFFFF;
}

a:hover
{text-decoration:none;
color:#00FFFF;
text-decoration:none;
font-weight:bold;
background-image:url(http://www.fileden.com/files/2009/2/13/2319435/linkhover%5B1%5D.gif);}

a[href="/u1"]{
text-decoration: Blink !important;
text-shadow: 0 0 0.2em cyan, 0 0 0.2em cyan, 0 0 0.2em white;
background-image:url(http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif);}

a[href="/u2"]{
text-decoration: Blink !important;
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
background-image:url(http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif);}

a [href="/g2-moderators"]{
  text-decoration: none !important;
  text-shadow: 0 0 0.2em cyan, 0 0 0.2em cyan, 0 0 0.2 em white;
  background-image:url(http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif);}


a:link {
    text-shadow: 1px 1px 1px Red !important;
    }

a.mainmenu:hover {
opacity: 0.7;
}
a.mainmenu {
opacity: 1;
}

a:hover
{text-decoration:none;
color:#00CD00;
text-decoration:none;
font-weight:bold;
background-image:url(http://www.fileden.com/files/2009/2/13/2319435/linkhover%5B1%5D.gif);}

#navigation li a { display:block; }

body.chatbox {
background-image:url(http://i35.servimg.com/u/f35/17/75/79/60/greenx12.jpg);}

#chatbox_members {
    background-color: color;
}

#chatbox_members {
    border-right: 1px solid color;
}
 a[href="/u1"]{   
text-decoration: none !important; 
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}
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:link:hover, a:link:focus 

    color: #fff; 
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff; 
}
a:hover{text-decoration: none !important;}
a {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
}
  a:hover{
  opacity:0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  }
 
a.forumlink:hover {
    color: #FFFFFF !important;
}
a[href="/u1"] {#2DF700;
}
 a:hover{
  opacity:0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  }
/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/mechanics/mec-5/mec448.cur), progress !important;} /* End http://www.cursors-4u.com */

a[href="/u1"]{   
text-decoration: none !important; 
text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}
#login_popup{
background-color: #306fD1;
}

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

.loginflash{
  width:100%;
  left:0;
  top:25px;
  height:50px;
  background:url('http://i33.servimg.com/u/f33/17/53/64/59/images12.jpg');
  position:fixed !important;
  color:#fff;
  text-shadow:3px 3px 3px #00ff00;
  -moz-text-shadow:3px 3px 3px #00ff00;
  -webkit-text-shadow:3px 3px 3px #00ff00;
    }
    .trsize{
    text-align:center;
    }
    .left{width:25% }
    .middle{width:50%;}
.right{width:25%;}d
this is my whole css
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

In progress Re: help with the who is online code

Post by SLGray Tue Sep 17 2013, 07:51

Code:
a.forumlink:link;}
  -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-image: url("http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif");
text-shadow: 0 0 0.2em Green, 0 0 0.2em Green, 0 0 0.2em #FFFFFF;
}
Should be:
Code:
a.forumlink:link; {
  -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: none !important;
    -moz-text-decoration-style: solid !important;
    background-image: url("http://i43.servimg.com/u/f43/16/83/10/33/63536010.gif");
text-shadow: 0 0 0.2em Green, 0 0 0.2em Green, 0 0 0.2em #FFFFFF;
}

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

Code:
.right{width:25%;}d
Should be:
Code:
.right{width:25%;}


help with the who is online code Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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