MediaWiki:Common.css — различия между версиями
Поделиться в соцсетях:
Материал из Do4a Wiki
Admin (обсуждение | вклад) |
Admin (обсуждение | вклад) |
||
Строка 5: | Строка 5: | ||
.tablecat td { | .tablecat td { | ||
vertical-align:top; | vertical-align:top; | ||
− | width: | + | width:100%; |
} | } | ||
.tablecelltop { | .tablecelltop { | ||
Строка 20: | Строка 20: | ||
border-radius:6px; | border-radius:6px; | ||
background-color:#f6f6f6; | background-color:#f6f6f6; | ||
+ | width:44%; | ||
} | } | ||
.celltitle { | .celltitle { |
Версия 21:31, 22 февраля 2016
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ .tablecat { width:100%; } .tablecat td { vertical-align:top; width:100%; } .tablecelltop { padding:10px; border:1px solid #000; margin:0 8px 8px 8px; border-radius:6px; background-color:#f6f6f6; } .tablecell { padding:10px; border:1px solid #000; margin:0 8px 8px 8px; border-radius:6px; background-color:#f6f6f6; width:44%; } .celltitle { border:1px solid #000; padding:5px; border-radius:6px; background-color:#EDF4FA; } .celltitle h3 { padding:0; margin:0; } /* TEMP */ #mw-page-base { background-image:url(/images/header-middle.png); background-repeat:repeat-x; height:118px; } #right-navigation, #left-navigation { margin-top: 4.8em; } #p-logo { top: -140px; height: 70px; } #p-logo a { height: 70px; }