Difference between revisions of "Trebor CSM CSS test page"
(New page: This is Trebor's test page, used to test issues with wiki rendering. [<tt> this is a test of the tt tag. It currently collapses whitespace </tt>] <code>This is a test of a code bloc...) |
|||
Line 15: | Line 15: | ||
tt,kbd,pre,code { font-family: Courier, monospace; margin: 0; padding: 0; white-space: pre; } | tt,kbd,pre,code { font-family: Courier, monospace; margin: 0; padding: 0; white-space: pre; } | ||
</tt> | </tt> | ||
+ | |||
+ | Test of table fixes | ||
+ | |||
+ | {| | ||
+ | ! padding=10|One !! padding=10|Two !! padding=10|Three | ||
+ | |- | ||
+ | | padding=10 align=right|123.456 || padding=10 align=right|123.456 || padding=10 align=right|123.456 | ||
+ | |- | ||
+ | | padding=10 align=right|123.456 || padding=10 align=right|123.456 || padding=10 align=right|123.456 | ||
+ | |- | ||
+ | | padding=10 align=right|123.456 || padding=10 align=right|123.456 || padding=10 align=right|123.456 | ||
+ | |} |
Revision as of 08:58, 13 August 2010
This is Trebor's test page, used to test issues with wiki rendering.
[ this is a test of the tt tag. It currently collapses whitespace ]
This is a test of a code block. It currently displays in a proportional font.
This is the second line of the block. Whoops! It also doesn't handle line-breaks!
The fixes to these problems are most likely something along these lines:
Change line 6 in http://wiki.eveonline.com/wikiEN/skins/eveskin/neweveskin.css to be 2 lines, as follows:
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,form,fieldset,legend,input,button,select,option,textarea,p,blockquote,th,td,table,img { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
tt,kbd,pre,code { font-family: Courier, monospace; margin: 0; padding: 0; white-space: pre; }
Test of table fixes
One | Two | Three |
---|---|---|
123.456 | 123.456 | 123.456 |
123.456 | 123.456 | 123.456 |
123.456 | 123.456 | 123.456 |