2,664
edits
m (Modified padding in #bodySearchInputHomePageSearchBox) |
No edit summary |
||
Line 1: | Line 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 */ | ||
Line 168: | Line 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], |
edits