zimcat
Junior Member
Posts: 269
inherit
244003
0
Jul 28, 2018 7:48:41 GMT -8
zimcat
269
April 2017
zimcat
|
Borders
May 30, 2017 16:45:48 GMT -8
Post by zimcat on May 30, 2017 16:45:48 GMT -8
I see a few themes that have a border around the board and was wondering if someone could make one?
in black?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Borders
May 30, 2017 21:18:33 GMT -8
Post by Tumbleweed on May 30, 2017 21:18:33 GMT -8
I see a few themes that have a border around the board and was wondering if someone could make one? in black? You will have to be more specific than that as some people call the whole forum, "board" and others are actually referring to each board. Likewise, when someone says border it could mean the css border as in "border:2px solid black" or they might mean a more substantial background color (or image) behind the object. Regardless, it'll probably be as simple as adding some css to your style sheet.
|
|
zimcat
Junior Member
Posts: 269
inherit
244003
0
Jul 28, 2018 7:48:41 GMT -8
zimcat
269
April 2017
zimcat
|
Borders
May 31, 2017 4:59:43 GMT -8
Post by zimcat on May 31, 2017 4:59:43 GMT -8
A border around the entire board even the header and footer if that helps...
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 31, 2017 11:27:37 GMT -8
A border around the entire board even the header and footer if that helps... Yep, that helps and I am assuming it is for the site in your signature but looks like you can just add this to the bottom of your style sheet (Admin>Themes>Advanced Styles & CSS>Style Sheet>): #wrapper { background-color: #000000; padding: 12px; } If you should want a actual css "border" around the black background you could do something like this. Of course you can change any of the colors, padding and border pixel size, border type(solid, dotted, dashed) to your preferences. #wrapper { background-color: #000000; border:3px solid #ff0000; padding: 12px; }
|
|
zimcat
Junior Member
Posts: 269
inherit
244003
0
Jul 28, 2018 7:48:41 GMT -8
zimcat
269
April 2017
zimcat
|
Borders
May 31, 2017 13:32:16 GMT -8
Post by zimcat on May 31, 2017 13:32:16 GMT -8
Thank you very much
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Borders
May 31, 2017 13:51:10 GMT -8
Post by Tumbleweed on May 31, 2017 13:51:10 GMT -8
Thank you very much You're welcome.
|
|