From Easy Delivery Co. Unofficial Wiki
|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| /* {{pp-template}} */ | | /* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} *//* {{pp-template}} */ |
| .dmbox { | | .dmbox { |
| display: flex; | | display: flex; |
Latest revision as of 08:06, 28 September 2025
/* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} *//* {{pp-template}} */
.dmbox {
display: flex;
align-items: center;
clear: both;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0.25em 0.35em;
font-style: italic;
}
.dmbox > * {
flex-shrink: 0;
margin: 0 0.25em;
}
.dmbox-body {
flex-grow: 1;
flex-shrink: 1;
padding: 0.1em 0;
}
.dmbox-invalid-type {
text-align: center;
}