MediaWiki talk:Monobook.css

From MediaWiki
Revision as of 01:19, 20 February 2007 by Derik (talk | contribs)
Jump to navigationJump to search

Hey Walky, just checking before I got any further on my (non-evil) template work- as an admin you can edit this page, right? (it is, of course, locked to general editing.) -Derik 02:14, 23 January 2007 (UTC)

It appears I can, yes.
Danke. -Derik 02:24, 23 January 2007 (UTC)

Requesting CSS Change

Text of previous requested change (Infobox style from Wikipedia) removed for clarity, the code has been adopted and now resides in the css file.-Derik 01:19, 20 February 2007 (UTC)

I request that the following css code (standard table styles) be added, because Wikia is mysteriously missing them. The request is not urgent- but should probably go through easily because... they're wikipedia's styles, completely unaltered. -Derik 01:19, 20 February 2007 (UTC)


/* wikitable/prettytable class for skinning normal tables */

table.wikitable, table.prettytable {

 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #aaa solid;
 border-collapse: collapse;

}

table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {

 border: 1px #aaa solid;
 padding: 0.2em;

}

table.wikitable th, table.prettytable th {

 background: #f2f2f2;
 text-align: center;

}

table.wikitable caption, table.prettytable caption {

 margin-left: inherit;
 margin-right: inherit;
 font-weight: bold;

}