Участник:Baccy/common.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
Страница персонального оформления. CSS-код ниже относится ко всем темам оформления (включая мобильную версию) Википедии. JS-файл: Участник:Baccy/common.js.
После сохранения очистите кэш браузера.
.action-history .mw-plusminus-pos, .action-history .mw-plusminus-neg, .action-history .mw-plusminus-null { display: none; }
strong.mw-watched {font-weight: normal}


/* Скрыть квадратики меток в истории */
.mw-history-editchangetags-button,
 #pagehistory input[type=checkbox] {
   display: none;
 }

#mw-history-searchform .oo-ui-fieldsetLayout-header {
	display: none;
}
#mw-history-searchform .oo-ui-fieldsetLayout-group .oo-ui-widget {
	display: flex;
	align-items: flex-end;
}
#mw-history-searchform #ooui-php-4 {
	margin: 0 0.8em;
	flex: 0 1 30em;
}
#mw-history-searchform #ooui-php-3 .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
	text-transform: lowercase;
}
#mw-history-searchform #ooui-php-3 .oo-ui-fieldLayout-header .oo-ui-labelElement-label:before {
    content: "Поиск правок ";
    text-transform: none;
}