inherit
180964
0
Aug 31, 2014 6:30:54 GMT -8
; ; FALCON
42
July 2012
nyxstar
|
Post by ; ; FALCON on Mar 6, 2013 17:23:45 GMT -8
I'm looking for a code for V4 - one that puts another color in a board (2cnd background) such as this forum. Can someone help me?
|
|
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 Mar 6, 2013 20:06:57 GMT -8
|
|
inherit
180964
0
Aug 31, 2014 6:30:54 GMT -8
; ; FALCON
42
July 2012
nyxstar
|
Post by ; ; FALCON on Mar 7, 2013 6:02:22 GMT -8
This may seem silly but how do you change the div's color? I'm not sure on CSS? ( Click?)
|
|
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 Mar 7, 2013 16:27:31 GMT -8
No, not silly at all, I usually give an example but I was pressed for time.
This css is for every board to be the same and I added some options that you could use or just remove those lines if you don't want to use:
<style type="text/css"> <!-- .board_description { background-color: #444444; border: 1px dashed #ffffff; padding: 6px; } --> </style>
If you want each board to have a different color let me know and I'll help you with that.
I always have an after-thought and have to edit my post. lol You can put that css above SubDevo's code or in your global headers, if you prefer.
|
|