inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Aug 20, 2013 5:44:25 GMT -8
/* border around forum */ #wrapper {background-color: @container_inner_border_color; margin-bottom: 10px; padding: 1.3em; opacity:.7;}
Adding the red part above should work, if you are using colors for the border and not the image version.
|
|
inherit
147672
0
Oct 20, 2023 5:21:22 GMT -8
Jen Parsons
612
September 2009
jennnnnn
|
Post by Jen Parsons on Aug 20, 2013 8:38:26 GMT -8
Thanks for the reply.
I'm actually trying to keep the main section (background color) a solid color but just have the outer border be semi-transparent.
|
|
inherit
hogwarts_4_ever@yahoo.com
194946
0
Jul 31, 2014 14:56:52 GMT -8
Kit Kat
66
June 2013
doctorkitkat
|
Post by Kit Kat on Nov 23, 2013 14:29:05 GMT -8
Is there a way to NOT include the sidebars in it?
|
|
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 Feb 13, 2014 15:22:40 GMT -8
Aletha, Just wanted you to know I moved your post and our subsequent posts to a new thread since your request if different from what the Shrike's code does. You can find it here: support.proboards.com/thread/501566/
|
|
inherit
139574
0
Jun 27, 2021 23:39:31 GMT -8
Aletha
109
April 2009
aletha
|
Post by Aletha on Feb 13, 2014 16:28:53 GMT -8
Thank you p????lq?n? I Bookmark the new thread.
|
|
inherit
187476
0
May 18, 2020 16:00:31 GMT -8
Star's Legacy
1,019
December 2012
starshinelegacy
|
Post by Star's Legacy on Nov 12, 2014 17:38:54 GMT -8
Is there a way to adjust the border so that it will encompass the top banner and forum boards separately?
|
|
inherit
168354
0
Sept 5, 2021 21:35:47 GMT -8
aaka
64
June 2011
aaka
|
Post by aaka on Mar 3, 2015 11:01:10 GMT -8
Is there a way to NOT include the sidebars in it? Try putting #sidebarr-center where #wrapper is in the code. Here is my code for example: /* border around forum*/ #sidebarr-center {background-color: @container_inner_border_color; width: 1350, padding: 10px; border-radius: .2em; border: 3.5px solid #ffffff; } That is what separated the sidebars and the forum for me. Hope it works!
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 25, 2024 14:44:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 21, 2015 14:38:35 GMT -8
How do I make the left side round to? Also, is it possible to round the banner that is part of the theme?It looks a bit odd being square and the border round.
|
|
inherit
221690
0
Feb 23, 2016 17:48:07 GMT -8
catacaramel
1
May 2015
catacaramel
|
Post by catacaramel on May 23, 2015 22:49:28 GMT -8
Now that I've finally changed the border from some annoying dashed lines, I can sleep peacefully tonight...
|
|
inherit
222028
0
Jun 24, 2022 14:34:52 GMT -8
MisforM
41
June 2015
misform
|
Post by MisforM on Jun 3, 2015 19:14:50 GMT -8
Is there a way to extend the border all the way off the edges on the bottom and top but still be restricted by the width?
|
|
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 Jun 4, 2015 16:40:57 GMT -8
Is there a way to extend the border all the way off the edges on the bottom and top but still be restricted by the width?
Since Shrike hasn't been around for a while, guess I'll help you out. What I do, is make a new div and put it right above the <head> tag. Like this:
<div style="background-image:url('http://i657./uu300/EliteList/Bkgrns/Plaids/th_14.png');background-repeat:repeat; background-attachment: fixed; position:relative; margin:auto; margin-bottom:-20px; width:80%;"> <head>
and then the closing tag </div> would go right after the closing body tag like so:
</body> </div>
You could of course add an id to that divide above and move the css style to your style sheet:
<div id="new_wrapper">
And the css in your style sheet:
#new_wrapper{ background-image:url('http://i657./uu300/EliteList/Bkgrns/Plaids/th_14.png'); background-repeat:repeat; background-attachment: fixed; position:relative; margin:auto; margin-bottom:-20px; width:80%; }
That's how I'd do it. Just keep in mind if you are using percentages, what you have set in your visual editor in the width slot will be a percentage of the 80% or whatever you put in the new div. If you are using pixels the pixel in the new div needs to be larger than the pixels you have set in the visual editor. Hope that makes sense.
|
|
inherit
222028
0
Jun 24, 2022 14:34:52 GMT -8
MisforM
41
June 2015
misform
|
Post by MisforM on Jun 21, 2015 17:26:15 GMT -8
|
|
inherit
164729
0
Jun 7, 2024 12:05:37 GMT -8
Txep'Kxetse
11
March 2011
txep
|
Post by Txep'Kxetse on Jul 31, 2015 22:56:46 GMT -8
|
|
inherit
149660
0
Mar 25, 2018 7:04:46 GMT -8
Nilla
8
November 2009
simbasmate
|
Post by Nilla on Feb 8, 2016 12:02:46 GMT -8
I have tried to put this in my forum's style sheet and for some reason it won't appear like it's supposed to.
|
|
inherit
173263
0
Apr 19, 2022 8:46:43 GMT -8
Shi
You were perfection, I was the mess
61
October 2011
methamphetamorphin
|
Post by Shi on Aug 22, 2018 11:27:22 GMT -8
|
|