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]

1bb3 version css Empty bb3 version css Tue Mar 02, 2010 8:53 pm

Russel

Russel
Moderator
Moderator
as i have asked last week i think about the background of the table in the forum page when not hovered and when hovered. Mr. ankillien has given the code for the INVISION version. i have converted now my forum to phpbb3 and i tried to put the given code to me. but it does not work. can i get the css code for my new version.? thanks

these are the codes given by mr. ankillien when i was using invision version

Code:
table.ipbtable tbody tr td {
background : white !important;
}
table.ipbtable tbody tr:hover td {
background : blue !important;
}

Another question.
i have tried also the code for the who is online status.
i want to change the font style of the text inside the who is online
how to change? thanks ..

https://www.twitter.com/russeltubo

2bb3 version css Empty Re: bb3 version css Tue Mar 02, 2010 10:06 pm

ankillien

ankillien
Administrator
Administrator
Hi Russel!

The forum row hover is there by default on phpBB3, you can change it in Admin CP > Display > Colors.

There is no specific class assigned to online box so its quite difficult to select the who is online box only. You can do it with the following code but it may affect other elements too...

Code:
p  {
font-family : Verdana !important;
}

3bb3 version css Empty Re: bb3 version css Tue Mar 02, 2010 10:12 pm

Russel

Russel
Moderator
Moderator
Thanks.

is it possible to change the groups on normal position. i mean. not italicized. the administrators, global mods, etc.

https://www.twitter.com/russeltubo

4bb3 version css Empty Re: bb3 version css Tue Mar 02, 2010 11:05 pm

ankillien

ankillien
Administrator
Administrator
Yes, you can do it with this code...

Code:
em {
font-style : normal !important;
}

5bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 5:20 am

Russel

Russel
Moderator
Moderator
on the forum row hover and forum row background, i have already change in the color but not change. and i think it is needed to edit or add in css. help me. thanks


and about the text editor and the quick reply editor. i want to put background image in there. how?

https://www.twitter.com/russeltubo

6bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:49 am

ankillien

ankillien
Administrator
Administrator
To change reply box background..

Code:
#text_editor_textarea {
background : url(IMAGR URL HERE);
}

Forum row hover color...

Code:
li.row:hover {
background : red !important;
}


Hope that helps Very Happy

7bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:55 am

Russel

Russel
Moderator
Moderator
how about about when not hovering? the row background?

https://www.twitter.com/russeltubo

8bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:59 am

ankillien

ankillien
Administrator
Administrator
Code:
li.row {
background : yellow !important;
}

9bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 10:03 am

Russel

Russel
Moderator
Moderator
thank you very much sir. last question..

how to to add borders on avatars inside the topic body? thanks

https://www.twitter.com/russeltubo

10bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:35 pm

ankillien

ankillien
Administrator
Administrator
Avtar border...

Code:
.postprofile dl dt img {
border : 1px solid red;
}

11bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:45 pm

Russel

Russel
Moderator
Moderator
thank you. you can now lock this one.
TOPIC SOLVED.

https://www.twitter.com/russeltubo

12bb3 version css Empty Re: bb3 version css Wed Mar 03, 2010 9:50 pm

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