MediaWiki:Common.css: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
table.cgtable tr { border: 1px solid; } | table.cgtable tr { border: 1px solid; } | ||
table.cgtable th { border: 1px solid; background-color:#FFC8FF; } | table.cgtable th { border: 1px solid; background-color:#FFC8FF; } | ||
table.cgtable td { border: 1px solid | table.cgtable td { border: 1px solid; } |
Revision as of 16:13, 5 April 2011
/* CSS placed here will be applied to all skins */ /* C.G. 5.4.2011: cgtable - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ table.cgtable { border: 0px; border-collapse: collapse; } table.cgtable tr { border: 1px solid; } table.cgtable th { border: 1px solid; background-color:#FFC8FF; } table.cgtable td { border: 1px solid; }