Изменения

Перейти к навигации Перейти к поиску

MediaWiki:Common.css

938 байт добавлено, 07:30, 8 июня 2016
стиль русских списков
text-align: right;
font-style: italic;
}
 
/* Стиль списков с автонумерацией русскими буквами.*/
.lower-russian {
list-style-type: none;
}
.lower-russian li:before {
display: inline-block;
margin-left: -1.5em;
margin-right: .55em;
text-align: right;
width: .95em;
}
.lower-russian li:first-child:before {
content: "а.";
}
.lower-russian li:nth-child(2):before {
content: "б.";
}
.lower-russian li:nth-child(3):before {
content: "в.";
}
.lower-russian li:nth-child(4):before {
content: "г.";
}
.lower-russian li:nth-child(5):before {
content: "д.";
}
.lower-russian li:nth-child(6):before {
content: "е.";
}
.lower-russian li:nth-child(7):before {
content: "ё.";
}
.lower-russian li:nth-child(8):before {
content: "ж.";
}
.lower-russian li:nth-child(9):before {
content: "з.";
}
.lower-russian li:nth-child(10):before {
content: "и.";
}
.lower-russian li:nth-child(2):before {
content: "к.";
}

Навигация