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
Switch to threaded view of this topic Create a new topic Submit Reply
i dont know how to do it [message #162706] Tue, 06 July 2010 17:03 Go to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

all shown in the picture

Re: i dont know how to do it [message #162716 is a reply to message #162706] Wed, 07 July 2010 07:24 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You should be able to make rounded corners by adding 'border-radius' to the appropriate entries in the forum.css.tmpl (forum.css) or template files (STYLE=).

If you want to add cell separators, remove the COLSPAN= and introduce the 'TD' cells.

Best of luck!
Re: i dont know how to do it [message #162751 is a reply to message #162716] Sun, 11 July 2010 21:56 Go to previous messageGo to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

naudefj писал(а) Wed, 07 July 2010 13:24
You should be able to make rounded corners by adding 'border-radius' to the appropriate entries in the forum.css.tmpl (forum.css) or template files (STYLE=).

If you want to add cell separators, remove the COLSPAN= and introduce the 'TD' cells.

Best of luck!

I know this, but I get what the picture attached below

thanks for 'td'

[Updated on: Sun, 11 July 2010 21:57]

Report message to a moderator

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 next message
Ernesto is currently offline  Ernesto   Sweden
Messages: 413
Registered: August 2005
Karma: 0
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;
}



Re: i dont know how to do it [message #162794 is a reply to message #162777] Sat, 17 July 2010 16:24 Go to previous message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

thanks, but there is a problem ...
index.php?t=getfile&id=6002&private=0
  • Attachment: -1.png
    (Size: 15.15KB, Downloaded 1552 times)

[Updated on: Sat, 17 July 2010 16:25]

Report message to a moderator

  Switch to threaded view of this topic Create a new topic Submit Reply
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: Thu Apr 25 18:49:34 GMT 2024

Total time taken to generate the page: 0.03172 seconds