Moderator, Reviewer, Bot, Burocrati, editor, pagecreator, Soppressori, Amministratori, Autori di widget
5
contributi
(fixed input box size) |
Nessun oggetto della modifica |
||
| Riga 1: | Riga 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 */ | ||
| Riga 168: | Riga 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], | ||
contributi