"سانچہ:Wikipedia languages/styles.css" کے نسخوں کے درمیان فرق
Appearance
woops |
kill left margin |
||
سطر 3: | سطر 3: | ||
font-weight: bold; | font-weight: bold; | ||
margin-left: 1em; | margin-left: 1em; | ||
} | |||
.wikipedia-languages ul { | |||
margin-left: 0; | |||
} | } | ||
سطر 9: | سطر 13: | ||
text-align: center; | text-align: center; | ||
clear: both; | clear: both; | ||
} | } | ||
نسخہ بمطابق 05:07، 1 دسمبر 2020ء
.wikipedia-languages-complete {
float: right;
font-weight: bold;
margin-left: 1em;
}
.wikipedia-languages ul {
margin-left: 0;
}
.wikipedia-languages > ul {
list-style: none;
text-align: center;
clear: both;
}
.wikipedia-languages-count-container {
display: flex;
justify-content: center;
padding-top: 1em;
}
.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;
}