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