FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Forum Styles » i dont know how to do it
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: i dont know how to do it [message #162777 is a reply to message #162751] Thu, 15 July 2010 11:02 Go to previous messageGo to previous message
Ernesto is currently offline  Ernesto   Sweden
Messages: 413
Registered: August 2005
Karma:
Senior Member
In forum.css.template either edit entry that (maybe) looks like this:
.PollTable, .ContentTable, .MsgTable, .DialogTable, .PreviewTable, .AnnonTable {
	background : #FFFFFF;
	border : 0px;
	padding : 0px;
	margin : 0px;
}


There you can input this, after margin : 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;


Or you can create a new entry that only affects that table like this:
table.ContentTable {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}



[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Finding the dark-blue category-bar in css
Next Topic: Dark-background theme
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Jan 31 02:57:45 GMT 2025

Total time taken to generate the page: 0.04948 seconds