“MediaWiki:Gadget-charinsert-styles.css”的版本间差异

来自Wikioe
跳到导航 跳到搜索
(建立内容为“/* _____________________________________________________________________________ * |…”的新页面)
 
无编辑摘要
 
第1行: 第1行:
/**
* by eijux
* 2021/05/16
*/
/*  _____________________________________________________________________________
/*  _____________________________________________________________________________
  * |                                                                            |
  * |                                                                            |

2021年5月16日 (日) 02:47的最新版本

/**
 * by eijux
 * 2021/05/16
 */
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 */

/* Overwrites selector from MediaWiki:Common.css */
div#editpage-specialchars {
	display: block;
	border: 1px solid #c0c0c0;
	padding: .5em 1em;
}

#editpage-specialchars a {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 1px 4px;
}

textarea#wpTextbox1 + #editpage-specialchars,
.wikiEditor-ui-clear + #editpage-specialchars {
	border-top: 0;
}