Pe 17.01.2010 14:00, [email protected] a scris:
> Is it possible (maybe with an extension?) to change the design for a
> single page?
>
> T4b
>    
The most simple way is to edit the css file of your skin.
Example:
You have a page "Main Page". In your source code you'll see something 
like this:

<body  class="mediawiki  ltr ns-0 ns-subject page-Main_Page">  where 
page-Main_page is the css class for your page "Main Page"

All you have to do is to add all css rules with class page-Main_Page in front 
of every declaration.

.page-Main_Page #sidebar-left {margin: 10px 0 10px 10px;}
.page-Main_Page #sidebar-right {margin: 10px 10px 10px 0;} ...

Add css declarations only for elements do you want to modify.

All other page will remain unchanged.


Sorry for my bad english

Geo



-- 
George Alexandru Dudău
CORE IT MEX - Grupul de firme MOBEXPERT
Network administrator | proiecte web | proiecte speciale

Tel : +40 21 2421040-1139
http://www.itmex.ro


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to