WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Cleaning up post visuals/chatbox? Empty Cleaning up post visuals/chatbox? Wed Jun 09, 2010 12:45 am

Josh

Josh
Registered Member
Registered Member
Hey guys, I need a little more help with my forum. I'm pretty sure this can all be achieved through CSS/Template Editing, but if it's too much of a hassle, just say so. Very Happy I'm using PunBB.

My first question is, would it be possible to change my current messy chatbox (here) to a cleaner view, such as this one? (Different coloring, but I like the general view of it.)
Cleaning up post visuals/chatbox? PastedGraphic-1-5

My second question is, would it be possible to but a whole rounded body around everything on my forum? For example, there's a rounded green table behind the forum categories, posts, and just about any elements in this screenshot. Currently on my forum, the category boxes and just about everything is free floating/rounded corners stacked up. I like the way all of the tables are on one large one, like here on WebArtz or any standard phpBB Forum. Smile
Cleaning up post visuals/chatbox? PastedGraphic-3-3

I was also wondering if it was possible to fix up the poster format? I would like it to look like a standard PhpBB posting format, instead of a bunch of stacked rounded corners.
Cleaning up post visuals/chatbox? Edit1

And finally, is it possible to fix up the actual post interface as well? I would like it to look a little cleaner and similar to a PhpBB one. (The actual revisions are marked in the screenshot)
Cleaning up post visuals/chatbox? Fixup2

Thank you for any help, with any of these! Smile

Here's my CSS Sheet, if needed:

Code:
.post {
background : #d2b962;
}

.user {
margin-right : -220px !important;
}

.statused tr td{
padding-left : 45px !important;
}

.user {
width : 200px !important;
}

.postmain {
margin-right : 20em !important;
}


/* CATEGORY CHANGE */
/* the div.main-head is need because of the crumbs when browsing through topics is messed up */
div.main-head#cat1 {background:url(http://i266.photobucket.com/albums/ii247/Kab0000m/Josh/TRHeader-6.png);padding-top:60px;background-repeat:no-repeat;background-position:top center;}
div.main-head#cat1 h2 {background-color:rgba(0, 0, 0, 0.4);padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;}

div.main-head#cat2 {background:url(http://i266.photobucket.com/albums/ii247/Kab0000m/Josh/TRHeader3-4.png);padding-top:100px;background-repeat:no-repeat;background-position:top center;}
div.main-head#cat1 h2 {background-color:rgba(0, 0, 0, 0.4);padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;}

div.main-head#cat3 {background:url(http://i266.photobucket.com/albums/ii247/Kab0000m/Josh/FrogzardCatHeader.png);padding-top:32px;background-repeat:no-repeat;}
div.main-head#cat1 h2 {background-color:rgba(0, 0, 0, 0.4);padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;}

div.main-head#cat4 {background:url(http://i266.photobucket.com/albums/ii247/Kab0000m/Josh/FrogzardCatHeader.png);padding-top:32px;background-repeat:no-repeat;}
div.main-head#cat1 h2 {background-color:rgba(0, 0, 0, 0.4);padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:70px;}
/**************************/
/* SMILEY BOX FIX */
.smiley-frame {padding-top:20px;text-align:center;background:#e0bc51;}
.smiley-frame form#smilies_categ p {position:fixed;top:0px;left:1px;}
.smiley-frame form#smilies_categ p select {width:100px;}
#smiley-box iframe {border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);}

.pun tbody.statused td.tcl {width: 25%; padding: 10px 0px; text-align: center; border: none;}

.pun table.homepage tbody.statused td.tcl {width: 25%; padding: 10px 0px; text-align: center; border: none;}

.pun #pun-foot {width:75.5%;margin:0 auto;}
html, body {
background-repeat:repeat-x !important;
}
#pun-navlinks {
padding-top : 0px !important;
}

body {background-position:top center;}

#pun-logo img {position:relative;top:-3px;}

#pun-intro {
background : transparent;
padding-bottom : 0px;
border-bottom : 0px solid transparent;
}
#pun-intro img {
text-align : center;
}
#pun-desc {display:none;}

