Moderator, Reviewer, Боты, Бюрократы, editor, pagecreator, Скрывающие, Администраторы, Редакторы виджетов
5
правок
Ahancey (обсуждение | вклад) (fixed input box size) |
Ahancey (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
___NORICHEDITOR___ | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*Begin - the following has been added to reduce 'down-shifting' of text after header has been installed. */ | /*Begin - the following has been added to reduce 'down-shifting' of text after header has been installed. */ | ||
/* | /* h1#firstHeading { // removes the wiki page title from the top of the screen | ||
h1#firstHeading { // removes the wiki page title from the top of the screen | |||
display: none; | display: none; | ||
} | } | ||
*/ | */ | ||
.mw-body .firstHeading { | |||
display:none; | |||
} | |||
/* The following definition is needed for collapsible menu items */ | /* The following definition is needed for collapsible menu items */ | ||
Строка 168: | Строка 168: | ||
} | } | ||
input[type=number], input[type=email], | input[type=number], input[type=email], | ||
input[type=url], input[type=search], | input[type=url], input[type=search]{height: 2.5em; | ||
padding: 0.1em; | |||
padding-left: 1em; | |||
padding-right: 1em;}, | |||
input[type=tel], input[type=color], | input[type=tel], input[type=color], | ||
input[type=password], input[type=datetime], | input[type=password], input[type=datetime], |
правок