MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gothic Almanach
K |
|||
Zeile 1: | Zeile 1: | ||
/*this page doesn't work. I don't know any reason */ | /*this page doesn't work. I don't know any reason */ | ||
+ | |||
+ | .infoBoxTest { | ||
+ | border: 4px groove #4E4E4E; | ||
+ | padding:0.5ex 1ex; | ||
+ | margin-left: 1em; margin-bottom:1ex; | ||
+ | width: 38.2%; | ||
+ | float: right; | ||
+ | table-layout: auto; | ||
+ | clear:right; } | ||
+ | |||
+ | /* for tables */ | ||
+ | .infoBoxTest caption:first-line { | ||
+ | line-height:4em; | ||
+ | width:100%; | ||
+ | background:url('/skins/WoG/bg.jpg'); | ||
+ | border:10px solid #4E4E4E; | ||
+ | padding:0.5ex 1ex; | ||
+ | font-variant:small-caps; | ||
+ | margin-bottom:10.4ex; } | ||
+ | .infoBoxTest td, .infoBox th { | ||
+ | border: 1px solid #B1B1B1; | ||
+ | padding:0.5ex 1ex;} | ||
+ | table.infoBoxTest { | ||
+ | border-collapse: collapse; } |
Version vom 26. Mai 2009, 23:19 Uhr
/*this page doesn't work. I don't know any reason */ .infoBoxTest { border: 4px groove #4E4E4E; padding:0.5ex 1ex; margin-left: 1em; margin-bottom:1ex; width: 38.2%; float: right; table-layout: auto; clear:right; } /* for tables */ .infoBoxTest caption:first-line { line-height:4em; width:100%; background:url('/skins/WoG/bg.jpg'); border:10px solid #4E4E4E; padding:0.5ex 1ex; font-variant:small-caps; margin-bottom:10.4ex; } .infoBoxTest td, .infoBox th { border: 1px solid #B1B1B1; padding:0.5ex 1ex;} table.infoBoxTest { border-collapse: collapse; }