MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
.info-table{ | .info-table { | ||
margin:10px; | margin:10px; | ||
background-color:#cce0ff; | background-color:#cce0ff; | ||
border-width:2px | border-width:2px | ||
} | |||
.info-table td{ | |||
.info-table td { | |||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Latest revision as of 23:16, 18 August 2025
.warning-table{
background-color: #ff0000;
color: #0000ff;
}
.info-table {
margin:10px;
background-color:#cce0ff;
border-width:2px
}
.info-table td {
vertical-align: top;
}