New account registration is temporarily disabled.

CCS HELP

Posts

Pages: 1
When css first came out I had Kentona help me setup my game page. (I was beta testing hellion then)Everything looked awesome. Somewhere between now and then Rmn changed something in the code. Now the comment section of my games page (Glacia) just shows up as white boxes. Users have to highlight sections of text to read them.

If someone understands css and wants to help me out you can post here or pm me.

This is the code.
#body { background: #FFFFFF url("http://i630.photobucket.com/albums/uu28/captainregal/Title4.jpg") !important; }

h1 a {

color: #33CCFF ;

}



h1 a:hover {

color: #CCFFFF;

text-decoration: none;

}



#discussion div.message.even {

background: #111111; color: #111111; border-color: #000;

}



#discussion div.message.odd {

background: #222222; color: #222222; border-color: #000;

}



#discussion div.frame div.contents.message.even div.contents div.body {border-left: 0px hidden; }

#discussion div.frame div.contents.message.even div.contents div.user_block {border-right: 0px hidden; }



#game_frame {

background: #111111; color: #FFFFFF;

}



#game_navigation {

background: #111111; color: #FFFFFF;

}



#game_navigation li {

border: 0px hidden; }



#game_navigation li.start {

border: 0px hidden; }



#game_navigation li.end {

border: 0px hidden; }



#game_navigation li.current {

background: #444444;}



#game_navigation a {

color: #22BBFF;

}



#game_navigation a:hover {

color: #CCFFFF;

text-decoration: none;

}



#game_navigation li.current a {

color: inherit;

padding-bottom: 2px;

}



#game_navigation li.current a:hover {

color: #CCFFFF;

}





#contents {

background: #111111; color: #FFFFFF;

}



div.blog_post a {

color: #33CCFF;

}



div.blog_post a:hover {

color: #CCFFFF;

}



#contents li a {

color: #33CCFF ;

}



#contents li a:hover {

color: #CCFFFF;

text-decoration: none;

}



#main_column {

background: #111111;

}





#row_body {

background: #222222; color: #FFFFFF;

}



#game_frame.frame table.listing tr.even td { background: #333333; color: #FFFFFF; !important;}

#game_frame.frame table.listing tr.odd td { background: #222222; color: #FFFFFF; !important;}

#game_frame.frame table.listing tr.even td a.name { color: #33CCFF; !important;}

#game_frame.frame table.listing tr.odd td a.name { color: #33CCFF; !important;}

#game_frame.frame table.listing tr.even td a.name:hover { color: #CCFFFF; !important;}

#game_frame.frame table.listing tr.odd td a.name:hover { color: #CCFFFF; !important;}





form { background: #111111; color: #FFFFFF; }




a:link { color:#33CCFF; text-decoration: none;}

a:vlink { color:#FF9933; text-decoration: none;}

a:alink { color:#FF9933; text-decoration: none;}

a:hover { color:#CCFFFF; text-decoration: none;}



div.makerscore { color: #BBBBBB;}



div.pages {

color: #BBBBBB;

}



div.pages a {

color: #33CCFF;

}



div.pages a:hover {

color: #CCFFFF;

text-decoration: none;

}



#frame h2 {background: #000000; border: 0px hidden; !important; }





#download_now h2 {color: #33CCFF !important; }



div.thumbnail {

border-width: 2px;

border-color: #333;

!important; }



#game_download_area {

background: #000;



width: 128px;

height: 54px;



margin-top: 24px;

padding: 2px 2px 2px 2px;

float: left;



cursor: pointer;

}



#game_download_area:hover {

background: #33CCFF;

text-decoration: none;

}



div.buttons a {

background: #000;

border-width: 2px;

border-color: #333;

color: #33CCFF;

!important; }



div.buttons {

color: #33CCFF;

!important; }



div.buttons a:hover {

background: #33CCFF;

color: #000;

border-color: #333;

!important; }



#overlay {background: #000000; !important}

#overlay_contents {background: #000000; !important}

is it closely related to css? ;D

assumedly the css for comments has had its id changed
"discussion" is now "posts"; change that and it should work.
Alright
author=Large
"discussion" is now "posts"; change that and it should work.
Alright that has changed the background. No I just need the text to be visible.

Edit: I Figured it out! THANK YOU SOOOO MUCH! <3
rabitZ
amusing tassadar, your taste in companionship grows ever more inexplicable
1349
author=Large
"discussion" is now "posts"; change that and it should work.


I had to check the source code of the page to figure that out. :S
But yeah this is very important.
(It was just yesterday, what a coincidence).

Is it okay to ask another question I have about CSS in this topic?
author=rabitZ
author=Large
"discussion" is now "posts"; change that and it should work.
I had to check the source code of the page to figure that out. :S
But yeah this is very important.
(It was just yesterday, what a coincidence).

Is it okay to ask another question I have about CSS in this topic?


I don't mind...
author=rabitZ
author=Large
"discussion" is now "posts"; change that and it should work.
I had to check the source code of the page to figure that out. :S
But yeah this is very important.
(It was just yesterday, what a coincidence).
/quote]

Me too, I had to check the source a week ago.
those bastard admins...
rabitZ
amusing tassadar, your taste in companionship grows ever more inexplicable
1349
haha kentona!
hey my question is the following

is there a way to discriminate so that only posts from the LEADS will be a different color, etc?

because if I use the "authors" class that includes testers, etc.

thanks!
rabitZ
amusing tassadar, your taste in companionship grows ever more inexplicable
1349
oh! I see.
Thanks for the quick reply!
Pages: 1