Difference between revisions of "MediaWiki:Common.css"
|  (Created page with "→CSS placed here will be applied to all skins:   .infobox {     border: 1px solid #aaaaaa;     background-color: #f9f9f9;     padding: 5px;     width: 300px; /* or any othe...") | |||
| Line 5: | Line 5: | ||
|      background-color: #f9f9f9; |      background-color: #f9f9f9; | ||
|      padding: 5px; |      padding: 5px; | ||
| − |      width: 300px;  | + |      width: 300px; | 
| + |     float: right; | ||
| + |     margin: 10px 0 10px 10px; | ||
| } | } | ||
| Line 11: | Line 13: | ||
|      background-color: #e0e0e0; |      background-color: #e0e0e0; | ||
|      text-align: center; |      text-align: center; | ||
| + |     padding: 2px 5px; | ||
| } | } | ||
Revision as of 05:16, 24 April 2024
/* CSS placed here will be applied to all skins */
.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding: 5px;
    width: 300px;
    float: right;
    margin: 10px 0 10px 10px;
}
.infobox th {
    background-color: #e0e0e0;
    text-align: center;
    padding: 2px 5px;
}
.infobox td {
    padding: 2px 5px;
}

