Is This Possible? An Entire Body Message Makeover?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Is This Possible? An Entire Body Message Makeover?
Can You guys Help my Forum Transform This. . .
To This. . .

I know you guys have been supporting things for free and out of volunteering, or you don't ,..I don't know, but anywho, I would really like my forum to get rid of the giant white box and replaced with pictures like the bottom pic I posted...im acualy willing to tip the helper real cash if nessassary :S
and sorry I wasn't sure if this was suppost to go here or to CSS help :S


I know you guys have been supporting things for free and out of volunteering, or you don't ,..I don't know, but anywho, I would really like my forum to get rid of the giant white box and replaced with pictures like the bottom pic I posted...im acualy willing to tip the helper real cash if nessassary :S
and sorry I wasn't sure if this was suppost to go here or to CSS help :S
Re: Is This Possible? An Entire Body Message Makeover?
I don't think any of the staff will take your cash, it might even be against the company policy.
Re: Is This Possible? An Entire Body Message Makeover?
Oh well, I just don't kno another way of saying how bad I would appericate if someone helped with this.
Re: Is This Possible? An Entire Body Message Makeover?
You can simply remove the color and add the color you want! You know that don't you?


|
Re: Is This Possible? An Entire Body Message Makeover?
MrMind wrote:You can simply remove the color and add the color you want! You know that don't you?
He wants a CSS that will make his creation of a new topic like the one in the last picture.
Re: Is This Possible? An Entire Body Message Makeover?
Nevermid. For some reason the first time I read the first post, the images did not load completely.
Last edited by SLGray on September 13th 2014, 6:38 pm; edited 1 time in total

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Is This Possible? An Entire Body Message Makeover?
I mean the images you used to do that. It would be easier to play around if I had some resources. 

