SMF For Free Support Forum
Signup For Free Forum
August 21, 2008, 07:23:19 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1] 2
  Print  
Author Topic: Borders  (Read 419 times)
0 Members and 1 Guest are viewing this topic.
Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« on: May 25, 2008, 08:35:16 am »

Forum Url: http://substyles.smfforfree2.com
I want to change the width of the border lines between the windowbg's, but I've been playing around with it and can't find out how to?  tickedoff
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #1 on: May 25, 2008, 09:06:42 am »

Are you talking about removing the space between the category groups or the border lines themselves?
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #2 on: May 25, 2008, 10:12:58 am »

Border lines. The ones that are thin, I want to make thick.
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #3 on: May 25, 2008, 10:48:39 am »

Ok in the css; under each window bg section you can add the following:

Code:
border-bottom: solid 2px #ba7777;

Change the px size as you want it, the larger the number the wider the line. You can also change the hex color(the one that starts with #) to any color you need for your site.

I have a quick example of what it looks like on my work site if you want to see, it won't stay there long as I use that site for designing stylesheets.

http://stylesheetbuilder.smfforfree4.com/index.php?action=forum
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #4 on: May 25, 2008, 11:07:49 am »

Aw. I love LL. Awesome helper!
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #5 on: May 25, 2008, 11:10:02 am »

Wow, I have a following of one!  LOL.
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #6 on: May 25, 2008, 11:15:36 am »

Hm. It doesn't seem to work right. Are we talking about the same thing?

Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #7 on: May 25, 2008, 11:17:22 am »

Did you change the px to something larger and give the border a  bit of color? As a guest I can only see one post so it's hard for me to see.  Specially dark on dark.  Let me check your css.  I do see wider borders.  Did you refresh?
« Last Edit: May 25, 2008, 11:20:40 am by LaundryLady » Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #8 on: May 25, 2008, 11:20:09 am »

Yeah, just ran some tests... it changes the border underneath the window bg.
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #9 on: May 25, 2008, 11:33:37 am »

So you want the dividers?  Look at the work site now and see if thats what you want.  Problem is it can mess up some other stuff.
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #10 on: May 25, 2008, 11:41:21 am »

Yeah the dividers, I hope it doesn't mess up. I am working on my first conversion.  javascript:void(0);
angel
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #11 on: May 25, 2008, 12:09:59 pm »

This is where I added the border code. As you can see by the work site, it shows up in some different places.  BTW, this was something I was about to mess with when I got time because I am trying to learn new things.

Code:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: verdana, sans-serif;
border-right: solid 2px #be1200;
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #12 on: May 25, 2008, 04:08:06 pm »

This is where I added the border code. As you can see by the work site, it shows up in some different places.  BTW, this was something I was about to mess with when I got time because I am trying to learn new things.

Code:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: verdana, sans-serif;
border-right: solid 2px #be1200;

Aw. Thanks. And learn new things? So am I. Hope it turns out well for you (and me)((IT WILL, BECAUSE YOU KNOW EVERYTHING lol))  Smiley
Logged



Latest
Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 541


AKA Sub Zero


View Profile WWW
« Reply #13 on: May 25, 2008, 05:04:34 pm »

LL, I have another issuse thats been annoying me. How can I change childboard text to italic. I have this, but It doesnt work


Code:
catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-style: italic;
font-size: 8pt;
color: 789e2c;
text-decoration: none;
}
Logged



Latest
LaundryLady
Global Moderator
*
Offline Offline

Posts: 2959


Keep Smiling, Let'em Wonder!


View Profile WWW
« Reply #14 on: May 25, 2008, 05:16:18 pm »

Put
Code:
font-style: italic;
in window bg3, not the category area. I got it to work that way.  I don't know everything, especially about this stuff.  Just started learning it less than a year ago.  I strictly work on the "trial and oops" method. I try stuff out just to see what happens.  Hope I can remember what we did here today later on when I go back to finish that style sheet, LOL.
Logged



Pages: [1] 2
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.224 seconds with 18 queries.