Template:Wikipedia languages/styles.css: Difference between revisions
poke |
m 23 revisions imported Tags: Mobile edit Mobile web edit |
||
| (14 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; | ||
} | } | ||
.wikipedia-languages- | .wikipedia-languages ul { | ||
margin-left: 0; | |||
} | |||
.wikipedia-languages ul a { | |||
white-space: nowrap; | |||
} | |||
.wikipedia-languages > ul { | |||
list-style: none; | list-style: none; | ||
text-align: center; | text-align: center; | ||
| Line 13: | Line 19: | ||
.wikipedia-languages-count-container { | .wikipedia-languages-count-container { | ||
width: 90%; | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
padding-top: 1em; | |||
margin: | margin: 0 auto; | ||
} | } | ||
| Line 30: | Line 37: | ||
.wikipedia-languages-count { | .wikipedia-languages-count { | ||
padding: 0 1em; | padding: 0 1em; | ||
white-space: nowrap; | |||
} | } | ||