Re: Is This Possible? An Entire Body Message Makeover?
Please do not reply to topics unless you are offering a solution or asking for more information.demirer wrote:

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Is This Possible? An Entire Body Message Makeover?
@Ange Tuteur I sent you the pics via pm cause I don't want to share them here
Re: Is This Possible? An Entire Body Message Makeover?
See how this looks :
Administration Panel > Display > Colors > CSS stylesheet
Administration Panel > Display > Colors > CSS stylesheet
- Code:
.sceditor-container {
background:none !important;
border:none !important;
width:550px !important;
height:275px !important;
margin:80px !important;
}
.sceditor-toolbar {
background:none !important;
border:none !important;
}
.sceditor-container textarea {
color:#2C97C3 !important;
font-weight:bold !important;
}
.sceditor-container:before {
content:url(http://i39.servimg.com/u/f39/18/21/60/73/left10.png);
position:absolute;
top:-85px;
left:-80px;
z-index:-1;
}
.sceditor-container:after {
content:url(http://i39.servimg.com/u/f39/18/21/60/73/right10.png);
position:absolute;
right:-80px;
bottom:-85px;
z-index:-1;
}
input.liteoption, input.mainoption {
background:url(http://i39.servimg.com/u/f39/18/21/60/73/b10.png) no-repeat center;
border:none;
padding:0;
height:30px;
width:98px;
position:relative;
z-index:4;
cursor:pointer;
}
input.post {
background:url(http://i39.servimg.com/u/f39/18/21/60/73/in10.png) repeat-x center;
padding:3px;
height:24px;
}
Re: Is This Possible? An Entire Body Message Makeover?
Dude, were almost getting their! that code has some slight issues though.

I need The thing more in the middle of the page, and it atm it cuts out at the right, www.SpyroDragon.com if you need the link.. also everything in red box I would like to get rid of.
Also want the scroll in the mody message removed
@Edited.. I acualy found out how to move it over some, it was the width. I changed it to 400 , that would be cool if there was a way to Center it..
But now I would like some help for these.

The Red Boxes I want Removed
The White box is what I would like to look like for the Topic Title..
Also this code gave me some problems in some other areas...
I want the GO Button back to normal, or if you can just get rid of all that in the bigger red box would be fine.

Also the code gave me some issues on the Priviate message Page..
I just want the red boxes to be back to normal, without the picture.


I need The thing more in the middle of the page, and it atm it cuts out at the right, www.SpyroDragon.com if you need the link.. also everything in red box I would like to get rid of.
Also want the scroll in the mody message removed
@Edited.. I acualy found out how to move it over some, it was the width. I changed it to 400 , that would be cool if there was a way to Center it..
But now I would like some help for these.

The Red Boxes I want Removed
The White box is what I would like to look like for the Topic Title..
Also this code gave me some problems in some other areas...
I want the GO Button back to normal, or if you can just get rid of all that in the bigger red box would be fine.

Also the code gave me some issues on the Priviate message Page..
I just want the red boxes to be back to normal, without the picture.

Re: Is This Possible? An Entire Body Message Makeover?
The problem with the buttons is that they all use a similar classname. So if we remove that, then you'll be back to your normal buttons. You'll need to make a decision on if you want to keep them or revert to the original.
You want to hide the SCEditor toolbar, correct ? Add this to your CSS :
You want to hide the SCEditor toolbar, correct ? Add this to your CSS :
- Code:
.sceditor-toolbar { display:none !important }
Re: Is This Possible? An Entire Body Message Makeover?

Everything in the RED BOX I want removed..
The Scroll Bar in the body message Espiecally , it just reuins the theme
The Text " Post title " and " Body Message "
And If possible, the Topic Title Border
Re: Is This Possible? An Entire Body Message Makeover?
For the topic title color, go to Administration Panel > General > Messages and emails > Configuration
Under topics disable 'Allow topics title color'
For the titles add this to your CSS :
If you want to hide the scrollbar add this to your CSS :
Note however, that you wont be able to see the scroll bar when there's a lot of content.
Under topics disable 'Allow topics title color'
For the titles add this to your CSS :
- Code:
form[name="post"] td.row1 b { display:none }
If you want to hide the scrollbar add this to your CSS :
Note however, that you wont be able to see the scroll bar when there's a lot of content.
- Code:
.sceditor-container textarea { overflow:hidden }
Re: Is This Possible? An Entire Body Message Makeover?

Again id like everything in the red removed, and the one that's in white, if you can keep that but remove everything else would be cool, but if you can't then remove it too.
Re: Is This Possible? An Entire Body Message Makeover?
Add this to your CSS :
- Code:
#optionsitems, form[name="jumpbox"] { display:none }
Re: Is This Possible? An Entire Body Message Makeover?
Replace it by this :
- Code:
#optionsitems, #optionsitems_show, form[name="jumpbox"] { display:none }
Re: Is This Possible? An Entire Body Message Makeover?

Can we get rid of the borderline on the topic title?
And also, You got rid of everything but the " Add a poll option " I was asking if you could keep the " Normal, Sticky, Announcement, Global Announcement" buttons, but yea I wan't the Add a poll gone as well.

Also This..

Re: Is This Possible? An Entire Body Message Makeover?
Add this to your CSS :
- Code:
input.post[name="subject"] { border:none }
#pollitems, #pollitems_show, form[name="post"] + table[width="100%"] + table.forumline[width="100%"] { display:none }
Re: Is This Possible? An Entire Body Message Makeover?
When you highlight the whole site, you can see "Post a new topic " is their a way to get rid of that?
Also when you try to send a Priviate message to someone, can we get rid of the following in red boxes...


Also when you try to send a Priviate message to someone, can we get rid of the following in red boxes...

Re: Is This Possible? An Entire Body Message Makeover?
Add this to your CSS :
- Code:
form[name="post"] .forumline th.thHead strong, form[action="/privmsg"] select, form[action="/privmsg"] #add_username { display:none }
Re: Is This Possible? An Entire Body Message Makeover?
Topic solved and archived

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum