Alejo
SMF For Free Sponsors
Offline
Posts: 541
AKA Sub Zero
|
 |
« on: May 25, 2008, 08:35:16 am » |
|
Forum Url: http://substyles.smfforfree2.comI 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? 
|
|
|
|
|
Logged
|
 Latest 
|
|
|
|
|
LaundryLady
Global Moderator
Offline
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« 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
Posts: 541
AKA Sub Zero
|
 |
« 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
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« Reply #3 on: May 25, 2008, 10:48:39 am » |
|
Ok in the css; under each window bg section you can add the following: 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
Posts: 541
AKA Sub Zero
|
 |
« Reply #4 on: May 25, 2008, 11:07:49 am » |
|
Aw. I love LL. Awesome helper!
|
|
|
|
|
Logged
|
 Latest 
|
|
|
LaundryLady
Global Moderator
Offline
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« Reply #5 on: May 25, 2008, 11:10:02 am » |
|
Wow, I have a following of one! LOL.
|
|
|
|
|
Logged
|
|
|
|
|
|
LaundryLady
Global Moderator
Offline
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« 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
Posts: 541
AKA Sub Zero
|
 |
« 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
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« 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
Posts: 541
AKA Sub Zero
|
 |
« 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
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« 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. /* 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
Posts: 541
AKA Sub Zero
|
 |
« 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. /* 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)) 
|
|
|
|
|
Logged
|
 Latest 
|
|
|
Alejo
SMF For Free Sponsors
Offline
Posts: 541
AKA Sub Zero
|
 |
« 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 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
Posts: 2959
Keep Smiling, Let'em Wonder!
|
 |
« Reply #14 on: May 25, 2008, 05:16:18 pm » |
|
Put 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
|
|
|
|
|
|
|