Template:Asbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→{{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; }") |
(No difference)
|
Latest revision as of 16:12, 12 February 2024
/* {{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;
}