Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Percentage bar/styles.css

Template page
Revision as of 19:25, 10 June 2026 by Antonfr (talk | contribs) (Created page with "{{pp-protected|small=yes}}: .percentage-bar { position: relative; border: 1px solid #aaa; background-color: #fff; color:inherit; width: 100px; max-width: 100%; height: 1.5em; } .percentage-bar-fill { position: absolute; background-color: #dbdbdb; color:inherit; height: 1.5em; width: 50%; } .percentage-bar-text { position: absolute; width: 100%; height: 1.5em; text-align: center; color: #000; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-protected|small=yes}} */
.percentage-bar {
	position: relative;
	border: 1px solid #aaa;
	background-color: #fff;
    color:inherit;
	width: 100px;
	max-width: 100%;
	height: 1.5em;
}

.percentage-bar-fill {
	position: absolute;
	background-color: #dbdbdb;
    color:inherit;
	height: 1.5em;
	width: 50%;
}

.percentage-bar-text {
	position: absolute;
	width: 100%;
	height: 1.5em;
	text-align: center;
	color: #000;
}