MediaWiki:Common.css
出自Meshal Lite
第12行: | 第12行: | ||
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/ | /******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/ | ||
− | + | .charinsert { | |
− | background-color: # | + | background-color:#eee; |
+ | border-style:outset; | ||
+ | border-width:2px; | ||
+ | padding:2px; | ||
} | } |
在2011年11月19日 (六) 17:52所做的修订版本
/* 此处的 CSS 将应用于所有的皮肤 */ 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; } /******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/ .charinsert { background-color:#eee; border-style:outset; border-width:2px; padding:2px; }