MediaWiki:Instance-Page.css: Difference between revisions

From Elwiki
(Created page with ".instance-page .segment { margin: 0.5rem 0; } .instance-page .segment-header { font-size: 1em !important; border: 1px solid #c1c1c1 !important; color: white; }...")
 
No edit summary
Line 18: Line 18:
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
    margin-bottom: 1rem;
}
}

Revision as of 18:24, 28 May 2022

.instance-page .segment {
    margin: 0.5rem 0;
}
.instance-page .segment-header {
    font-size: 1em !important;
    border: 1px solid #c1c1c1 !important;
    color: white;
}
.instance-page .segment-contents {
    border: 1px solid #c1c1c1;
    border-top: none;
}
.instance-page .segment-contents .mw-collapsible-content,
.instance-page .segment-header {
    box-sizing: border-box;
}
.instance-page .segment-contents img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}