MediaWiki:Gadget-charinsert-styles.css:修订间差异
删除的内容 添加的内容
小无编辑摘要 |
小无编辑摘要 |
||
第15行: | 第15行: | ||
} |
} |
||
#edittoolsp { |
|||
background-color:yellow; |
|||
} |
|||
#editpage-specialchars a { |
#editpage-specialchars a { |
2022年12月4日 (日) 21:08的版本
/* _____________________________________________________________________________
* | |
* | === 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;
}
#edittoolsp {
background-color:yellow;
}
#editpage-specialchars a {
color:black;
background-color: #f9f9f9;
border: 1px solid #aaa;
padding: 1px 4px;
}
textarea#wpTextbox1 + #editpage-specialchars,
.wikiEditor-ui-clear + #editpage-specialchars {
border-top: 0;
}