Jump to content

Module:Article stub box/styles.css: Difference between revisions

From Rolling Lounge Wiki
Created page with "{{pp-template}}: .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; } TemplateStyles are wrapped in an "empty" span [[phab:T378906]]: :not(p):not(.asbox) + .mw-empty-elt + .asbox { margin-top:..."
 
m Added attribute
 
Line 1: Line 1:
/*
* This file uses material from the Wikipedia/MediaWiki project,
* released under the Creative Commons Attribution-ShareAlike 4.0 International License.
* Source: https://en.wikipedia.org/wiki/Module:Article stub box/styles.css
*/
/* {{pp-template}} */
/* {{pp-template}} */
.asbox {
.asbox {

Latest revision as of 18:55, 6 August 2026

/*
 * This file uses material from the Wikipedia/MediaWiki project,
 * released under the Creative Commons Attribution-ShareAlike 4.0 International License.
 * Source: https://en.wikipedia.org/wiki/Module:Article stub box/styles.css
 */

/* {{pp-template}} */
.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;
}

/* TemplateStyles are wrapped in an "empty" span [[phab:T378906]] */
:not(p):not(.asbox) + .mw-empty-elt + .asbox {
	margin-top: 3em;
}