"سانچہ:Wikipedia languages/styles.css" کے نسخوں کے درمیان فرق
Appearance
add margin for -complete |
poke |
||
سطر 6: | سطر 6: | ||
.wikipedia-languages-list { | .wikipedia-languages-list { | ||
width: 100%; | |||
list-style: none; | list-style: none; | ||
text-align: center; | text-align: center; | ||
clear: both; | clear: both; | ||
سطر 16: | سطر 15: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
width: 90%; | |||
} | } | ||
سطر 31: | سطر 31: | ||
} | } | ||
.wikipedia-languages-langs { | |||
.wikipedia-languages-langs | margin: 1em auto 0; | ||
} | } | ||
نسخہ بمطابق 04:50، 1 دسمبر 2020ء
.wikipedia-languages-complete {
float: right;
font-weight: bold;
margin-left: 1em;
}
.wikipedia-languages-list {
width: 100%;
list-style: none;
text-align: center;
clear: both;
}
.wikipedia-languages-count-container {
display: flex;
justify-content: center;
width: 90%;
}
.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;
}
.wikipedia-languages-langs {
margin: 1em auto 0;
}