Шаблон:Краткий вызов/styles.css
Внешний вид
/* Стили для шаблона {{Краткий вызов}} */
/* Обёртка */
.shortcut-wrapper {
--shortcut-wrapper-align: right;
float: var(--shortcut-wrapper-align);
clear: var(--shortcut-wrapper-align);
margin-left: 0.75em;
margin-bottom: 0.75em;
max-width: 400px;
font-size: smaller;
}
/* Заглавие */
.shortcut-caption {
font-weight: bold;
padding-inline: 0.2em;
text-align: center;
}
/* Основной блок */
.shortcut-main {
display: flex;
flex-direction: row;
align-items: stretch;
border: 1px solid var(--custom-border-blue-highlight);
background-color: var(--custom-main-page-background);
}
/* Иконка */
.shortcut-icon {
flex-shrink: 0;
display: flex;
align-items: center;
padding-block: 4px;
background-color: var(--custom-background-blue-highlight);
}
/* Ссылки */
.shortcut-links {
align-items: center;
padding: 4px;
margin-block: auto;
line-height: 1.25;
}
.shortcut-links-template {
font-family: monospace;
}
.shortcut-links-notemplate {
font-weight: bold;
}
/* [[Категория:Стили шаблонов]] */