Template:Wikipedia languages/styles.css: Difference between revisions
Appearance
rm |
m 23 revisions imported Tags: Mobile edit Mobile web edit |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* {{pp|small=yes}} */ | |||
.wikipedia-languages-complete { | .wikipedia-languages-complete { | ||
font-weight: bold; | font-weight: bold; | ||
| Line 5: | Line 6: | ||
.wikipedia-languages ul { | .wikipedia-languages ul { | ||
margin-left: 0; | margin-left: 0; | ||
} | |||
.wikipedia-languages ul a { | |||
white-space: nowrap; | |||
} | } | ||
| Line 32: | Line 37: | ||
.wikipedia-languages-count { | .wikipedia-languages-count { | ||
padding: 0 1em; | padding: 0 1em; | ||
white-space: nowrap; | |||
} | } | ||
Latest revision as of 02:20, 13 March 2025
/* {{pp|small=yes}} */
.wikipedia-languages-complete {
font-weight: bold;
}
.wikipedia-languages ul {
margin-left: 0;
}
.wikipedia-languages ul a {
white-space: nowrap;
}
.wikipedia-languages > ul {
list-style: none;
text-align: center;
clear: both;
}
.wikipedia-languages-count-container {
width: 90%;
display: flex;
justify-content: center;
padding-top: 1em;
margin: 0 auto;
}
.wikipedia-languages-prettybars {
width: 100%;
height: 1px;
margin: 0.5em 0;
background-color: #c8ccd1;
flex-shrink: 1;
align-self: center;
}
.wikipedia-languages-count {
padding: 0 1em;
white-space: nowrap;
}