Template:Wrap/styles.css

From Qa2triots Wiki
Revision as of 23:19, 18 April 2026 by Amerimin (talk | contribs) (Created page with ".templatewrapper summary { color: #0645ad; cursor: pointer; margin: auto; user-select: none; } .templatewrapper summary:hover { text-decoration: underline; color: #447ff5; } .templatewrapper summary:active { color: #2a4b8d; } .templatewrapper summary::marker { content: ""; } .templatewrapper summary::before { content: "["; color: black; } .templatewrapper summary::after { content: "]"; color: black; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.templatewrapper summary {
	color: #0645ad;
	cursor: pointer;
	margin: auto;
	user-select: none;
}
.templatewrapper summary:hover {
	text-decoration: underline;
	color: #447ff5;
}
.templatewrapper summary:active {
	color: #2a4b8d;
}
.templatewrapper summary::marker {
	content: "";
}
.templatewrapper summary::before {
	content: "[";
	color: black;
}
.templatewrapper summary::after {
	content: "]";
	color: black;
}