MediaWiki:Gadget-charinsert-styles.css:修订间差异
外观
小无编辑摘要 |
小无编辑摘要 |
||
| 第15行: | 第15行: | ||
} | } | ||
#edittoolsp { | #edittoolsp p{ | ||
margin:0 6px; | margin:0 6px; | ||
line-height:2; | |||
} | } | ||
2022年12月4日 (日) 21:13的版本
/* _____________________________________________________________________________
* | |
* | === 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 p{
margin:0 6px;
line-height:2;
}
#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;
}