Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Tracked/styles.css: Difference between revisions

Template page
Created page with '.tracked { float: right; clear: right; border: 1px solid #999; border-radius: 0.5em; background-color: #eee; background-image: linear-gradient(to bottom, #ddd,#eee); font-size: 85%; text-align: center; padding: 0.5em; margin-left: 1em; margin-bottom: 1em; width: 12em; color: black; } .tracked-url { font-weight: bold; } .tracked-status { font-weight: bold; text-transform: uppercase; } .tracked-resolved { color: green; } .tracked-critic...'
 
somehow a <p> appears within the box, at least get rid of its visual effect
Line 13: Line 13:
width: 12em;
width: 12em;
color: black;
color: black;
}
.tracked p {
margin: 0;
}
}



Revision as of 19:50, 19 July 2021

.tracked { 
	float: right;
	clear: right;
	border: 1px solid #999;
	border-radius: 0.5em;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #ddd,#eee);
	font-size: 85%;
	text-align: center;
	padding: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 12em;
	color: black;
}
.tracked p {
	margin: 0;
}

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

.tracked-status {
	font-weight: bold;
	text-transform: uppercase;
}

.tracked-resolved {
	color: green;
}

.tracked-critical {
	color: red;
	font-size: 1.5em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.