Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Infobox.css: Difference between revisions

MediaWiki interface page
No edit summary
Increased portable-infobox width to 340px and increased pi-data-label to flex 95px
Line 1: Line 1:
/*infobox*/
/*infobox*/
.portable-infobox {
.portable-infobox {
width: 340px;
     background: var(--theme-color-1);
     background: var(--theme-color-1);
     border-radius: 20px;
     border-radius: 20px;
Line 23: Line 24:
     margin-bottom: 5px;
     margin-bottom: 5px;
     border: none;
     border: none;
}
.pi-data:last-child {
    margin-bottom: 0;
}
}


Line 31: Line 36:
}
}


.pi-data:last-child {
.portable-infobox .pi-data-label {
     margin-bottom: 0;
     flex: 95px;
}
}