inherit
190874
0
Nov 4, 2023 5:43:57 GMT -8
daylilydude
305
March 2013
daylilydude
|
Post by daylilydude on Jan 18, 2014 10:17:19 GMT -8
I would like one of these boxes that is customizable in size in case I want to add a little pic, and have it removable when I don't need it... please Ooops... forgot I would like to place it under the ads above the forum...
|
|
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 Jan 24, 2014 23:13:35 GMT -8
Sure, you could just add something like this to the bottom of the style sheet. (I added the gradient in blue but if you don't want that, just remove it.)
/*box under ads*/ #my_little_box{ width:100%; height:35px; text-align:center; margin:auto;color:#888888; font-size:13px; padding:2px; margin-bottom:2px; background: -webkit-linear-gradient(left, red, indigo, violet); background: -o-linear-gradient(left, red, indigo, violet); background: -moz-linear-gradient(left, red, indigo, violet); background: linear-gradient(to right, red, indigo, violet); }
And then in your wrapper template, find the header part (red) and add your div (blue & bolded) with your content:
$[participated_threads_link] <div id="navigation-tree"> $[navigation.tree] </div> $[header]
<div id="my_little_box"> My content here </div>
When you don't want to use it just comment it out(green) like this:
<!--<div id="my_little_box"> My content here </div> -->
Next time you want to use it, remove the green.
|
|
inherit
190874
0
Nov 4, 2023 5:43:57 GMT -8
daylilydude
305
March 2013
daylilydude
|
Post by daylilydude on Jan 28, 2014 11:48:36 GMT -8
Sure, you could just add something like this to the bottom of the style sheet. (I added the gradient in blue but if you don't want that, just remove it.) /*box under ads*/ #my_little_box{ width:100%; height:35px; text-align:center; margin:auto;color:#888888; font-size:13px; padding:2px; margin-bottom:2px; background: -webkit-linear-gradient(left, red, indigo, violet); background: -o-linear-gradient(left, red, indigo, violet); background: -moz-linear-gradient(left, red, indigo, violet); background: linear-gradient(to right, red, indigo, violet);
} And then in your wrapper template, find the header part (red) and add your div (blue & bolded) with your content: $[participated_threads_link] <div id="navigation-tree"> $[navigation.tree] </div> $[header] <div id="my_little_box"> My content here </div>
When you don't want to use it just comment it out(green) like this: <!--<div id="my_little_box"> My content here </div> -->Next time you want to use it, remove the green. THANK YOU! THANK YOU! THANK YOU! tumbleweed, now is there a way I can have this welcome our newest member???
|
|
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 Jan 28, 2014 16:45:07 GMT -8
daylilydude, I think you can just add something like this (the blue) in your little box div I gave you. <div id="my_little_box"> <div style="color:blue;">Please welcome our newest member: $[newest_user]</div> </div>
|
|
inherit
190874
0
Nov 4, 2023 5:43:57 GMT -8
daylilydude
305
March 2013
daylilydude
|
Post by daylilydude on Jan 28, 2014 17:41:01 GMT -8
hmmm... I have done something wrong, I removed the gradient background, but I would like it to have the same background like the forum has with a small black border can you help... It's almost there... notjusttomatoes.proboards.com/
|
|
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 Jan 31, 2014 14:14:38 GMT -8
Sorry for the delay but it looks like you got it worked out.
|
|