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]

1Rounded header Empty Rounded header Mon Feb 22, 2010 8:51 am

Russel

Russel
Moderator
Moderator
i have put header on the top. and then i want to make it rounded. something like your forum here or in forumotion.

and how do i put border on the right and left side as well as in the bottom. thank you

https://www.twitter.com/russeltubo

2Rounded header Empty Re: Rounded header Mon Feb 22, 2010 9:04 am

ankillien

ankillien
Administrator
Administrator
Hi Russel,

It would be better if you provide me a link to your forum or tell me what version are you using?

3Rounded header Empty Re: Rounded header Mon Feb 22, 2010 1:09 pm

Russel

Russel
Moderator
Moderator
http://www.dynamicprofilecodes.com/forum.htm and Invision Version

https://www.twitter.com/russeltubo

4Rounded header Empty Re: Rounded header Mon Feb 22, 2010 2:17 pm

ankillien

ankillien
Administrator
Administrator
Thanks.

Try adding this code to your CSS...


Code:
#ipbwrapper {
margin : 10px auto;
border : 1px solid #666;
-moz-border-radius : 8px;
}

5Rounded header Empty Re: Rounded header Mon Feb 22, 2010 4:53 pm

Russel

Russel
Moderator
Moderator
sir im talkin about the border of the category. the rounded boarder in every category. how sir? thanks

like this;

Rounded header K1syud

https://www.twitter.com/russeltubo

6Rounded header Empty Re: Rounded header Mon Feb 22, 2010 9:05 pm

ankillien

ankillien
Administrator
Administrator
Oh! ok.

Try this code plz...

Code:
.borderwrap {
border : 2px solid #000 !important;
-moz-border-radius : 8px;
-webkit-border-radius : 8px;
}

7Rounded header Empty Re: Rounded header Mon Feb 22, 2010 9:11 pm

Russel

Russel
Moderator
Moderator
okay sir. thank you. very helpful sir. you're very great.!

can i ask another questions?

1. in whos online category below the homepage. i want to change the font face from arial to trebuchet ms. is there any? as well as in the topic titles page.

2. inside the topics page. the color of the regular members are blue like the normal color. and i want to make it black when it is inside the topic body.



thank you very much sir.

https://www.twitter.com/russeltubo

8Rounded header Empty Re: Rounded header Mon Feb 22, 2010 10:42 pm

ankillien

ankillien
Administrator
Administrator
To change font for 'who is online' table...

Code:
#fo_stat {
font-family : 'trebuchet ms';
}

To make users names black colored in posts...

Code:
.popmenubutton-new-out a {
color : #000 !important;
}

In the topic titles page, which font do you want to change? Titles of topics?

9Rounded header Empty Re: Rounded header Tue Feb 23, 2010 6:14 am

Russel

Russel
Moderator
Moderator
:: yes ^^ on the titles of topics. .

to make users names black in colored in posts.

only in above of the avatar affects the colors.
but in below of avatar are still in other color.

screenshot: Rounded header Mvhfv7


can i ask another questions again?

** Next, on the log in page, how to change that color blue green to other color as well as the background, the brown.

screenshot: Rounded header I1lbmt


** how to change the background color of this one.

screenshot: Rounded header Mhdr2u


** and then, how to remove the header inside the quick reply and background. only the text box will remain.


screenshot: Rounded header O56f6a


Thank you and thank you very much

https://www.twitter.com/russeltubo

10Rounded header Empty Re: Rounded header Wed Feb 24, 2010 5:59 pm

ankillien

ankillien
Administrator
Administrator
Sorry for the late reply.

I see on your forum both usernames are in black (above and below avatar). I don't think it needs to be fixed Neutral

For log in page, use this code...

Code:
.login , .formbuttonrow {
background : #FFC;
}
.errorwrap , .errorwrap h4 {
background : orange !important;
}

For permission box background color...

Code:
.borderwrap .bar {
background : red;
}

Remove quick reply header...

Code:
#qpost .maintitle {
display : none;
}

Topic title font change...

Code:
a.topictitle {
font-family : 'trebuchet ms';
}

11Rounded header Empty Re: Rounded header Wed Feb 24, 2010 6:34 pm

Russel

Russel
Moderator
Moderator
ok. thank you very much.

on the quick reply. there is still background color on the box. look. the pitch one i think.

and how do i remove the Forthcoming Calendar Events within the next 5 days below the who is online on forum page. i dont want it Smile

https://www.twitter.com/russeltubo

12Rounded header Empty Re: Rounded header Wed Feb 24, 2010 9:41 pm

ankillien

ankillien
Administrator
Administrator
To remove calendar events, you need to disable calendar in Admin CP > Modules > Calendar.

13Rounded header Empty Re: Rounded header Thu Feb 25, 2010 5:39 am

Russel

Russel
Moderator
Moderator
Thank you so much sir. next time again. SOLVED

https://www.twitter.com/russeltubo

14Rounded header Empty Re: Rounded header Thu Feb 25, 2010 10:04 am

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

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