Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
.metrics-dashboard {
    text-align: center;
}

.metrics-dashboard li {
    display: inline-block;
    padding: 0 1em;
}

.metrics-dashboard-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content {
    text-align: center;
}

.last-updated-content {
    text-align: center;
    font-style: italic;
}

.md-value {
    display: block;
    font-size: 250%;
    font-weight: bold;
}

.md-label {
    font-size: 110%;
}

.bot-credit {
	margin-left: 0.5em;
}