Jump to content

Template:ArtBox/style.css: Difference between revisions

From wikiNonStop
Content deleted Content added
Created page with ".wt-artbox-wrapper { margin: 1em 0; } .wt-artbox-header { display: flex; } .wt-artbox-header div { border: 0 solid var( --border-color-muted, #dadde3 ); } .wt-artbox-header .wt-codesample-title { font-weight: bold; padding: .5em 1em; border-width: 1px 1px 0 1px; border-radius: .5em .5em 0 0; } .wt-artbox-header .wt-codesample-fill { border-width: 0 0 1px 0; flex: 2; } .wt-artbox-wrapper pre { font-family: "Source Code Pro",Menlo,Consolas,Monaco,"Lucida Console"..."
 
No edit summary
Line 8: Line 8:
border: 0 solid var( --border-color-muted, #dadde3 );
border: 0 solid var( --border-color-muted, #dadde3 );
}
}
.wt-artbox-header .wt-codesample-title {
.wt-artbox-header .wt-artbox-title {
font-weight: bold;
font-weight: bold;
padding: .5em 1em;
padding: .5em 1em;
Line 14: Line 14:
border-radius: .5em .5em 0 0;
border-radius: .5em .5em 0 0;
}
}
.wt-artbox-header .wt-codesample-fill {
.wt-artbox-header .wt-artbox-fill {
border-width: 0 0 1px 0;
border-width: 0 0 1px 0;
flex: 2;
flex: 2;

Revision as of 08:20, 7 April 2026

.wt-artbox-wrapper {
	margin: 1em 0;
}
.wt-artbox-header {
	display: flex;
}
.wt-artbox-header div {
	border: 0 solid var( --border-color-muted, #dadde3 );
}
.wt-artbox-header .wt-artbox-title {
	font-weight: bold;
	padding: .5em 1em;
	border-width: 1px 1px 0 1px;
	border-radius: .5em .5em 0 0;
}
.wt-artbox-header .wt-artbox-fill {
	border-width: 0 0 1px 0;
	flex: 2;
}
.wt-artbox-wrapper pre {
	font-family: "Source Code Pro",Menlo,Consolas,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New", monospace, monspace;
	margin: 0;
}
.wt-artbox-header + .mw-highlight pre {
	border-top: none;
}
.wt-artbox-wrapper div.mw-highlight,
.wt-artbox-header + div.mw-highlight {
	margin-top: 0;
}