Перейти к содержанию
Для редактирования статьи ПоискоWiki, пожалуйста, заполните эту форму.

MediaWiki:Common.css: различия между версиями

нет описания правки
(fixed input box size)
Нет описания правки
Строка 1: Строка 1:
___NORICHEDITOR___
___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.  */


/* .mw-body .firstHeading {
/* h1#firstHeading {  // removes the wiki page title from the top of the screen  
// this gets rid of the 'flash' of 'Main Page' on the home page, when the page is loading.
    display:none;
}   
 
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],