MediaWiki:Common.css: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* and, again, using this for *all* our tables... */ | /* and, again, using this for *all* our tables... */ | ||
| Line 15: | Line 7: | ||
table th { border: 1px solid; border-color: #000000; background-color:#FFC8FF; } | table th { border: 1px solid; border-color: #000000; background-color:#FFC8FF; } | ||
table td { border: 1px solid; border-color: #000000; } | table td { border: 1px solid; border-color: #000000; } | ||
/* C.G. 6.4.2011: einrahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ | |||
table.einrahmen { border: 0px; border-collapse: collapse; } | |||
table.einrahmen tr { border: 1px solid; } | |||
table.einrahmen th { border: 1px solid; background-color:#FFC8FF; } | |||
table.einrahmen td { border: 1px solid; } | |||
/* C.G. 6.4.2011: keinrahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ | |||
table.keinrahmen { border: 0px; border-collapse: collapse; } | |||
table.keinrahmen tr { border: 0px; } | |||
table.keinrahmen th { border: 0px solid; background-color:#FFC8FF; } | |||
table.keinrahmen td { border: 0px solid; } | |||
/* C.G. 6.4.2011: zweirahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ | |||
table.zweirahmen { border: 0px; border-collapse: separate; } | |||
table.zweirahmen tr { border: 1px solid; } | |||
table.zweirahmen th { border: 1px solid; background-color:#FFC8FF; } | |||
table.zweirahmen td { border: 1px solid; } | |||
/* C.G. 6.4.2011: sicherstellen, dass Variablennamen äquidistant gesetzt werden */ | |||
var { font-family: monospace; } | var { font-family: monospace; } | ||
Revision as of 17:04, 6 April 2011
/* CSS placed here will be applied to all skins */
/* and, again, using this for *all* our tables... */
table { border: 0px; border-collapse: collapse; }
table tr { border: 1px solid; border-color: #000000; }
table th { border: 1px solid; border-color: #000000; background-color:#FFC8FF; }
table td { border: 1px solid; border-color: #000000; }
/* C.G. 6.4.2011: einrahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */
table.einrahmen { border: 0px; border-collapse: collapse; }
table.einrahmen tr { border: 1px solid; }
table.einrahmen th { border: 1px solid; background-color:#FFC8FF; }
table.einrahmen td { border: 1px solid; }
/* C.G. 6.4.2011: keinrahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */
table.keinrahmen { border: 0px; border-collapse: collapse; }
table.keinrahmen tr { border: 0px; }
table.keinrahmen th { border: 0px solid; background-color:#FFC8FF; }
table.keinrahmen td { border: 0px solid; }
/* C.G. 6.4.2011: zweirahmen - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */
table.zweirahmen { border: 0px; border-collapse: separate; }
table.zweirahmen tr { border: 1px solid; }
table.zweirahmen th { border: 1px solid; background-color:#FFC8FF; }
table.zweirahmen td { border: 1px solid; }
/* C.G. 6.4.2011: sicherstellen, dass Variablennamen äquidistant gesetzt werden */
var { font-family: monospace; }