MediaWiki:Common.css: различия между версиями
Строка 18: | Строка 18: | ||
/*Менюшка*/ | /*Менюшка*/ | ||
+ | |||
+ | /* Fixed Positioned AddThis Toolbox */ | ||
+ | .addthis_toolbox { | ||
+ | position: fixed; | ||
+ | top: 30%; | ||
+ | left: -5px; | ||
+ | border: 1px solid #ddd; | ||
+ | padding: 5px 5px 4px; | ||
+ | width: 32px; | ||
+ | -moz-border-radius: 4px; | ||
+ | -webkit-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | |||
+ | .addthis_toolbox .custom_images a { | ||
+ | width: 32px; | ||
+ | height: 32px; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; } | ||
+ | .addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; } |
Версия 12:00, 23 сентября 2013
/** Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * http://www.mediawiki.org/wiki/Manual:Collapsible_tables. * Maintainers: [[en:User:R. Koot]] */ table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } /*Менюшка*/ /* Fixed Positioned AddThis Toolbox */ .addthis_toolbox { position: fixed; top: 30%; left: -5px; border: 1px solid #ddd; padding: 5px 5px 4px; width: 32px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .addthis_toolbox .custom_images a { width: 32px; height: 32px; cursor: pointer; } .addthis_toolbox .custom_images a img { border: 0; margin: 2px 0; opacity: 0.6; } .addthis_toolbox .custom_images a:hover img { margin: 2px 0; opacity: 1.0; }