MediaWiki:Tweeki.css: различия между версиями

Нет описания правки
Нет описания правки
 
(не показано 11 промежуточных версий этого же участника)
Строка 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 {
p {
white-space: break-spaces !important;
     display: block !important;      /* Элементы отображаются как блоки */
     display: block !important;      /* Элементы отображаются как блоки */
}
}
Строка 163: Строка 179:
     background-color: transparent;
     background-color: transparent;
}
}
#content {
    padding: 2em !important;
    background: rgb(255 255 255 / 90%);
    padding: 15px;
}