MediaWiki:Tweeki.css: различия между версиями
Askell (обсуждение | вклад) Нет описания правки |
Askell (обсуждение | вклад) Нет описания правки |
||
(не показано 16 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
@import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | @import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger'); | ||
#content { | |||
padding: 2em !important; | |||
background: rgb(255 255 255 / 90%); | |||
padding: 15px; | |||
} | |||
pp { | |||
display: block !important; | |||
margin-bottom: -5px; | |||
} | |||
.bg-light { | |||
background-color: #000000 !important; | |||
} | |||
/* Исправление отображения текста */ | |||
p { | |||
white-space: break-spaces !important; | |||
display: block !important; /* Элементы отображаются как блоки */ | |||
} | |||
ul { | ul { | ||
list-style-position: inside; /* Убедись, что маркеры списка отображаются правильно */ | list-style-position: inside; /* Убедись, что маркеры списка отображаются правильно */ | ||
} | } | ||
Строка 159: | Строка 179: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||