MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.info-table{ | .info-table { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background: # | width: 100%; | ||
background-color: #cce0ff; | |||
} | |||
.info-table th, .info-table td { | |||
.info-table td{ | border: 1px solid #000; | ||
padding: 8px; | |||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 23:48, 18 August 2025
.warning-table{ background-color: #ff0000; color: #0000ff; } .info-table { border-collapse: collapse; width: 100%; background-color: #cce0ff; } .info-table th, .info-table td { border: 1px solid #000; padding: 8px; vertical-align: top; }