Difference between revisions of "Talk:Main Page"

From ELWiki
Jump to navigation Jump to search
(bodyContent)
Line 32: Line 32:
  
 
You cannot edit that just override in Common.css
 
You cannot edit that just override in Common.css
 +
 +
== bodyContent ==
 +
 +
I modified that style. Now in [[MediaWiki:Common.css]] but how do I center it ?
 +
 +
--[[User:Takiro|Takiro]] 17:18, 23 August 2006 (UTC)

Revision as of 17:18, 23 August 2006

Ok, I put the Header with the branches in a template Template:FoCW_Header.

The template is alled with arguments in first line. {{{1}}},{{{2}}} are replaced.

{{FoCW_Header|Fellowship Of The Celtic Woods|Welcome to the FoCW Wiki!}}

I tried to leave the first two <div> open to have the rest of the page in a fixed layout. But when calling the template looks like all open tags are automatically closed.

so I need the next two lines

<div id="container"> <div class="wrapper">

To fix the rest of the page.

and I would like to get rid of these two lines somehow.

You can look at the page source, for the styles the wiki uses. I think the body of the page is style bodyContent

i tried putting bodyContent { width: 718px } in MediaWiki:Common.css this fixes the page but makes it alined to the left, dunno how to center it.

the whole style definition is in: http://focw.dragoncairn.net//wiki/skins/monobook/main.css

You cannot edit that just override in Common.css

bodyContent

I modified that style. Now in MediaWiki:Common.css but how do I center it ?

--Takiro 17:18, 23 August 2006 (UTC)