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

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

fixed input box size
(made current with english with wrapper class)
(fixed input box size)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
___NORICHEDITOR___
 
  ___NORICHEDITOR___
/* CSS placed here will be applied to all skins */  
/* CSS placed here will be applied to all skins */  


Строка 15: Строка 13:
}  
}  
*/
*/
/* The following definition is needed for collapsible menu items */
.mw-customtoggle, .mw-collapsible-toggle {
        background: none !important;
border: none !important;
font-size: 1rem !important;
        line-height: 1rem !important;
font-family: Helvetica, Verdana, san-serif !important;
color: #262626 !important;
        padding: 0px !important;
}
/*************** end downshifting code ****************/
/*************** end downshifting code ****************/
/****** testing search box not showing text bug fix *********/




Строка 423: Строка 439:
     min-height: inherit;
     min-height: inherit;
     width: 100%;
     width: 100%;
}
/***  This code fixes the searchbox in Firefox ***/
#bodySearchInputHomePageSearchBox {
  height: 2.5em;
  padding: 0.1em;
  padding-left: 1em;
  padding-right: 1em;
}
}