Tim1mike (обсуждение | вклад) мНет описания правки |
Tim1mike (обсуждение | вклад) мНет описания правки Метка: отменено |
||
Строка 1: | Строка 1: | ||
.module-shortcutboxplain { | .module-shortcutboxplain { | ||
float: right; | |||
margin: 0.8rem 0 0.8rem 1rem; | |||
padding: 10px; | |||
color: var( --color-base--subtle ); | |||
background: var( --background-color-framed ); | |||
border-radius: 8px; | |||
text-align: center; | |||
} | } | ||
.module-shortcutlist { | .module-shortcutlist { | ||
margin-bottom: 0.2rem; | |||
font-weight: bold; | |||
font-size: 0.825rem; | |||
} | } | ||
.module-shortcutboxplain ul { | .module-shortcutboxplain ul { | ||
margin: 0!important; | |||
padding: 0!important; | |||
} | } | ||
.module-shortcutboxplain li { | .module-shortcutboxplain li { | ||
font-size: 0.875rem; | |||
} | } |
Версия от 02:36, 14 июля 2022
.module-shortcutboxplain {
float: right;
margin: 0.8rem 0 0.8rem 1rem;
padding: 10px;
color: var( --color-base--subtle );
background: var( --background-color-framed );
border-radius: 8px;
text-align: center;
}
.module-shortcutlist {
margin-bottom: 0.2rem;
font-weight: bold;
font-size: 0.825rem;
}
.module-shortcutboxplain ul {
margin: 0!important;
padding: 0!important;
}
.module-shortcutboxplain li {
font-size: 0.875rem;
}