MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.custom-panel { | .custom-panel { | ||
width: | width: 350px; | ||
float: right; | float: right; | ||
border:2px solid #808080; | border:2px solid #808080; | ||
| Line 7: | Line 7: | ||
.custom-panel td { | .custom-panel td { | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 15:57, 19 November 2025
.custom-panel {
width: 350px;
float: right;
border:2px solid #808080;
padding: 5px;
}
.custom-panel td {
text-align: center;
}
.custom-panel custom-panel-center {
width: 400px;
text-align: center;
background-color: #808080;
color: white;
}