MediaWiki:Common.css: Difference between revisions
From Commonwealth of Sovereign States
Created page with "→CSS placed here will be applied to all skins: →Infoboxes (Ripped from Wikipedia): .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; } @media screen { .infobox { background-color: #f8f9fa; } } @media (max-width: 640px) { .infobox { width: 100%; } .infobox .nowrap { white-space: normal; } } @media (min-width: 640px) { .infobox { →@noflip: margin: 0.5em..." |
Replaced content with ".infotable { float: right; padding: 5px; margin-left: 3px; background: #eaecf0; width: 25%; } .infotable th { text-align: left; }" Tag: Replaced |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.infotable { | |||
float: right; | |||
padding: 5px; | |||
. | margin-left: 3px; | ||
background: #eaecf0; | |||
width: 25%; | |||
} | } | ||
.infotable th { | |||
text-align: left; | |||
} | } | ||
Latest revision as of 23:22, 6 May 2025
.infotable {
float: right;
padding: 5px;
margin-left: 3px;
background: #eaecf0;
width: 25%;
}
.infotable th {
text-align: left;
}
