MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Catweird Нет описания правки |
imported>Catweird (Отмена правки 310, сделанной Catweird (обсуждение)) |
||
Строка 1: | Строка 1: | ||
.oo-ui-inputWidget-input, oo-ui-buttonElement-button { | |||
border-radius: 15px; | |||
border | |||
} | } | ||
. | .thumbimage { | ||
border-radius: 10px; | |||
} | } | ||
.thumbinner { | |||
background-color: #dedede; | |||
border-radius: 15px; | |||
color: #000; | |||
} | } | ||
. | .p { | ||
font-family: 'Roboto', sans-serif; | |||
} | } | ||
. | .toc { | ||
background-color: #dedede; | |||
border-radius: 15px; | |||
color: #000; | |||
} | } | ||
. | .mw-code, mw-css, pre { | ||
background-color: #dedede; | |||
border-radius: 15px; | |||
color: #000; | |||
font-family: 'Iosevka Web' | |||
} | } | ||
. | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
@font-face { | |||
font-family: 'Iosevka Web'; | |||
font-display: swap; | |||
font-weight: 400; | |||
font-stretch: normal; | |||
font-style: normal; | |||
src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka-regular.woff2') format('woff2'), url('woff/iosevka-regular.woff') format('woff'), url('ttf/iosevka-regular.ttf') format('truetype'); | |||
} | } | ||
Версия от 22:15, 29 апреля 2021
.oo-ui-inputWidget-input, oo-ui-buttonElement-button {
border-radius: 15px;
}
.thumbimage {
border-radius: 10px;
}
.thumbinner {
background-color: #dedede;
border-radius: 15px;
color: #000;
}
.p {
font-family: 'Roboto', sans-serif;
}
.toc {
background-color: #dedede;
border-radius: 15px;
color: #000;
}
.mw-code, mw-css, pre {
background-color: #dedede;
border-radius: 15px;
color: #000;
font-family: 'Iosevka Web'
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
font-family: 'Iosevka Web';
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka-regular.woff2') format('woff2'), url('woff/iosevka-regular.woff') format('woff'), url('ttf/iosevka-regular.ttf') format('truetype');
}