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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Метки: правка с мобильного устройства правка из мобильной версии
Строка 9: Строка 9:
}
}


.custom_info_head {
    width:256px;
}


.vt_card {
.vt_card {

Версия от 23:42, 21 июня 2023

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

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

.custom_info_head {
    width:256px;
}

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

.custom_info_image {
	text-align: center;
}

.custom_info_data {
	text-align: left;
}

.custom_info_name {
	text-align: center;
}

.custom_info_title {
	text-align: center;
	background-color: #36c;
	border-radius: 5px;
	width: 100%;
}