News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

HELP! i cant publish my smf login mod till its the right color and its not!!

Started by groovie, May 26, 2005, 08:38:13 PM

Previous topic - Next topic

groovie

Hello,

This was posted over in mambo bridge child but no answers and i'm a little desperate for a solution, so if anyone could help that would be grand, thankyou :)

Quote from: groovie on May 26, 2005, 05:59:35 AM
Hello,

I'm using smf in mambo wrap, and both mambo css and smf's style.css contain values that should make the background of an input box red (#990000) and the text yellow (#ffcc00), however when i publish the module the text area is white with black text. 

can anyone tell me how i can change this please?

thankyou. ;)

ps, see current code below...

in smf's style.css


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
font-size: 9pt;
color: #ffcc00;
background-color: #990000;
border: 1px solid #666666;
font-family: arial, helvetica, serif;


in mambo's template_css


.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #FFCC00;
  background-color : #990000;
  border           : 1px solid #666666;



Advertisement: