Nyako (обсуждение | вклад) Нет описания правки |
Nyako (обсуждение | вклад) Нет описания правки |
||
Строка 19: | Строка 19: | ||
.custom_info_name { | .custom_info_name { | ||
text-align: center; | text-align: center; | ||
} | |||
.custom_info_title { | |||
text-align: center; | |||
background-color: #36c; | |||
} | } |
Версия от 19:11, 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; } .custom_info_title { text-align: center; background-color: #36c; }