The Furious Angels

FA Discussion => Support => Topic started by: likwidtek on October 06, 2005, 02:31:57 pm

Title: css for the forums
Post by: likwidtek on October 06, 2005, 02:31:57 pm
ARGH!@%$#!

After the upgrade...  We lost that black line inbetween replies to the same topic.

I've been pulling my hair out...

Any css experts out there?  I'm lost.

This is the style sheet for the site...

Code: [Select]

/* CSS created with CSSGen of Autothemes.com */
/* http://www.autothemes.com */

iframe{border:0}
form{display:inline}
input{margin-bottom:2px;margin-top:2px;text-indent:2px}
.genmed {font-size: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.gensmall {font-size: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.topictitle {font-size: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
a.topictitle:visited {font-size: 12px;font-weight: normal;color: #000000;font-family: Arial, Helvetica, sans-serif;}
a.topictitle:hover {font-size: 12px;font-weight: normal;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.name {font-size: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
hr {color: #000000;border-width: 2px;border-style: solid;}
input,textarea,select {font-size: 12px;font-weight: normal;color: #000000;background-color: #ffffff;

border-color:#ffffff;border-width: 1px;border-style: outset;font-family: Arial, Helvetica, sans-serif;}
input.button {font-size: 12px;font-weight: normal;color: #000000;background-color: #ffffff;

border-color:#ffffff;border-width: 1px;border-style: outset;font-family: Arial, Helvetica, sans-serif;1}
input.catbutton {font-size: 12px;font-weight: normal;color: #000000;background-color: #ffffff;

border-color:#ffffff;border-width: 1px;border-style: outset;font-family: Arial, Helvetica, sans-serif;}
input.liteoption {font-size: 12px;font-weight: normal;color: #000000;background-color: #ffffff;

border-color:#ffffff;border-width: 1px;border-style: outset;font-family: Arial, Helvetica, sans-serif;}
input.mainoption {font-size: 12px;font-weight: normal;color: #000000;background-color: #ffffff;

border-color:#ffffff;border-width: 1px;border-style: outset;font-family: Arial, Helvetica, sans-serif;}
input.post,textarea.post {font-size: 12px;font-weight: normal;color: #000000;background-color: #D5D2D5;

border-color:#D5D2D5;border-width: 1px;border-style: inset;font-family: Arial, Helvetica, sans-serif;}
td.cat {color: #000000;background-color: #E4E2E4; border-color:#E4E2E4;border-style: none;}
td.row1 {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
td.row2 {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
td.row3 {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
td.spacerow {color: #000000;background-color: #000000; border-color:#000000;border-width: 2px;border-style: solid;}
td.catRupt {font-weight: normal;color: #000000;background-color: #E7E7E7; border-color:#E7E7E7;border-style: none;}
th {color: #000000;background-color: #E4E2E4; border-color:#E4E2E4;border-width: 1px;border-style:

none;height:28px;white-space:nowrap;text-align:center;}
.code {font-size: 10px;font-weight: normal;color: #000000;background-color: #D5D2D5; border-color:#D5D2D5;border-width:

1px;font-family: Arial, Helvetica, sans-serif;padding:5px;}
.errorline {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
.helpline {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: outset;}
.bodyline {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
.forumline {color: #000000;background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}
.maintitle,h1 {font-size: 14px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}
.nav {font-size: 12px;font-weight: normal;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.postbody {font-size: 12px;font-weight: normal;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.postdetails {font-size: 12px;font-weight: normal;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.quote {font-size: 10px;font-weight: normal;color: #000000; background-color: #D5D2D5; border-color: #000000; border-width:

1px;border-style: outset; font-family: Arial, Helvetica, sans-serif;}
.subtitle,h2 {font-size: 12px;font-weight: bold;color: #000000;font-family: Arial, Helvetica, sans-serif;}
.topbkg {background-color: #ffffff; border-color:#ffffff;border-width: 1px;border-style: none;}


One of these two line (according to the css gen thing (http://www.autothemes.com/web_phpbbgen.php) ) should do it.
Code: [Select]

hr {color: #000000;border-width: 2px;border-style: solid;}
td.spacerow {color: #000000;background-color: #000000; border-color:#000000;border-width: 2px;border-style: solid;}


I'm stumped.  Some help?
Title: Re: css for the forums
Post by: Avzeke (Khr0n1k) on October 06, 2005, 03:23:15 pm
why dont you keep changing it till it works?
Title: Re: css for the forums
Post by: likwidtek on October 06, 2005, 03:25:52 pm
I have been all day%$#!^@%#!1167421764851
Title: Re: css for the forums
Post by: Avzeke (Khr0n1k) on October 06, 2005, 03:31:14 pm
hmmmmm....interesting....
Title: css for the forums
Post by: Manic Velocity on October 06, 2005, 03:39:33 pm
Code: [Select]
td.spacerow {color: #000000;background-color: #000000; border-color:#000000;border-width: 2px;border-style: solid;}

Looks like that line belongs to the "Topic Review" box when replying to a thread.

EDIT AGAIN:  It has to be the hr tag, but I can't figure out what could be wrong with it.
Title: Re: css for the forums
Post by: Ketamininja on October 06, 2005, 03:59:50 pm
css is the style that applies to the page html, right.
Well, that hr style that you have there has to refer to an hr on the html.

Does anything match up?

btw, all those
Code: [Select]
border-color:#ffffff
That is the WHITE code, ffffff
Title: Re: css for the forums
Post by: Tbone on October 06, 2005, 04:42:30 pm
Yeah, what Ket said. Change some of those border-code:#ffffff and you should get them back. Right now the border color is the same as the background color. That's the problem.
SimplePortal 2.3.8 © 2008-2025, SimplePortal