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}} */ |
| /* Article stub message box styles */ | | /* Article stub message box styles */ |
| .asbox { | | .asbox { |
Latest revision as of 08:05, 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}} */
/* Article stub message box styles */
.asbox {
position: relative;
overflow:hidden;
}
.asbox table {
background: transparent;
}
.asbox p {
margin: 0;
}
.asbox p + p {
margin-top: 0.25em;
}
.asbox-body {
font-style: italic;
}
.asbox-note {
font-size: smaller;
}
.asbox .navbar {
position: absolute;
top: -0.75em;
right: 1em;
display: none;
}
:not(p):not(.asbox) + style + .asbox,
:not(p):not(.asbox) + link + .asbox {
margin-top: 3em;
}