MediaWiki:Gadget-CharInsertButtons.css

    来自真佛百科
    蓮花祖泉讨论 | 贡献2024年3月4日 (一) 22:14的版本 (导入1个版本)
    (差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

    注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

    • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
    • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
    • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
    • Opera:Ctrl-F5
    /**
     * Styling for links generated by [[MediaWiki:Edittools]]
     * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
     * @updated 2020-03-17
     */
    .mw-charinsert-buttons {
    	border: 1px solid #aaa;
    	margin-top: 10px;
    	padding: 1px;
    	font-size: 1.1em;
    	text-align: center;
    }
    
    .mw-charinsert-buttons a {
    	background-color: #cde !important;
    	color: #000;
    	border: thin #069 outset;
    	padding: 0 1px 1px;
    	font-weight: bold;
    	font-size: 0.9em;
    	text-decoration: none;
    }
    
    .mw-charinsert-buttons a:hover,
    .mw-charinsert-buttons a:active {
    	background-color: #bcd;
    	border-style: inset;
    }
    
    .client-js .mw-edittools-section {
    	display: inline;
    }
    
    .client-js .mw-edittools-section input[type="button"] {
    	font-size: 0.9em;
    	margin-left: 1px;
    	padding-left: 1px;
    	padding-right: 1px;
    }