| Display title | MediaWiki:Infobox.css |
| Default sort key | Infobox.css |
| Page length (in bytes) | 1,998 |
| Namespace ID | 8 |
| Namespace | MediaWiki |
| Page ID | 209 |
| Page content language | en - English |
| Page content model | CSS |
| Indexing by robots | Allowed |
| Number of redirects to this page | 0 |
| Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
| Edit | Allow only users with "editsitecss" permission (infinite) |
| Move | Allow only users with "editsitecss" permission (infinite) |
| Page creator | ReisuDesign (talk | contribs) |
| Date of page creation | 08:34, 10 November 2025 |
| Latest editor | Stevium (talk | contribs) |
| Date of latest edit | 20:14, 17 November 2025 |
| Total number of edits | 9 |
| Total number of distinct authors | 2 |
| Recent number of edits (within past 90 days) | 9 |
| Recent number of distinct authors | 2 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | /*infobox*/
.portable-infobox {
min-width: 340px;
background: var(--background-color-1);
border-radius: 20px;
padding: 10px;
}
.pi-title {
background-color: var(--theme-accent-color);
text-align: center;
border-radius: 10px;
color: var(--color-base);
margin-bottom: 5px !important... |