a:link {color: #7d4f00 !important;}
a:visited {color: #666666 !important;}
a:hover {color: #b42000 !important;}
a:active {color: #719394 !important;}
a:focus {color: #7d4f00 !important;}
.main-content , .main-content table tbody tr td {
-moz-border-radius : 0 0 10px 10px;
-webkit-border-radius : 0 0 10px 10px;
}
.main-box , #pun-foot div {
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

#pun-visit {
display : none;
}

#pun-legend {display:none !important;}

.main form div.main-foot {display:none;}

#pun-navlinks {
background : transparent !important;
}
.pun, #pun-navlinks ul, .main-box ul, .pun .main, .pun .main-category {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;}
.main, .main-head, .page-title { -moz-border-radius-topleft: 20px;
-webkit-border-radius-topleft: 20px; -moz-border-radius-topright: 20px;
-webkit-border-radius-topright: 20px; }

.forum-desc img {float: none ! important;}


div.main-box, div#pun-about {background-color: #E0BC51 !important;}

div#main-content div.main-box, div#main-content .main-box, div#main-content div#pun-info, div#main-content #pun-info {margin:0px !important;}
div#main-content div.main-box {border-bottom:dashed #CCC 1px !important;
-moz-border-top-right-radius:10px !important;
-moz-border-top-left-radius:10px !important;
-moz-border-bottom-right-radius:1px !important;
-moz-border-bottom-left-radius:1px !important;
-webkit-border-top-right-radius:10px !important;
-webkit-border-top-left-radius:10px !important;
-webkit-border-bottom-right-radius:1px !important;
-webkit-border-bottom-left-radius:1px !important;
}

.pun-legend {display:none;}

div.paged-head, div.paged-foot {padding:6px 10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin:5px 0px;}
div.main-foot {margin:5px 0px;-webkit-border-radius:10px;-moz-border-radius:10px;}
div.main-head {-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-top-right-radius:10px;-moz-border-top-left-radius:10px;}
div.pun-crumbs {margin:0px;background-color:#E0BC51;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-top-right-radius:10px;-moz-border-top-left-radius:10px;padding-top:5px;}

ul.navlinks li a img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s ease-in-out;
  cursor:default;
  -webkit-user-select:none;
}

ul.navlinks li a img:hover {
  opacity: 1;
}

div.container_IE div#pun-about {width:73%;margin:0px auto;}
div.pun div#pun-about {width:initial;margin:0px auto;}
.main-box, #pun-info {margin:0px !important;}
.main-box {
-webkit-border-bottom-left-radius:1px;
-webkit-border-bottom-right-radius:1px;
-moz-border-bottom-left-radius:1px;
-moz-border-bottom-right-radius:1px;
border-bottom:1px dashed #CCCCCC;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-border-top-left-radius:10px;
-moz-border-top-right-radius:10px;}

.pun .frm-form {background:transparent;}

.pun .topic {border:0px transparent dotted;background:#A16B00;-webkit-border-radius:1px;-moz-border-radius:1px;}
.pun .postmain {border:0px transparent dotted;border-top:1px solid #A16B00;}
.pun .postmain {border-top:1px solid #A16B00;}
.pun .postfoot {border-bottom:1px solid #E0BC51;-webkit-border-bottom-right-radius:1px !important;-webkit-border-bottom-left-radius:1px !important;-moz-border-bottom-right-radius:1px !important;-moz-border-bottom-left-radius:1px !important;}
.pun .post {-webkit-border-bottom-right-radius:1px;-moz-border-bottom-right-radius:1px;border-width: 0px;}

div.pun-crumbs {border-bottom:1px dashed #CCC;}

.pun .frm .main-foot {display:none;}
.pun .frm .main-head {-webkit-border-radius:1px;-moz-border-radius:1px;background:#E0BC51;border-bottom:1px dashed #CCC;color:#666;font:15px verdana;font-weight:900;}
.pun .frm {margin:0px;}

.pun #main-content {margin-bottom:14px !important;}
.pum .main-content {background-color: #E0BC51;border:0px solid transparent !important;}

.frm-form .main-head {-webkit-border-radius:1px;-moz-border-radius:1px;background:#E0BC51}
.pun .main {margin:0px;}

table.calendar td {border:2px solid #7D4B00 !important;-webkit-border-radius:1px !important;-moz-border-radius:1px !important;}
table.calendar tr {border:2px solid #7D4B00;}
.frm-form .main-content {padding-bottom:10px !important;border:0px solid transparent !important;}


body {background-color: #bda346 !important;}

#profile-advanced-details div.main-content {padding-bottom:10px !important;margin-bottom:5px;}

#pun-intro a img {height:308px;}
div.pun {width:80%; margin 0px auto;}

div.user_login_form.main-box.center {position:absolute;top:0px;left:0;right:0;margin:0 auto;-webkit-border-top-right-radius:1px;-webkit-border-top-left-radius:1px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;border:0px transparent solid;padding:2px;opacity:0.19;-webkit-transition:opacity 0.7s ease, padding-top 0.7s ease, padding-bottom 0.7s ease;}
div.user_login_form.main-box.center:hover {opacity:0.96;padding-top:12px;cursor:default !important;padding-bottom:10px;}
div.user_login_form.main-box.center input {border:0px solid black;height:17px;padding:0px 4px;-webkit-border-radius:40px;margin:0px;font:12px verdana;vertical-align:top;}
div.user_login_form.main-box.center input[type="checkbox"] {position:relative;bottom:1px;}
.tdtopics, td.tdtopics, td.tcl.tdtopics {text-align:left !important;}

div.pun {width:1000px; margin 0px auto;}

2Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Thu Jun 17, 2010 4:13 am

Josh

Josh
Registered Member
Registered Member
Anyone? Smile

3Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Fri Jun 18, 2010 10:26 pm

ankillien

ankillien
Administrator
Administrator
Hello!
Sorry for the delayed reply.

This code will make almost all the boxes rounded on the forum...

Code:
.main-head , .main-content , .table th , .table td {
-moz-border-radius : 10px;
}

For the reply box...

Code:
.frm {
margin-top : -10px;
}

For the post display modification you need to edit the viewtopic_body template.

4Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sat Jun 19, 2010 2:08 am

Josh

Josh
Registered Member
Registered Member
Thanks for the help, Ankillien! There still seems to be a few glitches though:

Would it be possible to connect these?
Cleaning up post visuals/chatbox? PastedGraphic-2-7

And get rid of the "Frogzard Fanclub > General > Sandbox > etc... box in between the posts and quick reply box here?
Cleaning up post visuals/chatbox? PastedGraphic-1-7


Would you happen to know how to give the side a body background behind everything as well, and should I post in the HTML section for template editing? Thanks again. Smile

5Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sat Jun 19, 2010 8:53 am

ankillien

ankillien
Administrator
Administrator
hmm...

This code should connect the reply box to the title...

Code:
fieldset.frm-set {
margin-top : 0px !important;
}

To remove the box between quick reply and post, navigate to viewtopic_body template, find this code and remove it form there.

Note : There may be more than 1 such piece of codes. You need to start searching from bottom to top. The first code block you find from bottom should be removed not the other ones.

Code:
<div class="pun-crumbs">
   <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}&amp;nbsp;&amp;raquo;&amp;nbsp;
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
   </p>
</div>

6Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sun Jun 20, 2010 11:19 pm

Josh

Josh
Registered Member
Registered Member
Thanks! That worked well. Very Happy

Is there a code for connecting everything on the post interface, so it's not just rounded corners stacked on one another?

Cleaning up post visuals/chatbox? PastedGraphic-24-1

7Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Tue Jun 29, 2010 5:28 am

Josh

Josh
Registered Member
Registered Member
Bump.

8Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Tue Jun 29, 2010 11:54 am

ankillien

ankillien
Administrator
Administrator
I don't think it is possible since the code will affect the other pages too, not just post interface page.

9Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sun Jul 04, 2010 11:18 am

Josh

Josh
Registered Member
Registered Member
Okay, Would it atleast be possible to round all of those sharp corners?

Also- Would it be possible to put a simple color background (Preferably black, 50% opacity) around every single page? (See below)

Josh wrote:My second question is, would it be possible to but a whole rounded body around everything on my forum? For example, there's a rounded green table behind the forum categories, posts, and just about any elements in this screenshot. Currently on my forum, the category boxes and just about everything is free floating/rounded corners stacked up. I like the way all of the tables are on one large one, like here on WebArtz or any standard phpBB Forum. Smile
Cleaning up post visuals/chatbox? PastedGraphic-3-3

Thanks again. Smile

10Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sun Jul 04, 2010 12:27 pm

ankillien

ankillien
Administrator
Administrator
This code will make most the sharp corners rounded..

Code:
.post , .postmain , .posthead , .main-content{
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
}

Background color can be put but it can't be transparent. You need to use an image for that.

Code for color...

Code:
body {
background-color : #333;
}

11Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sun Jul 04, 2010 10:46 pm

Josh

Josh
Registered Member
Registered Member
The background didn't seem to have any effect, but the rounded corners worked- Thanks! Smile

Would you know how to fix the topic review as well? It's currently bunched up- Would it be possible to make each one a rounded table instead of stuck together?
Cleaning up post visuals/chatbox? PastedGraphic-9

12Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Tue Jul 06, 2010 6:23 pm

ankillien

ankillien
Administrator
Administrator
This code would help to fix the topic review...

Code:
.post , .main-content , .topic {
margin-bottom : 10px;
-moz-border-radius : 10px;
}

.main-content {
background : transparent !important;
}

13Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Thu Jul 08, 2010 1:09 am

Josh

Josh
Registered Member
Registered Member
Hmm... That code seemed to of made numerous tables transperant? Like the poll and reply box.

http://frogzard.omgforum.net/events-f5/look-at-this-awesome-poll-t9.htm#29

Would it be possible to turn the post review tables into more of the phpBB style, instead of the current appearance? Like this.
Cleaning up post visuals/chatbox? PastedGraphic-1-9
Instead of this:
Cleaning up post visuals/chatbox? PastedGraphic-2-8

Thankyou again for your help. Smile

14Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Thu Jul 08, 2010 8:41 pm

ankillien

ankillien
Administrator
Administrator
Its not possible to make it same as phpBB since he templates are different.

About the transparent background, which boxes you want to make transparent? The post box?

15Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sat Jul 31, 2010 6:11 am

Josh

Josh
Registered Member
Registered Member
I think the transperant box is fixed now.
I'd just like to change the post format on topic review into individual rounded boxes for each post, instead of having the tables connected/overlapping. Would that be possible to do?

16Cleaning up post visuals/chatbox? Empty Re: Cleaning up post visuals/chatbox? Sun Aug 01, 2010 10:43 pm

ankillien

ankillien
Administrator
Administrator
Do you just want to separate the post boxes?
This code may work...

Code:
.topic .post {
margin-bottom : 5px;
}

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum