Advertise Here

Author Topic: Borders  (Read 3658 times)

0 Members and 1 Guest are viewing this topic.

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Borders
« 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:

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« 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?


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« Reply #2 on: May 25, 2008, 10:12:58 am »
Border lines. The ones that are thin, I want to make thick.

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« 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: [Select]
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


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« Reply #4 on: May 25, 2008, 11:07:49 am »
Aw. I love LL. Awesome helper!

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« Reply #5 on: May 25, 2008, 11:10:02 am »
Wow, I have a following of one!  LOL.


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« 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?


Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« 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 »


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« Reply #8 on: May 25, 2008, 11:20:09 am »
Yeah, just ran some tests... it changes the border underneath the window bg.

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« 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.


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« 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

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« 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: [Select]
/* 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;


And I Play:  Mafia-Mandemz

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« 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: [Select]
/* 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))  :)

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Borders
« 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: [Select]
catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-style: italic;
font-size: 8pt;
color: 789e2c;
text-decoration: none;
}

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: Borders
« Reply #14 on: May 25, 2008, 05:16:18 pm »
Put
Code: [Select]
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.


And I Play:  Mafia-Mandemz

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
961 Views
Last post October 11, 2008, 02:18:38 pm
by -A-
5 Replies
1206 Views
Last post April 17, 2009, 06:33:16 am
by Tretispker
7 Replies
2040 Views
Last post September 27, 2009, 03:43:27 pm
by LaundryLady
3 Replies
1104 Views
Last post October 07, 2009, 12:42:37 pm
by cvlowe
2 Replies
891 Views
Last post October 14, 2009, 03:25:12 pm
by simply sibyl