MediaWiki:Monobook.css: различия между версиями
Материал из ИнранВики
| Кайра (обсуждение | вклад) м (а чуть поуже?) | Кайра (обсуждение | вклад)  м (еще чуть-чуть) | ||
| Строка 1: | Строка 1: | ||
| /* Размещённый здесь CSS будет применяться к теме оформления Monobook */ | /* Размещённый здесь CSS будет применяться к теме оформления Monobook */ | ||
| /* increase sidebar width */ | /* increase sidebar width */ | ||
| − | #column-content { margin-left: - | + | #column-content { margin-left: -14em; } | 
| − | #column-content #content { margin-left:  | + | #column-content #content { margin-left: 14em; } | 
| − | #p-logo a, #p-logo a:hover { width:  | + | #p-logo a, #p-logo a:hover { width: 14em; } | 
| − | #p-cactions { left:  | + | #p-cactions { left: 13.5em; } | 
| − | .portlet { width:  | + | .portlet { width: 13em; } | 
| − | div#column-content { margin-left: - | + | div#column-content { margin-left: -13em; } | 
| − | div#content { margin-left:  | + | div#content { margin-left: 13em; } | 
Версия 19:10, 27 мая 2014
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */
/* increase sidebar width */
#column-content { margin-left: -14em; }
#column-content #content { margin-left: 14em; }
#p-logo a, #p-logo a:hover { width: 14em; }
#p-cactions { left: 13.5em; }
.portlet { width: 13em; }
div#column-content { margin-left: -13em; }
div#content { margin-left: 13em; }

