MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/** | |||
* Stylesheet for GoogleTranslator extension. | |||
* | |||
* This should be added to [[MediaWiki:Common.css]] page when installing this | |||
* extension and should not be modified. You may modify the CSS code on the | |||
* MediaWiki:Common.css page to adjust padding, alignment, etc. | |||
* | |||
* @addtogroup Extensions | |||
*/ | |||
/* Pad Google Translate box in portlet in sidebar */ | |||
#p-googletranslator .pBody { | #p-googletranslator .pBody { | ||
padding-top: 5px; | padding-top: 5px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* Make fonts smaller for Google Translate language select */ | |||
#p-googletranslator .pBody .goog-te-gadget .goog-te-combo { | #p-googletranslator .pBody .goog-te-gadget .goog-te-combo { | ||
font-size: 8px !important; | font-size: 8px !important; | ||
} | } | ||
Revision as of 18:11, 10 January 2012
/* CSS placed here will be applied to all skins */
/**
* Stylesheet for GoogleTranslator extension.
*
* This should be added to [[MediaWiki:Common.css]] page when installing this
* extension and should not be modified. You may modify the CSS code on the
* MediaWiki:Common.css page to adjust padding, alignment, etc.
*
* @addtogroup Extensions
*/
/* Pad Google Translate box in portlet in sidebar */
#p-googletranslator .pBody {
padding-top: 5px;
text-align: center;
}
/* Make fonts smaller for Google Translate language select */
#p-googletranslator .pBody .goog-te-gadget .goog-te-combo {
font-size: 8px !important;
}