MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
Строка 44: | Строка 44: | ||
.about { | .about { | ||
width: 18%; | width: 18%; | ||
margin-top: | margin-top: 15px; | ||
margin-bottom: | margin-bottom: 15px; | ||
text-align: left; | text-align: left; | ||
border: 2px dashed #5FE2CA; | border: 2px dashed #5FE2CA; |
Версия от 16:32, 1 сентября 2022
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ img.strip { margin-right: 250px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.5); } p.strip { text-align: left; margin: 25px; } .panel-s { border: 3px double rgb(255, 255, 255); padding: 1px; margin: 2% 5%; display: flex; } .img-right { margin-right: 1em; } .img-right img { border-radius: 5px; box-shadow: 0 0 10px rgba(93, 93, 93, 0.5); } .desc-r { text-align: justify; padding-right: 1.5em; font-size: 17px; } .img-right, .desc-r { display: flex; align-items: center; justify-content: center; } .about { width: 18%; margin-top: 15px; margin-bottom: 15px; text-align: left; border: 2px dashed #5FE2CA; padding: 20px; font-weight: 700; color: #213F55 }