Welcome, Guest. Please Login or Register.
April 29, 2025, 07:01:50 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Graphics and Templates  |  Quote Box Border Color « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Quote Box Border Color  (Read 1139 times)
equiv
Noobie
*
Posts: 5


I'm a llama!

Quote Box Border Color
« on: June 30, 2003, 12:04:40 AM »
Reply with quote

YaBB SE Version: 1.5.4
PHP Version: 4.3.2
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://host52.hrwebservices.net/~shocker/forum/

Problem Description:
For the quotebox tables I want to be able to change the color and size of the borders.. is this possible?

I tired these commands, but doesnt seem to affect it...


.quote        {font-size: 10px; font-family: Arial; color: #FBE440; background-color: #000000;  border-color: #0099FF;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


Am I doing something wrong?
« Last Edit: June 30, 2003, 12:06:08 AM by equiv » Logged
Douglas
aka The Bear
Support Team
YaBB God
*****
Posts: 1050


Bears rule! Llamas rule too!

WWW
Re:Quote Box Border Color
« Reply #1 on: June 30, 2003, 02:39:23 AM »
Reply with quote

Edit your forum's template through the Admin area.  That's where it's changable.
Logged

Need help? Please SEARCH first.  No need for a bad attitude, we like helping positive minded people.
ComeHit.us Short URL  redirection svcs with YSE powered forums, COMING SOON!
Want to say thanks?  Check out http://comehit.us/?u=3
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Quote Box Border Color
« Reply #2 on: June 30, 2003, 07:34:36 PM »
Reply with quote

the color is actually hardcoded in Subs.php
         $parts[$i] = '<table border="0" cellpadding="0" cellspacing="0"><tr><td><font size="1"><b>' . $txt['yse238'] . ':</b></font></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"><tr><td><table border="0" cellspacing="1" cellpadding="2" width="100%"><tr><td class="code"><font face="Courier new">' . $parts[$i];
this is done so the border will still show in older browsers
though i prefer if it uses $color['bordercolor'] instead

if u wanna change the color, just replace that #000000 with some other color
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Quote Box Border Color
« Reply #3 on: June 30, 2003, 07:35:38 PM »
Reply with quote

waitaminute...
that code above is for [ code ], not [ quote ], sorry :P
its this one:
         "'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><font size=\"1\"><b><a href=\"$scripturl?action=display;\\2\">$txt[yse239]: \\1 $txt[176] '.timeformat('\\3').'</a></b></font></td></tr></table><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\"><tr><td><table border=\"0\" cellspacing=\"1\" cellpadding=\"2\" width=\"100%\"><tr><td class=\"quote\">'",
         "</td></tr></table></td></tr></table>",
         "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td><font size=\"1\"><b>$txt[yse240]:</b></font></td></tr></table><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\"><tr><td><table border=\"0\" cellspacing=\"1\" cellpadding=\"2\" width=\"100%\"><tr><td class=\"quote\">",
« Last Edit: June 30, 2003, 07:36:25 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Quote Box Border Color « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.029 seconds with 19 queries.