Page 1 of 1

Trac and Wiki design

Posted: 20 Apr 2007 13:43
by Jean-Baptiste Kempf
Would anyone be interested in customizing our wiki and trac CSS ?

http://trac.videolan.org/trac/css/
http://wiki.videolan.org/skins/monobook/main.css?9

An nice idea would be to give it a "common" look.
Some integration with the main site would be nice. Small updates of the main site can also be discussed.
http://trac.videolan.org/web/browser/ww ... g/main.css

Don't answer here: "yes it is a good idea" Just answer if you are interested.

Re: Trac and Wiki design

Posted: 25 Jun 2007 10:32
by 3breadt
Yeah, I'm interested. Starting right now to make things look nice :D
Well for the root page http://trac.videolan.org it would be first of all enough to change main.css to the current one used by http://www.videolan.org in order to fit with the new design.

EDIT:
Your setup of mediawiki seems to have user skin modifications disabled. User:Altglass/monobook.css is not being imported.
What the wiki does:

Code: Select all

<style type="text/css">/*<![CDATA[*/ @import "/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000"; @import "/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000"; @import "/index.php?title=-&action=raw&gen=css&maxage=18000&smaxage=0"; /*]]>*/</style>
What the wiki should do:

Code: Select all

<style type="text/css">/*<![CDATA[*/ @import "/w/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400"; @import "/w/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400"; @import "/w/index.php?title=-&action=raw&gen=css&maxage=2678400&smaxage=0&ts=20070615115408"; @import "/w/index.php?title=User:Altglass/monobook.css&action=raw&ctype=text/css"; /*]]>*/</style>

Re: Trac and Wiki design

Posted: 25 Jun 2007 11:30
by Jean-Baptiste Kempf
I'll try to do it :D

Same for this forum ;D

Re: Trac and Wiki design

Posted: 25 Jun 2007 19:15
by Jean-Baptiste Kempf
Try now ?

Re: Trac and Wiki design

Posted: 26 Jun 2007 11:42
by 3breadt
works fine

Re: Trac and Wiki design

Posted: 26 Jun 2007 12:24
by Jean-Baptiste Kempf
\o/

Re: Trac and Wiki design

Posted: 27 Jun 2007 10:38
by Jean-Baptiste Kempf
The new Skin is up in the wiki.

Re: Trac and Wiki design

Posted: 27 Jun 2007 20:00
by Jean-Baptiste Kempf
The new Wiki is up·
The new nightlies.videolan.org is up·
alt, your name is in our THANKS file :D

Thanks.

Trac, anyone ? :D

Re: Trac and Wiki design

Posted: 26 Jul 2007 11:58
by Jean-Baptiste Kempf
Trac is mostly done now.

I'll remove the sticky then.