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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 4: Строка 4:
clear: both;
clear: both;
width: 100%;
width: 100%;
border: solid 1px #131a21;
border: solid 1px #36c;
border-radius: 10px;
border-radius: 10px;
padding: 4px;
padding: 4px;

Версия от 18:57, 18 июня 2023

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

.custom_info_main {
	clear: both;
	width: 100%;
	border: solid 1px #36c;
	border-radius: 10px;
	padding: 4px;
}

.custom_info_image {
	text-align: center;
}

.custom_info_data {
	text-align: left;
}

.custom_info_name {
	text-align: center;
}