Jump to content

Template:Tracked/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected "Template:Tracked/styles.css": Highly visible template: match parent ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
Use CSS variables for dark mode
 
Line 7: Line 7:
border: 1px solid #72777d;
border: 1px solid #72777d;
border-radius: 2px;
border-radius: 2px;
background-color: #eaecf0;
background-color: #;
color: var( --color-base, #202122 );
font-size: 85%;
font-size: 85%;
text-align: center;
text-align: center;

Latest revision as of 16:14, 3 June 2024

/* {{pp|small=y}} */
.tracked {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	width: 12em;
	border: 1px solid #72777d;
	border-radius: 2px;
	background-color: var( --background-color-interactive, #EAECF0 );
    color: var( --color-base, #202122 );
	font-size: 85%;
	text-align: center;
	padding: 0.5em;
}

.tracked-url {
	font-weight: bold;
}

.tracked-closure {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.tracked-resolved {
	color: green;
}